New test for ftime
[platform/upstream/glibc.git] / ChangeLog
1 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
2
3         * time/tst-ftime.c: New test.
4         * time/Makefile (tests): Add tst-ftime.
5
6 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7
8         * soft-fp/extended.h: Fix comment formatting.
9         * soft-fp/op-1.h: Likewise.
10         * soft-fp/op-2.h: Likewise.
11         * soft-fp/op-4.h: Likewise.
12         * soft-fp/op-8.h: Likewise.
13         * soft-fp/op-common.h: Likewise.
14         * soft-fp/soft-fp.h: Likewise.
15
16         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
17
18 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
19
20         [BZ #6652]
21         * Makeconfig (soversions-default-setname): Remove variable.
22         ($(common-objpfx)soversions.i): Don't pass default_setname to
23         soversions.awk.
24         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
25         oldest_abi to abi-versions.awk.
26         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
27         * config.make.in (oldest-abi): Remove variable.
28         * configure.ac (--enable-oldest-abi): Remove configure option.
29         * configure: Regenerated.
30         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
31         text.
32         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
33         * scripts/soversions.awk: Do not handle default_setname variable.
34         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
35         variable.
36         * sysdeps/mach/hurd/configure: Regenerated.
37         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
38         variable.
39         * sysdeps/unix/sysv/linux/configure: Regenerated.
40
41 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
42
43         * elf/Makefile (CFLAGS-interp.c): Remove.
44         ($(elf-objpfx)runtime-linker.h): Generate header with linker
45         path string.
46         * elf/interp.c: Include generated runtime-linker.h
47
48         * Makerules (lib%.so): Don't include $(+interp) in
49         prerequisites.
50         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
51         * dlfcn/eval.c: Remove file.
52
53         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
54         macros.
55
56         [BZ #17266]
57         * misc/sys/cdefs.h: Define __extern_always_inline for clang
58         4.2 and newer.
59
60         [BZ #17370]
61         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
62
63 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
64             Jakub Jelinek  <jakub@redhat.com>
65
66         [BZ #17266]
67         * libio/stdio.h: Check definition of __fortify_function
68         instead of __extern_always_inline to include bits/stdio2.h.
69         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
70         check if __extern_always_inline is defined.
71         [__USE_MISC || __USE_XOPEN]: Likewise.
72         [__USE_ISOC99] Likewise.
73         * misc/sys/cdefs.h (__fortify_function): Define only if
74         __extern_always_inline is defined.
75         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
76         __extern_always_inline and __extern_inline only for g++-4.3
77         and newer or a compatible gcc.
78
79 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
80
81         [BZ #17371]
82         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
83         last change to handle zero prefix length.
84
85 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
86
87         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
88         _SC_REGEX_VERSION.
89
90         * posix/getconf.c (vars): Add _POSIX_IPV6 and
91         _POSIX_RAW_SOCKETS.
92
93 2014-09-13  Allan McRae  <allan@archlinux.org>
94
95         * po/ru.po: Update Russian translation from translation project.
96
97 2014-09-12  Roland McGrath  <roland@hack.frob.com>
98
99         * locale/programs/locale.c (show_locale_vars): Inline local function
100         into its sole call site.  Clean up some style nits.
101         (print_item): New function, broken out of ...
102         (show_info): ... local function here.  Clean up style nits.
103
104         * locale/programs/ld-ctype.c (set_one_default): New function, broken
105         out of ...
106         (set_class_defaults): ... local function set_default here.
107         Define set_default as a macro locally to pass constant parameters.
108         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
109         rather than a shared local.
110
111         * stdlib/rpmatch.c (try): New function, broken out of ...
112         (rpmatch): ... local function here.  Also, prototypify definition.
113
114 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
115
116         * scripts/soversions.awk: Do not handle configuration names.
117         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
118         vendor and os variables to soversions.awk.
119         * configure.ac: Do not modify gnu-* host_os.
120         * configure: Regenerated
121         * shlib-versions: Remove first column with configuration names.
122         * nptl/shlib-versions: Likewise.
123         * nptl_db/shlib-versions: Likewise.
124         * sysdeps/hppa/shlib-versions: Likewise.
125         * sysdeps/m68k/shlib-versions: Likewise.
126         * sysdeps/mach/hurd/shlib-versions: Likewise.
127         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
128         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
129         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
130         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
131         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
132         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
133         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
134         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
136         Likewise.
137         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
138         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
139         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
140         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
141         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
142         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
143         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
144         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
145
146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
147         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
149         Regenerated.
150         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
152         Condition symbol version definitions on [HAVE_ELFV2_ABI].
153
154         * shlib-versions: Remove OS-specific entries.  Moved to files in
155         sysdeps.
156         * sysdeps/mach/hurd/shlib-versions: New file.
157         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
158
159         * nptl/shlib-versions: Remove architecture-specific entries.
160         Moved to files in sysdeps.
161         * shlib-versions: Likewise.
162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
163         file.
164         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
165         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
166         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
167         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
168
169         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
170         (UDP_NO_CHECK6_RX): Likewise.
171
172 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
173
174         * sysdeps/posix/sysconf.c (__sysconf): Spell
175         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
176
177 2014-08-12  Florian Weimer  <fweimer@redhat.com>
178
179         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
180         loading.
181         * iconv/Versions (__gconv_transliterate): Export for use from
182         gconv modules.
183         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
184         (struct __gconv_trans_data, __gconv_trans_fct,
185         __gconv_trans_context_fct, __gconv_trans_query_fct,
186         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
187         definitions.
188         (struct __gconv_step_data): Remove __trans member.
189         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
190         longer hidden.  Remove unused trans_data argument.
191         * iconv/gconv_int.h (struct trans_struct): Remove definition.
192         (__gconv_translit_find): Remove declaration.
193         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
194         prototype.
195         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
196         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
197         trans_data argument.  Add hidden definition.
198         (__gconv_translit_find): Remove.
199         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
200         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
201         * iconv/skeleton.c: Remove transliteration initialization.
202         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
203         __gconv_step_data initialization.
204         * libio/iofwide.c (__libio_translit_): Remove.
205         (_IO_fwide): Adjust struct __gconv_step_data initialization.
206         * wcsmbs/btowc.c (__btowc): Likewise.
207         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
208         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
209         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
210         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
211         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
212         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
213         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
214         * wcsmbs/wctob.c (wctob): Likewise.
215
216 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
217
218         [BZ #16194]
219         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
220         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
221         register usage.
222         * sysdeps/x86/Makefile: Adjust.
223
224 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
225             Roland McGrath  <roland@hack.frob.com>
226
227         * locale/weight.h: Add include guard.
228         (findidx): Make static rather than auto; take new parameters
229         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
230         * locale/weightwc.h: Likewise.
231         * posix/fnmatch_loop.c
232         (FCT): Change type of EXTRA from int32_t to wint_t.
233         Don't include either header inside the function.
234         Call FINDIDX rather than findidx, and pass new arguments.
235         #undef FINDIDX at the end of the file.
236         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
237         FINDIDX before including fnmatch_loop.c for the non-wide version.
238         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
239         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
240         for the wide version.
241         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
242         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
243         Pass new arguments to findidx.
244         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
245         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
246         Don't #include it inside the function.  Pass new arguments to findidx.
247         * posix/regex_internal.h
248         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
249         (re_string_elem_size_at): Don't #include it inside the function.
250         Pass new arguments to findidx.
251         * string/strcoll_l.c: #include WEIGHT_H at top level.
252         (get_next_seq): Don't #include it inside the function.
253         Pass new arguments to findidx.
254         (get_next_seq_nocache): Likewise.
255         * string/strxfrm_l.c: #include WEIGHT_H at top level.
256         (STRXFRM): Don't #include it inside the function.
257         Pass new arguments to findidx.
258
259 2014-09-11  Florian Weimer  <fweimer@redhat.com>
260
261         [BZ #17344]
262         * malloc/malloc.c (unlink): Turn asserts into a call to
263         malloc_printerr.
264
265 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
266
267         [BZ #17370]
268         * libio/wfileops (do_ftell_wide): Free OUT.
269
270 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
271
272         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
273
274 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
275
276         [BZ #17363]
277         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
278         group if the current group is empty.
279
280 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
281
282         * benchtests/bench-memset.c (test_main): Add more test from size
283         from 32 to 512 bytes.
284         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
285         Add POWER8 memset object.
286         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
287         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
288         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
289         implementation.
290         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
291         Likewise.
292         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
293         multiarch POWER8 memset optimization.
294         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
295         POWER8 memset optimization.
296
297         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
298         Remove bzero multiarch objects.
299         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
300         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
301         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
302         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
303         Remove define.
304         [__bzero]: Redefine to specific name.
305         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
306         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
307         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
308         define.
309         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
310         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
311
312 2014-09-10  Florian Weimer  <fweimer@redhat.com>
313
314         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
315         warnings into errors.
316
317         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
318         __cxa_thread_atexit_impl prototype.
319
320 2014-09-09  Steve Ellcey  <sellcey@mips.com>
321
322         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
323         Fix capitalization of error message.
324
325 2014-09-09  Steve Ellcey  <sellcey@mips.com>
326
327         * sysdeps/mips/preconfigure: Modify ABI tests.
328
329 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
330
331         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
332
333 2014-09-07  Roland McGrath  <roland@hack.frob.com>
334             Carlos O'Donell  <carlos@systemhalted.org>
335
336         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
337         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
338         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
339         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
340         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
341         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
342         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
343         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
344         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
345         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
346         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
347         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
348         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
349         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
350         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
351         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
352         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
353         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
354         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
355         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
356         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
357         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
358         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
359         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
360         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
361         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
362         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
363         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
364         Deconditionalize the code that was previously under [RESET_PID].
365         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
366         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
367         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
368         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
369         include sysdep.h.
370
371 2014-09-08  Allan McRae  <allan@archlinux.org>
372
373         * version.h (RELEASE): Set to "development".
374         (VERSION): Set to "2.20.90"
375
376 2014-09-07  Allan McRae  <allan@archlinux.org
377
378         * version.h (RELEASE): Set to "stable".
379         (VERSION): Set to "2.20"
380         * include/features.h (__GLIBC_MINOR__): Set to 20.
381
382         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
383         Liebler.
384
385         * po/ko.po: Update Korean translation from translation project.
386
387 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
388
389         [BZ #17354]
390         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
391         macro for handling signed relocations.
392
393 2014-09-03  Florian Weimer  <fweimer@redhat.com>
394
395         [BZ #17325]
396         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
397         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
398         assert.
399         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
400         * iconvdata/ibm935.c (BODY): Likewise.
401         * iconvdata/ibm937.c (BODY): Likewise.
402         * iconvdata/ibm939.c (BODY): Likewise.
403         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
404         assert.
405         * iconvdata/Makefile (iconv-test.out): Pass module list to test
406         script.
407         * iconvdata/run-iconv-test.sh: New test loop for checking for
408         decoder crashers.
409
410 2014-09-02  Khem Raj  <raj.khem@gmail.com>
411
412         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
413         libm_hidden_ver.
414
415 2014-09-01  Allan McRae  <allan@archlinux.org>
416
417         * po/eo.po: Update Esperanto translation from translation project.
418
419         * po/ca.po: Update Catalan translation from translation project.
420
421 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
422
423         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
424         __proc_dostop call.
425
426 2014-08-27  Mark Wielaard  <mjw@redhat.com>
427
428         [BZ #17319]
429         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
430         to call set_thread_area instead of hand written asm.
431         (__NR_set_thread_area): Removed define.
432         (TLS_FLAG_WRITABLE): Likewise.
433         (__ASSUME_SET_THREAD_AREA): Remove check.
434         (TLS_EBX_ARG): Remove define.
435         (TLS_LOAD_EBX): Likewise.
436
437 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
438
439         Simplify atomicity of socket creation in bind.
440
441         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
442         looking up the name after linking the file.
443
444 2014-08-27  Allan McRae  <allan@archlinux.org>
445
446         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
447
448 2014-08-26  Florian Weimer  <fweimer@redhat.com>
449
450         [BZ #17187]
451         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
452         trans_compare, open_translit, __gconv_translit_find):
453         Remove module loading code.
454
455 2014-08-26  Allan McRae  <allan@archlinux.org>
456
457         * po/vi.po: Update Vietnamese translation from translation project.
458
459         * po/uk.po: Update Ukrainian translation from translation project.
460
461         * po/fr.po: Update French translation from translation project.
462
463         * po/ru.po: Update Russian translation from translation project.
464
465         * po/pl.po: Update Polish translation from translation project.
466
467         * po/cs.po: Update Czech translation from translation project.
468
469         * po/de.po: Update German translation from translation project.
470
471         * po/bg.po: Update Bulgarian translation from translation project.
472
473         * po/sv.po: Update Sweedish translation from translation project.
474
475         * po/nl.po: Update Dutch translation from translation project.
476
477         * po/es.po: Update Spanish translation from translation project.
478
479 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
480
481         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
482
483         * catgets/Makefile (CPPFLAGS-gencat): Remove.
484         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
485         (CPPFLAGS-iconvconfig): Likewise.
486         * timezone/Makefile (CPPFLAGS-zic): Likewise.
487
488         * include/libc-symbols.h: Remove unnecessary check for
489         NOT_IN_libc.
490         * nptl/pthreadP.h: Likewise.
491         * sysdeps/aarch64/setjmp.S: Likewise.
492         * sysdeps/alpha/setjmp.S: Likewise.
493         * sysdeps/arm/sysdep.h: Likewise.
494         * sysdeps/i386/setjmp.S: Likewise.
495         * sysdeps/m68k/setjmp.c: Likewise.
496         * sysdeps/posix/getcwd.c: Likewise.
497         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
498         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
499         * sysdeps/s390/s390-32/setjmp.S: Likewise.
500         * sysdeps/s390/s390-64/setjmp.S: Likewise.
501         * sysdeps/sh/sh3/setjmp.S: Likewise.
502         * sysdeps/sh/sh4/setjmp.S: Likewise.
503         * sysdeps/unix/alpha/sysdep.h: Likewise.
504         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
505         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
506         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
507         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
510         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
511         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
512         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
513         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
514         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
515         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
516         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
517         * sysdeps/x86_64/setjmp.S: Likewise.
518
519 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
520
521         [BZ #17263]
522         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
523         <stdint.h>.
524         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
525         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
526
527 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
528
529         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
530
531         [BZ #17262]
532         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
533         and __x86_64__ when disabling x87 inline functions.
534
535 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
536
537         [BZ #17259]
538         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
539         asm statement with __cpuid_count.
540
541 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
542
543         * configure.ac: Change __ehdr_start code to dereference the struct.
544         Run readelf on the output to look for relocations.
545         * configure: Regenerated.
546
547 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
548
549         [BZ #17261]
550         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
551         value to 0.
552         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
553
554 2014-08-12  Roland McGrath  <roland@hack.frob.com>
555
556         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
557
558 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
559
560         [BZ #16892]
561         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
562         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
563
564 2014-08-12  Sean Anderson  <seanga2@gmail.com>
565
566         * malloc/malloc.c: Fix typo in comment.
567
568 2014-08-09  Allan McRae  <allan@archlinux.org>
569
570         * Regenerate libc.po.
571
572 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
573
574         * intl/tst-gettext2.sh: Check every lang file for creation.
575
576 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
577
578         * sysdeps/aarch64/fpu/math_private.h
579         (libc_feholdsetround_noex_aarch64_ctx): New function.
580
581 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
582
583         * sysdeps/arm/armv6/strcpy.S (strcpy):
584         Fix performance issue in misaligned cases.
585
586 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
587
588         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
589         Move definition from termios.h.
590         (struct termio): Likewise.
591         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
592         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
593         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
594         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
595         Likewise.
596         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
597         Move definition to ioctl-types.h
598         (struct termio): Likewise.
599         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
600         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
601         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
602         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
603         Likewise.
604
605 2014-08-05  Richard Henderson  <rth@redhat.com>
606
607         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
608         exceptions.
609         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
610         Add fraiseexcpt.
611         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
612         Use __feraiseexcept.
613         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
614         Protect libm symbols with IS_IN_libm.
615
616         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
617
618 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
619
620         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
621
622 2014-08-04  Will Newton  <will.newton@linaro.org>
623
624         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
625         file.
626
627 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
628
629         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
630         variants for each function.
631
632 2014-08-04  Roland McGrath  <roland@hack.frob.com>
633
634         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
635         appended ...
636         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
637         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
638         appended ...
639         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
640         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
641         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
642         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
643         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
644         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
645         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
646         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
647         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
648         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
649         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
650         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
651         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
652         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
653         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
654         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
655         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
656         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
657         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
658         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
659         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
660         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
661         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
662         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
663         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
664         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
665         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
666         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
667         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
668         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
669         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
670         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
671         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
672         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
673         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
674         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
675         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
676         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
677         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
678         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
679         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
680         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
681         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
682         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
683         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
684         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
685         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
686         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
687         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
688         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
689         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
690         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
691         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
692         Update #include.
693         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
694         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
695
696 2014-08-04  Roland McGrath  <roland@hack.frob.com>
697
698         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
699         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
700         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
701         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
702         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
703         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
704
705 2014-08-04  Roland McGrath  <roland@hack.frob.com>
706
707         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
708         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
709         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
710         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
711
712 2014-08-04  Roland McGrath  <roland@hack.frob.com>
713
714         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
715         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
716         (__libc_vfork): Define function under this name.
717         (__vfork): Define as an alias.
718         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
719         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
720
721 2014-08-04  Roland McGrath  <roland@hack.frob.com>
722
723         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
724         that was previously under [RESET_PID].
725         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
726
727 2014-08-04  Andreas Schwab  <schwab@suse.de>
728
729         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
730
731 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
732
733         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
734         (main): Likewise.
735
736 2014-08-01  Roland McGrath  <roland@hack.frob.com>
737
738         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
739
740 2014-08-01  Richard Henderon  <rth@redhat.com>
741
742         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
743         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
744         typo in exact zero test.
745         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
746         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
747         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
748
749 2014-08-01  Roland McGrath  <roland@hack.frob.com>
750
751         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
752         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
753         * sysdeps/arm/sysdep.h: ... here.
754         [!__ASSEMBLER__]: Include <stdint.h>.
755
756 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
757
758         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
759         (HAVE_WCTYPE_H): Likewise.
760         (HAVE_ISWCTYPE): Likewise.
761         (ENABLE_NLS): Likewise.
762         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
763         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
764
765         * posix/regex_internal.c: Check if DEBUG is defined and is
766         set.
767
768         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
769         (HAVE_MBSRTOWCS): Likewise.
770         * posix/fnmatch.c: Include string.h unconditionally.
771
772 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
773
774         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
775         reversal.
776
777 2014-07-31  Roland McGrath  <roland@hack.frob.com>
778
779         * sysdeps/generic/safe-fatal.h: New file.
780         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
781         * nptl/forward.c: Include it.
782         (__pthread_unwind): Use __safe_fatal as default action, rather
783         than a bogus use of INTERNAL_SYSCALL that could never work.
784
785         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
786         * configure.ac (libc_cv_builtin_trap): New test.
787         * configure: Regenerated.
788         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
789         (ABORT_INSTRUCTION): Define using __builtin_trap.
790
791         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
792         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
793         * sysdeps/nptl/nptl-signals.h: New file.
794         * nptl/pthreadP.h: Include <nptl-signals.h>.
795
796 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
797
798         * sysdeps/s390/s390-64/utf16-utf32-z9.c
799         (ONE_DIRECTION): Define.
800         * sysdeps/s390/s390-64/utf8-utf16-z9.c
801         (ONE_DIRECTION): Define.
802         * sysdeps/s390/s390-64/utf8-utf32-z9.c
803         (ONE_DIRECTION): Define.
804
805 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
806
807         * sysdeps/s390/Makefile: Delete file.
808         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
809         * sysdeps/s390/__longjmp.c: Delete file.
810         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
811         Remove fields __flags and __reserved.
812         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
813         and add versioning.
814         * sysdeps/s390/rtld-__longjmp.c: Delete file.
815         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
816         * sysdeps/s390/rtld-setjmp.S: Likewise.
817         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
818         * sysdeps/s390/s390-32/__longjmp.c: ... here.
819         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
820         * sysdeps/s390/s390-32/setjmp.S: ... here.
821         Add versioning.
822         (__sigsetjmp): Remove setting __flags field.
823         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
824         * sysdeps/s390/s390-64/__longjmp.c: ... here.
825         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
826         * sysdeps/s390/s390-64/setjmp.S: ... here.
827         Add versioning.
828         (__sigsetjmp): Remove setting __flags field.
829         * sysdeps/s390/setjmp.S: Delete file.
830         * sysdeps/s390/sigjmp.c: Likewise.
831         * sysdeps/s390/v1-longjmp.c: Likewise.
832         * sysdeps/s390/v1-setjmp.h: Likewise.
833         * sysdeps/s390/v1-sigjmp.c: Likewise.
834         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
835         Remove v1-longjmp_chk.
836         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
837         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
838         Include debug/longjmp_chk.c and add versioning.
839         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
840         Include nptl/pt-longjmp.c and add versioning.
841         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
842         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
843         Include __longjmp.c.
844         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
845         Move to ...
846         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
847         (__getcontext): Remove setting __flags field.
848         Add versioning.
849         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
850         Don't restore upper high grps.
851         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
852         Likewise.
853         (__swapcontext): Remove setting uc_flags field.
854         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
855         Delete file.
856         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
857         Include __longjmp.c.
858         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
859         Move to ...
860         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
861         (__getcontext): Remove setting __flags field.
862         Add versioning.
863         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
864         (__swapcontext): Remove setting uc_flags field.
865         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
866         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
867         Remove fields uc_high_gprs and __reserved.
868         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
869         New file with reverted content.
870         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
871         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
872         Regenerated.
873         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
874         Regenerated.
875
876 2014-07-31  Andreas Schwab  <schwab@suse.de>
877
878         * config.h.in (HAVE_IFUNC): Define to 0.
879         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
880         definedness.
881
882 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
883
884         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
885         memmove-avx-unaligned, memcpy-avx-unaligned and
886         mempcpy-avx-unaligned.
887         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
888         Add tests for AVX memcpy functions.
889         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
890         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
891         memcpy_chk.
892         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
893         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
894         memmove_chk.
895         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
896         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
897         mempcpy_chk.
898         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
899         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
900         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
901
902 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
903
904         [BZ #17213]
905         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
906         powerpc64le.
907
908 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
909
910         [BZ #16839]
911         * manual/llio.texi: Add section about open file description locks.
912         * manual/examples/ofdlocks.c: Example of open file description
913         lock usage.
914         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
915         F_OFD_SETLK, and F_OFD_SETLKW.
916
917 2014-07-23  Allan McRae  <allan@archlinux.org>
918
919         * po/es.po: Update Spanish translation from translation project.
920
921 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
922
923         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
924
925 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
926
927         [BZ #17078]
928         * sysdeps/arm/dl-machine.h (elf_machine_rela)
929         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
930         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
931
932 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
933
934         [BZ #17088]
935         * math/fesetenv.c (__fesetenv)
936         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
937         * math/feupdateenv.c (__feupdateenv)
938         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
939
940         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
941         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
942         (__ASSUME_SOCKETCALL): Do not define.
943
944         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
945         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
946         (__ASSUME_SOCKETCALL): Do not define.
947         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
948         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
949         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
950         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
951         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
952         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
953         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
954         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
955
956         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
957         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
958         (__ASSUME_SOCKETCALL): Do not define.
959         (__ASSUME_IPC64): Define unconditionally.
960         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
961         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
962         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
963         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
964         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
965         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
966         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
967         Likewise.
968
969         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
970         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
971         (__ASSUME_SOCKETCALL): Do not define.
972         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
973         (__ASSUME_FUTEX_LOCK_PI): Likewise.
974         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
975         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
976         (__ASSUME_REQUEUE_PI): Define unconditionally.
977         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
978         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
979         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
980         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
981         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
982         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
983
984         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
985         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
986         (__ASSUME_SOCKETCALL): Do not define.
987         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
988         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
989         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
990         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
991         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
992         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
993
994         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
995         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
996         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
997         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
998         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
999         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1000         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1001         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1002         (__ASSUME_GETCPU_SYSCALL): Likewise.
1003
1004         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1005         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1006         cases for individual architectures.
1007         * sysdeps/gnu/configure: Regenerated.
1008         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1009         LIBC_SLIBDIR_RTLDDIR.
1010         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1011         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1012         LIBC_SLIBDIR_RTLDDIR.
1013         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1015         LIBC_SLIBDIR_RTLDDIR.
1016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1017         Regenerated.
1018         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1019         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1020         file.
1021         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1022         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1023         file.
1024         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1025         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1026         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1027         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1028
1029         * sysdeps/aarch64/shlib-versions: Move to ...
1030         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1031         * sysdeps/alpha/shlib-versions: Move to ...
1032         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1033         * sysdeps/arm/shlib-versions: Move to ...
1034         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1035         * sysdeps/hppa/shlib-versions: Move all contents except for
1036         libgcc_s entry to ...
1037         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1038         entry from ...
1039         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1040         * sysdeps/ia64/shlib-versions: Move to ...
1041         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1042         entry from ...
1043         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1044         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1045         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1046         * sysdeps/microblaze/shlib-versions: Move to ...
1047         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1048         * sysdeps/mips/shlib-versions: Move to ...
1049         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1050         entry from ...
1051         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1052         * sysdeps/tile/shlib-versions: Move to ...
1053         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1054         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1055         from ...
1056         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1057         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1058         entry from ...
1059         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1060
1061 2014-07-17  Will Newton  <will.newton@linaro.org>
1062
1063         * sysdeps/arm/bits/atomic.h
1064         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1065         (__arch_compare_and_exchange_bool_16_int): Likewise.
1066         (__arch_compare_and_exchange_bool_64_int): Likewise.
1067
1068         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1069         into an #else block.
1070
1071 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1072
1073         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1074         just Linux configurations.  Test empirically that the compiler sets
1075         __ARM_EABI__, rather than using the tuple to decide.
1076         * sysdeps/arm/preconfigure: Regenerated.
1077         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1078         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1079         contents appended ...
1080         * sysdeps/arm/configure.ac: ... here.
1081         * sysdeps/arm/configure: Regenerated.
1082
1083 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1084
1085         * nptl/pthread_kill.c: New file.
1086         * nptl/pthread_sigmask.c: New file.
1087         * nptl/pthread_sigqueue.c: New file.
1088
1089         * sysdeps/nptl/lowlevellock.h: New file.
1090         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1091         * sysdeps/nptl/lowlevellock-futex.h: New file.
1092
1093         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1094         Remove dead declarations.
1095
1096 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1097
1098         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1099         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1100         config-cflags-avx2.
1101         * sysdeps/x86_64/configure.ac: Likewise.
1102         * sysdeps/i386/configure: Regenerated.
1103         * sysdeps/x86_64/configure: Likewise.
1104         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1105         memset-avx2 only if config-cflags-avx2 is yes.
1106         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1107         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1108         defined.
1109         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1110         only if HAVE_AVX2_SUPPORT is defined.
1111         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1112
1113 2014-07-14  Alan Modra  <amodra@gmail.com>
1114
1115         [BZ #17153]
1116         * elf/elf.h (DT_PPC64_NUM): Correct value.
1117         * NEWS: Add to fixed bug list.
1118
1119 2014-07-13  Jim Meyering  <meyering@fb.com>
1120
1121         [BZ 17150]
1122         regex: don't deref NULL upon heap allocation failure
1123         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1124         failure in one more place.
1125         To trigger the segfault, configure grep -with-included-regex,
1126         build it, and run these commands:
1127         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1128
1129 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1130
1131         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1132
1133 2014-07-11  Richard Henderson  <rth@redhat.com>
1134
1135         * sysdeps/aarch64/libm-test-ulps: Update.
1136
1137 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1138
1139         [BZ #17135]
1140         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1141         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1142         (__nptl_setxid): Initialize error member.  Call
1143         __nptl_setxid_error.
1144         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1145         * nptl/descr.h (struct xid_command): Add error member.
1146         * nptl/tst-setuid3.c: New file.
1147         * nptl/Makefile (tests): Add it.
1148
1149 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1150
1151         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1152         New define.
1153         (__lll_trylock): Use __lll_base_trylock.
1154         (__lll_cond_trylock): Likewise.
1155
1156 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1157
1158         * nptl/pthread_create.c (start_thread): Use atomic_or and
1159         lll_futex_wake directly rather than lll_robust_dead.
1160         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1161         (lll_robust_dead): Macro removed.
1162         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1163         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1164         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1165         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1166         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1167         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1168         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1169         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1170         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1171         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1172         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1173         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1174         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1175         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1176         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1177
1178         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1179         Use atomic_compare_and_exchange_val_acq directly rather than
1180         lll_robust_trylock.
1181         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1182         (__lll_robust_trylock, lll_robust_trylock): Removed.
1183         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1184         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1185         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1186         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1187         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1188         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1189         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1190         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1191         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1192         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1193         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1194         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1195         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1196         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1197
1198 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1199
1200         * manual/locale.texi (Locale Names): New section documenting
1201         locale name syntax.  Adjust menu and node chaining accordingly.
1202         (Choosing Locale): Reference Locale Names, Locale Categories.
1203         Mention setting LC_ALL=C.  Reflect that name syntax is now
1204         documented.
1205         (Locale Categories): New section title.  Reference Locale Names.
1206         LC_ALL is an environment variable, but not a category.
1207         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1208         description, now in Locale Name.  Reference that section.  Locale
1209         name syntax is now documented.
1210
1211 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1212
1213         [BZ #17137]
1214         * locale/findlocale.c (name_present, valid_locale_name): New
1215         functions.
1216         (_nl_find_locale): Use the loc_name variable to store name
1217         candidates.  Call name_present and valid_locale_name to check and
1218         validate locale names.  Return an error if the locale is invalid.
1219
1220 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1221
1222         * locale/setlocale.c (setlocale): Use strdup for allocating
1223         composite name copy.
1224
1225 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1226
1227         Sync up with gnulib.
1228         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1229         [!_LIBC && ENABLE_NLS]: Include gettext.h.
1230         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1231         and _GL_ARG_NONNULL.
1232         [USE_UNLOCKED_IO]: Include unlocked-io.h.
1233         [!_LIBC]: Include code for Windows and Cygwin.
1234         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1235         Include prototype for int strerror_r.
1236         [!_LIBC] (is_open): New function.
1237         (flush_stdout): New function.
1238         (print_errno_message): Use it.
1239         (error): Likewise.
1240         (error_at_line): Likewise.
1241         (error_tail) Add function attribute macros.  Use
1242         __builtin_expect.
1243
1244         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1245
1246         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1247
1248         * io/ftw.c: Include sys/param.h unconditionally.
1249
1250         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1251
1252         [BZ #17125]
1253         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1254         libc_freeres_ptr.
1255         (freecache): New function to free CACHE on exit.
1256
1257         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1258         initialization.
1259
1260 2014-07-09  David S. Miller  <davem@davemloft.net>
1261
1262         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1263
1264         * sysdeps/sparc/nptl/internaltypes.h: Delete.
1265         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1266         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1267         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1268         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1269         * sysdeps/sparc/nptl/sem_init.c: Likewise.
1270         * sysdeps/sparc/nptl/sem_post.c: Likewise.
1271         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1272         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1273         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1274         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1275         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1276         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1277
1278 2014-07-09  Andreas Schwab  <schwab@suse.de>
1279
1280         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1281         output.
1282         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1283         (do_test): Likewise.
1284
1285         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1286
1287 2014-07-09  Will Newton  <will.newton@linaro.org>
1288
1289         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1290         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1291         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1292         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1293         * sysdeps/hppa/start.S (_start): Likewise.
1294
1295 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1296
1297         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1298
1299         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1300         defined.
1301
1302 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1303
1304         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1305         after checking that it is non-NULL.
1306
1307         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1308
1309 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1310
1311         * sysdeps/powerpc/memmove.c: Remove file.
1312         * sysdeps/powerpc/powerpc32/power4/memcopy.h
1313         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
1314         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1315         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
1316         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
1317         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
1318         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
1319         string memmove instead of removed powerpc one.
1320
1321         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
1322         [weak_alias]: Fix compiler warning due trailing data.
1323         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1324         [weak_alias]: Likewise.
1325         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1326         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1327
1328         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1329         (__libc_ifunc_impl_list): Add memmove functions.
1330
1331 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1332
1333         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1334         Remove code.
1335         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1336         Likewise
1337         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1338         Likewise
1339         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1340         Likewise
1341         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1342         Likewise
1343         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1344         Likewise
1345         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1346         Likewise
1347         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1348         Likewise
1349         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1350         Likewise
1351         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1352         Likewise
1353         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1354         Likewise
1355         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1356         Likewise
1357         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1358         Likewise
1359         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1360         Likewise
1361         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1362         Likewise
1363         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1364         Likewise
1365         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1366         Likewise
1367
1368 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1369
1370         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1371         to avoid alignment traps in non-cacheable memory.
1372         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1373
1374         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1375         multiarch objects.
1376         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1377         file: multiarch power7 memmove.
1378         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1379         multiarch default memmove.
1380         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1381         multiarch memove for powerpc32/power4.
1382
1383         * string/bcopy.c: Use full path to include memmove.c.
1384         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1385         multiarch objects.
1386         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1387         bcopy for powerpc64.
1388         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1389         bcopy for powerpc64.
1390         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1391         and memmove implementations.
1392         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1393         optimized multiarch memmove for POWER7/powerpc64.
1394         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1395         default multiarch memmove for powerpc64.
1396         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1397         multiarch for powerpc64.
1398         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1399         for POWER7/powerpc64.
1400         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1401         memmove for POWER7/powerpc64.
1402
1403         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1404         glibc default one.
1405
1406         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1407         __ELF_NATIVE_CLASS equal to 64.
1408
1409 2014-07-07  Roland McGrath  <roland@hack.frob.com>
1410
1411         * sysdeps/nptl/lowlevellock.h: File removed.
1412
1413         * NEWS: NPTL is no longer an add-on!
1414         * nptl/internaltypes.h: Moved ...
1415         * sysdeps/nptl/internaltypes.h: ... here.
1416         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1417         * sysdeps/nptl/fork.c: Likewise.
1418         * sysdeps/nptl/gai_misc.h: Likewise.
1419         * sysdeps/nptl/librt-cancellation.c: Likewise.
1420         * sysdeps/nptl/jmp-unwind.c: Likewise.
1421         * sysdeps/nptl/setxid.h: Likewise.
1422         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1423         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1424         * sysdeps/unix/sysv/linux/arm/Implies: New file.
1425         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1426         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1427         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1428         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1429         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1430         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1431         * sysdeps/unix/sysv/linux/mips/Implies: New file.
1432         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1433         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1434         * sysdeps/unix/sysv/linux/sh/Implies: New file.
1435         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1436         * sysdeps/unix/sysv/linux/tile/Implies: New file.
1437         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1438         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1439         * nptl/Makeconfig: Moved ...
1440         * sysdeps/nptl/Makeconfig: ... here.
1441         * nptl/configure: File removed.
1442         * nptl/ANNOUNCE: File removed.
1443         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1444         * sysdeps/unix/sysv/linux/configure: Regenerated.
1445
1446         * nptl/Makefile (routines): Add libc_pthread_init,
1447         libc_multiple_threads, register-atfork and unregister-atfork.
1448         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1449         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1450         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1451         pthread-pi-defines.sym, structsem.sym.
1452         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1453         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1454         [$(subdir) = nptl] (tests): Add tst-setgetname.
1455         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1456         * sysdeps/unix/sysv/linux/sigaction.c: Just include
1457         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1458         [!LIBC_SIGACTION]: Remove aliases.
1459         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1460         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1461         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1462         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1463         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1464         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1465         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1466         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1467         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1468         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1469         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1470         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1471         __libc_allocate_rtsig_private.
1472         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1473         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1474         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1475         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1476         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1477         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1478         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1479         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1480         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1481         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1482         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1483         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1484         * nptl/internaltypes.h: ... here.
1485         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1486         * sysdeps/nptl/jmp-unwind.c: ... here.
1487         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1488         * nptl/libc-lowlevellock.c: ... here.
1489         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1490         * nptl/libc_multiple_threads.c: ... here.
1491         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1492         * nptl/libc_pthread_init.c: ... here.
1493         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1494         * nptl/lowlevelbarrier.sym: ... here.
1495         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1496         * nptl/lowlevelcond.sym: ... here.
1497         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1498         * nptl/lowlevellock.c: ... here.
1499         * nptl/lowlevellock.h: Moved ...
1500         * sysdeps/nptl/lowlevellock.h: ... here.
1501         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1502         * nptl/lowlevelrobustlock.c: ... here.
1503         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1504         * nptl/lowlevelrobustlock.sym: ... here.
1505         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1506         * nptl/lowlevelrwlock.sym: ... here.
1507         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1508         * nptl/pt-fork.c: ... here.
1509         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1510         * nptl/pthread-pi-defines.sym: ... here.
1511         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1512         * nptl/pthread_attr_getaffinity.c: ... here.
1513         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1514         * nptl/pthread_attr_setaffinity.c: ... here.
1515         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1516         * nptl/pthread_mutex_cond_lock.c: ... here.
1517         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1518         Update #include.
1519         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1520         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1521         * nptl/pthread_once.c: ... here, replacing old file.
1522         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1523         * nptl/pthread_yield.c: ... here.
1524         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1525         * nptl/register-atfork.c: ... here.
1526         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1527         * nptl/sem_post.c: ... here.
1528         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1529         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1530         * nptl/sem_timedwait.c: ... here.
1531         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1532         * nptl/sem_trywait.c: ... here.
1533         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1534         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1535         * nptl/sem_wait.c: ... here.
1536         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1537         * nptl/structsem.sym: ... here.
1538         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1539         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1540         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1541         * nptl/unregister-atfork.c: ... here.
1542         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1543         * nptl/unwindbuf.sym: ... here.
1544         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1545         * sysdeps/nptl/fork.c: ... here.
1546         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1547         * sysdeps/nptl/fork.h: ... here.
1548         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1549         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1550         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1551         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1552         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1553         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1554         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1555         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1556         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1557         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1558         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1559         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1560         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1561         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1562         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1563         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1564         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1565         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1566         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1567         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1568         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1569         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1570         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1571         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1572         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1573         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1574         * sysdeps/unix/sysv/linux/raise.c: ... here.
1575         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1576         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1577         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1578         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1579         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1580         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1581         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1582         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1583         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1584         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1585         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1586         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1587         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1588         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1589         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1590
1591 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1592
1593         * sysdeps/generic/memcopy.h: Add comment for
1594         MEMCPY_OK_FOR_FWD_MEMMOVE.
1595
1596 2014-07-04  Will Newton  <will.newton@linaro.org>
1597
1598         * string/memchr.c: Merge from gnulib.
1599         [_LIBC]: Remove conditionals.
1600         (__ptr_t): Remove define.
1601         (LONG_MAX_32_BITS): Likewise.
1602         (LONG_MAX): Likewise.
1603         (MEMCHR): Use ANSI prototype and optimize algorithm.
1604
1605         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1606
1607 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1608
1609         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1610         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1611
1612         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1613         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1614         in a bare environment with no <stdlib.h> installed.
1615         * sysdeps/nptl/configure: Regenerated.
1616
1617         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1618
1619         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1620         AC_EGREP_CPP for kernel header checks, so they only succeed if
1621         including <linux/version.h> actually works right.
1622         * sysdeps/unix/sysv/linux/configure: Regenerated.
1623
1624         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1625         value so it's not diagnosed as unused.
1626
1627         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1628         thing) with "ifeq ($(subdir),rt)".
1629
1630 2014-07-03  Richard Henderson  <rth@redhat.com>
1631
1632         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1633         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1634         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1635
1636         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1637         (math_force_eval): New.
1638
1639         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1640         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1641
1642         * sysdeps/alpha/fpu/s_round.c: Remove file.
1643         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1644
1645         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1646         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1647         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1648         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1649         (_dl_start, print_statistics): Likewise.
1650         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1651         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1652
1653         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1654         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1655         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1656         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1657         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1658         (HP_SMALL_TIMING_AVAIL): Define.
1659         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1660         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1661         (HP_SMALL_TIMING_AVAIL): Define.
1662         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1663         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1664
1665         * sysdeps/aarch64/hp-timing.h: New file.
1666
1667         * sysdeps/generic/hp-timing.h: Remove dead comment.
1668         * sysdeps/generic/hp-timing-common.h: New file.
1669         * sysdeps/alpha/hp-timing.h: Include it.
1670         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1671         * sysdeps/i386/i686/hp-timing.h: Likewise.
1672         * sysdeps/ia64/hp-timing.h: Likewise.
1673         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1674         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1675         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1676         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1677         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1678         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1679         (hp_timing_t): New.
1680
1681         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1682         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1683         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1684         * elf/rtld.c (_dl_start_final): Likewise.
1685         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1686         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1687         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1688         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1689         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1690         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1691         (HP_TIMING_DIFF_INIT): Remove.
1692         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1693         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1694         (HP_TIMING_DIFF_INIT): Remove.
1695         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1696         * sysdeps/i386/i686/hp-timing.c: Remove file.
1697         * sysdeps/x86_64/hp-timing.c: Remove file.
1698         * sysdeps/ia64/hp-timing.c: Remove file.
1699         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1700         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1701         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1702         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1703
1704         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1705         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1706         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1707         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1708         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1709         (HP_TIMING_ACCUM): Remove.
1710         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1711         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1712         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1713
1714         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1715         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1716         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1717         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1718         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1719         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1720         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1721         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1722
1723         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1724
1725 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1726
1727         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1728
1729 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1730
1731         Sync up with gettext.
1732         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1733         [_MSC_VER]: Include malloc.h
1734         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1735         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1736         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1737         TEMP_FAILURE_RETRY.  Cast return of alloca.
1738         [!_LIBC] Call gl_rwlock_init.
1739         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1740
1741 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1742
1743         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1744         before checking its value.
1745
1746 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1747
1748         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1749
1750         * debug/memcpy_chk.c: Don't include pagecopy.h.
1751         * debug/mempcpy_chk.c: Likewise.
1752         * string/memcpy.c: Likewise.
1753         * string/memmove.c: Likewise.
1754         * sysdeps/powerpc/memmove.c: Likewise.
1755         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1756         definition of PAGE_COPY_FWD_MAYBE here...
1757         * sysdeps/generic/pagecopy.h: ... from here.
1758         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1759
1760 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1761             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1762
1763         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1764         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1765         optimizations.
1766         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1767         (__libc_ifunc_impl_list): Likewise.
1768         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1769         multiarch strcat for PPC64.
1770         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1771         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1772
1773 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1774
1775         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1776
1777 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1778
1779         * intl/loadmsgcat.c: Remove declaration of
1780         get_sysdep_segment_value.
1781         (get_sysdep_segment_value): Use ISO C style.
1782         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1783         semicolon.  Fix typo and formatting in comment.
1784         (_nl_unload_domain): Use ISO C style.
1785
1786         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1787
1788 2014-07-02  Will Newton  <will.newton@linaro.org>
1789
1790         * malloc/obstack.c: Merge from gnulib master.
1791         [HAVE_CONFIG_H]: Remove conditional code.
1792         [!_LIBC]: Include config.h.
1793         [!ELIDE_CODE]: Don't include inttypes.h, include
1794         stdint.h unconditionally.
1795         (print_and_abort): Mark as _Noreturn.
1796         (_obstack_allocated_p): Mark as __attribute_pure__.
1797         (obstack_free): Rename to __obstack_free.
1798         [!__attribute__]: Remove conditional code.
1799         * malloc/obstack.h: Merge from gnulib master.
1800         [__cplusplus]: Move conditional down.
1801         [!__attribute_pure__]: Define __attribute_pure__ here
1802         if it is not already defined.
1803         (_obstack_memory_used): Mark as __attribute_pure__.
1804         [!__obstack_free]: Define as obstack_free.
1805         [__GNUC__]: Remove check for ancient NeXT gcc.
1806
1807 2014-07-02  Will Newton  <will.newton@linaro.org>
1808             Paul Eggert  <eggert@cs.ucla.edu>
1809
1810         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1811
1812 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1813
1814         * resolv/gethnamaddr.c: Add comment warning that the file is
1815         not maintained.
1816
1817 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1818
1819         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1820         entries.
1821
1822         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1823         entry for aio_cancel and aio_cancel64.
1824         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1825         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1826         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1827         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1828         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1829         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1830         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1831         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1832         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1833         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1834         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1835         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1836         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1837
1838 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1839
1840         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1841         * nptl/pthread_mutex_lock.c: Likewise.
1842         * nptl/pthread_mutex_timedlock.c: Likewise.
1843         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1844
1845 2014-07-01  Richard henderson  <rth@redhat.com>
1846
1847         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1848         (__isnan, __isnanl): Remove.
1849         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1850
1851         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1852
1853 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1854
1855         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1856
1857 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1858
1859         * resolv/nss_dns/dns-host.c (getanswer_r)
1860         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1861
1862 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1863
1864         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1865         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1866         undefine.
1867         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1868         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1869
1870 2014-07-01  Roland McGrath <roland@hack.frob.com>
1871
1872         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1873         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1874
1875         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1876         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1877
1878         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1879         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1880         ... here.
1881         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1882         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1883
1884         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1885         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1886         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1887         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1888
1889         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1890         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1891         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1892         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1893         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1894         Moved ...
1895         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1896         ... here.
1897         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1898         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1899         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1900         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1901         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1902         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1903         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1904         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1905         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1906         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1907         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1908         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1909         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1910         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1911         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1912         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1913         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1914         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1915         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1916         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1917         ... here.
1918         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1919         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1920         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1921         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1922         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1923         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1924         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1925         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1926
1927 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1928
1929         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1930         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1931         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1932         Add sysdep.
1933
1934 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1935
1936         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1937
1938 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1939
1940         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1941         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1942
1943         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1944
1945         * sysdeps/arm/libm-test-ulps: Regenerated.
1946
1947 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1948             Roland McGrath <roland@hack.frob.com>
1949
1950         * test-skeleton.c (signal_handler): Kill the whole process group
1951         before killing the child individually.
1952         (main): Report any failure on `setpgid'.
1953
1954 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1955
1956         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1957         from _TLS_H to _ARM_NPTL_TLS_H.
1958         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1959         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1960
1961 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1962
1963         [BZ #16539]
1964         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1965         (__expm1l): Return argument unchanged when small but not
1966         subnormal.
1967
1968         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1969         include macro name.
1970         (_FP_UNPACK_RAW_1_P): Likewise.
1971         (_FP_PACK_RAW_1): Likewise.
1972         (_FP_PACK_RAW_1_P): Likewise.
1973         (_FP_MUL_MEAT_1_wide): Likewise.
1974         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1975         (_FP_MUL_MEAT_1_hard): Likewise.
1976         (_FP_DIV_MEAT_1_imm): Likewise.
1977         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1978         (_FP_DIV_MEAT_1_udiv): Likewise.
1979         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1980         (_FP_UNPACK_RAW_2): Likewise.
1981         (_FP_UNPACK_RAW_2_P): Likewise.
1982         (_FP_PACK_RAW_2): Likewise.
1983         (_FP_PACK_RAW_2_P): Likewise.
1984         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1985         (_FP_MUL_MEAT_2_wide): Likewise.
1986         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1987         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1988         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1989         (_FP_MUL_MEAT_2_gmp): Likewise.
1990         (_FP_DIV_MEAT_2_udiv): Likewise.
1991         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1992         (_FP_FRAC_SRL_4): Likewise.
1993         (_FP_FRAC_SRST_4): Likewise.
1994         (_FP_FRAC_SRS_4): Likewise.
1995         (_FP_UNPACK_RAW_4): Likewise.
1996         (_FP_UNPACK_RAW_4_P): Likewise.
1997         (_FP_PACK_RAW_4): Likewise.
1998         (_FP_PACK_RAW_4_P): Likewise.
1999         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2000         (_FP_MUL_MEAT_4_wide): Likewise.
2001         (_FP_MUL_MEAT_4_gmp): Likewise.
2002         (umul_ppppmnnn): Likewise.
2003         (_FP_DIV_MEAT_4_udiv): Likewise.
2004         (__FP_FRAC_ADD_4): Likewise.
2005         (__FP_FRAC_SUB_3): Likewise.
2006         (__FP_FRAC_SUB_4): Likewise.
2007         (__FP_FRAC_DEC_3): Likewise.
2008         (__FP_FRAC_DEC_4): Likewise.
2009         (__FP_FRAC_ADDI_4): Likewise.
2010         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2011         (_FP_FRAC_SRL_8): Likewise.
2012         (_FP_FRAC_SRS_8): Likewise.
2013
2014         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2015         include macro name.
2016         (FP_UNPACK_RAW_EP): Likewise.
2017         (FP_PACK_RAW_E): Likewise.
2018         (FP_PACK_RAW_EP): Likewise.
2019         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2020         (_FP_ISSIGNAN): Likewise.
2021         (_FP_ADD_INTERNAL): Likewise.
2022         (_FP_FMA): Likewise.
2023         (_FP_CMP): Likewise.
2024         (_FP_SQRT): Likewise.
2025         (_FP_TO_INT): Likewise.
2026         (_FP_FROM_INT): Likewise.
2027         (FP_EXTEND): Likewise.
2028         (_FP_DIV_MEAT_N_loop): Likewise.
2029
2030 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2031
2032         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2033         throughout.
2034
2035 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2036
2037         [BZ #17097]
2038         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2039         result with correct sign in case of exponents that produce
2040         overflow except for X very close to 1.
2041
2042 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2043
2044         mktime: merge #if/#ifdef usage from glibc
2045         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2046         as that works with both Glibc's and Gnulib's style.
2047         See thread starting at Siddhesh Poyarekar's bug report at:
2048         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2049
2050 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2051
2052         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2053         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2054         * sysdeps/tile/tilegx/memmove.c: Remove file.
2055
2056 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2057
2058         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2059         abi-name definition.
2060         * scripts/soversions.awk: Do not handle or generate ABI lines.
2061         * shlib-versions: Remove ABI entries.
2062         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2063         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2064
2065 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2066
2067         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2068         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2069         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2070         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2071         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2072         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2073         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2074         Moved ...
2075         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2076         ... here.
2077         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2078         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2079         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2080         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2081         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2082         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2083         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2084         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2085         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2086         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2087         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2088         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2089         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2090         Moved ...
2091         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2092         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2093         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2094         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2095         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2096         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2097         Moved ...
2098         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2099         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2100         Moved ...
2101         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2102         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2103         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2104         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2105         Moved ...
2106         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2107         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2108         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2109         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2110         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2111         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2112         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2113         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2114         Moved ...
2115         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2116         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2117         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2118         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2119         Moved ...
2120         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2121         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2122         Moved ...
2123         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2124         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2125         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2126         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2127         Moved ...
2128         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2129         ... here.
2130         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2131         Identical file removed.
2132         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2133         Moved ...
2134         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2135         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2136         Identical file removed.
2137         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2138         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2139         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2140         Moved ...
2141         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2142         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2143         Identical file removed.
2144         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2145         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2146         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2147         Identical file removed.
2148         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2149         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2150         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2151         Identical file removed.
2152         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2153         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2154         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2155         Identical file removed.
2156         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2157         Moved ...
2158         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2159         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2160         Identical file removed.
2161         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2162         Moved ...
2163         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2164         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2165         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2166         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2167         Identical file removed.
2168         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2169         Moved ...
2170         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2171         ... here.
2172         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2173         Identical file removed.
2174         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2175         Moved ...
2176         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2177         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2178         Identical file removed.
2179         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2180         Moved ...
2181         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2182         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2183         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2184         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2185         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2186         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2187         Moved ...
2188         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2189         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2190         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2191
2192         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2193         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2194         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2195         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2196         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2197
2198 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2199
2200         [BZ #17092]
2201         * nscd/nscd.c (monitor_child): Return exit status of child
2202         instead of return value from wait syscall.
2203
2204 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2205
2206         * configure.ac (libc_commonpagesize): Remove variable.
2207         (libc_relro_required): Likewise.
2208         (libc_cv_z_relro): Remove configure test.
2209         * configure: Regenerated.
2210         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2211         variable.
2212         (libc_relro_required): Likewise.
2213         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2214         (libc_relro_required): Likewise.
2215         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2216         (libc_relro_required): Likewise.
2217         * sysdeps/arm/preconfigure: Regenerated.
2218         * sysdeps/ia64/preconfigure: Remove file.
2219         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2220         variable.
2221         (libc_relro_required): Likewise.
2222
2223         [BZ #16561]
2224         [BZ #16562]
2225         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2226         (__ieee754_yn): Set FE_TONEAREST mode internally and then
2227         recompute overflowing results in original rounding mode.
2228         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2229         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2230         recompute overflowing results in original rounding mode.
2231         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2232         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2233         recompute overflowing results in original rounding mode.
2234         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2235         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2236         recompute overflowing results in original rounding mode.
2237         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2238         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2239         recompute overflowing results in original rounding mode.
2240         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2241         (libc_feholdsetround_ctx): New macro.
2242         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2243         * sysdeps/i386/fpu/libm-test-ulps: Update.
2244         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2245
2246 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2247
2248         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2249         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2250         corresponding .cpsetup call.
2251
2252 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2253
2254         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2255         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2256         * sysdeps/arm/Makefile [$(subdir) = csu]
2257         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2258         (static-only-routines): Add aeabi_read_tp here.
2259         (shared-only-routines): Add libc-aeabi_read_tp here.
2260         (CFLAGS-libc-start.c): Add -fexceptions here.
2261         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2262         (sysdep_routines, static-only-routines, shared-only-routines):
2263         Don't add to these here.
2264         (CFLAGS-libc-start.c): Likewise.
2265
2266         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2267         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2268         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2269         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2270         * sysdeps/arm/Makefile [$(subdir) = rt]
2271         (librt-sysdep_routines, librt-shared-only-routines):
2272         Append rt-aeabi_unwind_cpp_pr1 here.
2273         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2274         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2275         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2276         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2277         Append nptl-aeabi_unwind_cpp_pr1 here.
2278         (tests): Filter out tst-cleanupx4 here.
2279         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2280         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2281         Don't do those here.
2282
2283 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2284
2285         * scripts/list-sources.sh: Do not handle ports specially.
2286
2287 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2288
2289         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2290         * sysdeps/arm/feupdateenv.c: Likewise.
2291
2292         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2293
2294 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2295
2296         * manual/texinfo.tex: Update to version 2014-05-05.10 with
2297         trailing whitespace removed.
2298         * scripts/config.guess: Update to version 2014-03-23.
2299         * scripts/config.sub: Update to version 2014-05-01
2300         * scripts/install-sh: Update to version 2013-12-25.23.
2301         * scripts/move-if-change: Update from gnulib.
2302
2303 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2304
2305         * debug/memmove_chk.c: Remove pagecopy.h include.
2306
2307 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
2308
2309         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
2310         identical to gnulib mktime.
2311
2312 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2313
2314         * configure.ac: Do not test for machine being rs6000.  Do not test
2315         for powerpc*-*soft.
2316         * configure: Regenerated.
2317
2318         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
2319         test.
2320         * configure: Regenerated.
2321         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
2322         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
2323         Remove configure test.
2324         * sysdeps/arm/configure: Regenerated.
2325         * sysdeps/nptl/configure.ac: Do not check
2326         libc_cv_asm_cfi_directives.
2327         * sysdeps/nptl/configure: Regenerated.
2328         * sysdeps/x86_64/nptl/configure.ac: Remove file.
2329         * sysdeps/x86_64/nptl/configure: Remove generated file.
2330         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2331         unconditional.
2332         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2333
2334 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2335
2336         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2337         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2338         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2339         it is defined.
2340
2341         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2342         instead of whether it is defined.
2343         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2344         * sysdeps/hppa/dl-machine.h: Likewise.
2345         * sysdeps/ia64/dl-machine.h: Likewise.
2346         * sysdeps/m68k/dl-machine.h: Likewise.
2347         * sysdeps/microblaze/dl-machine.h: Likewise.
2348         * sysdeps/mips/dl-machine.: Likewise.
2349         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2350         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2351         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2352         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2353         * sysdeps/sh/dl-machine.h: Likewise.
2354         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2355         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2356         * sysdeps/tile/dl-machine.h: Likewise.
2357         * sysdeps/x86_64/dl-machine.h: Likewise.
2358
2359         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2360         code.
2361         (verify_persistent_db): Likewise.
2362
2363 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2364
2365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2366         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2367         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2368         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2369         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2370         Moved ...
2371         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2372         ... here.
2373         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2374         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2375         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2376         Identical file removed.
2377         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2378         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2379         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2380         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2381         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2382         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2383         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2384         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2385         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2386         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2387         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2388         Moved ...
2389         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2390         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2391         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2392         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2393         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2394         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2395         Moved ...
2396         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2398         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2400         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2401         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2402         Identical file removed.
2403         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2404         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2405         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2406         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2407         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2408         Moved ...
2409         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2410         ... here.
2411         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2412         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2413         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2414         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2415         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2416         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2417         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2418         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2419         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2420         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2421         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2422         Moved ...
2423         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2424         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2425         Moved ...
2426         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2427         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2428         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2430         Moved ...
2431         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2433         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2434
2435         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2436         folded into ...
2437         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2438         * sysdeps/unix/sysv/linux/s390/Versions
2439         (libpthread: GLIBC_2.19): New version set.
2440         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2441         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2442         (librt: GLIBC_2.3.3): New version set.
2443         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2444         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2445         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2446         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2447         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2448         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2449         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2450         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2451         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2452         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2453         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2454         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2455         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2456         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2457         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2458         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2459         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2460         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2461         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2462         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2463         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2464         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2465         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2466         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2467         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2468         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2469         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2470         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2471         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2472         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2473         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2474         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2475         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2476         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2477         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2478         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2479         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2480         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2481         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2482         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2483         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2484         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2485         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2486         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2487         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2488
2489         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2490         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2491         (__libc_vfork): Define the function under this name.
2492         [!NOT_IN_libc] (__vfork): Make this an alias.
2493         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2494         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2495         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2496         (__libc_vfork): Define the function under this name.
2497         [!NOT_IN_libc] (__vfork): Make this an alias.
2498         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2499         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2500         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2501         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2502         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2503         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2504
2505         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2506         code that was previously under [RESET_PID].
2507         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2508         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2509         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2510
2511         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2512         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2513         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2514         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2515         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2516         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2517         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2518         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2519         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2520         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2521         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2522         Moved ...
2523         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2524         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2525         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2526         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2527         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2528         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2529         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2530         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2531         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2532         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2533         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2534         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2535         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2536         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2537         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2538         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2539         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2540         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2541         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2542         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2543         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2544         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2545         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2546         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2547         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2548         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2549         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2550         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2551         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2552
2553 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2554
2555         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2556         that was previously under [RESET_PID].
2557         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2558
2559 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2560
2561         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2562         not undefine and redefine.
2563         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2564         [O_CLOEXEC]: Make code unconditional.
2565         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2566         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2567         <kernel-features.h>.
2568         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2569         conditional variable definition.
2570         (shm_open) [O_CLOEXEC]: Make code unconditional.
2571         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2572         code.
2573
2574         * configure.ac (USE_REGPARMS): Don't define here.
2575         * configure: Regenerated.
2576         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2577         * sysdeps/i386/configure: Regenerated.
2578
2579         * nptl/createthread.c: Don't include kernel-features.h.
2580         * nptl/pthread_cancel.c: Likewise.
2581         * nptl/pthread_condattr_setclock.c: Likewise.
2582         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2583         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2584         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2585         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2586         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2587         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2588         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2589         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2590         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2591         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2592         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2593         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2594         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2595         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2596         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2597         * nscd/gai.c: Likewise.
2598         * nss/nss_db/db-open.c: Likewise.
2599         * sysdeps/generic/ldsodefs.h: Likewise.
2600         * sysdeps/sh/nptl/tls.h: Likewise.
2601         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2602         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2603         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2604         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2605         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2606         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2607         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2608         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2609         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2610         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2611         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2612         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2613         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2614         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2615         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2616         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2617         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2618         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2619         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2620         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2621         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2622         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2623         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2624         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2625         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2626         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2627         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2628         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2629         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2630         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2631         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2632         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2633         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2634         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2635         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2636         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2637         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2638         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2639         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2640         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2641         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2642         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2643         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2644         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2645         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2646         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2647         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2648         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2649         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2650         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2651         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2652         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2653         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2654         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2655         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2656         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2657         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2658         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2681         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2682         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2683         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2684         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2685         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2686         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2687         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2688         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2689         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2690         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2691         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2692         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2693         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2694         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2695         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2696         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2697         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2698         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2699         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2700         * sysdeps/unix/sysv/linux/system.c: Likewise.
2701         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2702         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2703         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2704         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2705         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2706         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2707         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2708
2709         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2710         * configure: Regenerated.
2711         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2712
2713         * configure.ac (base_machine): Do not set specially for particular
2714         machines here.
2715         * configure: Regenerated.
2716         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2717         settings from configure.ac.
2718         * sysdeps/i386/preconfigure: New file.
2719         * sysdeps/s390/preconfigure: Likewise.
2720         * sysdeps/sh/preconfigure: Likewise.
2721         * sysdeps/sparc/preconfigure: Likewise.
2722
2723 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2724
2725         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2726         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2727         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2728         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2729         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2730         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2731         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2732         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2733         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2734         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2735         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2736         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2737         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2738         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2739         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2740         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2741         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2742         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2743         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2744
2745         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2746         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2747         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2748         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2749         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2750         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2751         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2752         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2753         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2754         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2755         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2756         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2757         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2758         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2759         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2760         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2761         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2762         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2763         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2764         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2765         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2766         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2767         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2768         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2769         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2770         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2771         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2772         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2773         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2774         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2775         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2776         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2777         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2778         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2779         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2780         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2781         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2782         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2783
2784         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2785         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2786         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2787         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2788         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2789         Moved ...
2790         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2791         ... here.
2792         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2793         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2794         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2795         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2796         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2797         Moved ...
2798         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2799         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2800         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2801         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2802         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2803         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2804         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2805         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2806         Moved ...
2807         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2808         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2809         Moved ...
2810         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2811         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2812         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2813         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2814         Moved ...
2815         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2816         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2817         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2818         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2819         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2820         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2821         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2822         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2823         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2824         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2825         Moved ...
2826         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2827         ... here.
2828         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2829         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2830         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2831         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2832         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2833         Moved ...
2834         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2835         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2836         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2837         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2838         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2839         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2840         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2841         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2842         Moved ...
2843         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2844         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2845         Moved ...
2846         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2847         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2848         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2849         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2850         Moved ...
2851         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2852         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2853         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2854         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2855         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2856
2857 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2858
2859         * timezone/checktab.awk: Update from tzcode 2014e.
2860         * timezone/private.h: Likewise.
2861         * timezone/tzfile.h: Likewise.
2862         * timezone/zdump.c: Likewise.
2863         * timezone/zic.c: Likewise.
2864
2865         * sysdeps/unix/sysv/linux/kernel-features.h
2866         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2867         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2868         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2869         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2870         Remove conditional code.
2871
2872 2014-06-25  Will Newton  <will.newton@linaro.org>
2873
2874         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2875         (_dl_arm_cap_flags): Add HWCAP2 values.
2876         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2877         (_DL_HWCAP_COUNT): Increase to 37.
2878         (_DL_HWCAP_LAST): New define.
2879         (_DL_HWCAP2_LAST): New define.
2880         (_dl_procinfo): Add support for printing
2881         AT_HWCAP2 entries.
2882         (_dl_string_hwcap): Use _dl_hwcap_string.
2883
2884 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2885
2886         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2887
2888 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2889
2890         * README: Do not mention ports directory.
2891
2892         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2893         Remove macro.
2894         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2895         <kernel-features.h>.
2896         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2897         conditional variable definition.
2898         (__futimes): Update comment.
2899         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2900         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2901
2902         [BZ #16560]
2903         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2904         arguments close to 0.
2905         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2906         Likewise.
2907         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2908         Likewise.
2909         * math/auto-libm-test-in: Add more tests of exp10.
2910         * math/auto-libm-test-out: Regenerated.
2911         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2912
2913         * sysdeps/unix/sysv/linux/kernel-features.h
2914         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2915         * sysdeps/unix/sysv/linux/readv.c: Do not include
2916         <kernel-features.h>.
2917         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2918         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2919         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2920         unconditional.
2921         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2922         conditional code.
2923         * sysdeps/unix/sysv/linux/writev.c: Do not include
2924         <kernel-features.h>.
2925         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2926         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2927         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2928         unconditional.
2929         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2930         conditional code.
2931
2932 2014-06-25  Will Newton  <will.newton@linaro.org>
2933
2934         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2935         comment changes throughout the file.  Remove checks
2936         for HAVE_*_H definitions that are not required.
2937         (__gen_tempname): Call abort if an unknown kind value is
2938         passed.
2939
2940 2014-06-25  Andreas Schwab  <schwab@suse.de>
2941
2942         [BZ #17086]
2943         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2944         scalbln, scalblnf, scalblnl in libc.
2945
2946 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2947
2948         [BZ #17086]
2949         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2950         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2951         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2952
2953 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2954
2955         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2956         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2957         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2958         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2959         Update #include.
2960         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2961         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2962         Update #include.
2963         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2964         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2965         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2966         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2967         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2968         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2969         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2970         * sysdeps/x86/bits/semaphore.h: ... here.
2971         * sysdeps/x86/nptl/elide.h: Moved ...
2972         * sysdeps/x86/elide.h: ... here.
2973         * sysdeps/x86_64/nptl/Implies: File removed.
2974         * sysdeps/i386/nptl/Implies: File removed.
2975
2976 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2977
2978         [BZ #16539]
2979         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2980         return the argument for normal arguments with exponent below -64.
2981         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2982         Likewise.
2983         * math/auto-libm-test-in: Add another test of expm1.
2984         * math/auto-libm-test-out: Regenerated.
2985
2986         [BZ #16287]
2987         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2988         calling __erfcl for arguments at least 16.
2989         * math/auto-libm-test-in: Add more tests of erf.
2990         * math/auto-libm-test-out: Regenerated.
2991
2992         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2993         individual architectures.
2994         * sysdeps/unix/sysv/linux/configure: Regenerated.
2995         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2996         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2997         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2998         (ldd_rewrite_script): Define variable.
2999         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3001         file.
3002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3003         generated file.
3004         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3005         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3006         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3007         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3008         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3009         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3010         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3011         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3012
3013 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3014
3015         [BZ #17084]
3016         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3017         Rename member __data.d to __data.__elision_data.
3018
3019 2014-06-24  Wilco  <wdijkstr@arm.com>
3020
3021         * NEWS: Add 16918 to fixed bug list.
3022
3023 2014-06-24  Wilco  <wdijkstr@arm.com>
3024
3025         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3026
3027 2014-06-24  Wilco  <wdijkstr@arm.com>
3028
3029         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3030         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3031         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3032         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3033         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3034         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3035         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3036         Use _FPU_MASK_RM.
3037
3038 2014-06-24  Wilco  <wdijkstr@arm.com>
3039
3040         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3041
3042 2014-06-24  Wilco  <wdijkstr@arm.com>
3043
3044         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3045         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3046         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3047         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3048
3049 2014-06-24  Wilco  <wdijkstr@arm.com>
3050
3051         [BZ #16918]
3052         * sysdeps/arm/feupdateenv.c (feupdateenv):
3053         Rewrite to reduce FPSCR accesses and fix return value.
3054
3055 2014-06-24  Wilco  <wdijkstr@arm.com>
3056
3057         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3058         Optimize to avoid unnecessary FPSCR writes.
3059         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3060         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3061         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3062         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3063
3064 2014-06-24  Wilco  <wdijkstr@arm.com>
3065
3066         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3067         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3068         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3069         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3070         Call libc_fetestexcept_vfp.
3071         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3072         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3073         __SOFTFP__ ifdef so that they can be built for softfp.
3074
3075 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3076
3077         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3078         argument type signed char.
3079
3080         * Makerules (check-abi): Dump diff of symlist if the test
3081         fails.
3082
3083 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3084
3085         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3086         using abort.
3087
3088         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3089         Remove unused variable ST.
3090
3091 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3092
3093         [BZ #16354]
3094         [BZ #17061]
3095         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3096         small arguments before calling __expm1.
3097         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3098         small arguments before calling __expm1f.
3099         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3100         small arguments before calling __expm1l.
3101         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3102         Likewise.
3103         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3104         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3105         spurious underflow for some cosh tests.
3106         * math/auto-libm-test-out: Regenerated.
3107         * sysdeps/i386/fpu/libm-test-ulps: Update.
3108
3109         [BZ #17050]
3110         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3111         (__ieee754_y1): Set errno if return value overflows.
3112         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3113         (__ieee754_y1f): Set errno if return value overflows.
3114         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3115         (__ieee754_y1l): Set errno if return value overflows.
3116         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3117         (__ieee754_y1l): Set errno if return value overflows.
3118         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3119         * math/auto-libm-test-out: Regenerated.
3120
3121         * math/gen-auto-libm-tests.c: Document use of
3122         ignore-zero-inf-sign.
3123         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3124         (input_flags): Add ignore-zero-inf-sign.
3125         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3126         * math/gen-libm-test.pl (generate_testfile): Handle
3127         ignore-zero-inf-sign.
3128         * math/auto-libm-test-in: Mark some cpow tests with
3129         ignore-zero-inf-sign and some with xfail-rounding.
3130         * math/auto-libm-test-out: Regenerated.
3131         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3132         * sysdeps/i386/fpu/libm-test-ulps: Update.
3133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3134
3135         [BZ #16315]
3136         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3137         overflowing or underflowing operations take place with sign of
3138         result.
3139         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3140         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3141         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3142         (__ieee754_pow): Recompute overflowing and underflowing results in
3143         original rounding mode.
3144         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3145         (__powl_helper): Allow negative argument X and scale negated value
3146         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3147         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3148         overflowing or underflowing operations take place with sign of
3149         result.
3150         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3151         Include <math.h>.
3152         * math/auto-libm-test-in: Add more tests of pow.
3153         * math/auto-libm-test-out: Regenerated.
3154         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3155         (pow_tonearest_test_data): Remove.
3156         (pow_test_tonearest): Likewise.
3157         (pow_towardzero_test_data): Likewise.
3158         (pow_test_towardzero): Likewise.
3159         (pow_downward_test_data): Likewise.
3160         (pow_test_downward): Likewise.
3161         (pow_upward_test_data): Likewise.
3162         (pow_test_upward): Likewise.
3163         (main): Don't call removed functions.
3164         * sysdeps/i386/fpu/libm-test-ulps: Update.
3165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3166
3167 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3168
3169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3170         Moved ...
3171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3173         Moved ...
3174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3176         Moved ...
3177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3179         Moved ...
3180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3182         File removed.
3183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3184         File removed.
3185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3186         File removed.
3187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3188         File removed.
3189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3190         File removed.
3191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3192         File removed.
3193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3194         File removed.
3195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3196         File removed.
3197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3198         File removed.
3199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3200         File removed.
3201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3202         File removed.
3203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3204         File removed.
3205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3206         Moved ...
3207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3209         Moved ...
3210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3211         ... here.
3212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3213         Moved ...
3214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3216         Moved ...
3217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3219         Moved ...
3220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3222         Moved ...
3223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3225         Moved ...
3226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3228         Moved ...
3229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3231         Moved ...
3232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3235         ... here.
3236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3237         Moved ...
3238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3240         Moved ...
3241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3242         ... here.
3243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3244         Moved ...
3245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3246         ... here.
3247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3248         Moved ...
3249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3250         ... here.
3251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3252         Moved ...
3253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3255         Moved ...
3256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3260         Moved ...
3261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3262         ... here.
3263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3264         Moved ...
3265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3266         ... here.
3267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3268         Moved ...
3269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3271         Moved ...
3272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3274         Moved ...
3275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3277         Moved ...
3278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3280         Moved ...
3281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3282         ... here.
3283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3284         Moved ...
3285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3287         Moved ...
3288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3290         Moved ...
3291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3293         Moved ...
3294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3298         Moved ...
3299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3301         Moved ...
3302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3304         Moved ...
3305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3306         ... here.
3307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3308         Moved ...
3309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
3310         ... here.
3311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3312         Moved ...
3313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
3314         ... here.
3315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
3316         Moved ...
3317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
3318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3319         Moved ...
3320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
3321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
3322         Moved ...
3323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3325         Moved ...
3326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3327         ... here.
3328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3329         Moved ...
3330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3331         ... here.
3332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3333         Moved ...
3334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3335         ... here.
3336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3337         Moved ...
3338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3340         Moved ...
3341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3342
3343 2014-06-23  Will Newton  <will.newton@linaro.org>
3344             Wilco  <wdijkstr@arm.com>
3345
3346         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3347         implementation.  Include get-rounding-mode.h.
3348         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3349         [!libc_feholdsetround_noex_ctx]: Define
3350         libc_feholdsetround_noex_ctx.
3351         [!libc_feholdsetround_noexf_ctx]: Define
3352         libc_feholdsetround_noexf_ctx.
3353         [!libc_feholdsetround_noexl_ctx]: Define
3354         libc_feholdsetround_noexl_ctx.
3355         (libc_feholdsetround_ctx): New function.
3356         (libc_feresetround_ctx): New function.
3357         (libc_feholdsetround_noex_ctx): New function.
3358         (libc_feresetround_noex_ctx): New function.
3359
3360 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3361
3362         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3363         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3364         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3365         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3366         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3367         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3368
3369         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3370         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3371         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3372         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3373         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3374         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3375         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3376         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3377         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3378         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3379         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3380         Moved ...
3381         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3382         ... here.
3383         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3384         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3385         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3386         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3387         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3388         Moved ...
3389         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3390         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3391         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3392         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3393         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3394         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3395         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3396         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3397         Moved ...
3398         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3399         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3400         Moved ...
3401         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3402         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3403         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3404         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3405         Moved ...
3406         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3407         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3408         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3409         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3410         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3411         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3412         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3413         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3414         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3415         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3416         Moved ...
3417         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3418         ... here.
3419         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3420         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3421         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3422         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3423         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3424         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3425         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3426         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3427         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3428         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3429         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3430         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3431         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3432         Moved ...
3433         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3434         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3435         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3436         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3437         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3438         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3439         Moved ...
3440         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3441         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3442         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3443         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3444         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3445
3446         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3447         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3448         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3449         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3450         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3451         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3452         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3453         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3454         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3455         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3456         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3457         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3458         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3459         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3460         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3461         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3462         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3463         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3464         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3465         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3466         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3467         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3468         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3469         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3470         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3471         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3472         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3473         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3474
3475 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3476
3477         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3478         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3479         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3480         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3481         (IPV6_PMTUDISC_INTERFACE): Likewise.
3482         (IPV6_PMTUDISC_OMIT): Likewise.
3483
3484 2014-06-23  Andreas Schwab  <schwab@suse.de>
3485
3486         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3487         Remove unused errout label.
3488
3489 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3490
3491         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3492         macro: hardware supports Vector Crypto instructions.
3493
3494 2014-06-23  Will Newton  <will.newton@linaro.org>
3495
3496         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3497         rather than __builtin_expect.
3498
3499         * elf/dl-lookup.c (undefined_msg): Remove variable.
3500         (_dl_lookup_symbol_x): Replace undefined_msg with string
3501         literal.
3502
3503         * elf/dl-lookup.c (do_lookup_unique): New function.
3504         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3505         to a separate function.
3506
3507 2014-06-23  Andreas Schwab  <schwab@suse.de>
3508
3509         [BZ #17079]
3510         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3511         before reading the next line.
3512
3513 2014-06-23  Will Newton  <will.newton@linaro.org>
3514
3515         * test-skeleton.c (signal_handler): Use printf and %m
3516         rather than perror.  Use printf rather than fprintf to
3517         stderr.  Use puts rather than fputs to stderr.
3518         (main): Likewise.
3519
3520 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3521
3522         * nscd/nscd.c (thread_info_t): Remove typedef.
3523         (thread_info): Remove variable.
3524
3525 2014-06-21  Allan McRae  <allan@archlinux.org>
3526
3527         * NEWS: Mention CVE-2014-4043.
3528
3529 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3530
3531         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3532         * nptl/smp.h: ... here.
3533
3534         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3535
3536         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3537         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3538         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3539         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3540
3541         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3542         * nptl/stack-aliasing.h: New file.
3543         * sysdeps/i386/i686/stack-aliasing.h: New file.
3544         * sysdeps/i386/i686/nptl/Makefile: File removed.
3545         * sysdeps/x86_64/stack-aliasing.h: New file.
3546         * sysdeps/x86_64/nptl/Makefile
3547         (CFLAGS-pthread_create.c): Variable removed.
3548
3549         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3550         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3551         old file.
3552         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3553         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3554         old file.
3555
3556 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3557
3558         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3559         (__ASSUME_SIGFRAME_V2): Remove macro.
3560         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3561         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3562         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3563         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3564         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3565         Declare as function.  Remove conditional macro definitions.
3566         (__default_rt_sa_restorer): Likewise.
3567         (__default_sa_restorer_v1): Remove declaration.
3568         (__default_sa_restorer_v2): Likewise.
3569         (__default_rt_sa_restorer_v1): Likewise.
3570         (__default_rt_sa_restorer_v2): Likewise.
3571         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3572         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3573         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3574
3575 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3576
3577         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3578         (libpthread-routines): Add sysdep.
3579         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3580         * sysdeps/unix/sysv/linux/sparc/Versions
3581         (libpthread: GLIBC_2.3.3): New version set.
3582         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3583         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3584         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3585         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3586         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3587         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3588         Moved ...
3589         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3590         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3591         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3592         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3593         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3594         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3595         * sysdeps/sparc/nptl/sem_init.c: ... here.
3596         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3597         * sysdeps/sparc/nptl/sem_post.c: ... here.
3598         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3599         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3600         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3601         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3602         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3603         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3604         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3605         (libpthread-routines): Add cpu_relax.
3606         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3607         File removed.
3608         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3609         (librt: GLIBC_2.3.3): New version set.
3610         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3611         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3612         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3613         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3614         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3615         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3616         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3617         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3618         Moved ...
3619         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3620         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3621         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3622         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3623         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3624         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3625         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3626         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3627         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3628         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3629         Moved ...
3630         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3631         Update #include.
3632         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3633         Moved ...
3634         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3635         Update #include.
3636         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3637         Moved ...
3638         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3639         Update #include.
3640         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3641         Moved ...
3642         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3643         Update #include.
3644         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3645         Moved ...
3646         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3647         Update #include.
3648         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3649         Moved ...
3650         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3651         Update #include.
3652         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3653         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3654         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3655         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3656         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3657         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3658         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3659         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3660         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3661         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3662         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3663         Moved ...
3664         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3665         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3666         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3667         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3668         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3669
3670 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3671
3672         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3673         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3674         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3675         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3676         * nscd/nscd.c: Likewise.
3677         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3678         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3679         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3680         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3681
3682         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3683         <kernel-features.h>.
3684         (init_mq_netlink): Remove conditional have_sock_cloexec
3685         definitions.  Remove code conditional on have_sock_cloexec < 0.
3686         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3687         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3688         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3689         <kernel-features.h>.
3690         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3691         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3692
3693 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3694
3695         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3696         Add tests for memset_chk and memset.
3697
3698         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3699         with AVX2_Usable.
3700
3701 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3702
3703         [BZ #16046]
3704         * elf/tst-dl-iter-static.c: New file.
3705         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3706
3707         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3708         error.
3709
3710 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3711
3712         * sysdeps/unix/sysv/linux/kernel-features.h
3713         (__ASSUME_F_GETOWN_EX): Remove macro.
3714         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3715         <kernel-features.h>.
3716         (miss_F_GETOWN_EX): Remove variable or macro.
3717         (do_fcntl): Do not check miss_F_GETOWN_EX.
3718         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3719
3720         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3721         Remove macro.
3722         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3723         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3724         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3725
3726         * sysdeps/unix/sysv/linux/kernel-features.h
3727         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3728         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3729         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3730         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3731
3732 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3733
3734         [BZ #17075]
3735         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3736         Fix calculation of the symbol's value.
3737         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3738         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3739         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3740         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3741         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3742         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3743         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3744         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3745         (modules-names): Add `tst-armtlsdescmod',
3746         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3747         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3748         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3749         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3750         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3751         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3752         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3753         ($(objpfx)tst-armtlsdescloc): New dependency.
3754         ($(objpfx)tst-armtlsdescextnow): Likewise.
3755         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3756         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3757         TLS scheme support.
3758         * sysdeps/arm/configure: Regenerate.
3759
3760 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3761
3762         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3763         (__atfct_seterrno_2): Likewise.
3764         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3765         <kernel-features.h>.
3766         (__ASSUME_ATFCTS): Do not undefine and redefine.
3767         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3768         (__have_atfcts): Remove conditional definition.
3769         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3770         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3771         unreachable if [__ASSUME_ATFCTS].
3772         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3773         not undefine and redefine.
3774         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3775         <kernel-features.h>.
3776         (faccessat) [__NR_faccessat]: Make code unconditional.
3777         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3778         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3779         <kernel-features.h>.
3780         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3781         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3782         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3783         <kernel-features.h>.
3784         (fchownat) [__NR_fchownat]: Make code unconditional.
3785         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3786         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3787         <kernel-features.h>.
3788         (futimesat) [__NR_futimesat]: Make code unconditional.
3789         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3790         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3791         <kernel-features.h>.
3792         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3793         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3794         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3795         <kernel-features.h>.
3796         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3797         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3798         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3799         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3800         <kernel-features.h>.
3801         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3802         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3803         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3804         <kernel-features.h>.
3805         (linkat) [__NR_linkat]: Make code unconditional.
3806         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3807         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3808         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3809         <kernel-features.h>.
3810         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3811         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3812         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3813         <kernel-features.h>.
3814         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3815         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3816         * sysdeps/unix/sysv/linux/openat.c: Do not include
3817         <kernel-features.h>.
3818         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3819         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3820         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3821         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3822         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3823         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3824         <kernel-features.h>.
3825         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3826         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3827         result of INLINE_SYSCALL directly, not via int variable.
3828         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3829         <kernel-features.h>.
3830         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3831         (renameat) [__NR_renameat]: Make code unconditional.
3832         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3833         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3834         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3835         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3836         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3837         (__ASSUME_ATFCTS): Do not undefine and redefine.
3838         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3839         <kernel-features.h>.
3840         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3841         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3842         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3843         <kernel-features.h>.
3844         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3845         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3846         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3847         (__ASSUME_ATFCTS): Do not undefine and redefine.
3848         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3849         <kernel-features.h>.
3850         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3851         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3852         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3853         <kernel-features.h>.
3854         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3855         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3856
3857 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3858
3859         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3860
3861 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3862
3863         [BZ #17069]
3864         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3865         constructed tree before returning error.
3866         * posix/bug-regexp36.c: Expand test case.
3867
3868 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3869
3870         [BZ #6803]
3871         * math/libm-test.inc (scalbln_test_date):
3872         Add errno expectations.
3873         * math/w_scalblnf.c: New File.
3874         Add wrapper which checks for setting errno to ERANGE.
3875         Add weak_alias for corresponding scalbln function.
3876         * math/w_scalbln.c: Likewise.
3877         * math/w_scalblnl.c: Likewise.
3878         * math/Makefile (libm-calls): Add w_scalbln.
3879         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3880         Remove weak_alias for corresponding scalbln function.
3881         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3882         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3883         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3884         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3885         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3886         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3887         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3888         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3889         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3890         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3891         Remove long_double_symbol for scalblnl function in libm, libc.
3892         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3893         Add wrapper which checks for setting errno to ERANGE.
3894         Add long_double_symbol for scalblnl function in libm, libc.
3895         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3896         Remove long_double_symbol for scalblnl in libm.
3897         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3898         Add wrapper which checks for setting errno to ERANGE.
3899         Add long_double_symbol for scalblnl function in libm.
3900         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3901         Do not use wrapper because of own implementation.
3902
3903 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3904
3905         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3906         3 bytes for __pad1 for x32.
3907         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3908
3909 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3910             H.J. Lu  <hongjiu.lu@intel.com>
3911
3912         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3913         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3914         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3915         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3916         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3917
3918 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3919
3920         [BZ #17069]
3921         * posix/regcomp.c (parse_expression): Deallocate partially
3922         constructed tree before returning error.
3923         * posix/Makefile.c (tests): Add bug-regex36.
3924         (generated): Add bug-regex36.mtrace.
3925         (tests-special): Add $(objpfx)bug-regex36-mem.out
3926         (bug-regex36-ENV): New variable.
3927         ($(objpfx)bug-regex36-mem.out): New rule.
3928         * posix/bug-regex36.c: New file.
3929
3930 2014-06-19  Will Newton  <will.newton@linaro.org>
3931
3932         * malloc/malloc.c (systrim): If extra is zero then return
3933         early.
3934
3935 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3936
3937         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3938
3939 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3940
3941         * sysdeps/aarch64/strchr.S: New file.
3942
3943 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3944
3945         [BZ #17022]
3946         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3947         from arguments -2 or below.
3948         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3949         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3950
3951 2014-06-18  Andreas Schwab  <schwab@suse.de>
3952
3953         [BZ #17062]
3954         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3955         of a bracket expr not to run off the end of the string.
3956         * posix/Makefile (tests): Add tst-fnmatch3.
3957         * posix/tst-fnmatch3.c: New file.
3958
3959 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3960
3961         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3962         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3963         [$(cross-compiling) = no]: Likewise.
3964         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3965         [$(cross-compiling) = no]: Likewise.
3966
3967 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3968
3969         [BZ #17031]
3970         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3971         double, adjusted for any remainder from the high double.
3972         * math/libm-test.inc (nearbyint): Add tests.
3973         (rint): Likewise.
3974
3975 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3976
3977         * nptl/sysdeps/powerpc/Makefile: Moved ...
3978         * sysdeps/powerpc/nptl/Makefile: ... here.
3979         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3980         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3981         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3982         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3983         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3984         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3985         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3986         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3987         * nptl/sysdeps/powerpc/tls.h: Moved ...
3988         * sysdeps/powerpc/nptl/tls.h: ... here.
3989
3990 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3991
3992         [BZ #16681]
3993         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3994         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3995         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3996         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3997         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3998         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3999         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4000         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4001         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4002
4003 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4004
4005         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4006
4007 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4008
4009         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4010         defined operator.
4011
4012         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4013         $TIMEOUTFACTOR.
4014
4015 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4016
4017         [BZ #17058]
4018         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4019         non-executed part of the test.
4020
4021 2014-06-16  Andreas Schwab  <schwab@suse.de>
4022
4023         * string/bits/string2.h (strdup, strndup): Update feature guard.
4024
4025 2014-06-14  David S. Miller  <davem@davemloft.net>
4026
4027         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4028
4029 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4030
4031         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4032         that was previously under [RESET_PID].
4033         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4034
4035         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4036         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4037         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4038         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4039         (__libc_vfork): New strong alias.
4040         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4041
4042 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4043
4044         * sysdeps/generic/elide.h: New file.
4045
4046 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4047
4048         * Makefile (installed-headers): Adjust path of pthread.h header.
4049
4050 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4051
4052         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4053         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4054         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4055         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4056
4057         * nptl/sysdeps/s390/Makefile: Moved ...
4058         * sysdeps/s390/nptl/Makefile: ... here.
4059         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4060         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4061         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4062         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4063         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4064         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4065         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4066         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4067         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4068         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4069         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4070         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4071         * nptl/sysdeps/s390/tls.h: Moved ...
4072         * sysdeps/s390/nptl/tls.h: ... here.
4073
4074         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4075         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4076
4077 2014-06-13  David S. Miller  <davem@davemloft.net>
4078
4079         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4080         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4081         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4082         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4083         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4084         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4085         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4086         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4087         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4088         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4089         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4090         Remove RESET_PID cpp guards.
4091         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4092         Remove RESET_PID cpp guards.
4093         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4094
4095 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4096
4097         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4098         __sp to uintptr_t.
4099
4100 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4101
4102         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4103         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4104         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4105         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4106         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4107         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4108         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4109         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4110         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4111         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4112         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4113         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4114         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4115         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4116         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4117         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4118         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4119         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4120         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4121         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4122
4123         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4124         (pthread_rwlock_rdlock): Add elision.
4125         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4126         (pthread_rwlock_wrlock): Add elision.
4127         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4128         (pthread_rwlock_trywrlock): Add elision.
4129         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4130         (pthread_rwlock_tryrdlock): Add elision.
4131         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4132         (pthread_rwlock_tryrdlock): Add elision unlock.
4133         * nptl/sysdeps/pthread/pthread.h:
4134         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4135         (PTHREAD_RWLOCK_INITIALIZER,
4136         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4137         Handle new elision field.
4138         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4139         * sysdeps/arm/nptl/bits/pthreadtypes.h
4140         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4141         * sysdeps/sh/nptl/bits/pthreadtypes.h
4142         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4143         * sysdeps/tile/nptl/bits/pthreadtypes.h
4144         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4145         * sysdeps/a/nptl/bits/pthreadtypes.h
4146         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4147         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4148         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4149         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4150         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4151         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4152         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4153         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4154         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4155         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4156         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4157         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4158         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4159         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4160         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4161         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4162         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4163         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4164         (elision_init): Set try_xbegin to zero when no RTM.
4165         * sysdeps/x86/nptl/bits/pthreadtypes.h
4166         (pthread_rwlock_t): Change __pad1 to __rwelision.
4167         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4168
4169 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4170
4171         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4172         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4173         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4174         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4175
4176 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4177
4178         [BZ #16996]
4179         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4180         that the cached result has been set before returning it.
4181
4182 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4183
4184         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4185         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4186         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4187         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4188         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4189         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4190
4191         * nptl/sysdeps/sparc/Makefile: Moved ...
4192         * sysdeps/sparc/nptl/Makefile: ... here.
4193         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4194         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4195         * nptl/sysdeps/sparc/tls.h: Moved ...
4196         * sysdeps/sparc/nptl/tls.h: ... here.
4197         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4198         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4199         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4200         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4201         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4202         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4203         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4204         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4205         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4206         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4207         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4208         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4209         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4210         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4211         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4212         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4213         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4214         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4215         Update #include.
4216         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4217         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4218         Update #include.
4219         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4220         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4221         Update #include.
4222         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4223         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4224         Update #include.
4225
4226         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4227
4228         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4229         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4230
4231         * sysdeps/pthread/posix-timer.h: Include <list.h>.
4232         (struct list_links): Type removed.
4233         (struct thread_node, struct timer_node): Replace struct list_links
4234         with struct list_head.
4235         (list_unlink_ip): Likewise.
4236         * sysdeps/pthread/timer_routines.c
4237         (timer_free_list, thread_free_list, thread_active_list): Likewise.
4238         (list_append, list_insbefore): Likewise.
4239         (list_init): Function removed.
4240         (thread_init, init_module): Use INIT_LIST_HEAD instead.
4241         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4242         * sysdeps/pthread/Makefile: ... here, new file.
4243
4244         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4245         * sysdeps/nptl/Implies: ... here.
4246         * sysdeps/unix/sysv/linux/Implies: Add nptl.
4247         * nptl/sysdeps/pthread/list.h: Moved ...
4248         * include/list.h: ... here.
4249         * nptl/sysdeps/pthread/createthread.c: Moved ...
4250         * nptl/createthread.c: ... here.
4251         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4252         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4253         * nptl/pt-longjmp.c: ... here.
4254         * nptl/sysdeps/pthread/Makefile: Moved ...
4255         * sysdeps/nptl/Makefile: ... here.
4256         * nptl/sysdeps/pthread/Subdirs: Moved ...
4257         * sysdeps/nptl/Subdirs: ... here.
4258         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4259         * sysdeps/nptl/aio_misc.h: ... here.
4260         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4261         * sysdeps/nptl/bits/libc-lock.h: ... here.
4262         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4263         * sysdeps/nptl/bits/libc-lockP.h: ... here.
4264         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4265         * sysdeps/nptl/bits/stdio-lock.h: ... here.
4266         * nptl/sysdeps/pthread/configure: Moved ...
4267         * sysdeps/nptl/configure: ... here.
4268         * nptl/sysdeps/pthread/configure.ac: Moved ...
4269         * sysdeps/nptl/configure.ac: ... here.
4270         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4271         * sysdeps/nptl/gai_misc.h: ... here.
4272         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4273         * sysdeps/nptl/librt-cancellation.c: ... here.
4274         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4275         * sysdeps/nptl/malloc-machine.h: ... here.
4276         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4277         * sysdeps/nptl/pthread-functions.h: ... here.
4278         * nptl/sysdeps/pthread/pthread.h: Moved ...
4279         * sysdeps/nptl/pthread.h: ... here.
4280         * nptl/sysdeps/pthread/setxid.h: Moved ...
4281         * sysdeps/nptl/setxid.h: ... here.
4282         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4283         * sysdeps/nptl/sigfillset.c: ... here.
4284         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4285         * sysdeps/nptl/tcb-offsets.h: ... here.
4286         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4287         * sysdeps/nptl/tst-mqueue8x.c: ... here.
4288         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4289         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4290         * nptl/sysdeps/pthread/allocalim.h: Moved ...
4291         * sysdeps/pthread/allocalim.h: ... here.
4292         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4293         * sysdeps/pthread/bits/sigthread.h: ... here.
4294         * nptl/sysdeps/pthread/flockfile.c: Moved ...
4295         * sysdeps/pthread/flockfile.c: ... here.
4296         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4297         * sysdeps/pthread/ftrylockfile.c: ... here.
4298         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4299         * sysdeps/pthread/funlockfile.c: ... here.
4300         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4301         * sysdeps/pthread/posix-timer.h: ... here.
4302         * nptl/sysdeps/pthread/timer_create.c: Moved ...
4303         * sysdeps/pthread/timer_create.c: ... here.
4304         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4305         * sysdeps/pthread/timer_delete.c: ... here.
4306         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4307         * sysdeps/pthread/timer_getoverr.c: ... here.
4308         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
4309         * sysdeps/pthread/timer_gettime.c: ... here.
4310         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
4311         * sysdeps/pthread/timer_routines.c: ... here.
4312         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
4313         * sysdeps/pthread/timer_settime.c: ... here.
4314         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
4315         * sysdeps/pthread/tst-timer.c: ... here.
4316         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
4317         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
4318
4319         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
4320         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
4321
4322         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
4323         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4324         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4325         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4326         Update #include target.
4327         * nptl/sysdeps/i386/i686/Makefile: Moved ...
4328         * sysdeps/i386/i686/nptl/Makefile: ... here.
4329         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4330         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4331         Update #include target.
4332         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4333         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4334         * nptl/sysdeps/i386/Makefile: Moved ...
4335         * sysdeps/i386/nptl/Makefile: ... here.
4336         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4337         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4338         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4339         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4340         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4341         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4342         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4343         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4344         * sysdeps/i386/nptl/pthreaddef.h: ... here.
4345         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4346         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4347         * nptl/sysdeps/i386/tls.h: Moved ...
4348         * sysdeps/i386/nptl/tls.h: ... here.
4349
4350         * sysdeps/sh/Makefile [$(subdir) = csu]
4351         (gen-as-const-headers): Add tcb-offsets.sym.
4352         * nptl/sysdeps/sh/Makefile: File removed.
4353         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4354         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4355         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4356         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4357         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4358         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4359         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4360         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4361         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4362         * sysdeps/sh/nptl/pthreaddef.h: ... here.
4363         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4364         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4365         * nptl/sysdeps/sh/tls.h: Moved ...
4366         * sysdeps/sh/nptl/tls.h: ... here.
4367         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4368         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4369         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4370         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4371         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4372         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4373         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4374         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4375         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4376         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4377         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4378         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4379         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4380         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4381         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4382         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4383         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4384         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4385         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4386         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4387         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4388         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4389         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4390         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4391         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4392         Moved ...
4393         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4394         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4395         Moved ...
4396         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4397         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4398         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4399         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4400         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4401         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4402         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4403         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4404         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4405         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4406         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4407         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4408         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4409         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4410         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4411         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4412         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4413         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4414         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4415
4416 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4417
4418         * posix/spawn_faction_addopen.c: Include string.h.
4419
4420 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4421
4422         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4423         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4424         * nptl/sysdeps/x86_64/Makefile: Moved ...
4425         * sysdeps/x86_64/nptl/Makefile: ... here.
4426         * nptl/sysdeps/x86_64/configure: Moved ...
4427         * sysdeps/x86_64/nptl/configure: ... here.
4428         * nptl/sysdeps/x86_64/configure.ac: Moved ...
4429         * sysdeps/x86_64/nptl/configure.ac: ... here.
4430         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4431         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4432         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4433         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4434         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4435         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4436         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4437         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4438         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4439         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4440         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4441         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4442         * nptl/sysdeps/x86_64/tls.h: Moved ...
4443         * sysdeps/x86_64/nptl/tls.h: ... here.
4444         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4445         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4446         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4447         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4448
4449         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4450
4451 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4452
4453         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4454
4455 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
4456
4457         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4458         type.
4459         [POSIX] (off_t): Likewise.
4460         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4461         [POSIX] (S_ISBLK): Require macro.
4462         [POSIX] (S_ISCHR): Likewise.
4463         [POSIX] (S_ISDIR): Likewise.
4464         [POSIX] (S_ISFIFO): Likewise.
4465         [POSIX] (S_ISREG): Likewise.
4466         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4467         optional-macro.
4468         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4469         type.
4470         [POSIX] (time_t): Likewise.
4471         [POSIX] (timer_t): Likewise.
4472
4473 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4474
4475         [BZ #17048]
4476         * posix/spawn_int.h (struct __spawn_action): Make the path string
4477         non-const to support deallocation.
4478         * posix/spawn_faction_addopen.c
4479         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4480         * posix/spawn_faction_destroy.c
4481         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4482         path in all spawn_do_open actions.
4483         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4484         posix_spawn_file_actions_addopen.
4485
4486 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4487
4488         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4489         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4490         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4491         conditional code always true.
4492         (__libc_vfork): New alias.
4493
4494 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4495
4496         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4497         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4498
4499         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4500
4501         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4502         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4503
4504         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4505         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4506
4507         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4508         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4509
4510 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4511
4512         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4513         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4514         multiarch strcmp for PPC64.
4515         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4516         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4517         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4518         multiarch optimizations.
4519         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4520         (__libc_ifunc_impl_list): Likewise.
4521
4522 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4523
4524         * benchtests/scripts/validate_benchout.py: New script.
4525         * benchtests/Makefile (bench-func): Call it.
4526         * benchtests/scripts/benchout.schema.json: New file.
4527
4528 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4529
4530         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4531         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4532         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4533         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4534         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4535         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4536         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4537         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4538         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4539         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4540         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4541         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4542         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4543         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4544         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4545         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4546         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4547         Moved ...
4548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4549         ... here.
4550         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4551         Moved ...
4552         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4553         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4554         Moved ...
4555         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4556         ... here.
4557         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4558         Moved ...
4559         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4560         ... here.
4561         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4562         Moved ...
4563         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4564         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4565         Moved ...
4566         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4567         ... here.
4568         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4569         Moved ...
4570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4571         ... here.
4572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4573         Moved ...
4574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4575         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4576         Moved ...
4577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4578         ... here.
4579         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4580         Moved ...
4581         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4582         ... here.
4583         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4584         Moved ...
4585         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4586         ... here.
4587         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4588         Moved ...
4589         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4591         Moved ...
4592         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4593         ... here.
4594         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4595         Moved ...
4596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4597         ... here.
4598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4599         Moved ...
4600         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4601         ... here.
4602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4603         Moved ...
4604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4605         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4606         Moved ...
4607         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4608         ... here.
4609         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4610         Moved ...
4611         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4612         ... here.
4613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4614         Moved ...
4615         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4616         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4617         Moved ...
4618         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4619         ... here.
4620         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4621         Moved ...
4622         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4623         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4624         Moved ...
4625         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4626         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4627         Moved ...
4628         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4629         ... here.
4630         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4631         Moved ...
4632         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4633         ... here.
4634         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4635         Moved ...
4636         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4637         ... here.
4638         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4639         Moved ...
4640         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4641         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4642         Moved ...
4643         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4644         ... here.
4645         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4646         Moved ...
4647         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4648         ... here.
4649         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4650         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4651         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4652         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4653         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4654         Moved ...
4655         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4656         ... here.
4657         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4658         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4659         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4660         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4661         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4662         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4663         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4664         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4665         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4666         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4667         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4668         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4669         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4670         Moved ...
4671         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4672         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4673         Moved ...
4674         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4675         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4676         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4677         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4678         Moved ...
4679         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4680         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4681         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4682         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4683         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4684         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4685         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4686
4687 2014-06-10  Wilco  <wdijkstr@arm.com>
4688
4689         * math/test-fenv-return.c: New file.
4690         * math/Makefile: Add new test test-fenv-return.
4691
4692 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4693
4694         [BZ #17042]
4695         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4696         when x - 1 is zero.
4697         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4698         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4699         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4700         0.0L for an argument of 1.0L.
4701         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4702         Likewise.
4703         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4704         value when x - 1 is zero.
4705         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4706         * sysdeps/i386/fpu/libm-test-ulps: Update.
4707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4708
4709 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4710
4711         [BZ #15119]
4712         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4713
4714 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4715
4716         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4717         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4718
4719 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4720
4721         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4722         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4723
4724         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4725         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4726
4727         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4728         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4729
4730         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4731         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4732
4733         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4734         if not already defined.
4735         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4736         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4737         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4738         (TLS_INIT_TP): Use it.
4739         (TLS_DEFINE_INIT_TP): New macro.
4740         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4741
4742 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4743
4744         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4745         constant.
4746         [POSIX] (IXANY): Likewise.
4747         [POSIX] (OLCUC): Likewise.
4748         [POSIX || POSIX2008] (CBAUD): Do not allow.
4749         [POSIX || POSIX2008] (DEFECHO): Likewise.
4750         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4751         [POSIX || POSIX2008] (ECHOKE): Likewise.
4752         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4753         [POSIX || POSIX2008] (EXTA): Likewise.
4754         [POSIX || POSIX2008] (EXTB): Likewise.
4755         [POSIX || POSIX2008] (FLUSHO): Likewise.
4756         [POSIX || POSIX2008] (LOBLK): Likewise.
4757         [POSIX || POSIX2008] (PENDIN): Likewise.
4758         [POSIX || POSIX2008] (SWTCH): Likewise.
4759         [POSIX || POSIX2008] (VDISCARD): Likewise.
4760         [POSIX || POSIX2008] (VDSUSP): Likewise.
4761         [POSIX || POSIX2008] (VLNEXT): Likewise.
4762         [POSIX || POSIX2008] (VREPRINT): Likewise.
4763         [POSIX || POSIX2008] (VSTATUS): Likewise.
4764         [POSIX || POSIX2008] (VWERASE): Likewise.
4765         (B*): Change to B[0123456789]*.
4766         * conform/data/time.h-data [POSIX || UNIX98]
4767         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4768         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4769         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4770         [POSIX] (tm_*): Do not allow.
4771
4772 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4773
4774         * Makefile (install): Don't set LANGUAGE.
4775         * Makefile.in (install): Likewise.
4776         * assert/Makefile (test-assert-ENV): Remove variable.
4777         (test-assert-perr-ENV): Likewise.
4778         * elf/Makefile (neededtest4-ENV): Likewise.
4779         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4780         [$(cross-compiling) = no]: Don't set LANGUAGE.
4781         * io/ftwtest-sh (LANG): Remove variable.
4782         * libio/Makefile (tst-widetext-ENV): Likewise.
4783         * manual/install.texi (Running make install): Don't refer to
4784         environment settings for make install.
4785         * INSTALL: Regenerated.
4786         * nptl/tst-tls6.sh: Don't set LANG.
4787         * posix/globtest.sh (LANG): Remove variable.
4788         * string/Makefile (tester-ENV): Likewise.
4789         (inl-tester-ENV): Likewise.
4790         (noinl-tester-ENV): Likewise.
4791         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4792         [$(cross-compiling) = no]: Don't set LANGUAGE.
4793         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4794         without explicit environment settings.
4795
4796 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4797
4798         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4799         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4800         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4801         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4802
4803 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4804
4805         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4806         other files in the crypt directory.
4807         * crypt/crypt.c: Remove duplicate includes.
4808         * crypt/crypt-entry.c: Likewise.
4809         * crypt/crypt_util.c: Likewise.
4810
4811 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4812
4813         * Makeconfig (run-program-env): New variable.
4814         (run-program-prefix-before-env): Likewise.
4815         (run-program-prefix-after-env): Likewise.
4816         (run-program-prefix): Define in terms of new variables.
4817         (built-program-cmd-before-env): New variable.
4818         (built-program-cmd-after-env): Likewise.
4819         (built-program-cmd): Define in terms of new variables.
4820         (test-program-prefix-before-env): New variable.
4821         (test-program-prefix-after-env): Likewise.
4822         (test-program-prefix): Define in terms of new variables.
4823         (test-program-cmd-before-env): New variable.
4824         (test-program-cmd-after-env): Likewise.
4825         (test-program-cmd): Define in terms of new variables.
4826         * Rules (make-test-out): Use $(run-program-env).
4827         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4828         (help): Do not mention environment variables.  Mention
4829         --timeoutfactor option.
4830         (timeoutfactor): New variable.
4831         (blacklist_exports): Remove function.
4832         (exports): Remove variable.
4833         (command): Do not include ${exports}.
4834         * manual/install.texi (Configuring and compiling): Do not mention
4835         test wrappers preserving environment variables.  Mention that last
4836         assignment to a variable must take precedence.
4837         * INSTALL: Regenerated.
4838         * benchtests/Makefile (run-bench): Use $(run-program-env).
4839         * catgets/Makefile ($(objpfx)test1.cat): Use
4840         $(built-program-cmd-before-env), $(run-program-env) and
4841         $(built-program-cmd-after-env).
4842         ($(objpfx)test2.cat): Do not specify environment variables
4843         explicitly.
4844         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4845         $(run-program-env) and $(built-program-cmd-after-env).
4846         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4847         $(run-program-env) and $(test-program-cmd-after-env).
4848         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4849         explicitly.
4850         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4851         run_program_env and test_program_cmd_after_env arguments.
4852         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4853         * elf/tst-pathopt.sh: Use run_program_env argument.
4854         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4855         $(test-wrapper-env) and $(run-program-env).
4856         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4857         run_program_env arguments.
4858         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4859         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4860         $(test-program-prefix-before-env), $(run-program-env) and
4861         $(test-program-prefix-after-env).
4862         ($(objpfx)tst-gettext2.out): Likewise.
4863         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4864         run_program_env and test_program_prefix_after_env arguments.
4865         * intl/tst-gettext2.sh: Likewise.
4866         * intl/tst-gettext4.sh: Do not set environment variables
4867         explicitly.
4868         * intl/tst-gettext6.sh: Likewise.
4869         * intl/tst-translit.sh: Likewise.
4870         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4871         $(test-program-prefix-before-env), $(run-program-env) and
4872         $(test-program-prefix-after-env).
4873         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4874         run_program_env and test_program_prefix_after_env arguments.
4875         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4876         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4877         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4878         explicitly with each use of ${test_wrapper_env}.
4879         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4880         $(test-program-prefix-before-env), $(run-program-env) and
4881         $(test-program-prefix-after-env).
4882         * posix/tst-getconf.sh: Do not set environment variables
4883         explicitly.
4884         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4885         run_program_env and test_program_prefix_after_env arguments.
4886         * stdio-common/tst-printf.sh: Do not set environment variables
4887         explicitly.
4888         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4889         $(test-program-prefix-before-env), $(run-program-env) and
4890         $(test-program-prefix-after-env).
4891         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4892         run_program_env and test_program_prefix_after_env arguments.
4893         Split $test calls into $test_pre and $test.
4894         * timezone/Makefile (build-testdata): Use
4895         $(built-program-cmd-before-env), $(run-program-env) and
4896         $(built-program-cmd-after-env).
4897
4898 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4899
4900         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4901         strlen for non SHARED builds.
4902
4903 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4904
4905         * nptl/allocatestack.c (check_list): Inlined function...
4906         (__reclaim_stacks): ... here.
4907
4908 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4909
4910         [BZ #15698]
4911         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4912         memory overrun.
4913
4914 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4915
4916         * Rules (make-test-out): Include
4917         LOCPATH=$(common-objpfx)localedata in default environment.
4918         * debug/Makefile (tst-chk1-ENV): Remove variable.
4919         (tst-chk2-ENV): Likewise.
4920         (tst-chk3-ENV): Likewise.
4921         (tst-chk4-ENV): Likewise.
4922         (tst-chk5-ENV): Likewise.
4923         (tst-chk6-ENV): Likewise.
4924         (tst-lfschk1-ENV): Likewise.
4925         (tst-lfschk2-ENV): Likewise.
4926         (tst-lfschk3-ENV): Likewise.
4927         (tst-lfschk4-ENV): Likewise.
4928         (tst-lfschk5-ENV): Likewise.
4929         (tst-lfschk6-ENV): Likewise.
4930         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4931         (tst-iconv7-ENV): Likewise.
4932         * intl/Makefile (LOCPATH-ENV): Likewise.
4933         (tst-codeset-ENV): Likewise.
4934         (tst-gettext3-ENV): Likewise.
4935         (tst-gettext5-ENV): Likewise.
4936         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4937         (tst-fopenloc-ENV): Likewise.
4938         (tst-fgetws-ENV): Remove variable.
4939         (tst-ungetwc1-ENV): Likewise.
4940         (tst-ungetwc2-ENV): Likewise.
4941         (bug-ungetwc2-ENV): Likewise.
4942         (tst-swscanf-ENV): Likewise.
4943         (bug-ftell-ENV): Likewise.
4944         (tst-fgetwc-ENV): Likewise.
4945         (tst-fseek-ENV): Likewise.
4946         (tst-ftell-partial-wide-ENV): Likewise.
4947         (tst-ftell-active-handler-ENV): Likewise.
4948         (tst-ftell-append-ENV): Likewise.
4949         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4950         (tst-regexloc-ENV): Likewise.
4951         (bug-regex1-ENV): Likewise.
4952         (tst-regex-ENV): Likewise.
4953         (tst-regex2-ENV): Likewise.
4954         (bug-regex5-ENV): Likewise.
4955         (bug-regex6-ENV): Likewise.
4956         (bug-regex17-ENV): Likewise.
4957         (bug-regex18-ENV): Likewise.
4958         (bug-regex19-ENV): Likewise.
4959         (bug-regex20-ENV): Likewise.
4960         (bug-regex22-ENV): Likewise.
4961         (bug-regex23-ENV): Likewise.
4962         (bug-regex25-ENV): Likewise.
4963         (bug-regex26-ENV): Likewise.
4964         (bug-regex30-ENV): Likewise.
4965         (bug-regex32-ENV): Likewise.
4966         (bug-regex33-ENV): Likewise.
4967         (bug-regex34-ENV): Likewise.
4968         (bug-regex35-ENV): Likewise.
4969         (tst-rxspencer-ENV): Likewise.
4970         (tst-rxspencer-no-utf8-ENV): Likewise.
4971         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4972         (tst-sscanf-ENV): Likewise.
4973         (tst-swprintf-ENV): Likewise.
4974         (tst-swscanf-ENV): Likewise.
4975         (test-vfprintf-ENV): Likewise.
4976         (scanf13-ENV): Likewise.
4977         (bug14-ENV): Likewise.
4978         (tst-grouping-ENV): Likewise.
4979         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4980         (tst-strtod3-ENV): Likewise.
4981         (tst-strtod4-ENV): Likewise.
4982         (tst-strtod5-ENV): Likewise.
4983         (testmb2-ENV): Likewise./
4984         * string/Makefile (tst-strxfrm-ENV): Likewise.
4985         (tst-strxfrm2-ENV): Likewise.
4986         (bug-strcoll1-ENV): Likewise.
4987         (test-strcasecmp-ENV): Likewise.
4988         (test-strncasecmp-ENV): Likewise.
4989         * time/Makefile (tst-strptime-ENV): Likewise.
4990         (tst-ftime_l-ENV): Likewise.
4991         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4992         (tst-mbrtowc-ENV): Likewise.
4993         (tst-wcrtomb-ENV): Likewise.
4994         (tst-mbrtowc2-ENV): Likewise.
4995         (tst-c16c32-1-ENV): Likewise.
4996         (tst-mbsnrtowcs-ENV): Likewise.
4997
4998 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4999
5000         * manual/resource.texi (How to get information about the memory
5001         subsystem?): Fix typo.
5002         Reported by Peon de la Parra Ivan <peon@keba.com>
5003
5004 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5005
5006         [BZ #16882]
5007         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5008         (pthread_spin_lock): Branch out of spin loop to proper location.
5009         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5010         (pthread_spin_lock): Likewise.
5011
5012         * nptl/tst-spin4.c: New test.
5013         * nptl/Makefile (tests): Add tst-spin4.
5014
5015 2014-06-03  Andreas Schwab  <schwab@suse.de>
5016
5017         [BZ #15946]
5018         * resolv/res_send.c (send_dg): Reload file descriptor after
5019         calling reopen.
5020
5021 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5022
5023         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5024
5025 2014-06-03  Richard Henderson  <rth@redhat.com>
5026
5027         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5028         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5029         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5030         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5031         in the SAVE_PID block.
5032         (__libc_vfork): New alias.
5033         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5034
5035         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5036         child in registers, not on the stack.  Remove RESET_PID conditionals.
5037         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5038
5039 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5040
5041         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5042
5043 2014-06-03  Wilco  <wdijkstr@arm.com>
5044
5045         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5046         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5047         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5048         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5049         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5050         Likewise.
5051
5052 2014-06-03  Wilco  <wdijkstr@arm.com>
5053
5054         * sysdeps/aarch64/fpu/math_private.h
5055         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5056         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5057         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5058         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5059         Fix declarations.
5060
5061 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5062
5063         * crypt/crypt-private.h: Include ufc-crypt.h.
5064         (__b64_from_24bit): Declare extern.
5065         * crypt/crypt_util.c(__b64_from_24bit): New function.
5066         (b64t): New static const variable.
5067         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5068         (b64t): Remove variable.
5069         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5070         * crypt/sha256-crypt.c: Include crypt-private.h.
5071         (b64t): Remove variable.
5072         (__sha256_crypt_r): Remove b64_from_24bit and replace
5073         with __b64_from_24bit.
5074         * crypt/sha512-crypt.c: Likewise.
5075
5076 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5077
5078         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5079         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5080         Label the code __libc_vfork rather than __vfork.
5081         [!NOT_IN_libc] (vfork): Define as weak alias.
5082         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5083         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5084         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5085
5086 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5087
5088         * malloc/malloc.c (malloc_info): Fix format specifier for
5089         n_mmaps.
5090
5091 2014-06-02  Wilco  <wdijkstr@arm.com>
5092
5093         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5094         FPCR write.
5095
5096 2014-06-02  Wilco  <wdijkstr@arm.com>
5097
5098         [BZ #17009]
5099         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5100         Rewrite to reduce FPCR/FPSR accesses.
5101
5102 2014-06-01  David S. Miller  <davem@davemloft.net>
5103
5104         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5105
5106 2014-05-31  David S. Miller  <davem@davemloft.net>
5107
5108         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5109         to occur in round to nearest mode when |x| >= 2.0
5110
5111 2014-05-30  Richard Henderson  <rth@twiddle.net>
5112
5113         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5114         (PSEUDO_RET_NOERRNO): Remove.
5115         (ret): Don't redefine.
5116         (ret_NOERRNO): Define in terms of ret.
5117         (ret_ERRVAL): Likewise.
5118
5119         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5120         use of PSEUDO_RET; perform the error check directly.
5121
5122 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5123
5124         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5125         with __int128_t.
5126
5127 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5128
5129         * malloc/malloc (malloc_info): Fix formatting.
5130
5131 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5132             Roland McGrath  <roland@hack.frob.com>
5133
5134         * malloc/malloc (malloc_info): Also print mmapped statistics.
5135
5136 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5137
5138         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5139         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5140
5141 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5142
5143         * malloc/malloc.c (malloc_info): Inline mi_arena.
5144
5145 2014-05-29  Richard Henderson  <rth@twiddle.net>
5146
5147         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5148         Remove comma before expanding ASM_ARGS_##nr.
5149         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5150         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5151         of ASM_ARGS_##nr.
5152         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5153         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5154         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5155         (ASM_ARGS_1): Add leading comma.
5156
5157         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5158         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5159         to __errno_location.
5160         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5161         Remove the expected plt for __errno_location.
5162
5163         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5164         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5165         call to __read_tp.
5166
5167         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5168         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5169         it and break it down.
5170         (DOCARGS_0, DOCARGS_1): Do nothing.
5171         (DOCARGS_2): Update to store into the new stack frame.
5172         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5173         (UNDOCARGS_1): Update to restore from the new stack frame.
5174         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5175         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5176
5177         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5178         (SINGLE_THREAD_P): New parameter for result regno.
5179         (PSEUDO): Update to match; use cbz instead of beq.
5180
5181         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5182         Use ENTRY to define the _nocancel entry point.  Share the syscall
5183         and syscall error check paths with the cancel path.
5184         (PSEUDO_END): New.
5185
5186         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5187         whitespace; tabs before and after asm mnemonics.
5188
5189 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5190
5191         [BZ #15132]
5192         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5193         Call fstat64 or stat64 internally, depending on arguments passed.
5194         Replace stat buffer argument with file descriptor argument.
5195         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5196         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5197         Pass fd to __internal_statvfs instead of calling fstat64.
5198         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5199         Pass fd to __internal_statvfs64 instead of calling fstat64.
5200         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5201         Pass -1 to __internal_statvfs instead of calling stat64.
5202         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5203         Pass -1 to __internal_statvfs64 instead of calling stat64.
5204
5205 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5206
5207         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5208         that was previously under [RESET_PID].
5209         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5210
5211         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5212         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5213
5214 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5215
5216         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5217
5218         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5219         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5220
5221 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5222
5223         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5224
5225 2014-05-27  Andreas Schwab  <schwab@suse.de>
5226
5227         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5228         TLS_INIT_TP macro.
5229         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5230         * elf/rtld.c (init_tls, dl_main): Likewise.
5231         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5232         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5233         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5234         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5235         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5236         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5237         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5238         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5239         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5240         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5241         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5242         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5243         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5244         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5245         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5246         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5247         * sysdeps/generic/tls.h: Update description.
5248
5249 2014-05-27  Will Newton  <will.newton@linaro.org>
5250
5251         [BZ #16990]
5252         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5253         and restore r2 rather than just restoring.
5254
5255 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5256
5257         [BZ #16724]
5258         * libio/tst-ftell-append.c: New test case.
5259         * libio/Makefile (tests): Add test case.
5260         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5261         append mode.
5262         * libio/wfileops.c (do_ftell_wide): Likewise.
5263
5264 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5265
5266         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5267
5268         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5269         ...
5270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5272         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5273         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5274         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5275         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5276         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5277         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5278         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5279         Moved ...
5280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5281         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5282         Moved ...
5283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5284         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5285         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5286         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5287         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5288         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5289         ...
5290         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5291         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5292         Moved ...
5293         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5294         here.
5295         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5296         ...
5297         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5298         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5299         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5300
5301         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5302         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5303         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5304         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5305
5306         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5307         merge into ...
5308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
5309         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
5310         ...
5311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
5312         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
5313         ...
5314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
5315         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5316         Moved ...
5317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
5318         here.
5319         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5320         Moved ...
5321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
5322         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5323         Moved ...
5324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5325
5326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5327         conditional [RESET_PID].
5328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5329         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5330         removed.
5331         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5332         removed.
5333
5334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5335         <tcb-offsets.h>.
5336         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5337         (__libc_vfork): New strong alias.
5338         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5339         removed.
5340         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5341         Removed.
5342
5343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5344         <tcb-offsets.h>.
5345         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5346         (__libc_vfork): New strong alias.
5347         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5348         removed.
5349         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5350         removed.
5351
5352 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
5353
5354         * malloc/malloc.c (mi_arena): New function.
5355         (malloc_info): Remove nested function mi_arena. Call non-nosted
5356         function mi_arena.
5357
5358 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5359
5360         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5361         by insrwi.
5362         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5363         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5364         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5365         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5366         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5367         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5368         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5369
5370 2014-05-26  Andreas Schwab  <schwab@suse.de>
5371
5372         [BZ #16984]
5373         * locale/programs/repertoire.c (repertoire_read): Add slash
5374         between I18NPATH element and file name.
5375         * locale/programs/locfile.c (locfile_read): Likewise.
5376
5377 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5378
5379         * nptl/pthread_mutexattr_settype.c
5380         (__pthread_mutexattr_settype):
5381         Disable lock elision for PTHREAD_MUTEX_NORMAL.
5382
5383 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5384
5385         * nptl/tst-mutex5 (do_test):
5386         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5387
5388 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5389
5390         * benchtests/README: Document 'init' directive.
5391         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5392         BENCH_INIT.
5393         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5394         (parse_file): Recognize 'init' directive.
5395
5396 2014-05-26  Kyle McMartin  <kyle@redhat.com>
5397
5398         [BZ #16796]
5399         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5400         alignment of struct pthread.
5401
5402 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5403
5404         [BZ #16878]
5405         * nscd/netgroupcache.c (addgetnetgrentX): Look for
5406         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5407         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5408         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5409
5410 2014-05-25  Richard Henderson  <rth@twiddle.net>
5411
5412         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5413         (SINGLE_THREAD_P_PIC): Remove.
5414         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5415         (SINGLE_THREAD_P_PIC): Remove.
5416
5417         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5418         branch to syscall error ...
5419         (PSEUDO): ... here.
5420         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5421         from __local_syscall_error to .Lsyscall_error.
5422         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5423         (SYSCALL_ERROR): Update label name.
5424
5425         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5426         Do not use DOARGS/UNDOARGS.
5427         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5428         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5429         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5430         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5431         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5432
5433         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5434         block comment.
5435
5436         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5437         define if !NOT_IN_libc.
5438         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5439         define with non-default symbol versions.
5440
5441 2014-05-23  Richard Henderson  <rth@twiddle.net>
5442
5443         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5444         (vfork, __vfork): Define via compat_symbol.
5445
5446         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5447         [!HAVE_IFUNC] (vfork_compat): Remove.
5448         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5449
5450 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5451
5452         [BZ #16978]
5453         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5454         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5455         variable.
5456
5457 2014-05-23  Richard Henderson  <rth@twiddle.net>
5458
5459         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5460         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5461         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5462         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5463
5464         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5465         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5466         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5467         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5468         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5469         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5470         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5471         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5472         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5473         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5474         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5475         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5476         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5477         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5478         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5479         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5480         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5481         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5482         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5483         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5484         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5485         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5486         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5487         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5488         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5489         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5490         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5491         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5492         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5493         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5494         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5495         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5496         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5497         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5498         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5499         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5500         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5501         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5502         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5503         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5504         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5505         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5506         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5507         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5508         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5509         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5510         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5511         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5512         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5513         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5514         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5515         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5516         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5517         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5518         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5519         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5520
5521         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5522         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5523         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5524         before exiting on error.
5525         (__libc_vfork): New strong alias.
5526         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5527         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5528
5529         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5530         that was previously under [RESET_PID].
5531         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5532
5533         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5534
5535 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5536
5537         [BZ #16977]
5538         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5539         value when x - 1 is zero.
5540         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5541         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5542         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5543         0.0L for an argument of 1.0L.
5544         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5545         Likewise.
5546         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5547         value when x - 1 is zero.
5548         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5549         * sysdeps/i386/fpu/libm-test-ulps: Update.
5550         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5551
5552 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5553
5554         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5555         alphasort and versionsort.
5556
5557 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5558
5559         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5560         macro.
5561         [copysignf]: Likewise.
5562
5563 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5564
5565         * crypt/md5-crypt.c: Fix formatting.
5566
5567 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5568
5569         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5570         (b64_from_24bit): New function.
5571
5572 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5573
5574         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5575         libc_hidden_builtin_def to ifunc.
5576         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5577         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5578
5579 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5580
5581         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5582         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5583
5584 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5585
5586         * nscd/Depend (linuxthreads): Remove.
5587         (nptl): Add.
5588         * resolv/Depend (linuxthreads): Remove.
5589         * rt/Depend (linuxthreads): Remove.
5590
5591         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5592         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5593         $(common-objpfx)elf/.
5594         (link-libc-before-gnulib): Likewise.
5595         (elfobjdir): Remove variable.
5596         * Makefile (install): Use $(elf-objpfx) instead of
5597         $(common-objpfx)elf/.
5598         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5599         $(elfobjdir)/.
5600         (link-libc-deps): Likewise.
5601         ($(common-objpfx)libc.so): Likewise.
5602         ($(common-objpfx)linkobj/libc.so): Likewise.
5603         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5604         instead of $(common-objpfx)elf/.
5605         (symbolic-link-list): Likewise.
5606         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5607         [$(cross-compiling) = no]: Likewise.
5608         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5609         $(elfobjdir)/.
5610         (static-gnulib-arch): Likewise.
5611         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5612         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5613         $(common-objpfx)elf/.
5614
5615 2014-05-21  Richard Henderson  <rth@redhat.com>
5616
5617         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5618         (SINGLE_THREAD_P): Use the correct width load.  Fold
5619         into the ldr offset.
5620
5621         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5622         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5623
5624 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5625
5626         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5627         (libgcc_s_resume): Use __attribute_used__.
5628         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5629         Likewise.
5630
5631 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5632
5633         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5634         optimization when used with float constants.
5635
5636         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5637
5638 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5639
5640         [BZ #16915]
5641         * locale/nl_langinfo_l.c: Make direct reference to every
5642         _nl_current_CATEGORY symbol.
5643         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5644         (tests-static): Add tst-langinfo-static.
5645         (tests-special): Add tst-langinfo-static.out.
5646         ($(objpfx)tst-langinfo.out): Redirect output.
5647         ($(objpfx)tst-langinfo-static.out): New.
5648         * localedata/tst-langinfo.sh: Send output to stdout.
5649         * localedata/tst-langinfo-static.c: New file.
5650
5651         [BZ #16965]
5652         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5653         when the shift amount is modulo the limb size.
5654
5655 2014-05-20  Richard Henderson  <rth@redhat.com>
5656
5657         [BZ #16967]
5658         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5659         Change type of sa_flags from unsigned int to int.
5660
5661         [BZ #16966]
5662         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5663
5664         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5665
5666 2014-05-20  Will Newton  <will.newton@linaro.org>
5667
5668         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5669         Test the return value of the system call in the nocancel case.
5670
5671 2014-05-20  Will Newton  <will.newton@linaro.org>
5672             Yvan Roux  <yvan.roux@linaro.org>
5673
5674         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5675         #include of asm/ptrace.h.
5676         (PTRACE_GET_THREAD_AREA): Remove #undef.
5677         (PTRACE_GETHBPREGS): Likewise.
5678         (PTRACE_SETHBPREGS): Likewise.
5679         (struct user_regs_struct): New structure.
5680         (struct user_fpsimd_struct): New structure.
5681         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5682         #include of asm/ptrace.h and second #include of sys/user.h.
5683         (PTRACE_GET_THREAD_AREA): Remove #undef.
5684         (PTRACE_GETHBPREGS): Likewise.
5685         (PTRACE_SETHBPREGS): Likewise.
5686         (ELF_NGREG): Use new struct user_regs_struct.
5687         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5688
5689 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5690
5691         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5692         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5693
5694 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5695
5696         [BZ #16958]
5697         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5698         membar to avoid block loads/stores to overlap previous stores.
5699
5700 2014-05-17  Richard Henderson  <rth@redhat.com>
5701
5702         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5703         Create the __##syscall_name##_nocancel entry point.
5704         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5705         Remove; let the sysdep-cancel.h code create it.
5706
5707 2014-05-17  David S. Miller  <davem@davemloft.net>
5708
5709         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5710         Protect with __USE_GNU.
5711         (TIOCSET_TEMPT): Likewise.
5712         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5713         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5714         these are already provided in bits/ioctl-types.h
5715
5716 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5717
5718         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5719         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5720
5721         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5722         Use wait4 regardless of [__NR_waitpid].
5723
5724 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5725
5726         PR libgcc/60166
5727         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5728         (_FP_NANSIGN_Q): Set the quiet bit.
5729
5730 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5731
5732         * benchtests/Makefile
5733         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5734         not $(common-objpfx)math/libm.so.
5735         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5736         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5737         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5738         $(common-objpfx)dlfcn/libdl.so.
5739         ($(objpfx)tst-audit8): Depend on $(libm), not
5740         $(common-objpfx)math/libm.so.
5741         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5742         not $(common-objpfx)dlfcn/libdl.so.
5743         * math/Makefile
5744         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5745         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5746         [$(build-shared) = yes].
5747         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5748         $(common-objpfx)nptl/libpthread.so.
5749         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5750         $(common-objpfx)math/libm.so$(libm.so-version) or
5751         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5752         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5753         $(common-objpfx)dlfcn/libdl.so.
5754         * setjmp/Makefile (link-libm): Remove variable.
5755         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5756         * stdio-common/Makefile (link-libm): Remove variable.
5757         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5758         * stdlib/Makefile (link-libm): Remove variable.
5759         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5760         ($(objpfx)tst-strtod-round): Likewise.
5761         ($(objpfx)tst-tininess): Likewise.
5762         ($(objpfx)tst-strtod-underflow): Likewise.
5763         ($(objpfx)tst-strtod6): Likewise.
5764         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5765         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5766         $(common-objpfx)dlfcn/libdl.so.
5767
5768 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5769
5770         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5771         BSD terminal modes definitions.
5772
5773 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5774
5775         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5776         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5777
5778         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5779         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5780         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5781         Don't do #include_next.
5782         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5783         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5784         Don't do #include_next.
5785         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5786         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5787         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5788         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5789
5790 2014-05-16  Allan McRae  <allan@archlinux.org>
5791
5792         * po/sv.po: Update Swedish translation from translation project.
5793
5794         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5795         in sed expression.
5796
5797 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5798
5799         [BZ #16917]
5800         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5801         errno if the TIOCGPTN ioctl fails with an error different than
5802         EINVAL.
5803         * login/tst-ptsname.c: New file.
5804         * login/Makefile (tests): Add tst-ptsname.
5805
5806         [BZ #16943]
5807         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5808         and prlimit64.
5809
5810 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5811
5812         [BZ #16849]
5813         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5814         herrno to return EAI_AGAIN.
5815
5816 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5817
5818         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5819         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5820         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5821         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5822         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5823         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5824         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5825         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5826         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5827         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5828         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5829         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5830         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5831         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5832         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5833         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5834         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5835         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5836         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5837         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5838         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5839         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5840         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5841         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5842         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5843         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5844         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5845         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5846         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5847         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5848         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5849         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5850         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5851         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5852         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5853         Moved ...
5854         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5855         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5856         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5857         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5858         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5859         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5860         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5861         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5862         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5863         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5864         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5865         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5866         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5867         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5868         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5869         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5870         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5871         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5872         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5873         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5874         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5875         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5876         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5877         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5878         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5879         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5880         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5881         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5882         Moved ...
5883         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5884         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5885         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5886         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5887         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5888         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5889         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5890         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5891         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5892         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5893         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5894         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5895         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5896         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5897         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5898         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5899         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5900         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5901         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5902         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5903         Moved ...
5904         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5905         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5906         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5907
5908         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5909         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5910         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5911         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5912         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5913         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5914         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5915         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5916         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5917         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5918         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5919         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5920         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5921         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5922         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5923         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5924         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5925         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5926         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5927         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5928         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5929         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5930         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5931         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5932         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5933         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5934         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5935         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5936         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5937         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5938         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5939
5940         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5941         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5942
5943         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5944         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5945         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5946         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5947         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5948         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5949         Moved ...
5950         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5951         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5952         Moved ...
5953         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5954         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5955         Moved ...
5956         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5957         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5958         Moved ...
5959         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5960         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5961         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5962         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5963         Moved ...
5964         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5965         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5966         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5967         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5968         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5969         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5970         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5971         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5972         Moved ...
5973         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5974         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5975         Moved ...
5976         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5977         ... here.
5978         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5979         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5980         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5981         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5982         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5983         Moved ...
5984         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5985         ... here.
5986         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5987         Moved ...
5988         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5989         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5990         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5991         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5992         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5993         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5994         Moved ...
5995         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5996         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5997         Moved ...
5998         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5999         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6000         Moved ...
6001         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6002         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6003         Moved ...
6004         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6005         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6006         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6007         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6008         Moved ...
6009         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6010         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6011         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6012         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6013         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6014         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6015         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6016         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6017         Moved ...
6018         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6019         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6020         Moved ...
6021         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6022         ... here.
6023         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6024         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6025         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6026         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6027         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6028         Moved ...
6029         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6030         ... here.
6031         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6032         Moved ...
6033         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6034         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6035         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6036         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6037         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6038         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6039         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6040         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6041         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6042         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6043         Moved ...
6044         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6045         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6046         Moved ...
6047         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6048         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6049         Moved ...
6050         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6051         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6052         Moved ...
6053         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6054         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6055         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6056         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6057         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6058         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6059         Moved ...
6060         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6061         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6062         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6063         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6064         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6065         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6066         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6067         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6068         Moved ...
6069         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6070         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6071         Moved ...
6072         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6073         ... here.
6074         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6075         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6076         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6077         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6078         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6079         Moved ...
6080         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6081         ... here.
6082         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6083         Moved ...
6084         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6085         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6086         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6087         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6088         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6089         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6090         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6091         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6092         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6093         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6094         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6095
6096         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6097         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6098
6099         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6100         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6101
6102         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6103         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6104         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6105         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6106         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6107         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6108         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6109         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6110         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6111         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6112         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6113         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6114         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6115         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6116         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6117         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6118         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6119         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6120         Moved ...
6121         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6122         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6123         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6124         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6125         Moved ...
6126         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6127         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6128         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6129         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6130         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6131         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6132         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6133         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6134         Moved ...
6135         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6136         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6137         Moved ...
6138         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6139         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6140         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6141         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6142         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6143         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6144         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6145         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6146         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6147         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6148         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6149         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6150         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6151         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6152         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6153         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6154         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6155
6156         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6157         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6158         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6159         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6160         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6161
6162         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6163         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6164         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6165         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6166         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6167         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6168         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6169         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6170         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6171         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6172
6173         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6174         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6175
6176         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6177         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6178         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6179         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6180         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6181         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6182         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6183         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6184         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6185         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6186         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6187         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6188         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6189         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6190         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6191         Update #include.
6192         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6193         Likewise.
6194         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6195         Likewise.
6196         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6197         Likewise.
6198         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6199         Likewise.
6200         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6201         Likewise.
6202         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6203         Likewise.
6204         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6205         Likewise.
6206         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6207         Likewise.
6208         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6209         Likewise.
6210         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6211         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6212         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6213         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6214         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6215         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6216         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6217         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6218         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6219         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6220         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6221         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6222         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6223         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6224         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
6225
6226         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6227         that was previously under [RESET_PID].
6228         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6229         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6230         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6231
6232         * sysdeps/i386/nptl/Implies: New file.
6233         * sysdeps/x86_64/nptl/Implies: New file.
6234         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6235         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6236         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6237         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6238
6239         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6240         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6241         (__libc_vfork): New strong alias.
6242         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6243         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6244
6245         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6246         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6247         (__libc_vfork): New strong alias.
6248         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6249         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6250
6251         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6252         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6253         (__libc_vfork): New strong alias.
6254         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6255         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6256         * nptl/pt-vfork.c: New file.
6257         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6258         (libpthread: GLIBC_2.20): New version set (empty).
6259
6260 2014-05-14  Will Newton  <will.newton@linaro.org>
6261
6262         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6263         rather than #if.
6264
6265 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6266
6267         [BZ #16564]
6268         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6269         arguments with exponent 65 or above.
6270         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6271         arguments 0x1p113L or above.
6272         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6273         to arguments 0x1p107L or above.
6274         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6275         positive arguments with exponent 65 or above.
6276         * math/auto-libm-test-in: Add more tests of log1p.
6277         * math/auto-libm-test-out: Regenerated.
6278
6279         [BZ #16928]
6280         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6281         non-finite arguments is +0.
6282         * math/s_cacosf.c (__cacosf): Likewise.
6283         * math/s_cacosl.c (__cacosl): Likewise.
6284         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6285         * sysdeps/i386/fpu/libm-test-ulps: Update.
6286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6287
6288         [BZ #16927]
6289         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6290         value.
6291         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6292         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6293         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6294         for explicit high bit of mantissa when testing for argument equal
6295         to 1.
6296         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6297         * sysdeps/i386/fpu/libm-test-ulps: Update.
6298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6299
6300         [BZ #16516]
6301         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6302         (__erf): Scale by 16 instead of 8 in potentially underflowing
6303         case.  Ensure exception if result actually underflows.
6304         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6305         (__erff): Scale by 16 instead of 8 in potentially underflowing
6306         case.  Ensure exception if result actually underflows.
6307         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6308         (efx8): Remove variable.
6309         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6310         case.  Ensure exception if result actually underflows.
6311         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
6312         (efx8): Remove variable.
6313         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6314         case.  Ensure exception if result actually underflows.
6315         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
6316         (efx8): Remove variable.
6317         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6318         case.  Ensure exception if result actually underflows.
6319         * math/auto-libm-test-in: Add more tests of erf.
6320         * math/auto-libm-test-out: Regenerated.
6321
6322 2014-05-14  Andreas Schwab  <schwab@suse.de>
6323
6324         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6325         Remove code conditionalized on USE___THREAD.
6326
6327         * config.h.in (HAVE_PT_CHOWN): Define as 0.
6328         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6329         not definedness.
6330
6331 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6332
6333         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6334         Define unconditionally.
6335         (__ASSUME_O_CLOEXEC): Likewise.
6336         (__ASSUME_SOCK_CLOEXEC): Likewise.
6337         (__ASSUME_IN_NONBLOCK): Likewise.
6338         (__ASSUME_PIPE2): Likewise.
6339         (__ASSUME_EVENTFD2): Likewise.
6340         (__ASSUME_SIGNALFD4): Likewise.
6341         (__ASSUME_DUP3): Likewise.
6342         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6343         (__ASSUME_DUP3): Do not define.
6344         (__ASSUME_EVENTFD2): Likewise.
6345         (__ASSUME_IN_NONBLOCK): Likewise.
6346         (__ASSUME_O_CLOEXEC): Likewise.
6347         (__ASSUME_PIPE2): Likewise.
6348         (__ASSUME_SIGNALFD4): Likewise.
6349         (__ASSUME_SOCK_CLOEXEC): Likewise.
6350         (__ASSUME_UTIMES): Undefine.
6351         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6352         (__ASSUME_UTIMES): Do not define.
6353         (__ASSUME_O_CLOEXEC): Likewise.
6354         (__ASSUME_SOCK_CLOEXEC): Likewise.
6355         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6356         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6357         0x020621].
6358         (__ASSUME_PIPE2): Likewise.
6359         (__ASSUME_EVENTFD2): Likewise.
6360         (__ASSUME_SIGNALFD4): Likewise.
6361         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6362         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6363         Do not define.
6364         (__ASSUME_EVENTFD2): Likewise.
6365         (__ASSUME_SIGNALFD4): Likewise.
6366         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6367         (__ASSUME_32BITUIDS): Likewise.
6368         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6369         (__ASSUME_IPC64): Likewise.
6370         (__ASSUME_ST_INO_64_BIT): Likewise.
6371         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6372         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6373         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6374         (__ASSUME_UTIMES): Do not define.
6375         (__ASSUME_PSELECT): Likewise.
6376         (__ASSUME_PPOLL): Likewise.
6377         (__ASSUME_O_CLOEXEC): Likewise.
6378         (__ASSUME_SOCK_CLOEXEC): Likewise.
6379         (__ASSUME_IN_NONBLOCK): Likewise.
6380         (__ASSUME_PIPE2): Likewise.
6381         (__ASSUME_EVENTFD2): Likewise.
6382         (__ASSUME_SIGNALFD4): Likewise.
6383         (__ASSUME_DUP3): Likewise.
6384         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6385         (__ASSUME_UTIMES): Likewise.
6386         (__ASSUME_O_CLOEXEC): Likewise.
6387         (__ASSUME_SOCK_CLOEXEC): Likewise.
6388         (__ASSUME_IN_NONBLOCK): Likewise.
6389         (__ASSUME_PIPE2): Likewise.
6390         (__ASSUME_EVENTFD2): Likewise.
6391         (__ASSUME_SIGNALFD4): Likewise.
6392         (__ASSUME_DUP3): Likewise.
6393         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6394         (__ASSUME_UTIMES): Likewise.
6395         (__ASSUME_O_CLOEXEC): Likewise.
6396         (__ASSUME_SOCK_CLOEXEC): Likewise.
6397         (__ASSUME_IN_NONBLOCK): Likewise.
6398         (__ASSUME_PIPE2): Likewise.
6399         (__ASSUME_EVENTFD2): Likewise.
6400         (__ASSUME_SIGNALFD4): Likewise.
6401         (__ASSUME_DUP3): Likewise.
6402         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6403         Likewise.
6404         (__ASSUME_UTIMES): Likewise.
6405         (__ASSUME_EVENTFD2): Likewise.
6406         (__ASSUME_SIGNALFD4): Likewise.
6407         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6408         (__ASSUME_O_CLOEXEC): Likewise.
6409         (__ASSUME_SOCK_CLOEXEC): Likewise.
6410         (__ASSUME_IN_NONBLOCK): Likewise.
6411         (__ASSUME_PIPE2): Likewise.
6412         (__ASSUME_EVENTFD2): Likewise.
6413         (__ASSUME_SIGNALFD4): Likewise.
6414         (__ASSUME_DUP3): Likewise.
6415         (__ASSUME_UTIMES): Undefine.
6416
6417         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6418         feclearexcept.  Remove symbol versioning code.
6419         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
6420         symbol versioning code.
6421         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
6422         symbol versioning code.
6423         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6424         feupdateenv.  Remove symbol versioning code.
6425         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6426         fegetexceptflag.  Remove symbol versioning code.
6427         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6428         fesetexceptflag.  Remove symbol versioning code.
6429         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6430         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
6431         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6432         (__posix_fadvise64_l32): Remove prototype.
6433         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6434         code.
6435
6436 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6437
6438         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6439         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6440         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6441         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6442
6443 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
6444
6445         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6446         current working directory
6447
6448 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6449
6450         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6451         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6452         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6453         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6454         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6455         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6456         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6457         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6458         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6459         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6460         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6461         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6462         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6463         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6464         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6465         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6466         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6467         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6468         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6469         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6470         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6471         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6472         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6473         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6474         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6475         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6476         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6477         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6478         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6479         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6480         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6481         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6482         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6483         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6484         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6485         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6486         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6487         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6488         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6489         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6490         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6491         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6492
6493         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6494         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6495
6496         * sysdeps/unix/sysv/linux/arm/Makefile
6497         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6498         Add rt-aeabi_unwind_cpp_pr1.
6499         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6500         Add nptl-aeabi_unwind_cpp_pr1.
6501         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6502         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6503         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6504         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6505         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6506         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6507
6508         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6509         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6510         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6511         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6512
6513         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6514         Deconditionalize the code that was previously under [RESET_PID].
6515         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6516
6517         * sysdeps/generic/exit-thread.h: New file.
6518         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6519         * include/unistd.h (__exit_thread): Remove declaration.
6520         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6521         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6522         * csu/libc-start.c: Include <exit-thread.h>.
6523         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6524         * nptl/pthread_create.c: Include <exit-thread.h>.
6525         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6526         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6527         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6528         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6529         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6530         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6531         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6532         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6533         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6534         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6535         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6536         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6537         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6538         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6539         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6540         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6541         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6542
6543 2014-05-13  Andreas Schwab  <schwab@suse.de>
6544
6545         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6546
6547 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6548
6549         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6550         (__ASSUME_UTIMES): Do not condition on kernel version.
6551         (__ASSUME_PSELECT): Define unconditionally.
6552         (__ASSUME_PPOLL): Likewise.
6553         (__ASSUME_ATFCTS): Likewise.
6554         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6555         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6556         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6557         (__ASSUME_UTIMENSAT): Define unconditionally.
6558         (__ASSUME_PRIVATE_FUTEX): Likewise.
6559         (__ASSUME_FALLOCATE): Likewise.
6560         (__ASSUME_O_CLOEXEC): Likewise.
6561         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6562         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6563         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6564         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6565         (__ASSUME_IN_NONBLOCK): Likewise.
6566         (__ASSUME_PIPE2): Likewise.
6567         (__ASSUME_EVENTFD2): Likewise.
6568         (__ASSUME_SIGNALFD4): Likewise.
6569         (__ASSUME_DUP3): Likewise.
6570         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6571         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6572         (__ASSUME_AT_RANDOM): Likewise.
6573         (__ASSUME_PREADV): Likewise.
6574         (__ASSUME_PWRITEV): Likewise.
6575         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6576         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6577         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6578         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6579         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6580         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6581         (__ASSUME_O_CLOEXEC): Define unconditionally.
6582         (__ASSUME_PSELECT): Do not undefine conditionally.
6583         (__ASSUME_PPOLL): Likewise.
6584         (__ASSUME_ATFCTS): Likewise.
6585         (__ASSUME_SET_ROBUST_LIST): Likewise.
6586         (__ASSUME_UTIMENSAT): Likewise.
6587         (__ASSUME_FDATASYNC): Define unconditionally.
6588         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6589         (__ASSUME_SIGFRAME_V2): Likewise.
6590         )__ASSUME_EVENTFD2): Likewise.
6591         (__ASSUME_SIGNALFD4): Likewise.
6592         (__ASSUME_PSELECT): Do not undefine conditionally.
6593         (__ASSUME_PPOLL): Likewise.
6594         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6595         (__ASSUME_PSELECT): Define unconditionally.
6596         (__ASSUME_PPOLL): Likewise.
6597         (__ASSUME_O_CLOEXEC): Likewise.
6598         (__ASSUME_SOCK_CLOEXEC): Likewise.
6599         (__ASSUME_IN_NONBLOCK): Likewise.
6600         (__ASSUME_PIPE2): Likewise.
6601         (__ASSUME_EVENTFD2): Likewise.
6602         (__ASSUME_SIGNALFD4): Likewise.
6603         (__ASSUME_DUP3): Likewise.
6604         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6605         (__ASSUME_O_CLOEXEC): Likewise.
6606         (__ASSUME_SOCK_CLOEXEC): Likewise.
6607         (__ASSUME_IN_NONBLOCK): Likewise.
6608         (__ASSUME_PIPE2): Likewise.
6609         (__ASSUME_EVENTFD2): Likewise.
6610         (__ASSUME_SIGNALFD4): Likewise.
6611         (__ASSUME_DUP3): Likewise.
6612         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6613         (__ASSUME_EVENTFD2): Likewise.
6614         (__ASSUME_SIGNALFD4): Likewise.
6615         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6616
6617 2014-05-12  Andreas Schwab  <schwab@suse.de>
6618
6619         [BZ #16932]
6620         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6621         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6622         than maximum RPC packet size.
6623         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6624         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6625         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6626         (_nss_nis_getservbyport_r): Likewise.
6627
6628 2014-05-12  Will Newton  <will.newton@linaro.org>
6629
6630         * malloc/Makefile (tests): Add tst-mallopt.
6631         * malloc/tst-mallopt.c: New file.
6632
6633 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6634
6635         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6636         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6637
6638 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6639
6640         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6641         (tst-tlsmod6.so): Likewise.
6642
6643 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6644
6645         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6646
6647 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6648
6649         [BZ #16064]
6650         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6651         and <dl-procinfo.h>.
6652         (__fegetenv): Save SSE state in envp->__eip if supported.
6653         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6654         envp->__eip if supported.
6655         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6656         and <dl-procinfo.h>.
6657         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6658         __data_offset and __data_selector in environment to 0.  Set SSE
6659         state if supported.
6660         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6661         test-fenv-sse.
6662         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6663         -mfpmath=sse.
6664         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6665
6666 2014-05-09  Will Newton  <will.newton@linaro.org>
6667
6668         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6669         and libc_relro_required for ARM.
6670         * sysdeps/arm/preconfigure: Regenerate.
6671
6672 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6673             Stefan Liebler  <stli@linux.vnet.ibm.com>
6674
6675         * config.make.in (enable-lock-elision): New Makefile variable.
6676         * configure.ac: Likewise.
6677         * configure: Regenerate.
6678         * sysdeps/s390/configure.ac:
6679         Add check for gcc transactions support.
6680         * sysdeps/s390/configure: Regenerate.
6681         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6682         Build elision files if enabled.
6683         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6684         Add lock elision support for s390.
6685         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6686         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6687         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6688         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6689         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6690         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6691         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6692         Likewise.
6693         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6694         Likewise.
6695         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6696         Likewise.
6697         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6698         Likewise.
6699         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6700         (__lll_timedlock_elision, __lll_lock_elision)
6701         (__lll_unlock_elision, __lll_trylock_elision)
6702         (lll_timedlock_elision, lll_lock_elision)
6703         (lll_unlock_elision, lll_trylock_elision): Add.
6704         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6705         (pthread_mutex_t): Add lock elision support for s390.
6706
6707 2014-05-14  Wilco  <wdijkstr@arm.com>
6708
6709         * sysdeps/arm/fclrexcpt.c: Cleanup.
6710         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6711         * sysdeps/arm/feenablxcpt.c: Cleanup.
6712         * sysdeps/arm/fegetenv.c: Cleanup.
6713         * sysdeps/arm/fegetexcept.c: Cleanup.
6714         * sysdeps/arm/fegetround.c: Cleanup.
6715         * sysdeps/arm/feholdexcpt.c: Cleanup.
6716         * sysdeps/arm/fesetenv.c: Cleanup.
6717         * sysdeps/arm/fesetround.c: Cleanup.
6718         * sysdeps/arm/feupdateenv.c: Cleanup.
6719         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6720         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6721         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6722         * sysdeps/arm/ftestexcept.c: Cleanup.
6723         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6724         * sysdeps/arm/setfpucw.c: Cleanup.
6725
6726 2014-05-09  Will Newton  <will.newton@linaro.org>
6727
6728         * sysdeps/arm/armv7/strcmp.S: New file.
6729         * NEWS: Mention addition of ARMv7 optimized strcmp.
6730
6731 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6732
6733         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6734         look for %.ac rather than %.in.
6735
6736         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6737         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6738         * sysdeps/mach/hurd/configure: Regenerated.
6739         * sysdeps/unix/sysv/linux/configure: Regenerated.
6740
6741         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6742
6743 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6744
6745         [BZ# 16922]
6746         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6747         (LONG_SUB): Ditto.
6748         (PTR_SUB): Ditto.
6749
6750 2014-05-07  Andreas Schwab  <schwab@suse.de>
6751
6752         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6753         when skipping over non-matching result from nscd.
6754
6755 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6756
6757         [BZ #16876]
6758         * nptl/sockperf.c (client): Check socket return value.
6759
6760         [BZ #16877]
6761         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6762         nscd security class.
6763
6764 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6765
6766         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6767         * sysdeps/arm/unwind.h: ... here.
6768
6769 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6770
6771         [BZ# 16916]
6772         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6773         Define.
6774
6775 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6776
6777         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6778         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6779         multiarch strncpy for PPC64.
6780         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6781         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6782         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6783         multiarch optimizations.
6784         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6785         (__libc_ifunc_impl_list): Likewise.
6786         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6787         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6788         multiarch stpncpy for PPC64.
6789         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6790         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6791
6792 2014-05-06  Andreas Schwab  <schwab@suse.de>
6793
6794         [BZ #16912]
6795         * gmon/mcount.c (_MCOUNT_DECL): Use
6796         atomic_compare_and_exchange_bool_acq instead of
6797         catomic_compare_and_exchange_bool_acq.
6798
6799 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6800
6801         * elf/Makefile (others, install-bin): Remove pldd.
6802         (pldd-modules): Variable removed.
6803         ($(objpfx)pldd): Target removed.
6804         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6805         (others, install-bin): Append pldd here.
6806         ($(objpfx)pldd): New target.
6807
6808         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6809         to 0, so the first #if test emitted later doesn't see it undefined.
6810         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6811         * sysdeps/gnu/errlist.c: Regenerated.
6812
6813 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6814
6815         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6816         [libc_hidden_builtin_def]: Define to empty value.
6817         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6818         [libc_hidden_builtin_def]: Likewise.
6819         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6820         [libc_hidden_builtin_def]: Likewise.
6821         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6822         [libc_hidden_builtin_def]: Likewise.
6823         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6824         __redirect_memcpy and define ifunc as default hidden symbol.
6825         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6826         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6827
6828 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6829
6830         * locale/iso-4217.def: Reintroduce XDR currency.
6831
6832 2014-05-04  Allan McRae  <allan@archlinux.org>
6833
6834         * po/eo.po: Update Esperanto translation from translation project.
6835
6836 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6837
6838         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6839         and FEATURE_INDEX_MAX to 1.
6840         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6841
6842 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6843
6844         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6845         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6846         * iconvdata/big5.c (ONE_DIRECTION): Define.
6847         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6848         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6849         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6850         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6851         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6852         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6853         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6854         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6855         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6856         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6857         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6858         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6859         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6860         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6861         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6862         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6863         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6864         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6865         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6866         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6867         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6868         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6869         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6870         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6871         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6872         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6873         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6874         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6875         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6876         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6877         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6878         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6879         * iconvdata/johab.c (ONE_DIRECTION): Define.
6880         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6881         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6882         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6883         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6884         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6885         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6886         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6887         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6888         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6889         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6890
6891 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6892
6893         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6894         (_IO_JUMPS_OFFSET): Define to 0.
6895
6896         * nptl/sysdeps/pthread/bits/libc-lock.h
6897         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6898         (__libc_lock_define_initialized_recursive): Always define using
6899         initializer.  Modern compilers treat uninitialized (implicit zero) and
6900         explicit zero initializers the same (i.e. put the datum in bss).
6901
6902 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6903
6904         * nscd/nscd-client.h: Include <string.h>.
6905
6906 2014-05-01  David S. Miller  <davem@davemloft.net>
6907
6908         [BZ #16885]
6909         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6910         multiple zero bytes exist at the end of a string.
6911         Reported by Aurelien Jarno <aurelien@aurel32.net>
6912
6913         * string/test-strcmp.c (check): Add explicit test for situations where
6914         there are multiple zero bytes after the first.
6915
6916 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6917
6918         [BZ #16890]
6919         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6920         when compiling wprintf.
6921         * stdio-common/tstdiomisc.c (t3): New function.
6922         (main): Call it.
6923
6924 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6925
6926         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6927         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6928         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6929         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6930
6931 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6932
6933         * stdlib/longlong.h: Updated from GCC.
6934
6935 2014-05-01  Will Newton  <will.newton@linaro.org>
6936             Bernard Ogden  <bernie.ogden@linaro.org>
6937
6938         * NEWS: Update fixed bug list.
6939
6940         [BZ #15119]
6941         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6942
6943 2014-04-30  David S. Miller  <davem@davemloft.net>
6944
6945         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6946         (libc_feholdexcept_setround_sparc_ctx): New function.
6947         (libc_fesetenv_sparc_ctx): Likewise.
6948         (libc_feupdateenv_sparc_ctx): Likewise.
6949         (libc_feholdsetround_sparc_ctx): Likewise.
6950         (libc_feholdexcept_setround_ctx): Define.
6951         (libc_feholdexcept_setroundf_ctx): Likewise.
6952         (libc_feholdexcept_setroundl_ctx): Likewise.
6953         (libc_fesetenv_ctx): Likewise.
6954         (libc_fesetenvf_ctx): Likewise.
6955         (libc_fesetenvl_ctx): Likewise.
6956         (libc_feupdateenv_ctx): Likewise.
6957         (libc_feupdateenvf_ctx): Likewise.
6958         (libc_feupdateenvl_ctx): Likewise.
6959         (libc_feresetround_ctx): Likewise.
6960         (libc_feresetroundf_ctx): Likewise.
6961         (libc_feresetroundl_ctx): Likewise.
6962         (libc_feholdsetround_ctx): Likewise.
6963         (libc_feholdsetroundf_ctx): Likewise.
6964         (libc_feholdsetroundl_ctx): Likewise.
6965
6966         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6967         with __USE_GNU instead of XOPEN cpp guards.
6968
6969         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6970         0.
6971
6972         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6973         with XOPEN cpp guards.
6974
6975 2014-04-30  Julian Brown  <julian@codesourcery.com>
6976
6977         [BZ #16888]
6978         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6979         handling.
6980
6981 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6982
6983         [BZ #9894]
6984         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6985         Change to 2.6.32.
6986         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6987         * sysdeps/unix/sysv/linux/configure: Regenerated.
6988         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6989         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6990         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6991         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6992         * README: Update reference to required Linux kernel version.
6993         * manual/install.texi (Linux): Update reference to required Linux
6994         kernel headers version.
6995         * INSTALL: Regenerated.
6996
6997         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6998         header inclusion.
6999         [POSIX] (limits.h): Likewise.
7000         [POSIX] (math.h): Likewise.
7001         [POSIX] (sys/wait.h): Likewise.
7002         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7003         function.
7004         [POSIX] (stddef.h): Do not allow header inclusion.
7005
7006 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7007
7008         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7009
7010 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7011
7012         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7013         Return immediately after lll_futex_wake.
7014
7015 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7016
7017         [BZ #16791]
7018         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7019         structure.
7020         (datahead_init_pos): Call datahead_init_common early.
7021         (datahead_init_neg): Likewise.
7022
7023         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7024         datahead_init_neg): New functions.
7025         * nscd/aicache.c (addhstaiX): Use them.
7026         * nscd/grpcache.c (cache_addgr): Likewise.
7027         * nscd/hstcache.c (cache_addhst): Likewise.
7028         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7029         * nscd/netgroupcache.c (do_notfound): Likewise.
7030         (addgetnetgrentX): Likewise.
7031         (addinnetgrX): Likewise.
7032         * nscd/pwdcache.c (cache_addpw): Likewise.
7033         * nscd/servicescache.c (cache_addserv): Likewise.
7034
7035 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7036             Atsushi Onoe  <atsushi@onoe.org>
7037
7038         [BZ #14308]
7039         [BZ #12994]
7040         [BZ #13651]
7041         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7042         one response is valid.
7043         * resolv/res_send.c (send_dg): Check for validity of other
7044         response if the current response is a referral.
7045
7046 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7047
7048         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7049
7050 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7051
7052         [BZ #16823]
7053         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7054         Always divide by positive zero when computing -Inf result.
7055         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7056         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7057
7058 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7059
7060         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7061         FPSCR if value do not change.
7062         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7063         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7064         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7065         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7066         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7067         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7068         function.
7069
7070 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7071
7072         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7073         * sysdeps/unix/sysv/linux/hppa: Move directory from
7074         ports/systeps/unix/sysv/linux/hppa.
7075         * README: Update listing for hppa-*-linux-gnu.
7076
7077 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7078
7079         [BZ #16754]
7080         * manual/stdio.texi (Hook functions): Fix types of stream hook
7081         functions.
7082         [BZ #16854]
7083         * socket/sys/socket.h: Fix typo in comment.
7084
7085 2014-04-28  Wilco  <wdijkstr@arm.com>
7086
7087         * sysdeps/arm/fenv_private.h: New file.
7088         * sysdeps/arm/math_private.h: New file.
7089         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7090
7091 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7092
7093         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7094         with __int128_t.
7095         (La_x86_64_retval): Likewise.
7096
7097 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7098
7099         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7100         fpsr if value didn't change.
7101         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7102         to fpcr if value didn't change.
7103         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7104         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7105         fpsr or fpcr if value didn't change.
7106         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7107         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7108         fpcr if value didn't change.
7109         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7110         to fpsr if value didn't change.
7111
7112 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7113
7114         * nptl/tst-sem3.c: Use test-skeleton.c
7115         (main): Rename to do_test.  Use return instead of
7116         exit.
7117         * nptl/tst-sem4.c: Use test-skeleton.c
7118         (main): Rename to do_test.
7119
7120 2014-04-22  David S. Miller  <davem@davemloft.net>
7121
7122         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7123         (struct sigaction): New struct member __glibc_reserved0, change
7124         type of sa_flags to int.
7125
7126 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7127
7128         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7129         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7130
7131 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7132
7133         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7134         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7135
7136 2014-04-22  Will Newton  <will.newton@linaro.org>
7137             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7138
7139         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7140         (__longjmp): Add longjmp and longjmp_target SystemTap
7141         probes.
7142         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7143         (__sigsetjmp): Add setjmp SystemTap probe.
7144
7145 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7146
7147         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7148         match manual order.
7149
7150 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7151
7152         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7153
7154         * sysdeps/powerpc/fpu/fenv_private.h
7155         (libc_feholdexcept_setroundl_ctx): Define to
7156         libc_feholdexcept_setround_ppc_ctx.
7157         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7158         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7159         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7160         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7161
7162 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7163
7164         * sysdeps/aarch64/math-tests.h: New file.
7165
7166 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7167
7168         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7169         New.
7170         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7171         Check and set bit_AVX2_Usable.
7172         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7173         macro.
7174         (bit_AVX2): Likewise.
7175         (index_AVX2_Usable): Likewise.
7176         (CPUID_AVX2): Likewise.
7177         (HAS_AVX2): Likewise.
7178
7179 2014-04-17  Will Newton  <will.newton@linaro.org>
7180
7181         * manual/setjmp.texi (System V contexts): Add note that
7182         calling setcontext on a context created by a call to a
7183         signal handler is undefined.  Update text to note that
7184         setcontext from a signal handler is possible but not
7185         recommended.
7186
7187         [BZ #16629]
7188         * stdlib/tst-setcontext.c: Include signal.h.
7189         (main): Check that the signal stack before and
7190         after swapcontext is the same.
7191
7192         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7193         Re-implement to restore registers in user code and avoid
7194         rt_sigreturn system call.
7195
7196 2014-04-17  Wilco  <wdijkstr@arm.com>
7197
7198         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7199         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7200         * math/test-fenv.c: Skip exception trap tests on targets which only
7201         support non-stop mode.
7202
7203 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7204             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7205
7206         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7207         (libc_feholdsetround_aarch64_ctx)
7208         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7209         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7210         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7211         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7212         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7213         (libc_feresetround_noexl_ctx): Define.
7214
7215 2014-04-16  Richard Henderson  <rth@redhat.com>
7216
7217         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7218
7219         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7220         unwind tables.
7221
7222         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7223         const from the non-libc, non-ldso copy.
7224
7225         * sysdeps/alpha/libm-test-ulps: Regenerate.
7226
7227 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
7228             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7229
7230         * sysdeps/aarch64/fpu/math_private.h: New file.
7231
7232 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7233
7234         * sysdeps/aarch64/libm-test-ulps: Regenerate.
7235
7236 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
7237
7238         [BZ #16275]
7239         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7240         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7241         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7242         Intel MPX bound registers before _dl_profile_fixup.
7243         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7244         registers after _dl_profile_fixup.  Save and restore bound
7245         registers bnd0/bnd1 when calling _dl_call_pltexit.
7246         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7247         (LR_BND_OFFSET): Likewise.
7248         (LRV_BND0_OFFSET): Likewise.
7249         (LRV_BND1_OFFSET): Likewise.
7250
7251 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7252
7253         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7254         to...
7255         * sysdeps/mach/hurd/i386/tls.h: ... here.
7256         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7257         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7258         fields.
7259
7260 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7261
7262         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7263
7264 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7265
7266         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7267
7268 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7269
7270         [BZ #14770]
7271         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7272         * sysdeps/s390/configure: Regenerate.
7273
7274         [BZ #16824]
7275         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7276         Set round-to-nearest internally to reduce error accumulation.
7277
7278 2014-04-16  Alan Modra  <amodra@gmail.com>
7279
7280         [BZ #16740]
7281         [BZ #16619]
7282         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7283         * math/libm-test.inc (frexp_test_data): Add tests.
7284         * NEWS: Update fixed bug list.
7285
7286 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7287
7288         * benchtests/Makefile: Depend on libraries in build directory.
7289         (bench-math): Separate out math tests.
7290         (bench-pthread): Separate out pthread tests.
7291         (bench): Include math and pthread tests.
7292
7293 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
7294
7295         [BZ #16831]
7296         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7297         _dl_debug_initialize.
7298
7299         * configure.ac: Remove SELinux header check.
7300         * configure: Regenerate.
7301         * nscd/selinux.c (perms): Array of const char* to permission names.
7302         (nscd_request_avc_has_perm): Call security_deny_unknown to find
7303         default policy. Call string_to_security_class and string_to_av_perm to
7304         translate strings. Enforce default policy and call avs_has_perm with
7305         results of translated strings.
7306
7307 2014-04-13  David S. Miller  <davem@davemloft.net>
7308
7309         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7310
7311 2014-04-12  Allan McRae  <allan@archlinux.org>
7312
7313         [BZ #16838]
7314         * manual/string.texi (Collation Functions): Fix qsort argument
7315         order in example.
7316         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
7317
7318 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
7319
7320         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
7321         Make the test a no-op if there are no exceptions defined.
7322
7323 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
7324
7325         * elf/Makefile (tests): make tst-dlopen-aout conditional on
7326         enable-hardcoded-path-in-tests
7327
7328 2014-04-11  Will Newton  <will.newton@linaro.org>
7329
7330         * benchtests/Makefile (extra-objs): Add json-lib.o.
7331         (bench-func): Tidy up JSON output.
7332         * benchtests/bench-skeleton.c: Include json-lib.h.
7333         (main): Use JSON library functions to do output of
7334         benchmark results.
7335         * benchtests/bench-timing-type.c (main): Output the
7336         timing type simply, leaving formatting to the user.
7337         * benchtests/json-lib.c: New file.
7338         * benchtests/json-lib.h: Likewise.
7339
7340 2014-04-11  Torvald Riegel  <triegel@redhat.com>
7341
7342         [BZ #15215]
7343         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7344         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
7345         memory barriers.  Add comments.
7346         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7347         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7348         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7349         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7350         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7351         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7352
7353 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7354
7355         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7356         * sysdeps/s390/s390-64/configure.ac: ... this ...
7357         * sysdeps/s390/configure.ac: ... to here.
7358         * sysdeps/s390/s390-32/configure: Delete file.
7359         * sysdeps/s390/s390-64/configure: Delete file.
7360         * sysdeps/s390/configure: Regenerate.
7361
7362 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
7363
7364         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7365
7366 2014-04-11  Will Newton  <will.newton@linaro.org>
7367
7368         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7369         to zero if it is not defined elsewhere.  (mtrim): Test
7370         the value of MALLOC_DEBUG with #if rather than #ifdef.
7371
7372 2014-04-10 Torvald Riegel  <triegel@redhat.com>
7373
7374         * benchtests/pthread_once-inputs: New file.
7375         * benchtests/pthread_once-source.c: New file.
7376         * benchtests/README: Update documentation.
7377
7378 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
7379             H.J. Lu  <hongjiu.lu@intel.com>
7380
7381         [BZ #16275]
7382         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7383         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7384         * sysdeps/x86_64/configure: Regenerated.
7385         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7386         macro.
7387         (REGISTER_SAVE_RAX): Likewise.
7388         (REGISTER_SAVE_RCX): Likewise.
7389         (REGISTER_SAVE_RDX): Likewise.
7390         (REGISTER_SAVE_RSI): Likewise.
7391         (REGISTER_SAVE_RDI): Likewise.
7392         (REGISTER_SAVE_R8): Likewise.
7393         (REGISTER_SAVE_R9): Likewise.
7394         (REGISTER_SAVE_BND0): Likewise.
7395         (REGISTER_SAVE_BND1): Likewise.
7396         (REGISTER_SAVE_BND2): Likewise.
7397         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
7398         bound registers when calling _dl_fixup.
7399
7400 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7401
7402         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
7403         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7404         of its definition.
7405         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7406         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7407         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7408         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7409         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7410         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7411         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7412
7413 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
7414
7415         [BZ #15514]
7416         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7417         pathconf(_PC_NAME_MAX).
7418
7419 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7420
7421         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7422         Remove macro usage.
7423         (__PTHREAD_SPINS): Move definition to ...
7424         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7425         (__PTHREAD_SPINS): ... here.
7426         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7427         (__PTHREAD_SPIN): Likewise.
7428         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7429         (__PTHREAD_SPIN): Likewise.
7430         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7431         (__PTHREAD_SPIN): Likewise.
7432         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7433         (__PTHREAD_SPIN): Likewise.
7434         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7435         (__PTHREAD_SPIN): Likewise.
7436         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7437         (__PTHREAD_SPIN): Likewise.
7438         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7439         (__PTHREAD_SPIN): Likewise.
7440         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7441         (__PTHREAD_SPIN): Likewise.
7442         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7443         (__PTHREAD_SPIN): Likewise.
7444         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7445         (__PTHREAD_SPIN): Likewise.
7446         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7447         (__PTHREAD_SPIN): Likewise.
7448         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7449         (__PTHREAD_SPIN): Likewise.
7450
7451         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7452         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7453         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7454         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7455         imply folder.
7456         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7457         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7458         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7459         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7460         correct imply path.
7461         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7462         strlen symbol for non multi-arch builds.
7463         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7464         missing hidden_def and weak_alias.
7465
7466 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7467
7468         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7469
7470 2014-04-07  Will Newton  <will.newton@linaro.org>
7471
7472         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7473         and contents.  [!_LIBC] Remove #ifndef and contents.
7474         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7475         * string/memccpy.c (__memccpy): Use ANSI prototype.
7476         * string/memfrob.c (memfrob): Likewise.
7477         * string/strcoll.c (STRCOLL): Likewise.
7478         * string/strlen.c (strlen): Likewise.
7479         * string/strtok.c (STRTOK): Likewise.
7480         * string/strcat.c: Remove unused #include of memcopy.h.
7481         (strcat): Use ANSI prototype.
7482         * string/strchr.c: Remove unused #include of memcopy.h.
7483         (strchr): Use ANSI prototype.
7484         * string/strcmp.c: Remove unused #include of memcopy.h.
7485         (strcmp): Use ANSI prototype.
7486         * string/strcpy.c: Remove unused #include of memcopy.h.
7487         (strcpy): Use ANSI prototype.
7488
7489 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7490
7491         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7492         * config.make.in (config-extra-cppflags): Set it from
7493         libc_extra_cppflags.
7494         * configure.ac (libc_extra_cflags): Make it accumulate over
7495         configure fragments.
7496         (libc_extra_cppflags): New flag.
7497         * configure. Regenerate.
7498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7499         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7500         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7502
7503         [BZ #16815]
7504         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7505         result for FE_DOWNWARD rounding mode.
7506         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7507         Likewise.
7508         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7509
7510 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7511
7512         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7513         in function argument name.
7514
7515 2014-04-03  David Svoboda  <svoboda@cert.org>
7516
7517         [BZ #5666]
7518         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7519         explicitly.
7520
7521 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7522
7523         * elf/dl-unmap-segments.h: New file.
7524         * sysdeps/generic/ldsodefs.h
7525         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7526         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7527         * elf/dl-fptr.c: Likewise.
7528         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7529         * sysdeps/aarch64/tlsdesc.c: Likewise.
7530         * sysdeps/arm/tlsdesc.c: Likewise.
7531         * sysdeps/i386/tlsdesc.c: Likewise.
7532         * sysdeps/tile/dl-runtime.c: Likewise.
7533         * sysdeps/x86_64/tlsdesc.c: Likewise.
7534         * elf/dl-load.h: New file.
7535         * elf/dl-load.c: Include it.
7536         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7537         Macros moved to dl-load.h.
7538         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7539         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7540         Use _dl_unmap_segments in place of __munmap.
7541         Break out segment-mapping loop into ...
7542         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7543
7544 2014-04-03  Will Newton  <will.newton@linaro.org>
7545
7546         * elf/dl-lookup.c (do_lookup_x): Remove comment
7547         referring to nested function and move variable
7548         declarations down to before first use.
7549
7550 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7551
7552         [BZ #16799]
7553         [BZ #16800]
7554         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7555         with 0 numerator.
7556         * math/s_catanf.c (__catanf): Likewise.
7557         * math/s_catanh.c (__catanh): Likewise.
7558         * math/s_catanhf.c (__catanhf): Likewise.
7559         * math/s_catanhl.c (__catanhl): Likewise.
7560         * math/s_catanl.c (__catanl): Likewise.
7561         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7562         by positive zero when computing -Inf result.
7563         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7564         (catanh_test): Likewise.
7565         * sysdeps/i386/fpu/libm-test-ulps: Update.
7566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7567
7568         [BZ #16789]
7569         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7570         instead of using underflowing value in computing result.
7571         * math/s_clog10.c (__clog10): Likewise.
7572         * math/s_clog10f.c (__clog10f): Likewise.
7573         * math/s_clog10l.c (__clog10l): Likewise.
7574         * math/s_clogf.c (__clogf): Likewise.
7575         * math/s_clogl.c (__clogl): Likewise.
7576         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7577         (clog10_test): Likewise.
7578         * sysdeps/i386/fpu/libm-test-ulps: Update.
7579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7580
7581 2014-04-02  Alan Modra  <amodra@gmail.com>
7582
7583         [BZ #16739]
7584         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7585         output when value is near a power of two.  Use int64_t for lx and
7586         remove casts.  Use decimal rather than hex exponent constants.
7587         Don't use long double multiplication when double will suffice.
7588         * math/libm-test.inc (nextafter_test_data): Add tests.
7589         * NEWS: Add 16739 and 16786 to bug list.
7590
7591         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7592
7593         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7594
7595 2014-04-01  Will Newton  <will.newton@linaro.org>
7596
7597         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7598         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7599
7600 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7601
7602         [BZ #13347]
7603         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7604         * nptl/tst-setuid2.c: New file.
7605         * nptl/Makefile (xtests): Add tst-setuid2.
7606
7607 2014-04-01  Alan Modra  <amodra@gmail.com>
7608
7609         [BZ #16786]
7610         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7611
7612 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7613
7614         [BZ #6803]
7615         [BZ #6804]
7616         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7617         set errno as appropriate.
7618         * math/w_scalbf.c (__scalbf): Likewise.
7619         * math/w_scalbl.c (__scalbl): Likewise.
7620         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7621         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7622         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7623         Add more NaN tests.
7624
7625         [BZ #16349]
7626         * math/w_atan2.c: Include <errno.h>.
7627         (__atan2): Set errno for result underflowing to zero.
7628         * math/w_atan2f.c: Include <errno.h>.
7629         (__atan2f): Set errno for result underflowing to zero.
7630         * math/w_atan2l.c: Include <errno.h>.
7631         (__atan2l): Set errno for result underflowing to zero.
7632         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7633         tests.
7634         * math/auto-libm-test-out: Regenerated.
7635
7636 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7637
7638         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7639         Encode instruction correctly in little endian.
7640         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7641         Likewise.
7642         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7643         Likewise.
7644         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7645         Likewise.
7646         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7647         Likewise.
7648
7649 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7650
7651         [BZ #9894]
7652         * sysdeps/unix/sysv/linux/kernel-features.h
7653         [__sparc__ && !__arch64__ && !__sparc_v9__]
7654         (__ASSUME_SET_ROBUST_LIST): Do not define.
7655         [__sparc__ && !__arch64__ && !__sparc_v9__]
7656         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7657         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7658         Likewise.
7659         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7660         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7661         (__ASSUME_REQUEUE_PI): Likewise.
7662         (__ASSUME_SET_ROBUST_LIST): Likewise.
7663         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7664         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7665         Undefine.
7666         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7667         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7668         Likewise.
7669         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7670         Likewise.
7671         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7672         Likewise.
7673         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7674         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7675         Undefine.
7676         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7677         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7678         Likewise.
7679
7680         [BZ #16648]
7681         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7682         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7683         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7684
7685 2014-03-31  Will Newton  <will.newton@linaro.org>
7686
7687         * benchtests/Makefile (bench): Add ffs and ffsll to list
7688         of tests.
7689         * benchtests/ffs-inputs: New file.
7690         * benchtests/ffsll-inputs: Likewise.
7691
7692 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7693
7694         [BZ #16770]
7695         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7696         too large before casting to int.
7697         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7698         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7699         * math/libm-test.inc (scalb_test_data): Add more tests.
7700
7701 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7702
7703         * benchtests/Makefile (DETAILED_OPT): New make option.
7704         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7705         set.
7706         * benchtests/bench-skeleton.c: Include stdbool.h.
7707         (main): Store and print timings per input.
7708         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7709         member to each argument value.
7710         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7711         (_print_arg_data): Initialize per-input timing to 0.
7712
7713         * benchtests/Makefile (timing-type): New binary.
7714         (bench-clean): Also remove bench-timing-type.
7715         (bench): New target for timing-type.
7716         (bench-func): Print output in JSON format.
7717         * benchtests/bench-skeleton.c (main): Print output in JSON
7718         format.
7719         * benchtests/bench-timing-type.c: New file.
7720         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7721         (TIMING_PRINT_STATS): Remove.
7722         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7723         name separately.
7724
7725         * benchtests/bench-modf.c: Remove.
7726         * benchtests/modf-inputs: New inputs file.
7727
7728 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7729
7730         [BZ #16362]
7731         * math/s_clog10.c (M_PI_LOG10E): New macro.
7732         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7733         imaginary parts are 0.
7734         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7735         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7736         imaginary parts are 0.
7737         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7738         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7739         imaginary parts are 0.
7740         * math/libm-test.inc (clog10_test_data): Update expected results
7741         for when real and imaginary parts are 0.
7742
7743 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7744
7745         * elf/dl-load.c: Finish conversion of __builtin_expect into
7746         __glibc_{un}likely.
7747
7748 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7749
7750         [BZ #16348]
7751         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7752         1+x for argument with exponent below -67.
7753         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7754         Likewise.
7755         * math/auto-libm-test-in: Add more tests of exp.
7756         * math/auto-libm-test-out: Regenerated.
7757
7758 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7759
7760         [BZ #16759]
7761         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7762         (nscd_getnetgrent): Use it.
7763
7764         [BZ #16760]
7765         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7766         of stpcpy.
7767
7768 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7769
7770         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7771         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7772         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7773         (lll_robust_unlock): Remove out of line section. Use cfi
7774         intrinsics.
7775         (LLL_STUB_UNWIND_INFO*): Remove.
7776         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7777         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7778         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7779         (lll_robust_unlock): Remove out of line section. Use cfi
7780         intrinsics.
7781         (LLL_STUB_UNWIND_INFO*): Remove.
7782
7783 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7784
7785         [BZ #16758]
7786         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7787         blank values.
7788
7789 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7790
7791         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7792
7793 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7794
7795         [BZ #16198]
7796         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7797         fnstenv.
7798         * math/test-fenv-preserve.c: New file.
7799         * math/Makefile (tests): Add test-fenv-preserve.
7800
7801 2014-03-26  Will Newton <will.newton@linaro.org>
7802
7803         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7804
7805 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7806
7807         * scripts/versionlist.awk: Partition the version sets and emit all
7808         GLIBC_* (sorted) before all others (sorted).
7809
7810 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7811
7812         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7813         GLIBC_2.2.5 version.
7814
7815 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7816
7817         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7818         calls.
7819
7820         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7821         previous change.
7822
7823         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7824
7825 2014-03-25  Andreas Schwab  <schwab@suse.de>
7826
7827         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7828         label to be used after in6ailist is initialized.
7829
7830 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7831
7832         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7833         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7834
7835 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7836
7837         [BZ #16357]
7838         [BZ #16599]
7839         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7840         min_plus_half.
7841         (fp_formats): Update initializers.
7842         (init_fp_formats): Initialize new field.
7843         (output_for_one_input_case): Allow underflow for results up to
7844         min_plus_half.
7845         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7846         * math/auto-libm-test-in: Don't mark some underflows from asin and
7847         atanh as spurious.
7848         * math/auto-libm-test-out: Regenerated.
7849         * sysdeps/i386/fpu/libm-test-ulps: Update.
7850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7851
7852 2014-03-25  Andreas Schwab  <schwab@suse.de>
7853
7854         * libio/Makefile (tst-ftell-partial-wide-ENV)
7855         (tst-ftell-active-handler-ENV): Define.
7856
7857 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7858
7859         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7860
7861 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7862
7863         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7864
7865 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7866
7867         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7868         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7869         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7870
7871 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7872
7873         [BZ #16634]
7874         * elf/dl-load.c (open_verify): Add mode parameter.
7875         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7876         (open_path): Change from boolean 'secure' to complete flag 'mode'
7877         (_dl_map_object): Adjust.
7878         * elf/Makefile (tests): Add tst-dlopen-aout.
7879         * elf/tst-dlopen-aout.c: New test.
7880
7881 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7882
7883         [BZ #16714]
7884         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7885         (struct stat): Rename member pad0 to __glibc_reserved0.
7886
7887         [BZ #16712]
7888         * sysdeps/s390/s390-32/bits/wordsize.h
7889         (__WORDSIZE32_SIZE_ULONG): New define.
7890         * sysdeps/s390/s390-64/bits/wordsize.h
7891         (__WORDSIZE32_SIZE_ULONG): Likewise.
7892         * sysdeps/generic/stdint.h (SIZE_MAX):
7893         Define as UL if __WORDSIZE32_SIZE_ULONG.
7894
7895         [BZ #16713]
7896         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7897         (__glibc_reserved0): New variable.
7898         (sa_flags): Change type to int.
7899
7900         * posix/Makefile (before-compile): Use += before-compile instead
7901         of a :=.
7902
7903         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7904         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7905
7906 2014-03-20  Andreas Schwab  <schwab@suse.de>
7907
7908         [BZ #16743]
7909         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7910         non-matching result from nscd.
7911
7912 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7913
7914         * scripts/bench.py: Moved to ...
7915         * benchtests/scripts/bench.py: ... here.
7916         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7917
7918 2014-03-24  Andreas Schwab  <schwab@suse.de>
7919
7920         [BZ #16002]
7921         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7922         alloca_account and account alloca use for struct in6ailist.
7923
7924 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7925
7926         [BZ #16284]
7927         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7928         rounding mode to recompute results that overflow to infinity or
7929         underflow to zero.
7930         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7931         bug 16284.
7932         * math/auto-libm-test-out: Regenerated.
7933         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7934         (ccosh_test): Likewise.
7935         (csin_test_data): Use plus_oflow.
7936         (csin_test): Use ALL_RM_TEST.
7937         (csinh_test_data): Use plus_oflow.
7938         (csinh_test): Use ALL_RM_TEST.
7939         * sysdeps/i386/fpu/libm-test-ulps: Update.
7940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7941
7942 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7943
7944         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7945         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7946         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7947
7948         [BZ #16731]
7949         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7950         when x - 1 is zero.
7951         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7952         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7953         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7954         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7955         argument is 1.
7956         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7957         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7958         zero.
7959         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7960         * sysdeps/i386/fpu/libm-test-ulps: Update.
7961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7962
7963 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7964
7965         * scripts/bench.pl: Remove file.
7966         * scripts/bench.py: New benchmark script.
7967         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7968         * benchtests/README: Mention python dependency.
7969         * scripts/pylintrc: New file.
7970         * scripts/pylint: New file.
7971
7972         * bits/mathdef.h: Use #ifdef instead of #if.
7973         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7974         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7975         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7976         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7977         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7978         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7979
7980 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7981             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7982
7983         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7984         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7985         and strpbrk-ppc64 objects.
7986         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7987         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7988         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7989         multiarch strpbrk for POWER7.
7990         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7991         multiarch strpbrk for PPC64.
7992         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7993         ifunc selector.
7994         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7995         strpbrk for POWER7.
7996
7997 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7998
7999         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8000         (atan_test): Likewise.
8001         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8002         (atanh_test): Use ALL_RM_TEST.
8003         (atan2_test_data): Likewise.
8004         (cabs_test): Likewise.
8005         (cacosh_test): Likewise.
8006         (carg_test): Likewise.
8007         (casin_test): Likewise.
8008         (casinh_test): Likewise.
8009         (cbrt_test): Likewise.
8010         (csqrt_test): Likewise.
8011         (erf_test): Likewise.
8012         (erfc_test): Likewise.
8013         (pow10_test): Likewise.
8014         (exp2_test): Likewise.
8015         (hypot_test): Likewise.
8016         (j0_test): Likewise.
8017         (j1_test): Likewise.
8018         (lgamma_test): Likewise.
8019         (gamma_test): Likewise.
8020         (sincos_test): Likewise.
8021         (tanh_test): Likewise.
8022         (y0_test): Likewise.
8023         (y1_test): Likewise.
8024         * sysdeps/i386/fpu/libm-test-ulps: Update.
8025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8026
8027 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8028
8029         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8030         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8031         and strcspn-ppc64 objects.
8032         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8033         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8034         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8035         multiarch strcspn for POWER7.
8036         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8037         multiarch strcspn for PPC64.
8038         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8039         ifunc selector.
8040         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8041         strcspn for POWER7.
8042
8043 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8044
8045         * math/gen-libm-test.pl (generate_testfile): Expect only function
8046         name as argument to AUTO_TESTS_* and pass results for all rounding
8047         modes to parse_args.
8048         (parse_auto_input): Separate inputs of automatic tests from
8049         outputs before storing in %auto_tests.
8050         * math/libm-test.inc (acos_test_data): Update call to
8051         AUTO_TESTS_f_f.
8052         (acos_test): Use ALL_RM_TEST.
8053         (acos_tonearest_test_data): Remove.
8054         (acos_test_tonearest): Likewise.
8055         (acos_towardzero_test_data): Likewise.
8056         (acos_test_towardzero): Likewise.
8057         (acos_downward_test_data): Likewise.
8058         (acos_test_downward): Likewise.
8059         (acos_upward_test_data): Likewise.
8060         (acos_test_upward): Likewise.
8061         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8062         (asin_test_data): Likewise.
8063         (asin_test): Use ALL_RM_TEST.
8064         (asin_tonearest_test_data): Remove.
8065         (asin_test_tonearest): Likewise.
8066         (asin_towardzero_test_data): Likewise.
8067         (asin_test_towardzero): Likewise.
8068         (asin_downward_test_data): Likewise.
8069         (asin_test_downward): Likewise.
8070         (asin_upward_test_data): Likewise.
8071         (asin_test_upward): Likewise.
8072         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8073         (atan_test_data): Likewise.
8074         (atanh_test_data): Likewise.
8075         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8076         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8077         (carg_test_data): Likewise.
8078         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8079         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8080         (ccosh_test_data): Likewise.
8081         (cexp_test_data): Likewise.
8082         (clog_test_data): Likewise.
8083         (clog10_test_data): Likewise.
8084         (cos_test_data): Update call to AUTO_TESTS_f_f.
8085         (cos_test): Use ALL_RM_TEST.
8086         (cos_tonearest_test_data): Remove.
8087         (cos_test_tonearest): Likewise.
8088         (cos_towardzero_test_data): Likewise.
8089         (cos_test_towardzero): Likewise.
8090         (cos_downward_test_data): Likewise.
8091         (cos_test_downward): Likewise.
8092         (cos_upward_test_data): Likewise.
8093         (cos_test_upward): Likewise.
8094         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8095         (cosh_test): Use ALL_RM_TEST.
8096         (cosh_tonearest_test_data): Remove.
8097         (cosh_test_tonearest): Likewise.
8098         (cosh_towardzero_test_data): Likewise.
8099         (cosh_test_towardzero): Likewise.
8100         (cosh_downward_test_data): Likewise.
8101         (cosh_test_downward): Likewise.
8102         (cosh_upward_test_data): Likewise.
8103         (cosh_test_upward): Likewise.
8104         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8105         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8106         (ctan_test_data): Likewise.
8107         (ctan_test): Use ALL_RM_TEST.
8108         (ctan_tonearest_test_data): Remove.
8109         (ctan_test_tonearest): Likewise.
8110         (ctan_towardzero_test_data): Likewise.
8111         (ctan_test_towardzero): Likewise.
8112         (ctan_downward_test_data): Likewise.
8113         (ctan_test_downward): Likewise.
8114         (ctan_upward_test_data): Likewise.
8115         (ctan_test_upward): Likewise.
8116         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8117         (ctanh_test): Use ALL_RM_TEST.
8118         (ctanh_tonearest_test_data): Remove.
8119         (ctanh_test_tonearest): Likewise.
8120         (ctanh_towardzero_test_data): Likewise.
8121         (ctanh_test_towardzero): Likewise.
8122         (ctanh_downward_test_data): Likewise.
8123         (ctanh_test_downward): Likewise.
8124         (ctanh_upward_test_data): Likewise.
8125         (ctanh_test_upward): Likewise.
8126         (erf_test_data): Update call to AUTO_TESTS_f_f.
8127         (erfc_test_data): Likewise.
8128         (exp_test_data): Likewise.
8129         (exp_test): Use ALL_RM_TEST.
8130         (exp_tonearest_test_data): Remove.
8131         (exp_test_tonearest): Likewise.
8132         (exp_towardzero_test_data): Likewise.
8133         (exp_test_towardzero): Likewise.
8134         (exp_downward_test_data): Likewise.
8135         (exp_test_downward): Likewise.
8136         (exp_upward_test_data): Likewise.
8137         (exp_test_upward): Likewise.
8138         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8139         (exp10_test): Use ALL_RM_TEST.
8140         (exp10_tonearest_test_data): Remove.
8141         (exp10_test_tonearest): Likewise.
8142         (exp10_towardzero_test_data): Likewise.
8143         (exp10_test_towardzero): Likewise.
8144         (exp10_downward_test_data): Likewise.
8145         (exp10_test_downward): Likewise.
8146         (exp10_upward_test_data): Likewise.
8147         (exp10_test_upward): Likewise.
8148         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8149         (expm1_test_data): Likewise.
8150         (expm1_test): Use ALL_RM_TEST.
8151         (expm1_tonearest_test_data): Remove.
8152         (expm1_test_tonearest): Likewise.
8153         (expm1_towardzero_test_data): Likewise.
8154         (expm1_test_towardzero): Likewise.
8155         (expm1_downward_test_data): Likewise.
8156         (expm1_test_downward): Likewise.
8157         (expm1_upward_test_data): Likewise.
8158         (expm1_test_upward): Likewise.
8159         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8160         (fma_test): Use ALL_RM_TEST.
8161         (fma_towardzero_test_data): Remove.
8162         (fma_test_towardzero): Likewise.
8163         (fma_downward_test_data): Likewise.
8164         (fma_test_downward): Likewise.
8165         (fma_upward_test_data): Likewise.
8166         (fma_test_upward): Likewise.
8167         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8168         (j0_test_data): Update call to AUTO_TESTS_f_f.
8169         (j1_test_data): Likewise.
8170         (jn_test_data): Update call to AUTO_TESTS_if_f.
8171         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8172         (log_test_data): Update call to AUTO_TESTS_f_f.
8173         (log10_test_data): Likewise.
8174         (log1p_test_data): Likewise.
8175         (log2_test_data): Likewise.
8176         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8177         (pow_tonearest_test_data): Likewise.
8178         (sin_test_data): Update call to AUTO_TESTS_f_f.
8179         (sin_test): Use ALL_RM_TEST.
8180         (sin_tonearest_test_data): Remove.
8181         (sin_test_tonearest): Likewise.
8182         (sin_towardzero_test_data): Likewise.
8183         (sin_test_towardzero): Likewise.
8184         (sin_downward_test_data): Likewise.
8185         (sin_test_downward): Likewise.
8186         (sin_upward_test_data): Likewise.
8187         (sin_test_upward): Likewise.
8188         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8189         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8190         (sinh_test): Use ALL_RM_TEST.
8191         (sinh_tonearest_test_data): Remove.
8192         (sinh_test_tonearest): Likewise.
8193         (sinh_towardzero_test_data): Likewise.
8194         (sinh_test_towardzero): Likewise.
8195         (sinh_downward_test_data): Likewise.
8196         (sinh_test_downward): Likewise.
8197         (sinh_upward_test_data): Likewise.
8198         (sinh_test_upward): Likewise.
8199         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8200         (sqrt_test): Use ALL_RM_TEST.
8201         (sqrt_tonearest_test_data): Remove.
8202         (sqrt_test_tonearest): Likewise.
8203         (sqrt_towardzero_test_data): Likewise.
8204         (sqrt_test_towardzero): Likewise.
8205         (sqrt_downward_test_data): Likewise.
8206         (sqrt_test_downward): Likewise.
8207         (sqrt_upward_test_data): Likewise.
8208         (sqrt_test_upward): Likewise.
8209         (tan_test_data): Update call to AUTO_TESTS_f_f.
8210         (tan_test): Use ALL_RM_TEST.
8211         (tan_tonearest_test_data): Remove.
8212         (tan_test_tonearest): Likewise.
8213         (tan_towardzero_test_data): Likewise.
8214         (tan_test_towardzero): Likewise.
8215         (tan_downward_test_data): Likewise.
8216         (tan_test_downward): Likewise.
8217         (tan_upward_test_data): Likewise.
8218         (tan_test_upward): Likewise.
8219         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8220         (tgamma_test_data): Likewise.
8221         (y0_test_data): Likewise.
8222         (y1_test_data): Likewise.
8223         (yn_test_data): Update call to AUTO_TESTS_if_f.
8224         (main): Do not call removed functions.
8225
8226 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8227
8228         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8229         (ldexp_test_data): Remove.
8230         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
8231         scalbn_test_data.
8232         (scalb_test): Use ALL_RM_TEST.
8233
8234 2014-03-19  Andreas Schwab  <schwab@suse.de>
8235
8236         * nscd/nscd.service: Also invalidate netgroup cache on reload.
8237
8238 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8239
8240         [BZ #16649]
8241         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8242         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8243         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8244         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8245         (__ASSUME_PREADV): Undefine.
8246         (__ASSUME_PWRITEV): Likewise.
8247
8248 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8249
8250         * bits/mman-linux.h: Add comment about non-Linux use.
8251         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8252         bits/mman-linux.h resting place.
8253
8254         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8255         * bits/mman-linux.h: ... here.
8256
8257 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8258
8259         * conform/conformtest.pl: Add standard definition when calling C
8260         preprocessor on data files.
8261         (checknamespace): Remove unused variable.
8262
8263 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8264
8265         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8266         minus_oflow, plus_uflow and minus_uflow in expected results.
8267         * math/libm-test.inc (scalbn_test_data): Add more tests of
8268         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
8269         minus_uflow.
8270         (scalbn_test): Use ALL_RM_TEST.
8271         (scalbln_test_data): Add more tests of negative arguments.  Use
8272         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8273         (scalbln_test): Use ALL_RM_TEST.
8274
8275 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8276
8277         * scripts/abilist.awk: Ignore symbols marked with .hidden.
8278
8279 2014-03-18  Will Newton  <will.newton@linaro.org>
8280
8281         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8282         inaccurate comment.
8283
8284 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8285
8286         * Makerules [!subdir] (check-abi): Exit with error status if a
8287         test failed.
8288
8289 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8290
8291         * math/libm-test.inc (nearbyint_test_data): Include all tests used
8292         for rint.  Include results for all rounding modes.
8293         (nearbyint_test): Use ALL_RM_TEST.
8294         (rint_test_data): Include all tests used for nearbyint.
8295
8296 2014-03-17  Will Newton  <will.newton@linaro.org>
8297
8298         * nptl/sysdeps/pthread/pthread.h: Revert previous
8299         change.
8300
8301         * sysdeps/generic/ldsodefs.h: Revert previous
8302         change.
8303
8304         * libio/genops.c: Revert previous change.
8305         * libio/libioP.h: Likewise.
8306         * stdio-common/vfprintf.c: Likewise.
8307
8308         * sysdeps/generic/math_private.h: Revert previous
8309         change.
8310
8311         * sysdeps/generic/math_private.h: Check whether
8312         HAVE_RM_CTX is defined with #ifdef rather
8313         than #if.
8314
8315         * argp/argp-fmtstream.h: Check whether
8316         __STRICT_ANSI__ is defined with #ifdef rather
8317         than #if.
8318         * argp/argp.h: Likewise.
8319
8320         * libio/genops.c: Check whether
8321         _IO_JUMPS_OFFSET is defined with #ifdef rather
8322         than #if.
8323         * libio/libioP.h: Likewise.
8324         * stdio-common/vfprintf.c: Likewise.
8325
8326         * sysdeps/generic/ldsodefs.h: Check whether
8327         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8328         than #if.
8329
8330         * nptl/sysdeps/pthread/pthread.h: Check
8331         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8332         its value.
8333
8334 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8335
8336         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8337         setting O_APPEND.
8338         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8339         test case.
8340
8341         [BZ #16680]
8342         * libio/fileops.c (_IO_file_open): Seek to end of file but
8343         don't cache the offset.
8344         (get_file_offset): Remove function.
8345         (do_ftell): Use cached offset when available.
8346         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8347         don't cache the offset.
8348         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8349         case.
8350         (do_one_test): Call it.
8351         (do_ftell_test): Fix up expected old offset for a+ mode.
8352         * libio/wfileops.c (do_ftell_wide): Used cached offset when
8353         available.
8354
8355         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8356         up test status with function return status.
8357         (do_write_test): Likewise.
8358         (do_append_test): Likewise.
8359
8360         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8361         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8362         Remove.
8363
8364 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8365
8366         * math/gen-libm-test.pl (parse_args): Handle results specified for
8367         each rounding mode separately.
8368         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8369         tests and results from lrint_tonearest_test_data,
8370         lrint_towardzero_test_data, lrint_downward_test_data and
8371         lrint_upward_test_data.
8372         (lrint_test): Use ALL_RM_TEST.
8373         (lrint_tonearest_test_data): Remove.
8374         (lrint_test_tonearest): Likewise.
8375         (lrint_towardzero_test_data): Likewise.
8376         (lrint_test_towardzero): Likewise.
8377         (lrint_downward_test_data): Likewise.
8378         (lrint_test_downward): Likewise.
8379         (lrint_upward_test_data): Likewise.
8380         (lrint_test_upward): Likewise.
8381         (llrint_test_data): Merge in per-rounding-mode tests and results
8382         from llrint_tonearest_test_data, llrint_towardzero_test_data,
8383         llrint_downward_test_data and llrint_upward_test_data.
8384         (llrint_test): Use ALL_RM_TEST.
8385         (llrint_tonearest_test_data): Remove.
8386         (llrint_test_tonearest): Likewise.
8387         (llrint_towardzero_test_data): Likewise.
8388         (llrint_test_towardzero): Likewise.
8389         (llrint_downward_test_data): Likewise.
8390         (llrint_test_downward): Likewise.
8391         (llrint_upward_test_data): Likewise.
8392         (llrint_test_upward): Likewise.
8393         (rint_test_data): Merge in per-rounding-mode tests and results
8394         from rint_tonearest_test_data, rint_towardzero_test_data,
8395         rint_downward_test_data and rint_upward_test_data.  Add
8396         per-rounding-mode results for tests not in those arrays.
8397         (rint_test): Use ALL_RM_TEST.
8398         (rint_tonearest_test_data): Remove.
8399         (rint_test_tonearest): Likewise.
8400         (rint_towardzero_test_data): Likewise.
8401         (rint_test_towardzero): Likewise.
8402         (rint_downward_test_data): Likewise.
8403         (rint_test_downward): Likewise.
8404         (rint_upward_test_data): Likewise.
8405         (rint_test_upward): Likewise.
8406         (main): Don't call removed functions.
8407
8408 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8409
8410         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8411         "Compiled on ..." crapola.  It is anti-useful.
8412
8413 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
8414
8415         * scripts/evaluate-test.sh: Handle fourth argument to determine
8416         whether test run should stop on failure.
8417         * Makeconfig (stop-on-test-failure): New variable.
8418         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8419         $(stop-on-test-failure).
8420         * Makefile (tests): Give a summary of results from testing and
8421         exit with failure status if they include an ERROR or FAIL.
8422         (xtests): Likewise.
8423         * manual/install.texi (Configuring and compiling): Mention
8424         stop-on-test-failure=y.
8425         * INSTALL: Regenerated.
8426
8427 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8428
8429         * scripts/versionlist.awk: New file.
8430         * Makerules [$(build-shared) = yes]
8431         (postclean-generated): Add Versions.def, not Versions.def.v and
8432         Versions.def.v.i.
8433         ($(common-objpfx)Versions.def.v.i): Target removed.
8434         ($(common-objpfx)Versions.def): New target.
8435         ($(common-objpfx)Versions.all): Depend on that rather that
8436         $(common-objpfx)Versions.def.v.
8437         * Versions.def: File removed.
8438
8439         * Makeconfig (+gccwarn): Add -Wundef.
8440         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8441         a dl-sysdep.h breaking its contract.
8442         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8443         * include/stackinfo.h: New file.
8444         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8445         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8446         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8447         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8448         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8449         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8450         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8451         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8452         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8453         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8454         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8455         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8456         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8457         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8458         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8459
8460 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8461
8462         [BZ #16707]
8463         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8464         implementation.
8465         * math/libm-test.inc (round_test_data): Add more tests.
8466
8467         [BZ #16706]
8468         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8469         implementation.
8470         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8471
8472         [BZ #16701]
8473         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8474         implementation.
8475         * math/libm-test.inc (ceil_test_data): Add more tests.
8476
8477         * math/libm-test.inc (trunc_test_data): Add more tests related to
8478         BZ#16414.
8479
8480 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8481
8482         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8483         with #if rather than #ifdef.
8484         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8485
8486 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8487
8488         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8489         first.  Disable AVX-512 GCC support if assembler doesn't support
8490         it.
8491         * sysdeps/x86_64/configure: Regenerated.
8492
8493 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8494
8495         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8496         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8497         (__old_pthread_attr_setstack): Likewise.
8498         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8499         [!_STACK_GROWS_DOWN]: Likewise.
8500
8501 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8502
8503         * config.make.in (have-bash2): Delete.
8504         * configure.ac (libc_cv_have_bash2): Delete.
8505         * configure: Regenerate.
8506         * elf/Makefile (common-ldd-rewrite): Rename to ...
8507         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8508         (sh-ldd-rewrite): Delete.
8509         (bash-ldd-rewrite): Delete.
8510         (have-bash2): Delete checks.
8511         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8512         ldd-rewrite.
8513
8514         * config.make.in (have-ksh): Delete.
8515         (KSH): Delete.
8516         * configure.ac (libc_cv_have_ksh): Delete.
8517         * configure: Regenerate.
8518
8519         * elf/Makefile: Delete $(have-ksh) check.
8520         ($(objpfx)sotruss): Change KSH to BASH.
8521         * elf/sotruss.ksh: Rename to ...
8522         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8523         function style to match POSIX.  Drop ksh vim mode setting.
8524
8525         * manual/time.texi (Specifying the Time Zone with TZ): Change
8526         Tuesday to Thursday.
8527
8528         * debug/tst-longjmp_chk2.c: Update header comment.
8529         (stackoverflow_handler): Add comment.  Call assert on pass value.
8530
8531 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8532
8533         [BZ #16194]
8534         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8535         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8536         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8537         (La_x86_64_vector): Add zmm.
8538         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8539         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8540         ($(objpfx)tst-audit10): New target.
8541         ($(objpfx)tst-audit10.out): Likewise.
8542         (tst-audit10-ENV): New.
8543         (AVX512-CFLAGS): Likewise.
8544         (CFLAGS-tst-audit10.c): Likewise.
8545         (CFLAGS-tst-auditmod10a.c): Likewise.
8546         (CFLAGS-tst-auditmod10b.c): Likewise.
8547         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8548         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8549         * sysdeps/x86_64/configure: Regenerated.
8550         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8551         AVX-512 zmm register support.
8552         (_dl_x86_64_save_sse): Likewise.
8553         (_dl_x86_64_restore_sse): Likewise.
8554         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8555         size vector registers.
8556         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8557         (ZMM_SIZE): Likewise.
8558         * sysdeps/x86_64/tst-audit10.c: New file.
8559         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8560         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8561
8562 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8563
8564         * configure.ac (HAVE_EHDR_START): New check.
8565         * configure: Regenerated.
8566         * config.h.in (HAVE_EHDR_START): New #undef.
8567         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8568         assuming the lowest-addressed segment maps the start of the file.
8569
8570 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8571
8572         * INSTALL: Regenerated.
8573
8574 2014-03-13  Will Newton  <will.newton@linaro.org>
8575
8576         * manual/setjmp.texi (System V contexts): Improve
8577         clarity and grammar of documentation.
8578
8579 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8580
8581         [BZ #16381]
8582         * elf/Makefile (tests): Add tst-pie2.
8583         (tests-pie): Add tst-pie2.
8584         * elf/tst-pie2.c: New file.
8585         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8586         for ET_EXEC.
8587         * elf/rtld.c (map_doit): Load executable as lt_executable.
8588         (dl_main): Likewise.
8589
8590 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8591
8592         [BZ #16642]
8593         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8594         (__ASSUME_PSELECT): Undefine.
8595
8596 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8597
8598         [BZ #16689]
8599         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8600         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8601         static build.
8602         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8603         selector for static builds.
8604
8605 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8606
8607         [BZ #16695]
8608         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8609         key in the buffer.
8610
8611 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8612
8613         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8614         IFUNC selector for static builds.
8615
8616 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8617
8618         * sysdeps/mips/math_private.h [__mips_hard_float]
8619         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8620         libc_feresetround_mips_ctx.
8621         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8622         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8623         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8624
8625         [BZ #16677]
8626         * math/s_nextafter.c (__nextafter): Do not return value from
8627         overflowing computation.
8628         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8629         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8630         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8631         Likewise.
8632         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8633         Likewise.
8634         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8635         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8636
8637 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8638
8639         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8640         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8641         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8642         the new mov targetting sp.
8643
8644 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8645
8646         [BZ #16683]
8647         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8648         Define it for static builds as well.
8649         (NO_BZERO_IMPL): Likewise.
8650
8651 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8652
8653         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8654         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8655         multiarch strspn for PPC64.
8656         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8657         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8658         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8659         (__libc_ifunc_impl_list): Likewise.
8660         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8661         multiarch optimizations
8662         * string/strspn.c (strspn): Using macro to redefine symbol name.
8663
8664 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8665             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8666
8667         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8668         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8669         multiarch strncat for PPC64.
8670         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8671         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8672         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8673         (__libc_ifunc_impl_list): Likewise.
8674         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8675         multiarch optimizations
8676
8677 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8678
8679         [BZ #16639]
8680         * nscd/nscd.service: Make service type forking.
8681
8682 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8683
8684         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8685         sign in non default rounding modes.
8686         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8687
8688 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8689
8690         * math/libm-test.inc (ALL_RM_TEST): New macro.
8691         (ceil_test): Use ALL_RM_TEST.
8692         (cimag_test): Likewise.
8693         (conj_test): Likewise.
8694         (copysign_test): Likewise.
8695         (cproj_test): Likewise.
8696         (creal_test): Likewise.
8697         (fabs_test): Likewise.
8698         (floor_test): Likewise.
8699         (fmax_test): Likewise.
8700         (fmin_test): Likewise.
8701         (fmod_test): Likewise.
8702         (fpclassify_test): Likewise.
8703         (frexp_test): Likewise.
8704         (ilogb_test): Likewise.
8705         (isfinite_test): Likewise.
8706         (finite_test): Likewise.
8707         (isgreater_test): Likewise.
8708         (isgreaterequal_test): Likewise.
8709         (isinf_test): Likewise.
8710         (isless_test): Likewise.
8711         (islessequal_test): Likewise.
8712         (islessgreater_test): Likewise.
8713         (isnan_test): Likewise.
8714         (isnormal_test): Likewise.
8715         (issignaling_test): Likewise.
8716         (isunordered_test): Likewise.
8717         (logb_test): Likewise.
8718         (logb_downward_test_data): Remove.
8719         (logb_test_downward): Likewise.
8720         (lround_test): Use ALL_RM_TEST.
8721         (llround_test): Likewise.
8722         (modf_test): Likewise.
8723         (nexttoward_test): Likewise.
8724         (remainder_test): Likewise.
8725         (drem_test): Likewise.
8726         (remainder_tonearest_test_data): Likewise.
8727         (remainder_test_tonearest): Likewise.
8728         (drem_test_tonearest): Likewise.
8729         (remainder_towardzero_test_data): Likewise.
8730         (remainder_test_towardzero): Likewise.
8731         (drem_test_towardzero): Likewise.
8732         (remainder_downward_test_data): Likewise.
8733         (remainder_test_downward): Likewise.
8734         (drem_test_downward): Likewise.
8735         (remainder_upward_test_data): Likewise.
8736         (remainder_test_upward): Likewise.
8737         (drem_test_upward): Likewise.
8738         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8739         (round_test): Use ALL_RM_TEST.
8740         (signbit_test): Likewise.
8741         (trunc_test): Likewise.
8742         (significand_test): Likewise.
8743         (main): Don't call removed functions.
8744
8745 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8746
8747         [BZ #16674]
8748         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8749         || __USE_XOPEN2K8].
8750         (ILL_ILLOPN): Likewise.
8751         (ILL_ILLADR): Likewise.
8752         (ILL_ILLTRP): Likewise.
8753         (ILL_PRVOPC): Likewise.
8754         (ILL_PRVREG): Likewise.
8755         (ILL_COPROC): Likewise.
8756         (ILL_BADSTK): Likewise.
8757         (FPE_INTDIV): Likewise.
8758         (FPE_INTOVF): Likewise.
8759         (FPE_FLTDIV): Likewise.
8760         (FPE_FLTOVF): Likewise.
8761         (FPE_FLTUND): Likewise.
8762         (FPE_FLTRES): Likewise.
8763         (FPE_FLTINV): Likewise.
8764         (FPE_FLTSUB): Likewise.
8765         (SEGV_MAPERR): Likewise.
8766         (SEGV_ACCERR): Likewise.
8767         (BUS_ADRALN): Likewise.
8768         (BUS_ADRERR): Likewise.
8769         (BUS_OBJERR): Likewise.
8770         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8771         (TRAP_TRACE): Likewise.
8772         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8773         __USE_XOPEN2K8].
8774         (CLD_KILLED): Likewise.
8775         (CLD_DUMPED): Likewise.
8776         (CLD_TRAPPED): Likewise.
8777         (CLD_STOPPED): Likewise.
8778         (CLD_CONTINUED): Likewise.
8779         (POLL_IN): Likewise.
8780         (POLL_OUT): Likewise.
8781         (POLL_MSG): Likewise.
8782         (POLL_ERR): Likewise.
8783         (POLL_PRI): Likewise.
8784         (POLL_HUP): Likewise.
8785         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8786         Likewise.
8787         (ILL_ILLOPN): Likewise.
8788         (ILL_ILLADR): Likewise.
8789         (ILL_ILLTRP): Likewise.
8790         (ILL_PRVOPC): Likewise.
8791         (ILL_PRVREG): Likewise.
8792         (ILL_COPROC): Likewise.
8793         (ILL_BADSTK): Likewise.
8794         (FPE_INTDIV): Likewise.
8795         (FPE_INTOVF): Likewise.
8796         (FPE_FLTDIV): Likewise.
8797         (FPE_FLTOVF): Likewise.
8798         (FPE_FLTUND): Likewise.
8799         (FPE_FLTRES): Likewise.
8800         (FPE_FLTINV): Likewise.
8801         (FPE_FLTSUB): Likewise.
8802         (SEGV_MAPERR): Likewise.
8803         (SEGV_ACCERR): Likewise.
8804         (BUS_ADRALN): Likewise.
8805         (BUS_ADRERR): Likewise.
8806         (BUS_OBJERR): Likewise.
8807         (BUS_MCEERR_AR): Likewise.
8808         (BUS_MCEERR_AO): Likewise.
8809         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8810         (TRAP_TRACE): Likewise.
8811         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8812         __USE_XOPEN2K8].
8813         (CLD_KILLED): Likewise.
8814         (CLD_DUMPED): Likewise.
8815         (CLD_TRAPPED): Likewise.
8816         (CLD_STOPPED): Likewise.
8817         (CLD_CONTINUED): Likewise.
8818         (POLL_IN): Likewise.
8819         (POLL_OUT): Likewise.
8820         (POLL_MSG): Likewise.
8821         (POLL_ERR): Likewise.
8822         (POLL_PRI): Likewise.
8823         (POLL_HUP): Likewise.
8824         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8825         (ILL_ILLOPN): Likewise.
8826         (ILL_ILLADR): Likewise.
8827         (ILL_ILLTRP): Likewise.
8828         (ILL_PRVOPC): Likewise.
8829         (ILL_PRVREG): Likewise.
8830         (ILL_COPROC): Likewise.
8831         (ILL_BADSTK): Likewise.
8832         (FPE_INTDIV): Likewise.
8833         (FPE_INTOVF): Likewise.
8834         (FPE_FLTDIV): Likewise.
8835         (FPE_FLTOVF): Likewise.
8836         (FPE_FLTUND): Likewise.
8837         (FPE_FLTRES): Likewise.
8838         (FPE_FLTINV): Likewise.
8839         (FPE_FLTSUB): Likewise.
8840         (SEGV_MAPERR): Likewise.
8841         (SEGV_ACCERR): Likewise.
8842         (BUS_ADRALN): Likewise.
8843         (BUS_ADRERR): Likewise.
8844         (BUS_OBJERR): Likewise.
8845         (BUS_MCEERR_AR): Likewise.
8846         (BUS_MCEERR_AO): Likewise.
8847         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8848         (TRAP_TRACE): Likewise.
8849         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8850         __USE_XOPEN2K8].
8851         (CLD_KILLED): Likewise.
8852         (CLD_DUMPED): Likewise.
8853         (CLD_TRAPPED): Likewise.
8854         (CLD_STOPPED): Likewise.
8855         (CLD_CONTINUED): Likewise.
8856         (POLL_IN): Likewise.
8857         (POLL_OUT): Likewise.
8858         (POLL_MSG): Likewise.
8859         (POLL_ERR): Likewise.
8860         (POLL_PRI): Likewise.
8861         (POLL_HUP): Likewise.
8862         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8863         Likewise.
8864         (ILL_ILLOPN): Likewise.
8865         (ILL_ILLADR): Likewise.
8866         (ILL_ILLTRP): Likewise.
8867         (ILL_PRVOPC): Likewise.
8868         (ILL_PRVREG): Likewise.
8869         (ILL_COPROC): Likewise.
8870         (ILL_BADSTK): Likewise.
8871         (ILL_BADIADDR): Likewise.
8872         (ILL_BREAK): Likewise.
8873         (FPE_INTDIV): Likewise.
8874         (FPE_INTOVF): Likewise.
8875         (FPE_FLTDIV): Likewise.
8876         (FPE_FLTOVF): Likewise.
8877         (FPE_FLTUND): Likewise.
8878         (FPE_FLTRES): Likewise.
8879         (FPE_FLTINV): Likewise.
8880         (FPE_FLTSUB): Likewise.
8881         (FPE_DECOVF): Likewise.
8882         (FPE_DECDIV): Likewise.
8883         (FPE_DECERR): Likewise.
8884         (FPE_INVASC): Likewise.
8885         (FPE_INVDEC): Likewise.
8886         (SEGV_MAPERR): Likewise.
8887         (SEGV_ACCERR): Likewise.
8888         (SEGV_PSTKOVF): Likewise.
8889         (BUS_ADRALN): Likewise.
8890         (BUS_ADRERR): Likewise.
8891         (BUS_OBJERR): Likewise.
8892         (BUS_MCEERR_AR): Likewise.
8893         (BUS_MCEERR_AO): Likewise.
8894         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8895         (TRAP_TRACE): Likewise.
8896         (TRAP_BRANCH): Likewise.
8897         (TRAP_HWBKPT): Likewise.
8898         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8899         __USE_XOPEN2K8].
8900         (CLD_KILLED): Likewise.
8901         (CLD_DUMPED): Likewise.
8902         (CLD_TRAPPED): Likewise.
8903         (CLD_STOPPED): Likewise.
8904         (CLD_CONTINUED): Likewise.
8905         (POLL_IN): Likewise.
8906         (POLL_OUT): Likewise.
8907         (POLL_MSG): Likewise.
8908         (POLL_ERR): Likewise.
8909         (POLL_PRI): Likewise.
8910         (POLL_HUP): Likewise.
8911         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8912         (ILL_ILLOPN): Likewise.
8913         (ILL_ILLADR): Likewise.
8914         (ILL_ILLTRP): Likewise.
8915         (ILL_PRVOPC): Likewise.
8916         (ILL_PRVREG): Likewise.
8917         (ILL_COPROC): Likewise.
8918         (ILL_BADSTK): Likewise.
8919         (FPE_INTDIV): Likewise.
8920         (FPE_INTOVF): Likewise.
8921         (FPE_FLTDIV): Likewise.
8922         (FPE_FLTOVF): Likewise.
8923         (FPE_FLTUND): Likewise.
8924         (FPE_FLTRES): Likewise.
8925         (FPE_FLTINV): Likewise.
8926         (FPE_FLTSUB): Likewise.
8927         (SEGV_MAPERR): Likewise.
8928         (SEGV_ACCERR): Likewise.
8929         (BUS_ADRALN): Likewise.
8930         (BUS_ADRERR): Likewise.
8931         (BUS_OBJERR): Likewise.
8932         (BUS_MCEERR_AR): Likewise.
8933         (BUS_MCEERR_AO): Likewise.
8934         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8935         (TRAP_TRACE): Likewise.
8936         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8937         __USE_XOPEN2K8].
8938         (CLD_KILLED): Likewise.
8939         (CLD_DUMPED): Likewise.
8940         (CLD_TRAPPED): Likewise.
8941         (CLD_STOPPED): Likewise.
8942         (CLD_CONTINUED): Likewise.
8943         (POLL_IN): Likewise.
8944         (POLL_OUT): Likewise.
8945         (POLL_MSG): Likewise.
8946         (POLL_ERR): Likewise.
8947         (POLL_PRI): Likewise.
8948         (POLL_HUP): Likewise.
8949         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8950         (ILL_ILLOPN): Likewise.
8951         (ILL_ILLADR): Likewise.
8952         (ILL_ILLTRP): Likewise.
8953         (ILL_PRVOPC): Likewise.
8954         (ILL_PRVREG): Likewise.
8955         (ILL_COPROC): Likewise.
8956         (ILL_BADSTK): Likewise.
8957         (FPE_INTDIV): Likewise.
8958         (FPE_INTOVF): Likewise.
8959         (FPE_FLTDIV): Likewise.
8960         (FPE_FLTOVF): Likewise.
8961         (FPE_FLTUND): Likewise.
8962         (FPE_FLTRES): Likewise.
8963         (FPE_FLTINV): Likewise.
8964         (FPE_FLTSUB): Likewise.
8965         (SEGV_MAPERR): Likewise.
8966         (SEGV_ACCERR): Likewise.
8967         (BUS_ADRALN): Likewise.
8968         (BUS_ADRERR): Likewise.
8969         (BUS_OBJERR): Likewise.
8970         (BUS_MCEERR_AR): Likewise.
8971         (BUS_MCEERR_AO): Likewise.
8972         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8973         (TRAP_TRACE): Likewise.
8974         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8975         __USE_XOPEN2K8].
8976         (CLD_KILLED): Likewise.
8977         (CLD_DUMPED): Likewise.
8978         (CLD_TRAPPED): Likewise.
8979         (CLD_STOPPED): Likewise.
8980         (CLD_CONTINUED): Likewise.
8981         (POLL_IN): Likewise.
8982         (POLL_OUT): Likewise.
8983         (POLL_MSG): Likewise.
8984         (POLL_ERR): Likewise.
8985         (POLL_PRI): Likewise.
8986         (POLL_HUP): Likewise.
8987         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8988         (ILL_ILLOPN): Likewise.
8989         (ILL_ILLADR): Likewise.
8990         (ILL_ILLTRP): Likewise.
8991         (ILL_PRVOPC): Likewise.
8992         (ILL_PRVREG): Likewise.
8993         (ILL_COPROC): Likewise.
8994         (ILL_BADSTK): Likewise.
8995         (FPE_INTDIV): Likewise.
8996         (FPE_INTOVF): Likewise.
8997         (FPE_FLTDIV): Likewise.
8998         (FPE_FLTOVF): Likewise.
8999         (FPE_FLTUND): Likewise.
9000         (FPE_FLTRES): Likewise.
9001         (FPE_FLTINV): Likewise.
9002         (FPE_FLTSUB): Likewise.
9003         (SEGV_MAPERR): Likewise.
9004         (SEGV_ACCERR): Likewise.
9005         (BUS_ADRALN): Likewise.
9006         (BUS_ADRERR): Likewise.
9007         (BUS_OBJERR): Likewise.
9008         (BUS_MCEERR_AR): Likewise.
9009         (BUS_MCEERR_AO): Likewise.
9010         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9011         (TRAP_TRACE): Likewise.
9012         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9013         __USE_XOPEN2K8].
9014         (CLD_KILLED): Likewise.
9015         (CLD_DUMPED): Likewise.
9016         (CLD_TRAPPED): Likewise.
9017         (CLD_STOPPED): Likewise.
9018         (CLD_CONTINUED): Likewise.
9019         (POLL_IN): Likewise.
9020         (POLL_OUT): Likewise.
9021         (POLL_MSG): Likewise.
9022         (POLL_ERR): Likewise.
9023         (POLL_PRI): Likewise.
9024         (POLL_HUP): Likewise.
9025         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9026         (ILL_ILLOPN): Likewise.
9027         (ILL_ILLADR): Likewise.
9028         (ILL_ILLTRP): Likewise.
9029         (ILL_PRVOPC): Likewise.
9030         (ILL_PRVREG): Likewise.
9031         (ILL_COPROC): Likewise.
9032         (ILL_BADSTK): Likewise.
9033         (ILL_DBLFLT): Likewise.
9034         (ILL_HARDWALL): Likewise.
9035         (FPE_INTDIV): Likewise.
9036         (FPE_INTOVF): Likewise.
9037         (FPE_FLTDIV): Likewise.
9038         (FPE_FLTOVF): Likewise.
9039         (FPE_FLTUND): Likewise.
9040         (FPE_FLTRES): Likewise.
9041         (FPE_FLTINV): Likewise.
9042         (FPE_FLTSUB): Likewise.
9043         (SEGV_MAPERR): Likewise.
9044         (SEGV_ACCERR): Likewise.
9045         (BUS_ADRALN): Likewise.
9046         (BUS_ADRERR): Likewise.
9047         (BUS_OBJERR): Likewise.
9048         (BUS_MCEERR_AR): Likewise.
9049         (BUS_MCEERR_AO): Likewise.
9050         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9051         (TRAP_TRACE): Likewise.
9052         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9053         __USE_XOPEN2K8].
9054         (CLD_KILLED): Likewise.
9055         (CLD_DUMPED): Likewise.
9056         (CLD_TRAPPED): Likewise.
9057         (CLD_STOPPED): Likewise.
9058         (CLD_CONTINUED): Likewise.
9059         (POLL_IN): Likewise.
9060         (POLL_OUT): Likewise.
9061         (POLL_MSG): Likewise.
9062         (POLL_ERR): Likewise.
9063         (POLL_PRI): Likewise.
9064         (POLL_HUP): Likewise.
9065         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9066         (ILL_ILLOPN): Likewise.
9067         (ILL_ILLADR): Likewise.
9068         (ILL_ILLTRP): Likewise.
9069         (ILL_PRVOPC): Likewise.
9070         (ILL_PRVREG): Likewise.
9071         (ILL_COPROC): Likewise.
9072         (ILL_BADSTK): Likewise.
9073         (FPE_INTDIV): Likewise.
9074         (FPE_INTOVF): Likewise.
9075         (FPE_FLTDIV): Likewise.
9076         (FPE_FLTOVF): Likewise.
9077         (FPE_FLTUND): Likewise.
9078         (FPE_FLTRES): Likewise.
9079         (FPE_FLTINV): Likewise.
9080         (FPE_FLTSUB): Likewise.
9081         (SEGV_MAPERR): Likewise.
9082         (SEGV_ACCERR): Likewise.
9083         (BUS_ADRALN): Likewise.
9084         (BUS_ADRERR): Likewise.
9085         (BUS_OBJERR): Likewise.
9086         (BUS_MCEERR_AR): Likewise.
9087         (BUS_MCEERR_AO): Likewise.
9088         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9089         (TRAP_TRACE): Likewise.
9090         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9091         __USE_XOPEN2K8].
9092         (CLD_KILLED): Likewise.
9093         (CLD_DUMPED): Likewise.
9094         (CLD_TRAPPED): Likewise.
9095         (CLD_STOPPED): Likewise.
9096         (CLD_CONTINUED): Likewise.
9097         (POLL_IN): Likewise.
9098         (POLL_OUT): Likewise.
9099         (POLL_MSG): Likewise.
9100         (POLL_ERR): Likewise.
9101         (POLL_PRI): Likewise.
9102         (POLL_HUP): Likewise.
9103         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9104         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9105
9106         [BZ #16670]
9107         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9108         before #include of <time.h>.
9109         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9110         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9111         (test-xfail-UNIX98/sched.h/conform): Likewise.
9112
9113 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9114
9115         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9116         error absence of trapping exception support.
9117         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9118
9119 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9120
9121         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9122         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9123         * timezone/Makefile (testdata): Move definition above include of
9124         Rules.
9125         (test-zones): New variable.
9126         (tests-special): Add zone files.
9127         (build-testdata): Use $(evaluate-test).
9128
9129         * elf/Makefile (tests-special): Rename tests to end with .out.
9130         ($(objpfx)noload-mem): Likewise.
9131         ($(objpfx)tst-leaks1-mem): Likewise.
9132         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9133         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9134         $(objpfx)test-iconvconfig.out.
9135         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9136         set -e inside subshell and redirect output to file.
9137         * iconvdata/Makefile (generated): Rename tests to end with .out.
9138         Correct type.
9139         (tests-special): Rename tests to end with .out.
9140         ($(objpfx)mtrace-tst-loading): Likewise.
9141         * intl/Makefile (generated): Likewise.
9142         (tests-special): Likewise.
9143         ($(objpfx)mtrace-tst-gettext): Likewise.
9144         * misc/Makefile (generated): Likewise.
9145         (tests-special): Likewise.
9146         ($(objpfx)tst-error1-mem): Likewise.
9147         * nptl/Makefile (tests-special): Likewise.
9148         ($(objpfx)tst-stack3-mem): Likewise.
9149         (generated): Likewise.
9150         * posix/Makefile (generated): Likewise.
9151         (tests-special): Likewise.
9152         (xtests-special): Likewise.
9153         ($(objpfx)tst-fnmatch-mem): Likewise.
9154         ($(objpfx)bug-regex2-mem): Likewise.
9155         ($(objpfx)bug-regex14-mem): Likewise.
9156         ($(objpfx)bug-regex21-mem): Likewise.
9157         ($(objpfx)bug-regex31-mem): Likewise.
9158         ($(objpfx)tst-vfork3-mem): Likewise.
9159         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9160         ($(objpfx)tst-pcre-mem): Likewise.
9161         ($(objpfx)tst-boost-mem): Likewise.
9162         ($(objpfx)bug-ga2-mem): Likewise.
9163         ($(objpfx)bug-glob2-mem): Likewise.
9164         * resolv/Makefile (generate): Likewise.
9165         (tests-special): Likewise.
9166         (xtests-special): Likewise.
9167         (generated): Likewise.
9168         ($(objpfx)mtrace-tst-leaks): Likewise.
9169         ($(objpfx)mtrace-tst-leaks2): Likewise.
9170
9171         * scripts/merge-test-results.sh: New file.
9172         * Makefile (tests-special-notdir): New variable.
9173         (tests): Run merge-test-results.sh.
9174         (xtests): Likewise.
9175         * Rules (tests-special-notdir): New variable.
9176         (xtests-special-notdir): Likewise.
9177         (tests): Run merge-test-results.sh
9178         (xtests): Likewise.
9179
9180         * Makeconfig (test-xfail-name): New variable.
9181         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9182         compute variable name for expected failures.
9183         * conform/Makefile (conformtest-headers-data): New variable.
9184         (conformtest-standards): Likewise.
9185         (conformtest-headers-ISO): Likewise.
9186         (conformtest-headers-ISO99): Likewise.
9187         (conformtest-headers-ISO11): Likewise.
9188         (conformtest-headers-POSIX): Likewise.
9189         (conformtest-headers-XPG3): Likewise.
9190         (conformtest-headers-XPG4): Likewise.
9191         (conformtest-headers-UNIX98): Likewise.
9192         (conformtest-headers-XOPEN2K): Likewise.
9193         (conformtest-headers-POSIX2008): Likewise.
9194         (conformtest-headers-XOPEN2K8): Likewise.
9195         (conformtest-header-list-base): Likewise.
9196         (conformtest-header-list-tests): Likewise.
9197         (conformtest-header-base): Likewise.
9198         (conformtest-header-tests): Likewise.
9199         (tests-special): Add $(conformtest-header-list-tests).  If
9200         [$(fast-check) && !$(cross-compiling)], add
9201         $(conformtest-header-tests) instead of
9202         $(objpfx)run-conformtest.out.
9203         (generated): Add $(conformtest-header-list-base).  If
9204         [$(fast-check) && !$(cross-compiling)], add
9205         $(conformtest-header-base).  Remove previous setting.
9206         ($(conformtest-header-list-tests)): New target.
9207         (test-xfail-run-conformtest): Remove variable.
9208         ($(objpfx)run-conformtest.out): Remove target.
9209         (test-xfail-ISO11/complex.h/conform): New variable.
9210         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9211         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9212         (test-xfail-XPG3/varargs.h/conform): Likewise.
9213         (test-xfail-XPG4/varargs.h/conform): Likewise.
9214         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9215         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9216         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9217         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9218         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9219         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9220         (test-xfail-XPG3/ftw.h/conform): Likewise.
9221         (test-xfail-XPG3/grp.h/conform): Likewise.
9222         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9223         (test-xfail-XPG3/limits.h/conform): Likewise.
9224         (test-xfail-XPG3/pwd.h/conform): Likewise.
9225         (test-xfail-XPG3/search.h/conform): Likewise.
9226         (test-xfail-XPG3/signal.h/conform): Likewise.
9227         (test-xfail-XPG3/stdio.h/conform): Likewise.
9228         (test-xfail-XPG3/stdlib.h/conform): Likewise.
9229         (test-xfail-XPG3/string.h/conform): Likewise.
9230         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9231         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9232         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9233         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9234         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9235         (test-xfail-XPG3/sys/types.h/conform): Likewise.
9236         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9237         (test-xfail-XPG3/termios.h/conform): Likewise.
9238         (test-xfail-XPG3/time.h/conform): Likewise.
9239         (test-xfail-XPG3/unistd.h/conform): Likewise.
9240         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9241         (test-xfail-XPG4/fcntl.h/conform): Likewise.
9242         (test-xfail-XPG4/langinfo.h/conform): Likewise.
9243         (test-xfail-XPG4/netdb.h/conform): Likewise.
9244         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9245         (test-xfail-XPG4/signal.h/conform): Likewise.
9246         (test-xfail-XPG4/stdio.h/conform): Likewise.
9247         (test-xfail-XPG4/stdlib.h/conform): Likewise.
9248         (test-xfail-XPG4/stropts.h/conform): Likewise.
9249         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9250         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9251         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9252         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9253         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9254         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9255         (test-xfail-XPG4/sys/time.h/conform): Likewise.
9256         (test-xfail-XPG4/sys/types.h/conform): Likewise.
9257         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9258         (test-xfail-XPG4/termios.h/conform): Likewise.
9259         (test-xfail-XPG4/ucontext.h/conform): Likewise.
9260         (test-xfail-XPG4/unistd.h/conform): Likewise.
9261         (test-xfail-XPG4/utmpx.h/conform): Likewise.
9262         (test-xfail-POSIX/sched.h/conform): Likewise.
9263         (test-xfail-POSIX/signal.h/conform): Likewise.
9264         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9265         (test-xfail-POSIX/tar.h/conform): Likewise.
9266         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9267         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9268         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9269         (test-xfail-UNIX98/netdb.h/conform): Likewise.
9270         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9271         (test-xfail-UNIX98/sched.h/conform): Likewise.
9272         (test-xfail-UNIX98/signal.h/conform): Likewise.
9273         (test-xfail-UNIX98/stdio.h/conform): Likewise.
9274         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9275         (test-xfail-UNIX98/stropts.h/conform): Likewise.
9276         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9277         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9278         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9279         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9280         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9281         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9282         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9283         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9284         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9285         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9286         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9287         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9288         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9289         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9290         (test-xfail-XOPEN2K/math.h/conform): Likewise.
9291         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9292         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9293         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9294         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9295         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9296         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9297         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9298         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9299         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9300         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9301         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9302         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9303         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9304         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9305         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9306         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9307         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9308         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
9309         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
9310         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
9311         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
9312         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
9313         (test-xfail-POSIX2008/signal.h/conform): Likewise.
9314         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
9315         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
9316         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
9317         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
9318         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
9319         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
9320         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
9321         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
9322         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
9323         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9324         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9325         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9326         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9327         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9328         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9329         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9330         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9331         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9332         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9333         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9334         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9335         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9336         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9337         (conformtest-cc-flags): Likewise.
9338         ($(conformtest-header-tests): New target.
9339         * conform/check-header-lists.sh: New file.
9340         * conform/run-conformtest.sh: Remove.
9341
9342         * conform/conformtest.pl: Allow ' and \ in values given for
9343         constants.
9344         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9345         inclusion.
9346         [POSIX] (sys/types.h): Likewise.
9347         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9348         inclusion.
9349         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9350         inclusion.
9351         * conform/data/signal.h-data (SIGIO): Remove expectation.
9352         [XPG3] (SIGBUS): Do not expect.
9353         [POSIX || XPG3] (SIGPOLL): Likewise.
9354         [POSIX || XPG3] (SIGPROF): Likewise.
9355         [POSIX || XPG3] (SIGSYS): Likewise.
9356         [XPG3] (SIGTRAP): Likewise.
9357         [POSIX || XPG3] (SIGURG): Likewise.
9358         [POSIX || XPG3] (SIGVTALRM): Likewise.
9359         [POSIX || XPG3] (SIGXCPU): Likewise.
9360         [POSIX || XPG3] (SIGXFSZ): Likewise.
9361         [POSIX] (SA_SIGINFO): Expect.
9362         [XPG3] (siginfo_t): Do not expect type or contents.
9363         [POSIX] (si_pid): Do not expect element.
9364         [POSIX] (si_uid): Likewise.
9365         [POSIX] (si_addr): Likewise.
9366         [POSIX] (si_status): Likewise.
9367         [POSIX] (si_band): Likewise.
9368         [XPG4] (si_value): Likewise.
9369         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9370         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9371         [POSIX || XPG3] (ILL_ILLADR): Likewise.
9372         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9373         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9374         [POSIX || XPG3] (ILL_PRVREG): Likewise.
9375         [POSIX || XPG3] (ILL_COPROC): Likewise.
9376         [POSIX || XPG3] (ILL_BADSTK): Likewise.
9377         [POSIX || XPG3] (FPE_INTDIV): Likewise.
9378         [POSIX || XPG3] (FPE_INTOVF): Likewise.
9379         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9380         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9381         [POSIX || XPG3] (FPE_FLTUND): Likewise.
9382         [POSIX || XPG3] (FPE_FLTRES): Likewise.
9383         [POSIX || XPG3] (FPE_FLTINV): Likewise.
9384         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9385         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9386         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9387         [POSIX || XPG3] (BUS_ADRALN): Likewise.
9388         [POSIX || XPG3] (BUS_ADRERR): Likewise.
9389         [POSIX || XPG3] (BUS_OBJERR): Likewise.
9390         [POSIX || XPG3] (CLD_EXITED): Likewise.
9391         [POSIX || XPG3] (CLD_KILLED): Likewise.
9392         [POSIX || XPG3] (CLD_DUMPED): Likewise.
9393         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9394         [POSIX || XPG3] (CLD_STOPPED): Likewise.
9395         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9396         [POSIX || XPG3] (POLL_IN): Likewise.
9397         [POSIX || XPG3] (POLL_OUT): Likewise.
9398         [POSIX || XPG3] (POLL_MSG): Likewise.
9399         [POSIX || XPG3] (POLL_ERR): Likewise.
9400         [POSIX || XPG3] (POLL_PRI): Likewise.
9401         [POSIX || XPG3] (POLL_HUP): Likewise.
9402         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9403         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9404         (SIG*): Do not allow.
9405         [XPG3] (si_*): Likewise.
9406         [XPG3] (SI_*): Likewise.
9407         [XPG3 || XPG4] (sigev_*): Likewise.
9408         [XPG3 || XPG4] (SIGEV_*): Likewise.
9409         [XPG3 || XPG4] (sival_*): Likewise.
9410         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9411         [POSIX || XPG3] (BUS_*): Likewise.
9412         [POSIX || XPG3] (CLD_*): Likewise.
9413         [POSIX || XPG3] (FPE_*): Likewise.
9414         [POSIX || XPG3] (ILL_*): Likewise.
9415         [POSIX || XPG3] (POLL_*): Likewise.
9416         [POSIX || XPG3] (SEGV_*): Likewise.
9417         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9418         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9419         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9420         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9421         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9422         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9423         Specify type and value.
9424         (TVERSLEN): Likewise.
9425         (REGTYPE): Likewise.
9426         (AREGTYPE): Likewise.
9427         (LNKTYPE): Likewise.
9428         (SYMTYPE): Likewise.
9429         (CHRTYPE): Likewise.
9430         (BLKTYPE): Likewise.
9431         (DIRTYPE): Likewise.
9432         (FIFOTYPE): Likewise.
9433         (CONTTYPE): Likewise.
9434         (TSUID): Likewise.
9435         (TSGID): Likewise.
9436         (TSVTX): Likewise.
9437         (TUREAD): Likewise.
9438         (TUWRITE): Likewise.
9439         (TUEXEC): Likewise.
9440         (TGREAD): Likewise.
9441         (TGWRITE): Likewise.
9442         (TGEXEC): Likewise.
9443         (TOREAD): Likewise.
9444         (TOWRITE): Likewise.
9445         (TOEXEC): Likewise.
9446         [POSIX] (TSVTX): Expect constant.
9447
9448 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
9449
9450         * Makefile (tests): Change dependencies to ....
9451         (tests-special): ... additions to this variable.
9452         (tests): Depend on $(tests-special).
9453         * Makerules (check-abi-list): New variable.
9454         (check-abi): Depend on $(check-abi-list).
9455         [$(subdir) = elf] (tests-special): Add
9456         $(objpfx)check-abi-libc.out.
9457         [$(build-shared) = yes && subdir] (tests-special): Add
9458         $(check-abi-list).
9459         [$(build-shared) = yes && subdir] (tests): Do not depend on
9460         check-abi.
9461         * Rules (tests): Depend on $(tests-special).
9462         (xtests): Depend on $(xtests-special).
9463         * catgets/Makefile (tests): Change dependencies to ....
9464         (tests-special): ... additions to this variable.
9465         * conform/Makefile (tests): Change dependencies to ....
9466         (tests-special): ... additions to this variable.
9467         * elf/Makefile (tests): Change dependencies to ....
9468         (tests-special): ... additions to this variable.
9469         * grp/Makefile (tests): Change dependencies to ....
9470         (tests-special): ... additions to this variable.
9471         * iconv/Makefile (xtests): Change dependencies to ....
9472         (xtests-special): ... additions to this variable.
9473         * iconvdata/Makefile (tests): Change dependencies to ....
9474         (tests-special): ... additions to this variable.
9475         * intl/Makefile (tests): Change dependencies to ....
9476         (tests-special): ... additions to this variable.  Also add
9477         $(objpfx)tst-gettext.out.
9478         * io/Makefile (tests): Change dependencies to ....
9479         (tests-special): ... additions to this variable.
9480         * libio/Makefile (tests): Change dependencies to ....
9481         (tests-special): ... additions to this variable.
9482         * malloc/Makefile (tests): Change dependencies to ....
9483         (tests-special): ... additions to this variable.
9484         * misc/Makefile (tests): Change dependencies to ....
9485         (tests-special): ... additions to this variable.
9486         * nptl/Makefile (tests): Change dependencies to ....
9487         (tests-special): ... additions to this variable.
9488         * nptl_db/Makefile (tests): Change dependencies to ....
9489         (tests-special): ... additions to this variable.
9490         * posix/Makefile (tests): Change dependencies to ....
9491         (tests-special): ... additions to this variable.
9492         (xtests): Change dependencies to ....
9493         (xtests-special): ... additions to this variable.
9494         * resolv/Makefile (tests): Change dependencies to ....
9495         (tests-special): ... additions to this variable.
9496         (xtests): Change dependencies to ....
9497         (xtests-special): ... additions to this variable.
9498         * stdio-common/Makefile (tests): Change dependencies to ....
9499         (tests-special): ... additions to this variable.
9500         (do-tst-unbputc): Remove target.
9501         (do-tst-printf): Likewise.
9502         * stdlib/Makefile (tests): Change dependencies to ....
9503         (tests-special): ... additions to this variable.
9504         * string/Makefile (tests): Change dependencies to ....
9505         (tests-special): ... additions to this variable.
9506         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9507         (tests-special): ... additions to this variable.
9508
9509         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9510         whole file.
9511         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9512         whole file.
9513         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9514         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9515
9516         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9517         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9518         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9519         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9520         * conform/data/libgen.h-data [XPG3]: Likewise.
9521         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9522         * conform/data/ndbm.h-data [XPG3]: Likewise.
9523         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9524         * conform/data/netdb.h-data [XPG3]: Likewise.
9525         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9526         * conform/data/poll.h-data [XPG3]: Likewise.
9527         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9528         * conform/data/strings.h-data [XPG3]: Likewise.
9529         * conform/data/stropts.h-data [XPG3]: Likewise.
9530         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9531         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9532         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9533         Likewise.
9534         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9535         * conform/data/sys/time.h-data [XPG3]: Likewise.
9536         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9537         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9538         * conform/data/sys/un.h-data [XPG3]: Likewise.
9539         * conform/data/syslog.h-data [XPG3]: Likewise.
9540         * conform/data/ucontext.h-data [XPG3]: Likewise.
9541         * conform/data/utmpx.h-data [XPG3]: Likewise.
9542         * conform/data/varargs.h-data [UNIX98]: Enable file.
9543
9544         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9545
9546         * math/libm-test.inc (struct test_f_f_data): Move expected results
9547         into structure for each rounding mode.
9548         (struct test_ff_f_data): Likewise.
9549         (struct test_ff_f_data_nexttoward): Likewise.
9550         (struct test_fi_f_data): Likewise.
9551         (struct test_fl_f_data): Likewise.
9552         (struct test_if_f_data): Likewise.
9553         (struct test_fff_f_data): Likewise.
9554         (struct test_c_f_data): Likewise.
9555         (struct test_f_f1_data): Likewise.
9556         (struct test_fF_f1_data): Likewise.
9557         (struct test_ffI_f1_data): Likewise.
9558         (struct test_c_c_data): Likewise.
9559         (struct test_cc_c_data): Likewise.
9560         (struct test_f_i_data): Likewise.
9561         (struct test_ff_i_data): Likewise.
9562         (struct test_f_l_data): Likewise.
9563         (struct test_f_L_data): Likewise.
9564         (struct test_fFF_11_data): Likewise.
9565         (RM_): New macro.
9566         (RM_FE_DOWNWARD): Likewise.
9567         (RM_FE_TONEAREST): Likewise.
9568         (RM_FE_TOWARDZERO): Likewise.
9569         (RM_FE_UPWARD): Likewise.
9570         (RUN_TEST_LOOP_f_f): Update references to expected results.
9571         (RUN_TEST_LOOP_2_f): Likewise.
9572         (RUN_TEST_LOOP_fff_f): Likewise.
9573         (RUN_TEST_LOOP_c_f): Likewise.
9574         (RUN_TEST_LOOP_f_f1): Likewise.
9575         (RUN_TEST_LOOP_fF_f1): Likewise.
9576         (RUN_TEST_LOOP_fI_f1): Likewise.
9577         (RUN_TEST_LOOP_ffI_f1): Likewise.
9578         (RUN_TEST_LOOP_c_c): Likewise.
9579         (RUN_TEST_LOOP_cc_c): Likewise.
9580         (RUN_TEST_LOOP_f_i): Likewise.
9581         (RUN_TEST_LOOP_f_i_tg): Likewise.
9582         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9583         (RUN_TEST_LOOP_f_b): Likewise.
9584         (RUN_TEST_LOOP_f_b_tg): Likewise.
9585         (RUN_TEST_LOOP_f_l): Likewise.
9586         (RUN_TEST_LOOP_f_L): Likewise.
9587         (RUN_TEST_LOOP_fFF_11): Likewise.
9588         * math/gen-libm-test.pl (parse_args): Output four copies of
9589         expected results for each test.
9590
9591         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9592         (__ASSUME_UTIMES): Remove.
9593         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9594         (__ASSUME_UTIMES): Likewise.
9595
9596         * math/gen-auto-libm-tests.c: Update comment on output format.
9597         (output_for_one_input_case): Generate before-rounding and
9598         after-rounding information as conditions on output flags not
9599         floating-point format.
9600         * math/auto-libm-test-out: Regenerated.
9601         * math/gen-libm-test.pl (cond_value): New function.
9602         (or_cond_value): Use cond_value.
9603         (generate_testfile): Handle conditional exceptions.
9604
9605 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9606
9607         * math/libm-test.inc (max_valid_error): New variable.
9608         (init_max_error): Take new argument specifying whether function
9609         results are exactly determined.  Set max_valid_error and bound
9610         other variables for errors based on this argument.
9611         (set_max_error): Do not record results above max_valid_error.
9612         (check_float_internal): Only accept errors of up to 0.5ulps if
9613         also at most max_valid_error.
9614         (START): Take new argument EXACT and pass it to init_max_error.
9615         (acos_test): Update call to START.
9616         (acos_test_tonearest): Likewise.
9617         (acos_test_towardzero): Likewise.
9618         (acos_test_downward): Likewise.
9619         (acos_test_upward): Likewise.
9620         (acosh_test): Likewise.
9621         (asin_test): Likewise.
9622         (asin_test_tonearest): Likewise.
9623         (asin_test_towardzero): Likewise.
9624         (asin_test_downward): Likewise.
9625         (asin_test_upward): Likewise.
9626         (asinh_test): Likewise.
9627         (atan_test): Likewise.
9628         (atanh_test): Likewise.
9629         (atan2_test): Likewise.
9630         (cabs_test): Likewise.
9631         (cacos_test): Likewise.
9632         (cacosh_test): Likewise.
9633         (carg_test): Likewise.
9634         (casin_test): Likewise.
9635         (casinh_test): Likewise.
9636         (catan_test): Likewise.
9637         (catanh_test): Likewise.
9638         (cbrt_test): Likewise.
9639         (ccos_test): Likewise.
9640         (ccosh_test): Likewise.
9641         (ceil_test): Likewise.
9642         (cexp_test): Likewise.
9643         (cimag_test): Likewise.
9644         (clog_test): Likewise.
9645         (clog10_test): Likewise.
9646         (conj_test): Likewise.
9647         (copysign_test): Likewise.
9648         (cos_test): Likewise.
9649         (cos_test_tonearest): Likewise.
9650         (cos_test_towardzero): Likewise.
9651         (cos_test_downward): Likewise.
9652         (cos_test_upward): Likewise.
9653         (cosh_test): Likewise.
9654         (cosh_test_tonearest): Likewise.
9655         (cosh_test_towardzero): Likewise.
9656         (cosh_test_downward): Likewise.
9657         (cosh_test_upward): Likewise.
9658         (cpow_test): Likewise.
9659         (cproj_test): Likewise.
9660         (creal_test): Likewise.
9661         (csin_test): Likewise.
9662         (csinh_test): Likewise.
9663         (csqrt_test): Likewise.
9664         (ctan_test): Likewise.
9665         (ctan_test_tonearest): Likewise.
9666         (ctan_test_towardzero): Likewise.
9667         (ctan_test_downward): Likewise.
9668         (ctan_test_upward): Likewise.
9669         (ctanh_test): Likewise.
9670         (ctanh_test_tonearest): Likewise.
9671         (ctanh_test_towardzero): Likewise.
9672         (ctanh_test_downward): Likewise.
9673         (ctanh_test_upward): Likewise.
9674         (erf_test): Likewise.
9675         (erfc_test): Likewise.
9676         (exp_test): Likewise.
9677         (exp_test_tonearest): Likewise.
9678         (exp_test_towardzero): Likewise.
9679         (exp_test_downward): Likewise.
9680         (exp_test_upward): Likewise.
9681         (exp10_test): Likewise.
9682         (exp10_test_tonearest): Likewise.
9683         (exp10_test_towardzero): Likewise.
9684         (exp10_test_downward): Likewise.
9685         (exp10_test_upward): Likewise.
9686         (pow10_test): Likewise.
9687         (exp2_test): Likewise.
9688         (expm1_test): Likewise.
9689         (expm1_test_tonearest): Likewise.
9690         (expm1_test_towardzero): Likewise.
9691         (expm1_test_downward): Likewise.
9692         (expm1_test_upward): Likewise.
9693         (fabs_test): Likewise.
9694         (fdim_test): Likewise.
9695         (floor_test): Likewise.
9696         (fma_test): Likewise.
9697         (fma_test_towardzero): Likewise.
9698         (fma_test_downward): Likewise.
9699         (fma_test_upward): Likewise.
9700         (fmax_test): Likewise.
9701         (fmin_test): Likewise.
9702         (fmod_test): Likewise.
9703         (fpclassify_test): Likewise.
9704         (frexp_test): Likewise.
9705         (hypot_test): Likewise.
9706         (ilogb_test): Likewise.
9707         (isfinite_test): Likewise.
9708         (finite_test): Likewise.
9709         (isgreater_test): Likewise.
9710         (isgreaterequal_test): Likewise.
9711         (isinf_test): Likewise.
9712         (isless_test): Likewise.
9713         (islessequal_test): Likewise.
9714         (islessgreater_test): Likewise.
9715         (isnan_test): Likewise.
9716         (isnormal_test): Likewise.
9717         (issignaling_test): Likewise.
9718         (isunordered_test): Likewise.
9719         (j0_test): Likewise.
9720         (j1_test): Likewise.
9721         (jn_test): Likewise.
9722         (ldexp_test): Likewise.
9723         (lgamma_test): Likewise.
9724         (gamma_test): Likewise.
9725         (lrint_test): Likewise.
9726         (lrint_test_tonearest): Likewise.
9727         (lrint_test_towardzero): Likewise.
9728         (lrint_test_downward): Likewise.
9729         (lrint_test_upward): Likewise.
9730         (llrint_test): Likewise.
9731         (llrint_test_tonearest): Likewise.
9732         (llrint_test_towardzero): Likewise.
9733         (llrint_test_downward): Likewise.
9734         (llrint_test_upward): Likewise.
9735         (log_test): Likewise.
9736         (log10_test): Likewise.
9737         (log1p_test): Likewise.
9738         (log2_test): Likewise.
9739         (logb_test): Likewise.
9740         (logb_test_downward): Likewise.
9741         (lround_test): Likewise.
9742         (llround_test): Likewise.
9743         (modf_test): Likewise.
9744         (nearbyint_test): Likewise.
9745         (nextafter_test): Likewise.
9746         (nexttoward_test): Likewise.
9747         (pow_test): Likewise.
9748         (pow_test_tonearest): Likewise.
9749         (pow_test_towardzero): Likewise.
9750         (pow_test_downward): Likewise.
9751         (pow_test_upward): Likewise.
9752         (remainder_test): Likewise.
9753         (drem_test): Likewise.
9754         (remainder_test_tonearest): Likewise.
9755         (drem_test_tonearest): Likewise.
9756         (remainder_test_towardzero): Likewise.
9757         (drem_test_towardzero): Likewise.
9758         (remainder_test_downward): Likewise.
9759         (drem_test_downward): Likewise.
9760         (remainder_test_upward): Likewise.
9761         (drem_test_upward): Likewise.
9762         (remquo_test): Likewise.
9763         (rint_test): Likewise.
9764         (rint_test_tonearest): Likewise.
9765         (rint_test_towardzero): Likewise.
9766         (rint_test_downward): Likewise.
9767         (rint_test_upward): Likewise.
9768         (round_test): Likewise.
9769         (scalb_test): Likewise.
9770         (scalbn_test): Likewise.
9771         (scalbln_test): Likewise.
9772         (signbit_test): Likewise.
9773         (sin_test): Likewise.
9774         (sin_test_tonearest): Likewise.
9775         (sin_test_towardzero): Likewise.
9776         (sin_test_downward): Likewise.
9777         (sin_test_upward): Likewise.
9778         (sincos_test): Likewise.
9779         (sinh_test): Likewise.
9780         (sinh_test_tonearest): Likewise.
9781         (sinh_test_towardzero): Likewise.
9782         (sinh_test_downward): Likewise.
9783         (sinh_test_upward): Likewise.
9784         (sqrt_test): Likewise.
9785         (sqrt_test_tonearest): Likewise.
9786         (sqrt_test_towardzero): Likewise.
9787         (sqrt_test_downward): Likewise.
9788         (sqrt_test_upward): Likewise.
9789         (tan_test): Likewise.
9790         (tan_test_tonearest): Likewise.
9791         (tan_test_towardzero): Likewise.
9792         (tan_test_downward): Likewise.
9793         (tan_test_upward): Likewise.
9794         (tanh_test): Likewise.
9795         (tgamma_test): Likewise.
9796         (trunc_test): Likewise.
9797         (y0_test): Likewise.
9798         (y1_test): Likewise.
9799         (yn_test): Likewise.
9800         (significand_test): Likewise.
9801
9802         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9803         individual tests in comment.
9804         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9805         (prev_max_error): New variable.
9806         (prev_real_max_error): Likewise.
9807         (prev_imag_max_error): Likewise.
9808         (compare_ulp_data): Don't refer to test names in comment.
9809         (find_test_ulps): Remove function.
9810         (find_function_ulps): Likewise.
9811         (find_complex_function_ulps): Likewise.
9812         (init_max_error): Take function name as argument.  Look up ulps
9813         for that function.
9814         (print_ulps): Remove function.
9815         (print_max_error): Use prev_max_error instead of calling
9816         find_function_ulps.
9817         (print_complex_max_error): Use prev_real_max_error and
9818         prev_imag_max_error instead of calling find_complex_function_ulps.
9819         (check_float_internal): Take max_ulp parameter instead of calling
9820         find_test_ulps.  Don't call print_ulps.
9821         (check_float): Update call to check_float_internal.
9822         (check_complex): Update calls to check_float_internal.
9823         (START): Pass argument to init_max_error.
9824         * math/gen-libm-test.pl (%results): Don't include "kind"
9825         information.
9826         (parse_ulps): Don't handle ulps of individual tests.
9827         (print_ulps_file): Likewise.
9828         (output_ulps): Likewise.
9829         * math/README.libm-test: Update.
9830         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9831         individual tests.
9832         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9833         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9834         * sysdeps/arm/libm-test-ulps: Likewise.
9835         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9836         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9837         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9838         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9839         * sysdeps/microblaze/libm-test-ulps: Likewise.
9840         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9841         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9842         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9843         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9844         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9845         * sysdeps/sh/libm-test-ulps: Likewise.
9846         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9847         * sysdeps/tile/libm-test-ulps: Likewise.
9848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9849
9850 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9851
9852         * math/libm-test.inc (print_complex_max_error): Check separately
9853         whether real and imaginary errors are within allowed range and
9854         pass 0 to print_complex_function_ulps instead of value within
9855         allowed range.
9856
9857 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9858
9859         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9860         formatting.
9861         (get_handles_fopen): Likewise.
9862         (do_write_test): Likewise.
9863
9864         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9865
9866         * libio/fileops.c (do_ftell): Use cached offset when
9867         available.
9868         * libio/iofwide.c (do_ftell_wide): Likewise.
9869         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9870         _IO_file_attach.
9871         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9872
9873         [BZ #16532]
9874         * libio/libioP.h (get_file_offset): New function.
9875         * libio/fileops.c (get_file_offset): Likewise.
9876         (do_ftell): Likewise.
9877         (_IO_new_file_seekoff): Split out ftell logic.
9878         * libio/wfileops.c (do_ftell_wide): Likewise.
9879         (_IO_wfile_seekoff): Split out ftell logic.
9880         * libio/tst-ftell-active-handler.c: New test case.
9881         * libio/Makefile (tests): Add it.
9882
9883 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9884
9885         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9886         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9887
9888 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9889
9890         [BZ #16639]
9891         * nscd/connections.c (nscd_init): Call do_exit.
9892         (start_threads): Call do_exit and notify_parent.
9893         (begin_drop_privileges): Call do_exit.
9894         (finish_drop_privileges): Likewise.
9895         * nscd/selinux.c (preserve_capabilities): Likewise.
9896         (install_real_capabilities): Likewise.
9897         (nscd_selinux_enabled): Likewise.
9898         (avc_create_thread): Likewise.
9899         (avc_alloc_lock): Likewise.
9900         (nscd_avc_init): Likewise.
9901         * nscd/nscd.c (parent_fd): New static variable.
9902         (main): Create a pipe between parent and child processes.
9903         Skip closing parent_fd.
9904         (monitor_child): New function.
9905         (do_exit): Likewise.
9906         (notify_parent): Likewise.
9907         * nscd/nscd.h (notify_parent): Likewise.
9908         (do_exit): Likewise.
9909
9910 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9911
9912         * malloc/malloc.c (__libc_calloc): Revert last change.
9913
9914 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9915
9916         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9917
9918 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9919
9920         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9921         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9922         implementation.
9923         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9924         (__libc_ifunc_impl_list): Likewise.
9925         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9926         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9927         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9928         * string/strrchr.c: Define STRRCHR.
9929
9930 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9931
9932         * benchtest/bench-strtok.c (simple_strtok): Delete.
9933         (strtok_string): Use as benchmark.
9934         * string/strtok (STRTOK): New macro.
9935
9936 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9937
9938         * manual/threads.texi: Add header and standard comments to all
9939         functions.
9940
9941         * elf/dl-lookup.c (check_match): New function.
9942         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9943         (do_lookup_x): Remove nested function check_match. Use non-nested
9944         function check_match.
9945
9946 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9947
9948         * csu/Makefile (generated, before-compile): Use += rather than =.
9949         * catgets/Makefile (generated, generated-dirs): Likewise.
9950         * debug/Makefile (generated): Likewise.
9951         * dlfcn/Makefile (generated): Likewise.
9952         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9953         * iconvdata/Makefile (before-compile, generated): Likewise.
9954         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9955         * libio/Makefile (generated): Likewise.
9956         * malloc/Makefile (generated): Likewise.
9957         * manual/Makefile (generated, generated-dirs): Likewise.
9958         * misc/Makefile (generated): Likewise.
9959         * posix/Makefile (generated): Likewise.
9960         * resolv/Makefile (generated): Likewise.
9961         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9962         * timezone/Makefile (generated, generated-dirs): Likewise.
9963
9964         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9965
9966 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9967
9968         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9969         power8 implementation.
9970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9971         file: POWER8 llround ifunc implementation.
9972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9973         (__lllround): Add POWER8 implementation.
9974         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9975         POWER8 llround implementation.
9976
9977         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9978         power8 implementation.
9979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9980         file: POWER8 llrint ifunc implementation.
9981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9982         Add POWER8 implementation.
9983         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9984         POWER8 llrint implementation.
9985
9986         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9987         power8 implementation.
9988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9989         file: POWER8 finite ifunc implementation.
9990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9991         Add POWER8 implementation.
9992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9993         Likewise.
9994         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9995         POWER8 finite implementation.
9996         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9997
9998         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9999         power8 implementation.
10000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10001         file: POWER8 isinf ifunc implementation.
10002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10003         POWER8 implementation.
10004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10005         Likewise.
10006         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10007         isinf implementation.
10008         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10009
10010         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10011         (INIT_ARCH): Add hwcap2 initialization.
10012         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10013         power8 implementation.
10014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10015         file: POWER8 isnan ifunc implementation.
10016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10017         POWER8 implementation.
10018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10019         Likewise.
10020         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10021         isnan implementation.
10022         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10023
10024 2014-02-27  Joey Ye  <joey.ye@arm.com>
10025
10026         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10027         (_FP_NANFRAC_Q): Set to zero.
10028
10029 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10030
10031         [BZ #16623]
10032         * math/auto-libm-test-in: New test inputs.
10033         * math/auto-libm-test-out: Regenerate.
10034         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10035         and DA.
10036         (__cos): Likewise.
10037         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10038
10039 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10040
10041         * scripts/evaluate-test.sh: Take new argument indicating whether
10042         failure is expected.
10043         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10044         indicating whether failure is expected.
10045         * conform/Makefile (test-xfail-run-conformtest): New variable.
10046         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10047         level.
10048         * posix/Makefile (test-xfail-annexc): New variable.
10049         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10050
10051 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10052
10053         * argp/Makefile: Include Makeconfig immediately after defining
10054         subdir.
10055         * assert/Makefile: Likewise.
10056         * benchtests/Makefile: Likewise.
10057         * catgets/Makefile: Likewise.
10058         * conform/Makefile: Likewise.
10059         * crypt/Makefile: Likewise.
10060         * csu/Makefile: Likewise.
10061         (all): Remove target.
10062         * ctype/Makefile: Include Makeconfig immediately after defining
10063         subdir.
10064         * debug/Makefile: Likewise.
10065         * dirent/Makefile: Likewise.
10066         * dlfcn/Makefile: Likewise.
10067         * gmon/Makefile: Likewise.
10068         * gnulib/Makefile: Likewise.
10069         * grp/Makefile: Likewise.
10070         * gshadow/Makefile: Likewise.
10071         * hesiod/Makefile: Likewise.
10072         * hurd/Makefile: Likewise.
10073         (all): Remove target.
10074         * iconvdata/Makefile: Include Makeconfig immediately after
10075         defining subdir.
10076         * inet/Makefile: Likewise.
10077         * intl/Makefile: Likewise.
10078         * io/Makefile: Likewise.
10079         * libio/Makefile: Likewise.
10080         (all): Remove target.
10081         * locale/Makefile: Include Makeconfig immediately after defining
10082         subdir.
10083         * login/Makefile: Likewise.
10084         * mach/Makefile: Likewise.
10085         (all): Remove target.
10086         * malloc/Makefile: Include Makeconfig immediately after defining
10087         subdir.
10088         (all): Remove target.
10089         * manual/Makefile: Include Makeconfig immediately after defining
10090         subdir.
10091         * math/Makefile: Likewise.
10092         * misc/Makefile: Likewise.
10093         * nis/Makefile: Likewise.
10094         * nss/Makefile: Likewise.
10095         * po/Makefile: Likewise.
10096         (all): Remove target.
10097         * posix/Makefile: Include Makeconfig immediately after defining
10098         subdir.
10099         * pwd/Makefile: Likewise.
10100         * resolv/Makefile: Likewise.
10101         * resource/Makefile: Likewise.
10102         * rt/Makefile: Likewise.
10103         * setjmp/Makefile: Likewise.
10104         * shadow/Makefile: Likewise.
10105         * signal/Makefile: Likewise.
10106         * socket/Makefile: Likewise.
10107         * soft-fp/Makefile: Likewise.
10108         * stdio-common/Makefile: Likewise.
10109         * stdlib/Makefile: Likewise.
10110         * streams/Makefile: Likewise.
10111         * string/Makefile: Likewise.
10112         * sunrpc/Makefile: Likewise.
10113         (all): Remove target.
10114         * sysvipc/Makefile: Include Makeconfig immediately after defining
10115         subdir.
10116         * termios/Makefile: Likewise.
10117         * time/Makefile: Likewise.
10118         * timezone/Makefile: Likewise.
10119         (all): Remove target.
10120         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10121         subdir.
10122         * wctype/Makefile: Likewise.
10123
10124 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10125
10126         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10127         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10128         (libc_feholdexcept_setround_mips): Ditto.
10129         (libc_feholdsetround): New.
10130         (libc_feholdsetroundf): New.
10131         (libc_feholdsetroundl): New.
10132         (libc_feupdateenv_test_mips): New.
10133         (libc_feupdateenv_test): New.
10134         (libc_feupdateenv_testf): New.
10135         (libc_feupdateenv_testl): New.
10136         (libc_feresetround): New.
10137         (libc_feresetroundf): New.
10138         (libc_feresetroundl): New.
10139         (libc_fetestexcept_mips): New.
10140         (libc_fetestexcept): New.
10141         (libc_fetestexceptf): New.
10142         (libc_fetestexceptl): New.
10143         (HAVE_RM_CTX): New.
10144         (libc_feholdexcept_setround_mips_ctx): New.
10145         (libc_feholdexcept_setround_ctx): New.
10146         (libc_feholdexcept_setroundf_ctx): New.
10147         (libc_feholdexcept_setroundl_ctx): New.
10148         (libc_fesetenv_mips_ctx): New.
10149         (libc_fesetenv_ctx): New.
10150         (libc_fesetenv_ctxf): New.
10151         (libc_fesetenv_ctxl): New.
10152         (libc_feupdateenv_mips_ctx): New.
10153         (libc_feupdateenv_ctx): New.
10154         (libc_feupdateenvf_ctx): New.
10155         (libc_feupdateenvl_ctx): New.
10156         (libc_feholdsetround_mips_ctx): New.
10157         (libc_feholdsetround_ctx): New.
10158         (libc_feholdsetroundf_ctx): New.
10159         (libc_feholdsetroundl_ctx): New.
10160         (libc_feresetround_mips_ctx): New.
10161         (libc_feresetround_ctx): New.
10162         (libc_feresetroundf_ctx): New.
10163         (libc_feresetroundl_ctx): New.
10164
10165 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10166
10167         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10168
10169         * manual/ipc.texi: New file.
10170         * manual/Makefile (chapters): Add ipc.
10171         * manual/job.texi: Add "Inter-Process Communication" to next.
10172         * manual/process.texi: Add "Inter-Process Communication" to prev.
10173
10174 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10175
10176         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10177
10178 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10179
10180         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10181
10182         * manual/arith.texi: Fix spaces after sentences.
10183         * manual/charset.texi: Likewise.
10184         * manual/errno.texi: Likewise.
10185         * manual/install.texi: Likewise.
10186         * manual/llio.texi: Likewise.
10187         * manual/locale.texi: Likewise.
10188         * manual/maint.texi: Likewise.
10189         * manual/math.texi: Likewise.
10190         * manual/memory.texi: Likewise.
10191         * manual/message.texi: Likewise.
10192         * manual/probes.texi: Likewise.
10193         * manual/resource.texi: Likewise.
10194         * manual/signal.texi: Likewise.
10195         * manual/socket.texi: Likewise.
10196         * manual/stdio.texi: Likewise.
10197         * manual/string.texi: Likewise.
10198         * manual/time.texi: Likewise.
10199         * manual/users.texi: Likewise.
10200
10201 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10202
10203         [BZ #16632]
10204         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10205         _DEFAULT_SOURCE is defined.
10206
10207 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10208             Carlos O'Donell  <carlos@redhat.com>
10209
10210         [BZ #16613]
10211         * elf/dl-tls.c (_dl_count_modids): New function.
10212         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10213         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10214         audit library and increment generation counter.
10215         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10216         * elf/tst-audit9.c: New file.
10217         * elf/tst-auditmod9a.c: New file.
10218         * elf/tst-auditmod9b.c: New file.
10219         * elf/Makefile: Add rules to build and run tst-audit9.
10220
10221 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10222
10223         [BZ #15347]
10224         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10225
10226 2014-02-25  Will Newton  <will.newton@linaro.org>
10227
10228         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10229         (__longjmp): Restore sp and lr before restoring callee
10230         saved registers.  Add longjmp and longjmp_target
10231         SystemTap probe point.
10232         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10233         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10234         Define to zero to match jmpbuf layout.
10235         * sysdeps/arm/setjmp.S: Include stap-probe.h.
10236         (__sigsetjmp): Save sp and lr before saving callee
10237         saved registers.  Add setjmp SystemTap probe point.
10238
10239 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
10240
10241         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10242
10243 2014-02-24  Andreas Schwab  <schwab@suse.de>
10244
10245         [BZ #15804]
10246         * elf/pldd.c (wait_for_ptrace_stop): New function.
10247         (main): Call it after attaching.
10248
10249 2014-02-22  Roland McGrath  <roland@hack.frob.com>
10250
10251         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10252         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10253         Versions files is now verboten.
10254         * hurd/Versions (libc: GLIBC_2.0):
10255         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10256         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10257         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10258         * mach/Versions: Likewise.
10259
10260         * csu/Versions: Remove unused %include.
10261         * resolv/Versions: Likewise.
10262
10263 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
10264
10265         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10266         ($(objpfx)check-local-headers.out): Likewise.
10267         ($(objpfx)begin-end-check.out): Likewise.
10268         * Makerules (check-abi-%.out): Likewise.
10269         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10270         ($(objpfx)test2.cat): Likewise.
10271         ($(objpfx)de/libc.cat): Likewise.
10272         ($(objpfx)test-gencat.out): Likewise.
10273         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10274         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10275         ($(objpfx)noload-mem): Likewise.
10276         ($(objpfx)tst-pathopt.out): Likewise.
10277         ($(objpfx)tst-rtld-load-self.out): Likewise.
10278         ($(objpfx)tst-array1-cmp.out): Likewise.
10279         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10280         ($(objpfx)tst-array2-cmp.out): Likewise.
10281         ($(objpfx)tst-array3-cmp.out): Likewise.
10282         ($(objpfx)tst-array4-cmp.out): Likewise.
10283         ($(objpfx)tst-array5-cmp.out): Likewise.
10284         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10285         ($(objpfx)check-textrel.out): Likewise.
10286         ($(objpfx)check-execstack.out): Likewise.
10287         ($(objpfx)check-localplt.out): Likewise.
10288         ($(objpfx)order2-cmp.out): Likewise.
10289         ($(objpfx)tst-leaks1-mem): Likewise.
10290         ($(objpfx)tst-leaks1-static-mem): Likewise.
10291         ($(objpfx)tst-initorder-cmp.out): Likewise.
10292         ($(objpfx)tst-initorder2-cmp.out): Likewise.
10293         ($(objpfx)tst-unused-dep.out): Likewise.
10294         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10295         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10296         * iconv/Makefile (test-iconvconfig): Likewise.
10297         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10298         ($(objpfx)iconv-test.out): Likewise.
10299         ($(objpfx)tst-tables.out): Likewise.
10300         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10301         ($(objpfx)tst-gettext.out): Likewise.
10302         ($(objpfx)tst-translit.out): Likewise.
10303         ($(objpfx)tst-gettext2.out): Likewise.
10304         ($(objpfx)tst-gettext4.out): Likewise.
10305         ($(objpfx)tst-gettext6.out): Likewise.
10306         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10307         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10308         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
10309         ($(objpfx)tst-fopenloc-mem.out): Likewise.
10310         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
10311         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
10312         * posix/Makefile ($(objpfx)globtest.out): Likewise.
10313         ($(objpfx)wordexp-tst.out): Likewise.
10314         ($(objpfx)annexc.out): Likewise.
10315         ($(objpfx)tst-fnmatch-mem): Likewise.
10316         ($(objpfx)bug-regex2-mem): Likewise.
10317         ($(objpfx)bug-regex14-mem): Likewise.
10318         ($(objpfx)bug-regex21-mem): Likewise.
10319         ($(objpfx)bug-regex31-mem): Likewise.
10320         ($(objpfx)tst-vfork3-mem): Likewise.
10321         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10322         ($(objpfx)tst-pcre-mem): Likewise.
10323         ($(objpfx)tst-boost-mem): Likewise.
10324         ($(objpfx)tst-getconf.out): Likewise.
10325         ($(objpfx)bug-ga2-mem): Likewise.
10326         ($(objpfx)bug-glob2-mem): Likewise.
10327         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10328         ($(objpfx)mtrace-tst-leaks2): Likewise.
10329         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10330         ($(objpfx)tst-printf.out): Likewise.
10331         ($(objpfx)tst-setvbuf1.out): Likewise.
10332         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10333         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10334         ($(objpfx)tst-fmtmsg.out): Likewise.
10335         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10336         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10337
10338         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10339         * bits/sigaction.h [__USE_MISC]: Likewise.
10340         * bits/waitstatus.h: Update #endif comments.
10341         * ctype/ctype.h: Likewise.
10342         * dirent/dirent.h: Likewise.
10343         [__USE_MISC]: Remove redundant conditionals.
10344         * grp/grp.h: Update #endif comments.
10345         [__USE_GNU]: Remove redundant conditionals.
10346         [__USE_MISC]: Likewise.
10347         * inet/netinet/in.h [__USE_GNU]: Likewise.
10348         * io/sys/stat.h [__USE_MISC]: Likewise.
10349         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10350         * libio/bits/stdio.h: Update #endif comments.
10351         [__USE_MISC]: Remove redundant conditionals.
10352         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10353         * libio/stdio.h: Update #endif comments.
10354         [__USE_MISC]: Remove redundant conditionals.
10355         * math/bits/math-finite.h [__USE_MISC]: Likewise.
10356         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10357         * math/math.h: Update #else and #endif comments.
10358         [__USE_MISC]: Remove redundant conditionals.
10359         * misc/sys/uio.h: Update #endif comments.
10360         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10361         * posix/glob.h [__USE_MISC]: Likewise.
10362         * posix/sys/types.h: Update #endif comments.
10363         [__USE_MISC]: Remove redundant conditionals.
10364         * posix/sys/wait.h: Update #endif comments.
10365         [__USE_MISC]: Remove redundant conditionals.
10366         * posix/unistd.h: Update #endif comments.
10367         [__USE_MISC]: Remove redundant conditionals.
10368         * pwd/pwd.h [__USE_GNU]: Likewise.
10369         [__USE_MISC]: Likewise.
10370         * resolv/netdb.h [__USE_GNU]: Likewise.
10371         * signal/signal.h: Update #endif comments.
10372         [__USE_MISC]: Remove redundant conditionals.
10373         * stdlib/stdlib.h: Update #else and #endif comments.
10374         [__USE_MISC]: Remove redundant conditionals.
10375         [__USE_GNU]: Likewise.
10376         * string/bits/string2.h [__USE_MISC]: Likewise.
10377         * string/string.h: Update #endif comments.
10378         [__USE_MISC]: Remove redundant conditionals.
10379         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10380         Likewise.
10381         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10382         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10383         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10384         Likewise.
10385         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10386         Likewise.
10387         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10388         comments.
10389         [__USE_MISC]: Remove redundant conditionals.
10390         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10391         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10392         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10393         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10394         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10395         Likewise.
10396         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10397         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10398         Likewise.
10399         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10400         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10401         Likewise.
10402         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10403         Likewise.
10404         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10405         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10406         Likewise.
10407         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10408         Likewise.
10409         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10410         * sysdeps/x86/bits/string.h: Update #endif comments.
10411         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10412         conditionals.
10413         * time/sys/time.h: Update #endif comments.
10414         * time/time.h: Likewise.
10415         [__USE_MISC]: Remove redundant conditionals.
10416
10417 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
10418
10419         [BZ #16600]
10420         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10421
10422 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
10423
10424         * Versions.def (librt): Add GLIBC_2.17.
10425
10426 2014-02-21  Adam Conrad  <adconrad@0c3.net>
10427
10428         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10429         synonym for _SYS_AUXV_H to allow direct inclusion.
10430         * sysdeps/sparc/bits/hwcap.h: Likewise.
10431         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10432         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10433         * sysdeps/sparc/sysdep.h: Likewise.
10434
10435 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10436
10437         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10438
10439 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10440
10441         * benchtests/bench-strrchr.c: Print length instead of position.
10442
10443 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
10444
10445         [BZ #16611]
10446         * sysdeps/unix/sysv/linux/kernel-features.h
10447         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10448         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10449         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10450         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10451         Likewise.
10452         [__i386__ || __powerpc__ || __sh__ || __sparc__]
10453         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10454         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10455         (__ASSUME_SENDMMSG): Define instead of using previous
10456         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10457         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10458         (__ASSUME_SENDMMSG_SYSCALL): Define.
10459         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10460         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10461         Likewise.
10462         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10463         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10464         Likewise.
10465         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10466         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10467         Likewise.
10468         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10469         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10470         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10471         [__ASSUME_SENDMMSG]: Change conditionals to
10472         [__ASSUME_SENDMMSG_SOCKETCALL].
10473         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10474         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10475         Define.
10476         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10477         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10478         Likewise.
10479         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10480         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10481         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10482         [!__ASSUME_SENDMMSG]: Change conditional to
10483         [!__ASSUME_SENDMMSG_SOCKETCALL].
10484         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10485         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10486         Define.
10487
10488         [BZ #16610]
10489         * sysdeps/unix/sysv/linux/kernel-features.h
10490         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10491         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10492         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10493         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10494         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10495         [__i386__ || __sparc__]
10496         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10497         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10498         (__ASSUME_RECVMMSG): Define instead of using previous
10499         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10500         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10501         (__ASSUME_RECVMMSG_SYSCALL): Define.
10502         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10503         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10504         Likewise.
10505         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10506         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10507         Likewise.
10508         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10509         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10510         Likewise.
10511         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10512         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10513         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10514         [__ASSUME_RECVMMSG]: Change condition to
10515         [__ASSUME_RECVMMSG_SOCKETCALL].
10516         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10517         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10518         Define.
10519         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10520         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10521         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10522         Likewise.
10523         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10524         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10525         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10526         [!__ASSUME_RECVMMSG]: Change condition to
10527         [!__ASSUME_RECVMMSG_SOCKETCALL].
10528         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10529         (__ASSUME_RECVMMSG_SYSCALL): Define.
10530
10531         [BZ #16609]
10532         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10533         __powerpc__ || __s390__ || __sh__ || __sparc__]
10534         (__ASSUME_SOCKETCALL): Define.
10535         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10536         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10537         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10538         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10539         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10540         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10541         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10542         (__ASSUME_ACCEPT4): Define instead of using previous
10543         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10544         __powerpc__ || __sparc__ || __s390__)] condition.
10545         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10546         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10547         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10548         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10549         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10550         [!__ASSUME_ACCEPT4]: Change condition to
10551         [!__ASSUME_ACCEPT4_SOCKETCALL].
10552         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10553         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10554         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10555         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10556         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10557         __ASSUME_ACCEPT4_SYSCALL.
10558         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10559         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10560         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10561         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10562         __ASSUME_ACCEPT4_SYSCALL.
10563         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10564         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10565         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10566         [__ASSUME_ACCEPT4]: Change condition to
10567         [__ASSUME_ACCEPT4_SOCKETCALL].
10568         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10569         (__ASSUME_SOCKETCALL): Define.
10570         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10571         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10572         (__ASSUME_SOCKETCALL): Define.
10573         (__ASSUME_ACCEPT4): Remove.
10574         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10575         Define.
10576         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10577         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10578         Likewise.
10579         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10580         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10581
10582         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10583         macro.
10584         (HWCAP_ARM_LPAE): Likewise.
10585         (HWCAP_ARM_EVTSTRM): Likewise.
10586         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10587         Add vpfd32, lpae and evtstrm.
10588         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10589         Increase to 22.
10590
10591 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10592
10593         * math/auto-libm-test-in: Add tests of clog10.
10594         * math/auto-libm-test-out: Regenerated.
10595         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10596         * sysdeps/i386/fpu/libm-test-ulps: Update.
10597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10598
10599 2014-02-18  Andreas Schwab  <schwab@suse.de>
10600
10601         [BZ #16574]
10602         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10603         Store non-zero if the second buffer was newly allocated.
10604         (send_dg): Likewise.
10605         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10606         to send_vc and send_dg.
10607         (res_nsend): Pass NULL for ansp2_malloced.
10608         * resolv/res_query.c (__libc_res_nquery): Add parameter
10609         answerp2_malloced and pass it down to __libc_res_nsend.
10610         (res_nquery): Pass additional NULL to __libc_res_nquery.
10611         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10612         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10613         second answer buffer if answerp2_malloced was set.
10614         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10615         (__libc_res_nquerydomain): Add parameter
10616         answerp2_malloced and pass it down to __libc_res_nquery.
10617         (res_nquerydomain): Pass additional NULL to
10618         __libc_res_nquerydomain.
10619         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10620         additional NULL to __libc_res_nsend and __libc_res_nquery.
10621         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10622         additional NULL to __libc_res_nsearch.
10623         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10624         parameter of __libc_res_nsearch to check for separately allocated
10625         second buffer.
10626         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10627         __libc_res_nquery.
10628         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10629         additional NULL to __libc_res_nquery.
10630         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10631         __libc_res_nsearch.
10632         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10633         * include/resolv.h: Update prototypes of __libc_res_nquery,
10634         __libc_res_nsearch, __libc_res_nsend.
10635
10636 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10637
10638         * math/auto-libm-test-in: Add tests of fma.
10639         * math/auto-libm-test-out: Regenerated.
10640         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10641         (fma_towardzero_test_data): Likewise.
10642         (fma_downward_test_data): Likewise.
10643         (fma_upward_test_data): Likewise.
10644         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10645         mpc_mode.
10646         (rounding_modes): Add values for new field.
10647         (func_calc_method): Add value mpfr_fff_f.
10648         (func_calc_desc): Add mpfr_fff_f union field.
10649         (test_function): Add field exact_args.
10650         (FUNC): Add macro argument EXACT_ARGS.
10651         (FUNC_mpfr_f_f): Update call to FUNC.
10652         (FUNC_mpfr_f_f): Likewise.
10653         (FUNC_mpfr_ff_f): Likewise.
10654         (FUNC_mpfr_if_f): Likewise.
10655         (FUNC_mpc_c_f): Likewise.
10656         (FUNC_mpc_c_c): Likewise.
10657         (test_functions): Add fma.  Update calls to FUNC.
10658         (handle_input_arg): Add argument exact_args.
10659         (add_test): Update call to handle_input_arg.
10660         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10661         (output_for_one_input_case): Update call to calc_generic_results.
10662         Recalculate exact zero results in each rounding mode.
10663
10664         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10665         non-negative before setting low bit.
10666         * math/auto-libm-test-in: Mark one asin test possibly having
10667         spurious underflow.
10668         * math/auto-libm-test-out: Regenerated.
10669         * sysdeps/i386/fpu/libm-test-ulps: Update.
10670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10671
10672 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10673
10674         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10675         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10676         ports/sysdeps/unix/sysv/linux/microblaze.
10677         * README: Add missing listing for microblaze*-*-linux-gnu.
10678
10679 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10680
10681         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10682         duplicate code
10683
10684 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10685
10686         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10687         * sysdeps/unix/sysv/linux/ia64: Move directory from
10688         ports/sysdeps/unix/sysv/linux/ia64.
10689         * README: Update listing for ia64-*-linux-gnu.
10690
10691 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10692             Joseph Myers  <joseph@codesourcery.com>
10693
10694         * Makeconfig (test-name): New variable.
10695         (evaluate-test): Likewise.
10696         * Makerules (do-test-clean): Remove .test-result files.
10697         (common-mostlyclean): Likewise.
10698         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10699         * scripts/evaluate-test.sh: New file.
10700
10701 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10702
10703         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10704         separate $(objpfx)tst-fopenloc-cmp.out and
10705         $(objpfx)tst-fopenloc-mem.out targets.
10706         (tests): Update dependencies.
10707         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10708         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10709         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10710         (tst-rxspencer-no-utf8-ARGS): New variable.
10711         (tst-rxspencer-no-utf8-ENV): Likewise.
10712         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10713         instead of $(objpfx)tst-rxspencer-mem.
10714         ($(objpfx)tst-rxspencer-mem): Change target to
10715         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10716         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10717         * posix/tst-rxspencer-no-utf8.c: New file.
10718
10719         * elf/Makefile ($(objpfx)order.out): Remove rule.
10720         [$(run-built-tests) = yes] (tests): Depend on
10721         $(objpfx)order-cmp.out.
10722         ($(objpfx)order-cmp.out): New rule.
10723         [$(run-built-tests) = yes] (tests): Depend on
10724         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10725         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10726         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10727         $(objpfx)tst-array5-static-cmp.out.
10728         ($(objpfx)tst-array1.out): Remove rule.
10729         ($(objpfx)tst-array1-cmp.out): New rule.
10730         ($(objpfx)tst-array1-static.out): Remove rule.
10731         ($(objpfx)tst-array1-static-cmp.out): New rule.
10732         ($(objpfx)tst-array2.out): Remove rule.
10733         ($(objpfx)tst-array2-cmp.out): New rule.
10734         ($(objpfx)tst-array3.out): Remove rule.
10735         ($(objpfx)tst-array3-cmp.out): New rule.
10736         ($(objpfx)tst-array4.out): Remove rule.
10737         ($(objpfx)tst-array4-cmp.out): New rule.
10738         ($(objpfx)tst-array5.out): Remove rule.
10739         ($(objpfx)tst-array5-cmp.out): New rule.
10740         ($(objpfx)tst-array5-static.out): Remove rule.
10741         ($(objpfx)tst-array5-static-cmp.out): New rule.
10742         [$(run-built-tests) = yes] (tests): Depend on
10743         $(objpfx)order2-cmp.out.
10744         ($(objpfx)order2.out): Remove rule.
10745         ($(objpfx)order2-cmp.out): New rule.
10746         ($(objpfx)tst-initorder.out): Remove rule.
10747         [$(run-built-tests) = yes] (tests): Depend on
10748         $(objpfx)tst-initorder-cmp.out.
10749         ($(objpfx)tst-initorder-cmp.out): New rule.
10750         ($(objpfx)tst-initorder2.out): Remove rule.
10751         [$(run-built-tests) = yes] (tests): Depend on
10752         $(objpfx)tst-initorder2-cmp.out.
10753         ($(objpfx)tst-initorder2-cmp.out): New rule.
10754         [$(run-built-tests) = yes] (tests): Depend on
10755         $(objpfx)tst-unused-dep-cmp.out.
10756         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10757         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10758         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10759         on $(objpfx)tst-setvbuf1-cmp.out.
10760         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10761         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10762         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10763         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10764         ($(objpfx)tst-svc.out): Remove rule.
10765         ($(objpfx)tst-svc-cmp.out): New rule.
10766
10767 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10768
10769         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10770         * ctype/ctype.h [__USE_MISC]: Likewise.
10771         * dirent/dirent.h [__USE_MISC]: Likewise.
10772         * grp/grp.h [__USE_MISC]: Likewise.
10773         * io/fcntl.h [__USE_MISC]: Likewise.
10774         * io/sys/stat.h [__USE_MISC]: Likewise.
10775         * libio/stdio.h [__USE_MISC]: Likewise.
10776         * posix/unistd.h [__USE_MISC]: Likewise.
10777         * pwd/pwd.h [__USE_MISC]: Likewise.
10778         * stdlib.h [__USE_MISC]: Likewise.
10779         * string/bits/string2.h [__USE_MISC]: Likewise.
10780         * string/string.h [__USE_MISC]: Likewise.
10781         * time/time.h [__USE_MISC]: Likewise.
10782
10783 2014-02-13  Andreas Schwab  <schwab@suse.de>
10784
10785         [BZ #16574]
10786         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10787         second answer buffer if it was separately allocated.
10788
10789 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10790
10791         * sysdeps/mips/math-tests.h: Include <features.h>.
10792         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10793         (ROUNDING_TESTS_long_double): Do not define.
10794         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10795         (EXCEPTION_TESTS_long_double): Likewise.
10796         * sysdeps/mips/mips64/libm-test-ulps: Update.
10797
10798         * include/features.h (__USE_BSD): Remove macro definitions.
10799         (__USE_SVID): Likewise.
10800         (_BSD_SOURCE): Likewise.
10801         (_SVID_SOURCE): Likewise.
10802         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10803         from definition of _DEFAULT_SOURCE.
10804         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10805         [_DEFAULT_SOURCE].
10806         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10807         * bits/mman.h [__USE_BSD]: Likewise.
10808         * bits/termios.h [__USE_BSD]: Likewise.
10809         * bits/waitstatus.h [__USE_BSD]: Likewise.
10810         * ctype/ctype.h [__USE_SVID]: Likewise.
10811         * dirent/dirent.h [__USE_BSD]: Likewise.
10812         * grp/grp.h [__USE_SVID]: Likewise.
10813         [__USE_BSD]: Likewise.
10814         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10815         * io/fcntl.h [__USE_BSD]: Likewise.
10816         * io/ftw.h [__USE_BSD]: Likewise.
10817         * io/sys/stat.h [__USE_BSD]: Likewise.
10818         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10819         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10820         * libio/stdio.h [__USE_SVID]: Likewise.
10821         [__USE_BSD]: Likewise.
10822         * math/math.h [__USE_SVID]: Likewise.
10823         [__USE_BSD]: Likewise.
10824         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10825         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10826         * misc/search.h [__USE_SVID]: Likewise.
10827         * misc/sys/mman.h [__USE_BSD]: Likewise.
10828         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10829         * misc/sys/uio.h [__USE_BSD]: Likewise.
10830         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10831         * posix/glob.h [__USE_BSD]: Likewise.
10832         * posix/regex.h [__USE_BSD]: Likewise.
10833         * posix/sys/types.h [__USE_BSD]: Likewise.
10834         [__USE_SVID]: Likewise.
10835         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10836         * posix/sys/wait.h [__USE_BSD]: Likewise.
10837         [__USE_SVID]: Likewise.
10838         * posix/unistd.h [__USE_BSD]: Likewise.
10839         [__USE_SVID]: Likewise.
10840         * pwd/pwd.h [__USE_SVID]: Likewise.
10841         * resolv/netdb.h [__USE_BSD]: Likewise.
10842         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10843         * signal/signal.h [__USE_BSD]: Likewise.
10844         [__USE_SVID]: Likewise.
10845         * socket/sys/socket.h [__USE_BSD]: Likewise.
10846         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10847         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10848         [__USE_SVID]: Likewise.
10849         * string/bits/string2.h [__USE_BSD]: Likewise.
10850         [__USE_SVID]: Likewise.
10851         * string/bits/string3.h [__USE_BSD]: Likewise.
10852         * string/endian.h [__USE_BSD]: Likewise.
10853         * string/string.h [__USE_SVID]: Likewise.
10854         [__USE_BSD]: Likewise.
10855         * string/strings.h [__USE_BSD]: Likewise.
10856         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10857         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10858         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10859         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10860         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10861         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10862         Likewise.
10863         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10864         Likewise.
10865         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10866         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10867         Likewise.
10868         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10869         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10870         Likewise.
10871         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10872         Likewise.
10873         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10874         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10875         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10876         Likewise.
10877         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10878         Likewise.
10879         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10880         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10881         * termios/termios.h [__USE_BSD]: Likewise.
10882         * time/sys/time.h [__USE_BSD]: Likewise.
10883         * time/time.h [__USE_BSD]: Likewise.
10884         [__USE_SVID]: Likewise.
10885
10886         * Makefile (subdir_targets): Remove subdir_lint.out.
10887
10888         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10889         (do-tst-printf): Likewise.
10890         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10891         $(objpfx)tst-printf.out.
10892
10893         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10894
10895         * Makerules (check-abi-%): Change target to
10896         $(objpfx)check-abi-%.out.
10897         (check-abi target): Update dependencies.
10898         (check-abi-pattern variable): Redirect output of diff to $@.
10899         (check-abi variable): Likewise.
10900         * elf/Makefile (check-abi): Update dependencies.
10901
10902         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10903         unused.
10904         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10905         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10906         subnormal range.
10907         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10908         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10909         value has largest subnormal exponent.
10910         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10911         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10912         * sysdeps/aarch64/soft-fp/sfp-machine.h
10913         (_FP_TININESS_AFTER_ROUNDING): New macro.
10914         * sysdeps/alpha/soft-fp/sfp-machine.h
10915         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10916         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10917         Likewise.
10918         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10919         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10920         * sysdeps/mips/soft-fp/sfp-machine.h
10921         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10922         * sysdeps/powerpc/soft-fp/sfp-machine.h
10923         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10924         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10925         Likewise.
10926         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10927         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10928         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10929         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10930         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10931         Likewise.
10932
10933 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10934
10935         [BZ #16545]
10936         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10937         model 1.
10938
10939 2014-02-12  Richard Henderson  <rth@redhat.com>
10940
10941         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10942         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10943         * sysdeps/unix/sysv/linux/alpha: Move directory from
10944         ports/sysdeps/unix/sysv/linux/alpha.
10945         * README: Update listing for alpha-*-linux-gnu.
10946
10947 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10948
10949         * include/features.h: Update comment documenting feature test
10950         macros.
10951         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10952         _DEFAULT_SOURCE.
10953         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10954         (_SVID_SOURCE): Likewise.
10955         (_DEFAULT_SOURCE): Update description of default features.
10956         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10957         with _GNU_SOURCE.
10958         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10959         (S_ISVTX): Likewise.
10960         * manual/math.texi (Mathematical Constants): Likewise.
10961         * manual/signal.texi (Interrupted Primitives): Likewise.
10962         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10963         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10964         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10965         Don't refer to _SVID_SOURCE in warning text.
10966
10967         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10968
10969         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10970         already defined.
10971         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10972         * sysdeps/mips/dl-lookup.c: Remove.
10973         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10974
10975 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10976
10977         [BZ #16447]
10978         * math/auto-libm-test-in: Add testcase for expl.
10979         * math/auto-libm-test-out: Regenerate.
10980         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10981         calculation of unsafe.
10982         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10983
10984 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10985
10986         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10987         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10988         ports/sysdeps/unix/sysv/linux/aarch64.
10989         * README: Update listing for aarch64*-*-linux-gnu.
10990
10991 2014-02-11  Will Newton  <will.newton@linaro.org>
10992
10993         * manual/probes.texi (Mathematical Function Probes): Use
10994         "triggered" instead of "hit".
10995
10996         * manual/probes.texi (Internal Probes): Add documentation
10997         of setjmp, longjmp and longjmp_target probes.
10998
10999         * include/stap-probe.h: Add comment about probe argument
11000         format.
11001
11002         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11003         definition.  (tr_where, tr_freehook, tr_mallochook,
11004         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11005
11006 2014-02-11  David S. Miller  <davem@davemloft.net>
11007
11008         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11009         processing int_tests.
11010
11011 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11012
11013         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11014         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11015         * sysdeps/unix/sysv/linux/mips: Move directory from
11016         ports/sysdeps/unix/sysv/linux/mips.
11017         * README: Update listing for mips-*-linux-gnu and
11018         mips64-*-linux-gnu.
11019
11020 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11021
11022         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11023         * sysdeps/unix/sysv/linux/m68k: Move directory from
11024         ports/sysdeps/unix/sysv/linux/m68k.
11025         * README: Update listing for m68k-*-linux-gnu.
11026
11027 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11028
11029         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11030         * sysdeps/unix/sysv/linux/generic: Move directory from
11031         ports/sysdeps/unix/sysv/linux/generic.
11032         * sysdeps/unix/sysv/linux/tile: Move directory from
11033         ports/sysdeps/unix/sysv/linux/tile.
11034         * README: Update listing for tile*-*-linux-gnu.
11035
11036 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11037
11038         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11039         __builtin_expect.
11040         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11041         * catgets/open_catalog.c (__open_catalog): Likewise.
11042         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11043         * debug/confstr_chk.c: Likewise.
11044         * debug/fread_chk.c (__fread_chk): Likewise.
11045         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11046         * debug/getgroups_chk.c: Likewise.
11047         * debug/mbsnrtowcs_chk.c: Likewise.
11048         * debug/mbsrtowcs_chk.c: Likewise.
11049         * debug/mbstowcs_chk.c: Likewise.
11050         * debug/memcpy_chk.c: Likewise.
11051         * debug/memmove_chk.c: Likewise.
11052         * debug/mempcpy_chk.c: Likewise.
11053         * debug/memset_chk.c: Likewise.
11054         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11055         * debug/strcat_chk.c (__strcat_chk): Likewise.
11056         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11057         * debug/strncat_chk.c (__strncat_chk): Likewise.
11058         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11059         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11060         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11061         * debug/wcpncpy_chk.c: Likewise.
11062         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11063         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11064         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11065         * debug/wcsncpy_chk.c: Likewise.
11066         * debug/wcsnrtombs_chk.c: Likewise.
11067         * debug/wcsrtombs_chk.c: Likewise.
11068         * debug/wcstombs_chk.c: Likewise.
11069         * debug/wmemcpy_chk.c: Likewise.
11070         * debug/wmemmove_chk.c: Likewise.
11071         * debug/wmempcpy_chk.c: Likewise.
11072         * debug/wmemset_chk.c: Likewise.
11073         * dirent/scandirat.c (SCANDIRAT): Likewise.
11074         * dlfcn/dladdr1.c (dladdr1): Likewise.
11075         * dlfcn/dladdr.c (dladdr): Likewise.
11076         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11077         * dlfcn/dlerror.c (__dlerror): Likewise.
11078         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11079         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11080         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11081         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11082         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11083         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11084         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11085         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11086         Likewise.
11087         * elf/dl-conflict.c: Likewise.
11088         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11089         * elf/dl-dst.h: Likewise.
11090         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11091         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11092         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11093         * elf/dl-init.c (call_init, _dl_init): Likewise.
11094         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11095         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11096         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11097         Likewise.
11098         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11099         Likewise.
11100         * elf/dl-minimal.c (__libc_memalign): Likewise.
11101         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11102         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11103         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11104         * elf/dl-sym.c (do_sym): Likewise.
11105         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11106         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11107         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11108         * elf/dl-writev.h (_dl_writev): Likewise.
11109         * elf/ldconfig.c (search_dir): Likewise.
11110         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11111         (dl_main): Likewise.
11112         * elf/setup-vdso.h (setup_vdso): Likewise.
11113         * grp/compat-initgroups.c (compat_call): Likewise.
11114         * grp/fgetgrent.c (fgetgrent): Likewise.
11115         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11116         * grp/putgrent.c (putgrent): Likewise.
11117         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11118         Likewise.
11119         * hurd/hurdinit.c: Likewise.
11120         * iconvdata/8bit-gap.c (struct): Likewise.
11121         * iconvdata/ansi_x3.110.c : Likewise.
11122         * iconvdata/big5.c : Likewise.
11123         * iconvdata/big5hkscs.c : Likewise.
11124         * iconvdata/cp1255.c: Likewise.
11125         * iconvdata/cp1258.c : Likewise.
11126         * iconvdata/cp932.c : Likewise.
11127         * iconvdata/euc-cn.c: Likewise.
11128         * iconvdata/euc-jisx0213.c : Likewise.
11129         * iconvdata/euc-jp.c: Likewise.
11130         * iconvdata/euc-jp-ms.c : Likewise.
11131         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11132         * iconvdata/gb18030.c : Likewise.
11133         * iconvdata/gbbig5.c (const): Likewise.
11134         * iconvdata/gbgbk.c: Likewise.
11135         * iconvdata/gbk.c : Likewise.
11136         * iconvdata/ibm1364.c : Likewise.
11137         * iconvdata/ibm930.c : Likewise.
11138         * iconvdata/ibm932.c: Likewise.
11139         * iconvdata/ibm933.c : Likewise.
11140         * iconvdata/ibm935.c : Likewise.
11141         * iconvdata/ibm937.c : Likewise.
11142         * iconvdata/ibm939.c : Likewise.
11143         * iconvdata/ibm943.c: Likewise.
11144         * iconvdata/iso_11548-1.c: Likewise.
11145         * iconvdata/iso-2022-cn.c : Likewise.
11146         * iconvdata/iso-2022-cn-ext.c : Likewise.
11147         * iconvdata/iso-2022-jp-3.c: Likewise.
11148         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11149         * iconvdata/iso-2022-kr.c : Likewise.
11150         * iconvdata/iso646.c (gconv_end): Likewise.
11151         * iconvdata/iso_6937-2.c : Likewise.
11152         * iconvdata/iso_6937.c : Likewise.
11153         * iconvdata/iso8859-1.c: Likewise.
11154         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11155         * iconvdata/shift_jisx0213.c : Likewise.
11156         * iconvdata/sjis.c : Likewise.
11157         * iconvdata/t.61.c : Likewise.
11158         * iconvdata/tcvn5712-1.c : Likewise.
11159         * iconvdata/tscii.c: Likewise.
11160         * iconvdata/uhc.c : Likewise.
11161         * iconvdata/unicode.c (gconv_end): Likewise.
11162         * iconvdata/utf-16.c (gconv_end): Likewise.
11163         * iconvdata/utf-32.c (gconv_end): Likewise.
11164         * iconvdata/utf-7.c (base64): Likewise.
11165         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11166         * iconv/gconv_close.c (__gconv_close): Likewise.
11167         * iconv/gconv_open.c (__gconv_open): Likewise.
11168         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11169         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11170         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11171         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11172         (ucs4le_internal_loop_single): Likewise.
11173         * iconv/iconv.c (iconv): Likewise.
11174         * iconv/iconv_close.c: Likewise.
11175         * iconv/loop.c (SINGLE): Likewise.
11176         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11177         * include/atomic.h: Likewise.
11178         * inet/inet6_option.c (option_alloc): Likewise.
11179         * intl/bindtextdom.c (set_binding_values): Likewise.
11180         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11181         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11182         * intl/localealias.c (read_alias_file): Likewise.
11183         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11184         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11185         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11186         * libio/fmemopen.c (fmemopen): Likewise.
11187         * libio/iofgets.c (_IO_fgets): Likewise.
11188         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11189         * libio/iofgetws.c (fgetws): Likewise.
11190         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11191         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11192         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11193         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11194         * locale/findlocale.c (_nl_find_locale): Likewise.
11195         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11196         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11197         Likewise.
11198         * locale/setlocale.c (setlocale): Likewise.
11199         * login/programs/pt_chown.c (main): Likewise.
11200         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11201         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11202         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11203         (mmap, mmap64, mremap, munmap): Likewise.
11204         * math/e_exp2l.c: Likewise.
11205         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11206         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11207         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11208         * math/s_catan.c (__catan): Likewise.
11209         * math/s_catanf.c (__catanf): Likewise.
11210         * math/s_catanh.c (__catanh): Likewise.
11211         * math/s_catanhf.c (__catanhf): Likewise.
11212         * math/s_catanhl.c (__catanhl): Likewise.
11213         * math/s_catanl.c (__catanl): Likewise.
11214         * math/s_ccosh.c (__ccosh): Likewise.
11215         * math/s_ccoshf.c (__ccoshf): Likewise.
11216         * math/s_ccoshl.c (__ccoshl): Likewise.
11217         * math/s_cexp.c (__cexp): Likewise.
11218         * math/s_cexpf.c (__cexpf): Likewise.
11219         * math/s_cexpl.c (__cexpl): Likewise.
11220         * math/s_clog10.c (__clog10): Likewise.
11221         * math/s_clog10f.c (__clog10f): Likewise.
11222         * math/s_clog10l.c (__clog10l): Likewise.
11223         * math/s_clog.c (__clog): Likewise.
11224         * math/s_clogf.c (__clogf): Likewise.
11225         * math/s_clogl.c (__clogl): Likewise.
11226         * math/s_csin.c (__csin): Likewise.
11227         * math/s_csinf.c (__csinf): Likewise.
11228         * math/s_csinh.c (__csinh): Likewise.
11229         * math/s_csinhf.c (__csinhf): Likewise.
11230         * math/s_csinhl.c (__csinhl): Likewise.
11231         * math/s_csinl.c (__csinl): Likewise.
11232         * math/s_csqrt.c (__csqrt): Likewise.
11233         * math/s_csqrtf.c (__csqrtf): Likewise.
11234         * math/s_csqrtl.c (__csqrtl): Likewise.
11235         * math/s_ctan.c (__ctan): Likewise.
11236         * math/s_ctanf.c (__ctanf): Likewise.
11237         * math/s_ctanh.c (__ctanh): Likewise.
11238         * math/s_ctanhf.c (__ctanhf): Likewise.
11239         * math/s_ctanhl.c (__ctanhl): Likewise.
11240         * math/s_ctanl.c (__ctanl): Likewise.
11241         * math/w_pow.c: Likewise.
11242         * math/w_powf.c: Likewise.
11243         * math/w_powl.c: Likewise.
11244         * math/w_scalb.c (sysv_scalb): Likewise.
11245         * math/w_scalbf.c (sysv_scalbf): Likewise.
11246         * math/w_scalbl.c (sysv_scalbl): Likewise.
11247         * misc/error.c (error_tail): Likewise.
11248         * misc/pselect.c (__pselect): Likewise.
11249         * nis/nis_callback.c (__nis_create_callback): Likewise.
11250         * nis/nis_call.c (__nisfind_server): Likewise.
11251         * nis/nis_creategroup.c (nis_creategroup): Likewise.
11252         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11253         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11254         * nis/nis_getservlist.c (nis_getservlist): Likewise.
11255         * nis/nis_lookup.c (nis_lookup): Likewise.
11256         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
11257         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11258         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
11259         * nis/nis_xdr.c (xdr_endpoint): Likewise.
11260         * nis/nss_compat/compat-grp.c (getgrent_next_file)
11261         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11262         * nis/nss_compat/compat-initgroups.c (add_group)
11263         (internal_getgrent_r): Likewise.
11264         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11265         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11266         * nis/nss_compat/compat-spwd.c (getspent_next_file)
11267         (internal_getspnam_r): Likewise.
11268         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11269         (_nss_nis_getaliasbyname_r): Likewise.
11270         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11271         (_nss_nis_getntohost_r): Likewise.
11272         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11273         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11274         (_nss_nis_getgrgid_r): Likewise.
11275         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11276         (internal_nis_gethostent_r, internal_gethostbyname2_r)
11277         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11278         (_nss_nis_gethostbyname4_r): Likewise.
11279         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11280         (initgroups_netid): Likewise.
11281         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11282         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11283         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11284         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11285         (_nss_nis_getprotobynumber_r): Likewise.
11286         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11287         (_nss_nis_getsecretkey): Likewise.
11288         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11289         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11290         (_nss_nis_getpwuid_r): Likewise.
11291         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11292         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11293         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11294         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11295         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11296         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
11297         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11298         Likewise.
11299         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11300         (_nss_nisplus_getntohost_r): Likewise.
11301         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11302         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11303         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11304         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
11305         Likewise.
11306         * nis/nss_nisplus/nisplus-initgroups.c
11307         (_nss_nisplus_initgroups_dyn): Likewise.
11308         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
11309         (_nss_nisplus_getnetbyaddr_r): Likewise.
11310         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
11311         (_nss_nisplus_getprotobynumber_r): Likewise.
11312         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
11313         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
11314         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
11315         Likewise.
11316         * nis/nss_nisplus/nisplus-service.c
11317         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
11318         (_nss_nisplus_getservbyport_r): Likewise.
11319         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
11320         (_nss_nisplus_getspnam_r): Likewise.
11321         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
11322         Likewise.
11323         * nscd/aicache.c (addhstaiX): Likewise.
11324         * nscd/cache.c (cache_search, prune_cache): Likewise.
11325         * nscd/connections.c (register_traced_file, send_ro_fd)
11326         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11327         (main_loop_epoll): Likewise.
11328         * nscd/grpcache.c (addgrbyX): Likewise.
11329         * nscd/hstcache.c (addhstbyX): Likewise.
11330         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11331         * nscd/mem.c (gc, mempool_alloc): Likewise.
11332         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11333         (addinnetgrX): Likewise.
11334         * nscd/nscd-client.h (__nscd_acquire_maplock)
11335         (__nscd_drop_map_ref): Likewise.
11336         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11337         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11338         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11339         Likewise.
11340         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11341         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11342         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11343         (__nscd_get_map_ref): Likewise.
11344         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11345         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11346         Likewise.
11347         * nscd/pwdcache.c (addpwbyX): Likewise.
11348         * nscd/selinux.c (preserve_capabilities): Likewise.
11349         * nscd/servicescache.c (addservbyX): Likewise.
11350         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11351         * posix/fnmatch.c (fnmatch): Likewise.
11352         * posix/getopt.c (_getopt_internal_r): Likewise.
11353         * posix/glob.c (glob, glob_in_dir): Likewise.
11354         * posix/wordexp.c (exec_comm_child): Likewise.
11355         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11356         (getanswer_r, gaih_getanswer_slice): Likewise.
11357         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11358         * resolv/res_init.c: Likewise.
11359         * resolv/res_mkquery.c (res_nmkquery): Likewise.
11360         * resolv/res_query.c (__libc_res_nquery): Likewise.
11361         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11362         Likewise.
11363         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11364         * stdio-common/perror.c (perror): Likewise.
11365         * stdio-common/printf_fp.c (___printf_fp): Likewise.
11366         * stdio-common/tmpnam.c (tmpnam): Likewise.
11367         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11368         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
11369         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11370         Likewise.
11371         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11372         * stdlib/putenv.c (putenv): Likewise.
11373         * stdlib/setenv.c (__add_to_environ): Likewise.
11374         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11375         * stdlib/strtol_l.c (INTERNAL): Likewise.
11376         * string/memmem.c (memmem): Likewise.
11377         * string/strerror.c (strerror): Likewise.
11378         * string/strnlen.c (__strnlen): Likewise.
11379         * string/test-memmem.c (simple_memmem): Likewise.
11380         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11381         * sunrpc/pm_getport.c (__get_socket): Likewise.
11382         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11383         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
11384         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11385         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
11386         Likewise.
11387         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11388         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11389         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11390         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11391         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
11392         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11393         Likewise.
11394         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11395         Likewise.
11396         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11397         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11398         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11399         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11400         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11401         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11402         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11403         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11404         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11405         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11406         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11407         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11408         Likewise.
11409         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11410         Likewise.
11411         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11412         Likewise.
11413         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11414         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11415         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11416         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11417         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11418         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11419         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11420         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11421         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11422         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11423         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11424         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11425         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11426         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11427         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11428         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11429         Likewise.
11430         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11431         Likewise.
11432         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11433         Likewise.
11434         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11435         Likewise.
11436         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11437         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11438         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11439         Likewise.
11440         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11441         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11442         * sysdeps/posix/opendir.c (__opendirat): Likewise.
11443         * sysdeps/posix/sleep.c: Likewise.
11444         * sysdeps/posix/tempname.c: Likewise.
11445         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11446         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11447         Likewise.
11448         * sysdeps/powerpc/powerpc32/dl-machine.h
11449         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
11450         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11451         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11452         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11453         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11454         Likewise.
11455         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
11456         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11457         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11458         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11459         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11460         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11461         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11462         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11463         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11464         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11465         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11466         (elf_machine_lazy_rel): Likewise.
11467         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11468         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11469         (elf_machine_lazy_rel): Likewise.
11470         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11471         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11472         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11473         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11474         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11475         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11476         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11477         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11478         Likewise.
11479         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11480         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11481         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11482         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11483         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11484         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11485         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11486         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11487         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11488         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11489         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11490         Likewise.
11491         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11492         (__posix_fallocate64_l64): Likewise.
11493         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11494         (posix_fallocate): Likewise.
11495         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11496         Likewise.
11497         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11498         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11499         (getifaddrs_internal): Likewise.
11500         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11501         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11502         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11503         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11504         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11505         (__posix_fallocate64_l64): Likewise.
11506         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11507         Likewise.
11508         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11509         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11510         (__get_clockfreq): Likewise.
11511         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11512         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11513         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11514         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11515         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11516         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11517         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11518         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11519         Likewise.
11520         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11521         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11522         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11523         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11524         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11525         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11526         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11527         Likewise.
11528         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11529         (posix_fallocate): Likewise.
11530         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11531         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11532         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11533         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11534         (elf_machine_rela, elf_machine_rela_relative)
11535         (elf_machine_lazy_rel): Likewise.
11536         * time/asctime.c (asctime_internal): Likewise.
11537         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11538         * time/tzset.c (__tzset_parse_tz): Likewise.
11539         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11540         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11541         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11542         * wcsmbs/wcsmbsload.h: Likewise.
11543
11544         [BZ #15894]
11545         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11546
11547         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11548         (arena_get2): Remove THREAD_STATS conditionals.
11549         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11550         (__malloc_stats, int): Likewise.
11551
11552 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11553
11554         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11555         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11556
11557         * manual/setjmp.texi: Fix typos/grammar errors.
11558
11559         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11560         Only return early when n is <= 0.  Delete unused return statement.
11561
11562         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11563         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11564         * debug/tst-longjmp_chk3.c: New file.
11565
11566         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11567         (test_main): Replace code with set_fortify_handler call.
11568         * debug/test-strcpy_chk.c: Likewise.
11569         * debug/tst-chk1.c: Likewise.
11570         * debug/tst-longjmp_chk.c: Likewise.
11571         * test-skeleton.c: Include fcntl.h & paths.h
11572         (set_fortify_handler): Define.
11573
11574         * debug/tst-longjmp_chk.c: Add header comment and include
11575         ../test-skeleton.c.
11576         (do_test): Mark static.
11577         (TEST_FUNCTION): Define.
11578
11579         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11580         (IP_PMTUDISC_INTERFACE): Likewise.
11581         (IP_MULTICAST_IF): Likewise.
11582         (IP_MULTICAST_TTL): Likewise.
11583         (IP_MULTICAST_LOOP): Likewise.
11584         (IP_ADD_MEMBERSHIP): Likewise.
11585         (IP_DROP_MEMBERSHIP): Likewise.
11586         (IP_UNBLOCK_SOURCE): Likewise.
11587         (IP_BLOCK_SOURCE): Likewise.
11588         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11589         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11590         (IP_MSFILTER): Likewise.
11591         (MCAST_JOIN_GROUP): Likewise.
11592         (MCAST_BLOCK_SOURCE): Likewise.
11593         (MCAST_UNBLOCK_SOURCE): Likewise.
11594         (MCAST_LEAVE_GROUP): Likewise.
11595         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11596         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11597         (MCAST_MSFILTER): Likewise.
11598         (IP_MULTICAST_ALL): Likewise.
11599         (IP_UNICAST_IF): Likewise.
11600
11601         * timezone/Makefile: Delete $(have-ksh) check.
11602         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11603         * timezone/tzselect.ksh: Add +x mode bits.
11604
11605         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11606         (ANON_INODE_FS_MAGIC): Likewise.
11607         (BDEVFS_MAGIC): Likewise.
11608         (BINFMTFS_MAGIC): Likewise.
11609         (BTRFS_TEST_MAGIC): Likewise.
11610         (CRAMFS_MAGIC_WEND): Likewise.
11611         (DEBUGFS_MAGIC): Likewise.
11612         (ECRYPTFS_SUPER_MAGIC): Likewise.
11613         (EXT3_SUPER_MAGIC): Likewise.
11614         (EXT4_SUPER_MAGIC): Likewise.
11615         (FUTEXFS_SUPER_MAGIC): Likewise.
11616         (HOSTFS_SUPER_MAGIC): Likewise.
11617         (HUGETLBFS_MAGIC): Likewise.
11618         (MINIX3_SUPER_MAGIC): Likewise.
11619         (MTD_INODE_FS_MAGIC): Likewise.
11620         (NILFS_SUPER_MAGIC): Likewise.
11621         (OPENPROM_SUPER_MAGIC): Likewise.
11622         (PIPEFS_MAGIC): Likewise.
11623         (PSTOREFS_MAGIC): Likewise.
11624         (QNX6_SUPER_MAGIC): Likewise.
11625         (RAMFS_MAGIC): Likewise.
11626         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11627         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11628         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11629         (SECURITYFS_MAGIC): Likewise.
11630         (SELINUX_MAGIC): Likewise.
11631         (SMACK_MAGIC): Likewise.
11632         (SOCKFS_MAGIC): Likewise.
11633         (SQUASHFS_MAGIC): Likewise.
11634         (STACK_END_MAGIC): Likewise.
11635         (TMPFS_MAGIC): Likewise.
11636         (USBDEVICE_SUPER_MAGIC): Likewise.
11637         (V9FS_MAGIC): Likewise.
11638         (XENFS_SUPER_MAGIC): Likewise.
11639         (CRAMFS_MAGIC): Fix typo in comment.
11640         (EXT2_SUPER_MAGIC): Update comment.
11641         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11642
11643 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11644
11645         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11646         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11647         * sysdeps/unix/sysv/linux/arm: Move directory from
11648         ports/sysdeps/unix/sysv/linux/arm.
11649         * README: Update listing for arm-*-linux-gnueabi.
11650
11651         * README: Remove mention of am33.
11652
11653 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11654
11655         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11656         than the comma operator, to avoid "rhs of comma has no effect"
11657         compiler warnings.
11658         (__sigfillset, __sigandset, __sigorset): Likewise.
11659         * include/signal.h (__sigemptyset): Likewise.
11660         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11661
11662 2014-02-07  Allan McRae  <allan@archlinux.org>
11663
11664         * version.h (RELEASE): Set to "development".
11665         (VERSION): Set to "2.19.90"
11666         * NEWS: Add 2.20 section.
11667
11668 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11669
11670         [BZ #16529]
11671         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11672
11673 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11674
11675         * manual/contrib.texi: Update entry for Carlos O'Donell,
11676         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11677
11678 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11679
11680         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11681
11682         * sysdeps/unix/sysv/linux/kernel-features.h
11683         [__LINUX_KERNEL_VERSION >= 0x020621]
11684         (__ASSUME_PROC_PID_TASK_COMM): Define.
11685
11686 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11687
11688         [BZ #16398]
11689         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11690         conversion when destination buffer does not have enough space.
11691         * libio/tst-ftell-partial-wide.c: New test case.
11692         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11693
11694         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11695         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11696         Leonard and Allan McRae.
11697
11698 2014-02-04  David S. Miller  <davem@davemloft.net>
11699
11700         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11701         32-bit.
11702
11703 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11704
11705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11706         New file
11707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11708         New file
11709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11710         New file.
11711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11712         New file.
11713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11714         New file.
11715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11716         New file.
11717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11718         New file.
11719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11720         New file.
11721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11722         New file.
11723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11724         New file.
11725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11726         New file.
11727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11728         New file.
11729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11730         New file.
11731
11732 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11733
11734         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11735         * shlib-versions: Likewise.
11736
11737 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11738             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11739
11740         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11741         (abilist-pattern): New variable, set to %-le.abilist.
11742
11743         * Makerules (abilist-pattern): New variable.
11744         (vpath): Use $(abilist-pattern) in place of %.abilist.
11745         (check-abi-% pattern rule): Likewise.
11746         (check-abi, update-abi): Likewise.
11747
11748 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11749
11750         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11751
11752 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11753
11754         * manual/startup.texi: Add next, previous, and top entries for
11755         the `Program Arguments' and `Environment Variables' nodes.
11756
11757 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11758
11759         * manual/macros.texi: Add comments before MTASC-safety macros.
11760
11761         * manual/users.texi: Document MTASC-safety properties.
11762
11763         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11764         (pthread_getspecific, pthread_setspecific): Format with
11765         @deftypefun, and add @safety note.
11766         * manual/signal.texi: Move comments that analyze the above
11767         functions to their home place.
11768
11769 2014-02-03  Allan McRae  <allan@archlinux.org>
11770
11771         * po/sl.po: Update Slovenian translation from translation project.
11772
11773 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11774
11775         * manual/time.texi (timegm): Add missing blank after @c.
11776         Reported by Joseph Myers <joseph@codesourcery.com>.
11777
11778 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11779
11780         * manual/check-safety.sh: New.
11781         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11782
11783         * manual/terminal.texi: Document MTASC-safety properties.
11784
11785         * manual/filesys.texi: Document MTASC-safety properties.
11786
11787         * manual/errno.texi: Document MTASC-safety properties.
11788
11789         * manual/intro.texi: Document safety identifiers and
11790         conditionals.
11791
11792         * manual/string.texi (wcstok): Fix prototype.
11793         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11794
11795         * manual/time.texi: Document MTASC-safety properties.
11796
11797         * manual/string.texi: Document MTASC-safety properties.
11798
11799         * manual/threads.texi: Document MTASC-safety properties.
11800
11801         * manual/stdio.texi: Document MTASC-safety properties.
11802
11803         * manual/syslog.texi: Document MTASC-safety properties.
11804
11805         * manual/sysinfo.texi: Document MTASC-safety properties.
11806
11807         * manual/startup.texi: Document MTASC-safety properties.
11808
11809         * manual/socket.texi: Document MTASC-safety properties.
11810
11811         * manual/signal.texi: Document MTASC-safety properties.
11812
11813 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11814
11815         * manual/setjmp.texi: Document MTASC-safety properties.
11816
11817         * manual/search.texi: Document MTASC-safety properties.
11818
11819         * manual/resource.texi: Document MTASC-safety properties.
11820
11821         * manual/process.texi: Document MTASC-safety properties.
11822
11823         * manual/platform.texi: Document MTASC-safety properties.
11824
11825         * manual/pipe.texi: Document MTASC-safety properties.
11826
11827         * manual/pattern.texi: Document MTASC-safety properties.
11828
11829         * manual/message.texi: Document MTASC-safety properties.
11830
11831         [BZ #12751]
11832         * manual/memory.texi: Document MTASC-safety properties.
11833
11834         * manual/math.texi: Document MTASC-safety properties.
11835
11836         * manual/locale.texi: Document MTASC-safety properties.
11837
11838         * manual/llio.texi: Document MTASC-safety properties.
11839
11840         * manual/libdl.texi: New.
11841
11842         * manual/lang.texi: Document MTASC-safety properties.
11843
11844         * manual/job.texi: Document MTASC-safety properties.
11845
11846         * manual/getopt.texi: Document MTASC-safety properties.
11847
11848         * manual/ctype.texi: Document MTASC-safety properties.
11849
11850 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11851
11852         [BZ #16046]
11853         * csu/libc-tls.c (static_map): Remove variable.
11854         (__libc_setup_tls): Use main executable's link map for TLS data.
11855         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11856         casing for LM_ID_BASE and GL(dl_nns).
11857         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11858         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11859         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11860         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11861         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11862         member.
11863         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11864         l_phnum members.
11865
11866 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11867
11868         * manual/debug.texi: Document MTASC-safety properties.
11869
11870 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11871
11872         [BZ #16510]
11873         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11874         of __x86_64__ when disabling x87 inline functions.
11875
11876 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11877
11878         * manual/charset.texi: Document MTASC-safety properties.
11879
11880         * manual/crypt.texi: Document MTASC-safety properties.
11881
11882         * manual/conf.texi: Document MTASC-safety properties.
11883
11884         * manual/arith.texi: Document MTASC-safety properties.
11885
11886         * manual/argp.texi: Document MTASC-safety properties.
11887
11888         * manual/macros.texi: Introduce macros to document multi
11889         thread, asynchronous signal and asynchronous cancellation
11890         safety properties.
11891         * manual/intro.texi: Introduce the properties themselves.
11892
11893 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11894
11895         * sysdeps/sh/sh4/Makefile: New file.
11896
11897 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11898
11899         * math/gen-libm-test.pl ($srcdir): New variable.
11900         ($auto_input): Use it.
11901
11902 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11903
11904         [BZ #16506]
11905         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11906         access beyond array bounds when parsing netgroups file.
11907
11908         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11909         the old buffer before realloc.
11910
11911 2014-01-27  Allan McRae  <allan@archlinux.org>
11912
11913         * po/fr.po: Update French translation from translation project.
11914
11915 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11916
11917         * sysdeps/sh/libm-test-ulps: Regenerate.
11918
11919 2014-01-24  David S. Miller  <davem@davemloft.net>
11920
11921         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11922
11923 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11924
11925         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11926         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11927
11928 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11929
11930         [BZ #16474]
11931         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11932         string pointers after reallocation.
11933
11934 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11935
11936         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11937         __SH4A__ instead of __SH_FPU_ANY__.
11938
11939 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11940
11941         * sysdeps/sh/fpu_control.h: New file.
11942         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11943         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11944         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11945         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11946         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11947         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11948         * sysdeps/sh/sys/ucontext.h: Remove.
11949         * sysdeps/sh/sys: Remove directory.
11950
11951 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11952
11953         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11954         s390/sys/ucontext.h.
11955         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11956         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11957
11958 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11959
11960         [BZ #15605]
11961         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11962
11963 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11964
11965         [BZ#16431]
11966         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11967         Adjust the vDSO correctly for internal calls.
11968         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11969
11970 2014-01-20  Allan McRae  <allan@archlinux.org>
11971
11972         * po/ca.po: Update Catalan translation from translation project.
11973
11974 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11975
11976         * sysdeps/s390/sotruss-lib.c: New file.
11977
11978 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11979
11980         [BZ#16430]
11981         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11982         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11983         local calls issues by not having a PLT stub required for IFUNC calls.
11984         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11985
11986 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11987
11988         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11989         * math/test-fpucw-static.c: Likewise.
11990
11991 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11992
11993         [BZ #16453]
11994         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11995
11996 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11997
11998         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11999         implementation for powerpc.
12000
12001 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12002
12003         [BZ #14782]
12004         * sysdeps/posix/system.c (__libc_system): Do not enable
12005         asynchronous cancellation.
12006
12007 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12008
12009         [BZ #16427]
12010         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12011         handling only for numbers special also in the IEEE case.
12012
12013 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12014
12015         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12016
12017 2014-01-11  Allan McRae  <allan@archlinux.org>
12018
12019         * po/bg.po: Update Bulgarian translation from translation project.
12020
12021         * po/de.po: Update German translation from translation project.
12022
12023 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12024
12025         * sysdeps/generic/gcc-compat.h: New file.
12026
12027 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12028
12029         * benchtests/asin-inputs: Correct slow inputs.
12030         * benchtests/acos-inputs: Likewise.
12031
12032 2014-01-10  Allan McRae  <allan@archlinux.org>
12033
12034         * po:sv.po: Update Swedish translation from translation project.
12035
12036         * po/vi.po: Update Vietnamese translation from translation project.
12037
12038         * po/eo.po: Update Esperanto translation from translation project.
12039
12040         * po/cs.po: Update Czech translation from translation project.
12041
12042         * po/nl.po: Update Dutch translation from translation project.
12043
12044         * po/pl.po: Update Polish translation from translation project.
12045
12046         * po/ru.po: Update Russian translation from translation project.
12047
12048         * po/uk.po: Update Ukrainian translation from translation project.
12049
12050 2014-01-08  Brooks Moses  <bmoses@google.com>
12051
12052         * elf/dl-load.c: Fix comment typo.
12053
12054 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12055
12056         * po/header.pot: Rename to...
12057         * po/pot.header: ... this.
12058         * po/Makefile: Use pot.header.
12059
12060 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12061             Maxim Kuvyrkov  <maxim@kugelworks.com>
12062
12063         [BZ #16394]
12064         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12065         SRC and DEST against LEN.
12066
12067 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12068
12069         [BZ #16414]
12070         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12071         implementation.
12072         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12073
12074 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12075
12076         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12077
12078 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12079
12080         [BZ #16408]
12081         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12082         for large positive arguments.
12083
12084 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12085
12086         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12087
12088         * math/auto-libm-test-in: Mark various tests with
12089         xfail-rounding:ldbl-128ibm.
12090         * math/auto-libm-test-out: Regenerated.
12091
12092         [BZ #16407]
12093         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12094         Increase overflow threshold.
12095
12096 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12097
12098         [BZ #14286]
12099         * stdio-common/vfprintf.c: Check for integer overflow.
12100
12101 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12102
12103         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12104         the first argument and return value of __tls_get_addr_internal.
12105
12106 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12107
12108         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12109         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12110
12111 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12112
12113         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12114         * sysdeps/s390/rtld-global-offsets.sym: New file.
12115         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12116         GLIBC_2.19 symbol.
12117         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12118         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12119         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12120         ... this.
12121         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12122         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12123         ... this.
12124         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12125         Regenerate.
12126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12127         Regenerate.
12128         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12129         halfs of GPRs for high_gprs contexts.
12130         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12131         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12132         field.
12133         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12134         uc_flags field.
12135         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12136         64 bit versions:
12137         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12138         for high GPRs (uc_high_gprs) and for future extensions
12139         (__reserved).
12140         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12141         for future extensions (__reserved).
12142         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12143         64 bit versions:
12144         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12145         SC_HIGHGPRS offset definition.
12146         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12147         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12148
12149         * Versions.def: Add GLIBC_2.19 for libpthread.
12150         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12151         siglongjmp for libpthread with GLIBC_2.19 symver.
12152         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12153         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12154         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12155         * sysdeps/s390/__longjmp.c: New file.
12156         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12157         * sysdeps/s390/longjmp.c: New file.
12158         * sysdeps/s390/setjmp.S: New file.
12159         * sysdeps/s390/sigjmp.S: New file.
12160         * sysdeps/s390/v1-longjmp.c: New file.
12161         * sysdeps/s390/v1-setjmp.h: New file.
12162         * sysdeps/s390/v1-sigjmp.c: New file.
12163         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12164         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12165         GLIBC_2.19 version.
12166         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12167         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12168         versioned symbols for ____longjmp_chk.
12169         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12170         Likewise.
12171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12172         Regenerate.
12173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12174         Regenerate.
12175         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12176         Regenerate.
12177         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12178         Regenerate.
12179         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12180         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12181         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12182         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12183         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12184         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12185         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12186         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12187         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12188         * sysdeps/s390/rtld-__longjmp.c: New file.
12189         * sysdeps/s390/rtld-setjmp.S: New file.
12190
12191 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12192
12193         [BZ #16400]
12194         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12195         Return -__logl (x) for small positive arguments without evaluating
12196         a polynomial.
12197
12198 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12199
12200         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12201         Rename to ...
12202         (__ptrace_peeksiginfo_args): ... this.
12203         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12204         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12205         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12206
12207 2014-01-06  Allan McRae  <allan@archlinux.org>
12208
12209         * inet/netinet/in.h: Fix typo in comment.
12210
12211 2014-01-05  Andreas Jaeger  <aj@suse.de>
12212
12213         * sysdeps/i386/fpu/libm-test-ulps: Update.
12214
12215 2014-01-05  Allan McRae  <allan@archlinux.org>
12216
12217         * po/libc.pot: Regenerated.
12218
12219         * malloc/memusagestat.c: Fix gettext call formatting.
12220
12221 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12222
12223         * nscd/nscd.c: Improve usage() output.
12224
12225 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
12226
12227         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12228         * sysdeps/unix/sysv/linux/configure: Regenerated.
12229         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12230         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12231
12232 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12233
12234         [BZ #16390]
12235         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12236         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12237
12238 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12239
12240         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12241         extra tokens at end of #undef directive.
12242         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12243         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12244         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12245
12246 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12247
12248         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12249
12250         * math/auto-libm-test-in: Mark various tests with
12251         xfail-rounding:ldbl-128ibm.
12252         * math/auto-libm-test-out: Regenerated.
12253
12254 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
12255
12256         [BZ #16386]
12257         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12258         numbers with subnormal high part when calculating exponent.
12259
12260         [BZ #16385]
12261         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12262         fabs.
12263
12264         [BZ #16384]
12265         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12266         M_LN2l.
12267         (__ieee754_acoshl): Use __log1pl not __log1p.
12268
12269 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
12270
12271         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12272         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12273         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12274         (grow_heap, heap_trim, _int_new_arena, get_free_list)
12275         (reused_arena, arena_get2): Convert to GNU style.
12276         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12277         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12278         (memalign_check, __malloc_set_state): Likewise.
12279         * malloc/mallocbug.c (main): Likewise.
12280         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12281         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12282         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12283         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12284         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12285         (__posix_memalign, malloc_info): Likewise.
12286         * malloc/malloc.h: Likewise.
12287         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12288         (mallochook, memalignhook, reallochook, mabort): Likewise.
12289         * malloc/mcheck.h: Likewise.
12290         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12291         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
12292         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12293         * malloc/morecore.c (__default_morecore): Likewise.
12294         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
12295         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12296         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12297         (print_and_abort): Likewise.
12298         * malloc/obstack.h: Likewise.
12299         * malloc/set-freeres.c (__libc_freeres): Likewise.
12300         * malloc/tst-mallocstate.c (main): Likewise.
12301         * malloc/tst-mtrace.c (main): Likewise.
12302         * malloc/tst-realloc.c (do_test): Likewise.
12303
12304 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12305
12306         [BZ #16366]
12307         * nscd/netgroupcache.c (do_notfound): New function.
12308         (addgetnetgrentX): Use it.
12309
12310         [BZ # 16365]
12311         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
12312         NSS_STATUS_NOTFOUND.
12313
12314 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
12315
12316         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
12317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12318
12319 2014-01-01  Allan McRae  <allan@archlinux.org>
12320
12321         * scripts/update-copyrights: Update configure input file suffix.
12322
12323         * NEWS: Update copyright year.
12324         * catgets/gencat.c: Likewise.
12325         * csu/version.c: Likewise.
12326         * debug/catchsegv.sh: Likewise.
12327         * debug/pcprofiledump.c: Likewise.
12328         * debug/xtrace.sh: Likewise.
12329         * elf/ldconfig.c: Likewise.
12330         * elf/ldd.bash.in: Likewise.
12331         * elf/pldd.c: Likewise.
12332         * elf/sotruss.ksh: Likewise.
12333         * elf/sprof.c: Likewise.
12334         * iconv/iconv_prog.c: Likewise.
12335         * iconv/iconvconfig.c: Likewise.
12336         * locale/programs/locale.c: Likewise.
12337         * locale/programs/localedef.c: Likewise.
12338         * login/programs/pt_chown.c: Likewise.
12339         * malloc/memusage.sh: Likewise.
12340         * malloc/memusagestat.c: Likewise.
12341         * malloc/mtrace.pl: Likewise.
12342         * manual/libc.texinfo: Likewise.
12343         * nscd/nscd.c: Likewise.
12344         * nss/getent.c: Likewise.
12345         * nss/makedb.c: Likewise.
12346         * posix/getconf.c: Likewise.
12347         * scripts/test-installation.pl: Likewise.
12348
12349         * All files with FSF copyright notices: Update copyright dates
12350         using scripts/update-copyrights.
12351         * intl/plural.c: Regenerated.
12352         * locale/programs/charmap-kw.h: Likewise.
12353         * locale/programs/locfile-kw.h: Likewise.
12354
12355 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
12356
12357         * sysdeps/unix/sysv/linux/configure: Regenerated.
12358         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12359         the linux/fanotify.h header.
12360         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12361         HAVE_LINUX_FANOTIFY_H is defined.
12362
12363 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
12364
12365         * benchtests/cos-inputs: New inputs.
12366         * benchtests/sin-inputs: Likewise.
12367
12368         * benchtests/atan-inputs: New inputs. Fix name of multiple
12369         precision fallback inputs.
12370
12371         * benchtests/atanh-inputs: New inputs.
12372         * benchtests/tanh-inputs: Likewise.
12373
12374         * benchtests/acosh-inputs: New inputs.
12375         * benchtests/asinh-inputs: Likewise.
12376
12377         * benchtests/cosh-inputs: New inputs.
12378         * benchtests/sinh-inputs: Likewise.
12379
12380         * benchtests/acos-inputs: Add more inputs.
12381         * benchtests/asin-inputs: Likewise.
12382
12383 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
12384
12385         [BZ #16375]
12386         * manual/arith.texi: Fix spelling.
12387         * manual/charset.texi: Likewise.
12388         * manual/errno.texi: Likewise.
12389         * manual/filesys.texi: Likewise.
12390         * manual/lang.texi: Likewise.
12391         * manual/llio.texi: Likewise.
12392         * manual/locale.texi: Likewise.
12393         * manual/message.texi: Likewise.
12394         * manual/resource.texi: Likewise.
12395         * manual/search.texi: Likewise.
12396         * manual/setjmp.texi: Likewise.
12397         * manual/stdio.texi: Likewise.
12398         * manual/string.texi: Likewise.
12399         * manual/sysinfo.texi: Likewise.
12400         * manual/time.texi: Likewise.
12401
12402 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
12403
12404         * po/sl.po: New file.
12405
12406 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
12407
12408         * .gitignore: Add core/.gdbinit/.gdb_history.
12409
12410 2013-12-27  Allan McRae  <allan@archlinux.org>
12411
12412         [BZ #16369]
12413         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12414         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12415
12416 2013-12-24  Brooks Moses  <bmoses@google.com>
12417
12418         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12419         all compilers that claim C++98 compliance, not just GCC.
12420         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12421         Likewise.
12422
12423 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12424
12425         * NEWS: Restore accidentally deleted bug-fix entries.
12426
12427 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12428             Ondřej Bílka  <neleai@seznam.cz>
12429
12430         [BZ #15073]
12431         * malloc/malloc.c (_int_free): Perform sanity check only if we
12432         have_lock.
12433
12434 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
12435
12436         [BZ #12986]
12437         * manual/stdio.texi (String Input Conversions): Clarify that character
12438         classes are not supported.
12439
12440 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12441
12442         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12443
12444 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
12445
12446         [BZ #16337]
12447         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12448         Calculate results for small negative arguments directly rather
12449         than using reflection formula with special underflow handling.
12450
12451         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12452         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12453         sysdeps/unix/bsd/bsd4.4/syscalls.list.
12454         (fchflags): Likewise.
12455         (revoke): Likewise.
12456         (setlogin): Likewise.
12457         (sigaltstack): Likewise.
12458         (wait4): Likewise.
12459         (sigblock): Remove.
12460         (sigsetmask): Likewise.
12461         (wait3): Likewise.
12462         (waitpid): Likewise.
12463         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12464         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12465         file.
12466         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12467         * sysdeps/unix/bsd/Makefile: ... here.
12468         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12469         * sysdeps/unix/bsd/Versions: ... here.
12470         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12471         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12472         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12473         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12474         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12475         * sysdeps/unix/bsd/sigblock.c: ... here.
12476         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12477         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12478         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12479         * sysdeps/unix/bsd/sigvec.c: ... here.
12480         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12481         * sysdeps/unix/bsd/tcdrain.c: ... here.
12482         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12483         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12484         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12485         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12486         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12487         * sysdeps/unix/bsd/wait.c: ... here.
12488         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12489         * sysdeps/unix/bsd/wait3.c: ... here.
12490         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12491         * sysdeps/unix/bsd/waitpid.c: ... here.
12492
12493 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12494
12495         [BZ #16356]
12496         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12497         round-to-nearest for [!USE_AS_EXPM1L].
12498         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12499         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12500         more tests of exp and exp10.  Expect some exp10 tests to miss
12501         exceptions or fail in directed rounding modes.
12502         * math/auto-libm-test-out: Regenerated.
12503         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12504         (exp10_test_tonearest): New function.
12505         (exp10_towardzero_test_data): New array.
12506         (exp10_test_towardzero): New function.
12507         (exp10_downward_test_data): New array.
12508         (exp10_test_downward): New function.
12509         (exp10_upward_test_data): New array.
12510         (exp10_test_upward): New function.
12511         (main): Call the new functions.
12512         * sysdeps/i386/fpu/libm-test-ulps: Update.
12513         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12514
12515 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12516
12517         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12518         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12519         * math/auto-libm-test-out: Regenerated.
12520         * math/libm-test.inc (acosh_test_data): Add more tests.
12521         (atanh_test_data): Likewise.
12522         (ceil_test_data): Likewise.
12523         (copysign_test_data): Likewise.
12524         * sysdeps/i386/fpu/libm-test-ulps: Update.
12525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12526
12527         * timezone/checktab.awk: Update from tzcode 2013i.
12528         * timezone/private.h: Likewise.
12529         * timezone/scheck.c: Likewise.
12530         * timezone/tzfile.h: Likewise.
12531         * timezone/tzselect.ksh: Likewise.
12532         * timezone/zdump.c: Likewise.
12533         * timezone/zic.c: Likewise.
12534
12535         * math/auto-libm-test-in: Add tests of cpow.
12536         * math/auto-libm-test-out: Regenerated.
12537         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12538         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12539         mpc_cc_c.
12540         (func_calc_desc): Add mpc_cc_c union field.
12541         (test_functions): Add cpow.
12542         (special_fill_2pi): New function.
12543         (special_real_inputs): Add 2pi.
12544         (calc_generic_results): Handle mpc_cc_c.
12545         * sysdeps/i386/fpu/libm-test-ulps: Update.
12546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12547
12548         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12549         csqrt, ctan and ctanh.
12550         * math/auto-libm-test-out: Regenerated.
12551         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12552         (TEST_COND_x86): Likewise.
12553         (ccos_test_data): Use AUTO_TESTS_c_c.
12554         (ccosh_test_data): Likewise.
12555         (cexp_test_data): Likewise.
12556         (clog_test_data): Likewise.
12557         (csqrt_test_data): Likewise.
12558         (ctan_test_data): Likewise.
12559         (ctan_tonearest_test_data): Likewise.
12560         (ctan_towardzero_test_data): Likewise.
12561         (ctan_downward_test_data): Likewise.
12562         (ctan_upward_test_data): Likewise.
12563         (ctanh_test_data): Likewise.
12564         (ctanh_tonearest_test_data): Likewise.
12565         (ctanh_towardzero_test_data): Likewise.
12566         (ctanh_downward_test_data): Likewise.
12567         (ctanh_upward_test_data): Likewise.
12568         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12569         mpc_c_c.
12570         (func_calc_desc): Add mpc_c_c union field.
12571         (FUNC_mpc_c_c): New macro.
12572         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12573         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12574         ctanh.
12575         (special_fill_min_subnorm_p120): New function.
12576         (special_real_inputs): Add min_subnorm_p120.
12577         (calc_generic_results): Handle mpc_c_c.
12578         * sysdeps/i386/fpu/libm-test-ulps: Update.
12579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12580
12581 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12582
12583         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12584         (do_sin_slow): New functions.
12585         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12586         (cslow2, csloww1, csloww2): Use the new functions.
12587
12588         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12589         Use M to change sign of result instead of X.  Assume X is
12590         positive.
12591         (csloww1): Likewise.
12592         (__sin): Adjust.
12593         (__cos): Adjust.
12594
12595         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12596         arguments A and DA.
12597         (__sin): Adjust.
12598         (__cos): Likewise.
12599
12600         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12601         (__cos): Likewise.
12602         (sloww1): Don't adjust sign of DX.
12603         (csloww1): Likewise.
12604         (sloww2): Use X directly and don't adjust sign of DX.
12605         (csloww2): Likewise.
12606
12607 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12608
12609         * math/auto-libm-test-in: Add tests of cabs and carg.
12610         * math/auto-libm-test-out: Regenerated.
12611         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12612         (carg_test_data): Likewise.
12613         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12614         mpc_c_f.
12615         (func_calc_desc): Add mpc_c_f union field.
12616         (test_functions): Add cabs and carg.
12617         (calc_generic_results): Handle mpc_c_f.
12618
12619         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12620         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12621         as a macro and a compat symbol.
12622         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12623         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12624         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12625         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12626         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12627         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12628         not use .hidden.
12629         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12630         Likewise.
12631         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12632         Likewise.
12633         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12634         Likewise.
12635         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12636         Likewise.
12637         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12638         Likewise.
12639         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12640         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12641         from GLIBC_2.3.2.
12642
12643 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12644
12645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12646
12647 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12648
12649         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12650         trailing whitespace removed.
12651         * scripts/config.guess: Update to version 2013-11-29.
12652         * scripts/config.sub: Update to version 2013-10-01.
12653
12654         * math/auto-libm-test-in: Add tests of sincos.
12655         * math/auto-libm-test-out: Regenerated.
12656         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12657         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12658         mpfr_f_11.
12659         (func_calc_desc): Add mpfr_f_11 union field.
12660         (test_functions): Add sincos.
12661         (calc_generic_results): Handle mpfr_f_11.
12662         * sysdeps/i386/fpu/libm-test-ulps: Update.
12663         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12664
12665 2013-12-19  Andreas Schwab  <schwab@suse.de>
12666
12667         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12668         CALL_MCOUNT.
12669         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12670         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12671         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12672
12673 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12674
12675         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12676         * sysdeps/i386/fpu/libm-test-ulps: Update.
12677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12678
12679         [BZ #16293]
12680         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12681         round-to-nearest mode when using frndint.
12682         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12683         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12684         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12685         Likewise.
12686         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12687         sinh test to fail.
12688         * math/auto-libm-test-out: Regenerated.
12689         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12690         (TEST_COND_x86): Likewise.
12691         (expm1_tonearest_test_data): New array.
12692         (expm1_test_tonearest): New function.
12693         (expm1_towardzero_test_data): New array.
12694         (expm1_test_towardzero): New function.
12695         (expm1_downward_test_data): New array.
12696         (expm1_test_downward): New function.
12697         (expm1_upward_test_data): New array.
12698         (expm1_test_upward): New function.
12699         (main): Run the new test functions.
12700         * sysdeps/i386/fpu/libm-test-ulps: Update.
12701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12702
12703         * include/features.h: Update comment documenting feature test
12704         macros.  Mention _DEFAULT_SOURCE in comment.
12705         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12706         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12707         _BSD_SOURCE and _SVID_SOURCE.
12708         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12709         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12710         !_SVID_SOURCE]: Likewise.
12711         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12712         (__USE_POSIX_IMPLICITLY): Define.
12713         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12714         (_POSIX_SOURCE): Undefine and redefine.
12715         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12716         (_POSIX_C_SOURCE): Likewise.
12717         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12718         (Feature Test Macros): Update documentation of default features.
12719
12720 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12721
12722         * benchtests/Makefile: Add bench-strtok.
12723         * benchtests/bench-strtok.c: New file: strtok benchtest.
12724
12725 2013-12-19  Allan McRae  <allan@archlinux.org>
12726
12727         * manual/install.texi: Suppress menu for plain text output.
12728         * INSTALL: Regenerated.
12729
12730 2013-12-18  Brooks Moses  <bmoses@google.com>
12731
12732         [BZ #15846]
12733         * misc/getauxval.c: Include errno.h.
12734         (__getauxval): Set errno to ENOENT if the requested type is not
12735         found.
12736         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12737         don't declare with __attribute_const__.
12738         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12739         * manual/startup.texi: Document that getauxval sets errno.
12740
12741 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12742
12743         * math/auto-libm-test-in: Add tests of jn and yn.
12744         * math/auto-libm-test-out: Regenerated.
12745         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12746         (yn_test_data): Likewise.
12747         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12748         mpfr_if_f.
12749         (func_calc_desc): Add mpfr_if_f union field.
12750         (FUNC_mpfr_if_f): New macro.
12751         (test_functions): Add jn and yn.
12752         (calc_generic_results): Assert type of second input for
12753         mpfr_ff_f.  Handle mpfr_if_f.
12754         (output_for_one_input_case): Disable all checking for arguments
12755         fitting floating-point types in case of an integer argument.
12756         * sysdeps/i386/fpu/libm-test-ulps: Update.
12757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12758
12759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12760         Don't expect fegetround reference in libm.so.
12761
12762 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12763
12764         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12765         $(config-cflags-nofma).
12766
12767 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12768
12769         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12770         * math/auto-libm-test-out: Regenerated.
12771
12772         [BZ #16338]
12773         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12774         to determine exponent and adjust argument to have exponent of -1.
12775         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12776         log2.
12777         * math/auto-libm-test-out: Regenerated.
12778         * sysdeps/i386/fpu/libm-test-ulps: Update.
12779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12780
12781 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12782
12783         * manual/probes.texi: Remove cases when per-thread arenas are
12784         disabled.
12785
12786 2013-12-18  Andreas Schwab  <schwab@suse.de>
12787
12788         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12789         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12790         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12791         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12792         * sysdeps/i386/i686/multiarch/Makefile: Update.
12793         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12794
12795 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12796
12797         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12798         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12799
12800 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12801
12802         [BZ #15968]
12803         Support TZ transition times < 00:00:00.
12804         This is needed for version-3 tz-format files; it supports time
12805         stamps past 2037 for America/Godthab (the only entry in the tz
12806         database for which this change is relevant).
12807         * manual/time.texi (TZ Variable): Document transition times
12808         from -167:59:59 through -00:00:01.
12809         * time/tzset.c (tz_rule): Time of day is now signed.
12810         (__tzset_parse_tz): Parse negative time of day.
12811
12812         Document TZ transition times >= 25:00:00.
12813         * manual/time.texi (TZ Variable): Document transition times from
12814         25:00:00 through 167:59:59.  These are already supported, and this
12815         support will help with version-3 tz-format files.
12816
12817         * manual/time.texi (TZ Variable): Modernize North America example
12818         to reflect current (i.e., 2007-and-later) daylight saving rules.
12819
12820         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12821
12822 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12823
12824         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12825         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12826         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12827         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12828         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12829         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12830         * sysdeps/unix/bsd/clock.c: Likewise.
12831         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12832         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12833         * sysdeps/unix/bsd/init-posix.c: Likewise.
12834         * sysdeps/unix/bsd/poll.c: Likewise.
12835         * sysdeps/unix/bsd/ptsname.c: Likewise.
12836         * sysdeps/unix/bsd/seekdir.c: Likewise.
12837         * sysdeps/unix/bsd/setegid.c: Likewise.
12838         * sysdeps/unix/bsd/seteuid.c: Likewise.
12839         * sysdeps/unix/bsd/setgid.c: Likewise.
12840         * sysdeps/unix/bsd/setrgid.c: Likewise.
12841         * sysdeps/unix/bsd/setruid.c: Likewise.
12842         * sysdeps/unix/bsd/setsid.c: Likewise.
12843         * sysdeps/unix/bsd/setuid.c: Likewise.
12844         * sysdeps/unix/bsd/sigaction.c: Likewise.
12845         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12846         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12847         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12848         * sysdeps/unix/bsd/telldir.c: Likewise.
12849         * sysdeps/unix/bsd/times.c: Likewise.
12850         * sysdeps/unix/bsd/usleep.c: Likewise.
12851
12852         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12853         ($(objpfx)libbsd-compat.a): Remove rule.
12854
12855         * include/features.h (__FAVOR_BSD): Do not define.
12856         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12857         features conflicting with POSIX.
12858         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12859         (_BSD_SOURCE): Remove description of not being a subset of other
12860         feature test macros.
12861         * manual/job.texi (getpgrp): Do not document BSD version.
12862         (getpgid): Do not document by reference to BSD getpgrp.
12863         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12864         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12865         * signal/signal.h [__FAVOR_BSD]: Likewise.
12866         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12867         instead of making contents conditional on [__FAVOR_BSD].
12868         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12869
12870 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12871
12872         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12873
12874 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12875
12876         [BZ #16314]
12877         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12878         values below 2**-450, not 2**-500.
12879         * math/auto-libm-test-in: Don't allow spurious underflow from
12880         hypot.
12881         * math/auto-libm-test-out: Regenerated.
12882
12883         [BZ #16316]
12884         [BZ #16330]
12885         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12886         values of ha and hb and sort them after adjusting subnormal
12887         arguments.
12888         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12889         Likewise.
12890         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12891         values of ea and eb and sort them after adjusting subnormal
12892         arguments.
12893         * math/auto-libm-test-in: Do not expect some hypot tests of
12894         subnormals to fail.  Add more hypot tests.
12895         * math/auto-libm-test-out: Regenerated.
12896
12897 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12898
12899         [BZ #13304]
12900         * sysdeps/sh/s_fma.c: New file.
12901         * sysdeps/sh/s_fmaf.c: New file.
12902         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12903         version.
12904         * sysdeps/sh/Implies: Add sh/soft-fp.
12905
12906 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12907
12908         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12909         level of indirection to members `objname', `errstring', `malloced'.
12910         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12911         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12912         it as the __longjmp argument (just pass 1 instead).
12913         (_dl_catch_error): Initialize C with argument pointers and address of
12914         volatile local ERRCODE rather than copying values out of C at return.
12915
12916 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12917
12918         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12919         * math/auto-libm-test-out: Regenerated.
12920         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12921         (hypot_test_data): Likewise.
12922         (pow_test_data): Likewise.
12923         (pow_tonearest_test_data): Likewise.
12924         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12925         mpfr_ff_f.
12926         (func_calc_desc): Add mpfr_ff_f union field.
12927         (FUNC_mpfr_ff_f): New macro.
12928         (test_functions): Add atan2, hypot and pow.
12929         (special_fill_min): New function.
12930         (special_fill_minus_min): Likewise.
12931         (special_fill_min_subnorm): Likewise.
12932         (special_fill_minus_min_subnorm): Likewise.
12933         (special_real_inputs): Add min, -min, min_subnorm and
12934         -min_subnorm.
12935         (calc_generic_results): Handle mpfr_ff_f.
12936         * sysdeps/i386/fpu/libm-test-ulps: Update.
12937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12938
12939 2013-12-16  Will Newton  <will.newton@linaro.org>
12940
12941         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12942         (Aligned Memory Blocks): Add documentation for aligned_alloc
12943         and suggest it as an alternative to posix_memalign.
12944         (Hooks for Malloc): Document __memalign_hook is also called
12945         for aligned_alloc.  (Summary of Malloc): Add summary for
12946         aligned alloc.  Document __memalign_hook is also called
12947         for aligned_alloc.
12948
12949 2013-12-16  Will Newton  <will.newton@linaro.org>
12950
12951         * manual/memory.texi (Malloc Examples): Clarify default
12952         alignment documentation.  Suggest posix_memalign rather
12953         than memalign or valloc.
12954         (Aligned Memory Blocks): Remove suggestion to use memalign
12955         or valloc.  Remove obsolete comment about BSD.
12956         Document memalign errno values and mark the function obsolete.
12957         Document posix_memalign returned error codes.  Mark valloc
12958         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12959         called for posix_memalign and valloc.
12960         (Summary of Malloc): Add posix_memalign to function summary.
12961         __memalign_hook is also called for posix_memalign and valloc.
12962
12963 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12964
12965         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12966         TAYLOR_SIN.
12967         (__sin): Adjust.
12968         (__cos): Likewise.
12969         (sloww): Use mynumber union.  Expand ternary operator into
12970         if-else statements.
12971         (cslow): use mynumber union.
12972
12973 2013-12-16  Allan McRae  <allan@archlinux.org>
12974
12975         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12976         * configure: Regenerated.
12977
12978         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12979
12980         [BZ #14120]
12981         * configure.ac: Added --enable-maintainer-mode. Check for
12982         autoconf when enabled.
12983         * configure: Regenerated.
12984
12985         * nscd/nscd.service: New file.
12986         * nscd/nscd.tmpfiles: New file.
12987
12988 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12989
12990         [BZ #12100]
12991         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12992         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12993         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12994         (strstr): Add __strstr_sse2_unaligned ifunc.
12995         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12996         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12997         (strcasestr): Remove __strcasestr_sse42 ifunc.
12998         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12999         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13000         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13001
13002 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13003
13004         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13005         * sysdeps/sh/bits/fenv.h: ... here.
13006         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13007
13008 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13009
13010         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13011
13012         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13013         hypotf multiarch implementations.
13014         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13015         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13016         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13017         multiarch hypot for PPC64.
13018         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13019         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13020         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13021         multiarch hypotf for PPC64.
13022
13023         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13024         modff multiarch implementations.
13025         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13028         multiarch modf for PPC64.
13029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13032         multiarch modff for PPC64.
13033
13034         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13035         and logl multiarch implementations.
13036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13039         multiarch logb for PPC64.
13040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13043         multiarch logb for PPC64.
13044         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13047         multiarch logb for PPC64.
13048
13049         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13050         isinff multiarch implementation.
13051         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13052         file.
13053         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13054         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13055         multiarch isinf for PPC64.
13056         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13057         file.
13058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13059         multiarch isinff for PPC64.
13060
13061         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13062         finitef multiarch implementation.
13063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13064         file.
13065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13067         multiarch finite for PPC64.
13068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13069         file.
13070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13071         multiarch finitef for PPC64.
13072
13073         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13074         lrint multiarch implementation.
13075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13076         file.
13077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13079         multiarch llrint for PPC64.
13080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13081         multiarch lrint for PPC64.
13082
13083         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13084         copysignf multiarch implementation.
13085         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13086         file.
13087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13088         file.
13089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13090         multiarch copysign for PPC64.
13091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13092         multiarch copysignf for PPC64.
13093
13094         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13095         multiarch implementation.
13096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13097         file.
13098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13099         file.
13100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13101         file.
13102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13103         file.
13104         multiarch llround for PPC64.
13105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13106         multiarch trunc for PPC64.
13107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13108         multiarch truncf for PPC64.
13109
13110         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13111         multiarch implementation.
13112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13113         file.
13114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13115         file.
13116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13117         file.
13118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13119         file.
13120         multiarch llround for PPC64.
13121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13122         multiarch round for PPC64.
13123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13124         multiarch roundf for PPC64.
13125
13126         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13127         multiarch implementation.
13128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13129         file.
13130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13131         file.
13132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13133         file.
13134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13135         file.
13136         multiarch llround for PPC64.
13137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13138         multiarch floor for PPC64.
13139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13140         multiarch floorf for PPC64.
13141
13142         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13143         multiarch implementation.
13144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13145         file.
13146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13147         file.
13148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13149         file.
13150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13151         file.
13152         multiarch llround for PPC64.
13153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13154         multiarch ceil for PPC64.
13155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13156         multiarch ceilf for PPC64.
13157
13158         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13159         multiarch implementation.
13160         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13161         file.
13162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13163         file.
13164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13165         file.
13166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13167         multiarch llround for PPC64.
13168         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13169         multiarch lround for PPC64.
13170
13171         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13172         multiarch implementation.
13173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13175         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13176         file.
13177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13180         multiarch isnan for PPC64.
13181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13182         multiarch isnanf for PPC64.
13183
13184         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13185         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13186         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13187         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13188         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13190
13191         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13192         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13193         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13194         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13195
13196         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13197         multiarch implementations.
13198         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13199         (__libc_ifunc_impl_list): Likewise.
13200         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13201         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13202         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13203         multiarch stpcpy for PPC64.
13204
13205         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13206         multiarch implementations.
13207         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13208         (__libc_ifunc_impl_list): Likewise.
13209         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13210         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13211         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13212         multiarch strcpy for PPC64.
13213
13214         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13215         redefine function name.
13216         (_wordcopy_fwd_dest_aligned): Likewise.
13217         (_wordcopy_bwd_aligned): Likewise.
13218         (_wordcopy_bwd_dest_aligned): Likewise.
13219         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13220         multiarch implementations.
13221         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13222         (__libc_ifunc_impl_list): Likewise.
13223         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13224         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13225         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13226         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13227         multiarch wcscpy for PPC64.
13228
13229         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13230         multiarch implementations.
13231         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13232         (__libc_ifunc_impl_list): Likewise.
13233         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13234         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13235         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13236         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13237         multiarch wcscpy for PPC64.
13238
13239         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13240         multiarch implementations.
13241         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13242         (__libc_ifunc_impl_list): Likewise.
13243         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13244         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13245         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13246         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13247         multiarch wcsrchr for PPC64.
13248
13249         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13250         multiarch implementations.
13251         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13252         (__libc_ifunc_impl_list): Likewise.
13253         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13254         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13255         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13256         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13257         multiarch wcschr for PPC64.
13258
13259         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13260         multiarch implementations.
13261         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13262         (__libc_ifunc_impl_list): Likewise.
13263         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13264         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13265         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13266         multiarch strchrnul for PPC64.
13267
13268         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13269         implementations.
13270         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13271         (__libc_ifunc_impl_list): Likewise.
13272         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13273         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13274         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13275         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13276         strchr for PPC64.
13277
13278         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13279         implementations.
13280         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13281         (__libc_ifunc_impl_list): Likewise.
13282         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13283         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13284         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13285         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13286         strncmp for PPC64.
13287
13288         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13289         multiarch implementations.
13290         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13291         (__libc_ifunc_impl_list): Likewise.
13292         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13293         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13294         strncasecmp for PPC64.
13295         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13296         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13297         multiarch strncasecmp_l for PPC64.
13298
13299         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13300         multiarch implementations.
13301         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13302         (__libc_ifunc_impl_list): Likewise.
13303         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13304         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13305         multiarch strcasecmp for PPC64.
13306         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13307         file.
13308         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
13309         multiarch strcasecmp_l for PPC64.
13310
13311         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
13312         implementations.
13313         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13314         (__libc_ifunc_impl_list): Likewise.
13315         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
13316         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
13317         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
13318         strnlen for PPC64.
13319
13320         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
13321         implementations.
13322         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13323         (__libc_ifunc_impl_list): Likewise.
13324         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13325         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13326         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13327         strlen for PPC64.
13328
13329         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13330         implementations.
13331         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13332         (__libc_ifunc_impl_list): Likewise.
13333         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13334         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13335         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13336         rawmemrchr for PPC64.
13337
13338         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13339         implementation.
13340         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13341         (__libc_ifunc_impl_list): Likewise.
13342         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13343         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13344         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13345         memrchr for PPC64.
13346
13347         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13348         implementation.
13349         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13350         (__libc_ifunc_impl_list): Likewise.
13351         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13352         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13353         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13354         memchr for PPC64.
13355
13356         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13357         implementation.
13358         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13359         (__libc_ifunc_impl_list): Likewise.
13360         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13361         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13362         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13363         mempcpy for PPC64.
13364
13365         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13366         avoid cretion of __bzero symbol.
13367         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13368         Likewise.
13369         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13370         Likewise.
13371         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13372         Likewise.
13373         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13374         multiarch implementations.
13375         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13376         (__libc_ifunc_impl_list): Likewise.
13377         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13378         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13379         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13380         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13381         bzero for PPC32.
13382         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13383         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13384         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13385         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13386         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13387         memset for PPC64.
13388         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13389
13390         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13391         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13392         implementations.
13393         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13394         (__libc_ifunc_impl_list): Likewise.
13395         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13396         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13397         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13398         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13399         memcmp for PPC64.
13400
13401         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13402         multiarch for POWER/PPC64.
13403         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13404         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13405         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13406         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13407         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13408         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13409         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13410         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13411         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13412         memcpy for PPC64.
13413
13414         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13415         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13416         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13417         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13418         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13419         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13420         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13421         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13422         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13423         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13424         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13425         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13426         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13427         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13428         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13436
13437 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13438
13439         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13440
13441 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13442
13443         * benchtests/Makefile (bench): Add exp2 and log2.
13444         (LDLIBS-bench-exp2): Add -lm.
13445         (LDLIBS-bench-log2): Likewise.
13446         * benchtests/exp2-inputs: New inputs file.
13447         * benchtests/log2-inputs: New inputs file.
13448         * benchtests/log-inputs: Add new inputs.
13449         * benchtests/tan-inputs: Likewise.
13450
13451 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13452
13453         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13454         definition...
13455         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13456         (csloww2): ... from here.
13457
13458         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13459         instead of structures.
13460         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13461         (POLYNOMIAL): Likewise.
13462         (TAYLOR_SLOW): Likewise.
13463         (__sin): Likewise.
13464         (__cos): Likewise.
13465         (slow1): Likewise.
13466         (slow2): Likewise.
13467         (sloww): Likewise.
13468         (sloww1); Likewise.
13469         (sloww2): Likewise.
13470         (bsloww1): Likewise.
13471         (bsloww2): Likewise.
13472         (cslow2): Likewise.
13473         (csloww): Likewise.
13474         (csloww1): Likewise.
13475         (csloww2): Likewise.
13476
13477 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13478
13479         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13480         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13481         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13482         * malloc/hooks.c (realloc_check): Likewise.
13483
13484         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13485         * malloc/arena.c: Remove PER_THREAD conditional.
13486         [!PER_THREAD]: Remove code.
13487         (ptmalloc_unlock_all2): Likewise.
13488         (ptmalloc_init): Likewise.
13489         (_int_new_arena): Likewise.
13490         (arena_get2): Likewise.
13491         * malloc/hooks.c (__malloc_get_state): Likewise.
13492         (__malloc_set_state): Likewise.
13493         * malloc/malloc.c: Likewise.
13494         (struct malloc_state): Likewise.
13495         (struct malloc_par): Likewise.
13496         (__libc_realloc): Likewise.
13497         (__libc_mallopt): Likewise.
13498
13499 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13500
13501         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13502
13503 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13504
13505         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13506         macro to a function.  Check for zero perturb_byte.
13507         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13508
13509         * malloc/malloc.c: (force_reg): Remove.
13510         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13511         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13512         force_reg by atomic_forced_read.
13513         * malloc/arena.c (ptmalloc_init): Likewise.
13514         * malloc/hooks.c (top_check): Likewise.
13515
13516 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13517
13518         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13519
13520 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13521
13522         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13523
13524 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13525
13526         * math/auto-libm-test-in: Add tests of lgamma.
13527         * math/auto-libm-test-out: Regenerated.
13528         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13529         (M_LOG_2_SQRT_PIl): Likewise.
13530         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13531         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13532         mpfr_f_f1.
13533         (func_calc_desc): Add mpfr_f_f1 union field.
13534         (ARGS1): New macro.
13535         (ARGS2): Likewise.
13536         (ARGS3): Likewise.
13537         (ARGS4): Likewise.
13538         (RET1): Likewise.
13539         (RET2): Likewise.
13540         (CALC): Likewise.
13541         (FUNC): Likewise.
13542         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13543         (test_functions): Add lgamma.
13544         (calc_generic_results): Handle mpfr_f_f1.
13545         * sysdeps/i386/fpu/libm-test-ulps: Update.
13546         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13547
13548 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13549
13550         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13551         __mpn_add_n for PowerPC64/POWER7.
13552         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13553         __mpn_sub_n for PowerPC64/POWER7.
13554
13555         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13556         __mpn_addmul_1 for PowerPC64.
13557         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13558         __mpn_submul_1 for PowerPC64.
13559         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13560         for PowerPC64.
13561         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13562         for PowerPC64.
13563
13564 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13565
13566         [BZ #15089]
13567         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13568
13569 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13570
13571         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13572
13573         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13574         add multiarch folders.
13575         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13576         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13577         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13578         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13579         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13580         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13581         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13582         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13583         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13584         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13585         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13592
13593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13594         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13596         New file.
13597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13598         New file.
13599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13600         multiarch __ieee754_hypot for PowerPC32.
13601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13602         New file.
13603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13604         New file.
13605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13606         multiarch __ieee754_hypotf for PowerPC32.
13607
13608         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13609         long_double_symbol only if __logbl is defined.
13610         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13611         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13612         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13613         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13614         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13615         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13616         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13617         path for implementation.
13618         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13619         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13621         logb, and logbl multiarch implementations for PowerPC32.
13622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13623         file.
13624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13625         file.
13626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13627         multiarch logb for PowerPC32.
13628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13629         file.
13630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13631         file.
13632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13633         multiarch logbf for PowerPC32.
13634         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13636         file.
13637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13638         multiarch logbl implementation for PowerPC32.
13639
13640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13641         and modff multiarch implementations.
13642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13643         New file.
13644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13645         New file.
13646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13647         multiarch modf for PowerPC32.
13648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13649         New file.
13650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13651         New file.
13652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13653         multiarch modff for PowerPC32.
13654
13655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13656         and lrintf multiarch implementations.
13657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13658         New file.
13659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13660         New file.
13661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13662         multiarch lrint for PowerPC32.
13663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13664         file: multiarch lrintf for PowerPC32.
13665
13666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13667         and lroundf multiarch implementations.
13668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13669         New file.
13670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13671         New file.
13672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13673         New file.
13674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13675         multiarch lround for PowerPC32.
13676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13677         file: multiarch lroundf for PowerPC32.
13678
13679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13680         copysign and copysignf multiarch implementations.
13681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13682         New file.
13683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13684         New file.
13685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13686         file: multiarch copysign for PowerPC32.
13687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13688         file: multiarch copysignf for PowerPC32.
13689
13690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13691         and truncf multiarch implementations.
13692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13693         New file.
13694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13695         file.
13696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13697         multiarch trunc for PowerPC32.
13698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13699         New file.
13700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13701         New file.
13702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13703         multiarch truncf for PowerPC32.
13704
13705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13706         and roundf multiarch implementations.
13707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13708         New file.
13709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13710         file.
13711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13712         multiarch round for PowerPC32.
13713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13714         New file.
13715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13716         New file.
13717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13718         multiarch roundf for PowerPC32.
13719
13720         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13721         and floorf multiarch implementations.
13722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13723         New file.
13724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13725         file.
13726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13727         multiarch floor for PowerPC32.
13728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13729         New file.
13730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13731         New file.
13732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13733         multiarch floorf for PowerPC32.
13734
13735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13736         and ceilf multiarch implementations.
13737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13738         New file.
13739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13740         file.
13741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13742         multiarch ceil for PowerPC32.
13743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13744         New file.
13745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13746         file.
13747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13748         multiarch ceilf for PowerPC32.
13749
13750         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13751         is defined.
13752         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13753         FINITEF is defined.
13754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13755         and finitef multiarch implementations.
13756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13757         New file.
13758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13759         file.
13760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13761         multiarch finite for PowerPC32.
13762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13763         New file.
13764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13765         file: multiarch finitef for PowerPC32.
13766
13767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13768         and isinff multiarch implementations.
13769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13770         file.
13771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13772         file.
13773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13774         multiarch isinf for PowerPC32.
13775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13776         New file.
13777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13778         multiarch isinff for PowerPC32.
13779
13780         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13781         alias when __isnan is defined.
13782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13783         and isnanf multiarch implementations.
13784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13785         file.
13786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13787         file.
13788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13789         file.
13790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13791         file.
13792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13793         multiarch isnan for PowerPC32.
13794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13795         New file.
13796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13797         New file.
13798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13799         multiarch isnanf for PowerPC32.
13800
13801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13802         and sqrtf multiarch implementations.
13803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13804         file.
13805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13806         file.
13807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13808         multiarch sqrt for PowerPC32.
13809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13810         file.
13811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13812         file.
13813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13814         multiarch sqrtf for PowerPC32.
13815
13816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13817         and llroundf multiarch implementations.
13818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13819         New file.
13820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13821         New file.
13822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13823         New file.
13824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13825         file: multiarch llround for PowerPC32.
13826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13827         file: multiarch llroundf for PowerPC32.
13828
13829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13830         multiarch PowerPC32 fpu implementations.
13831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13832         New file.
13833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13834         New file.
13835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13836         multiarch llrint for PowerPC32.
13837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13838         New file.
13839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13840         New file.
13841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13842         file.
13843
13844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13845
13846         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13847         file.
13848         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13849         file.
13850         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13851         file.
13852         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13853         multiarch wordcopy for PPC32.
13854         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13855         wordcopy objects.
13856         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13857         (__libc_ifunc_impl_list): Likewise.
13858         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13859         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13860         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13861         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13862         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13863         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13864
13865         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13866         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13867         file.
13868         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13869         file.
13870         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13871         file.
13872         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13873         multiarch wcscpy for PPC32.
13874         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13875         multiarch objects.
13876         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13877         (__libc_ifunc_impl_list): Likewise.
13878         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13879         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13880         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13881         sysdeps/powerpc/power6/wcscpy.c.
13882
13883         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13884         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13885         file.
13886         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13887         file.
13888         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13889         file.
13890         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13891         multiarch wcsrchr for PPC32.
13892         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13893         multiarch objects.
13894         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13895         (__libc_ifunc_impl_list): Likewise.
13896         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13897         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13898         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13899         sysdeps/powerpc/power6/wcsrchr.c.
13900
13901         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13902         file.
13903         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13904         file.
13905         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13906         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13907         multiarch wcschr for PPc32.
13908         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13909         multiarch objects.
13910         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13911         (__libc_ifunc_impl_list): Likewise.
13912         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13913         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13914         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13915         sysdeps/powerpc/power6/wcschr.c.
13916
13917         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13918         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13919         file.
13920         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13921         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13922         file: multiarch strchr for PPC32.
13923         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13924         multiarch objects.
13925         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13926         (__libc_ifunc_impl_list): Likewise.
13927
13928         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13929         name.
13930         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13931         file.
13932         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13933         file.
13934         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13935         multiarch strchrnul for PPC32.
13936         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13937         multiarch objects.
13938         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13939         (__libc_ifunc_impl_list): Likewise.
13940
13941         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13942         file.
13943         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13944         multiarch strncasecmp for PPC32.
13945         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13946         file.
13947         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13948         multiarch strncasecmp_l for PPC32.
13949         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13950         strncasecmp multiarch objects.
13951         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13952         (__libc_ifunc_impl_list): Likewise.
13953
13954         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13955         file.
13956         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13957         multiarch strncasecmp for PPC32.
13958         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13959         New file.
13960         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13961         multiarch strcasecmp_l for PPC32.
13962         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13963         multiarch objects.
13964         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13965         (__libc_ifunc_impl_list): Likewise.
13966
13967         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13968         file.
13969         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13970         file.
13971         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13972         multiarch strncmp for PPC32.
13973         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13974         multiarch objects.
13975         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13976         (__libc_ifunc_impl_list): Likewise.
13977
13978         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13979         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13980         file.
13981         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13982         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13983         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13984         multiarch objects.
13985         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13986         (__libc_ifunc_impl_list): Likewise.
13987
13988         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13989         file.
13990         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13991         file.
13992         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13993         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13994         multiarch objects.
13995         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13996         (__libc_ifunc_impl_list): Likewise.
13997
13998         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13999         file.
14000         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14001         file.
14002         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14003         multiarch rawmemchr for PPC32.
14004         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14005         multiarch objects.
14006         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14007         (__libc_ifunc_impl_list): Likewise.
14008
14009         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14010         file.
14011         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14012         file.
14013         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14014         file: memrchr multiarch for PPC32.
14015         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14016         multiarch objects.
14017         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14018         (__libc_ifunc_impl_list): Likewise.
14019
14020         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14021         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14022         file.
14023         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14024         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14025         multiarch memchr for PPC32.
14026         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14027         multiarch objects.
14028         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14029         (__libc_ifunc_impl_list): Likewise.
14030
14031         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14032         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14033         file.
14034         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14035         file.
14036         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14037         file: multiarch mempcpy for PPC32.
14038         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14039         multiarch objects.
14040         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14041         (__libc_ifunc_impl_list): Likewise.
14042
14043         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14044         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14045         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14046         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14047         multiarch bzero for PPC32.
14048         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14049         file.
14050         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14051         file.
14052         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14053         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14054         file: multiarch memset for PPC32.
14055         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14056         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14057         memset multiarch objects.
14058         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14059         (__libc_ifunc_impl_list): Likewise.
14060
14061         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14062         file.
14063         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14064         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14065         memcmp for PPC32.
14066         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14067         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14068         multiarch objects.
14069         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14070         (__libc_ifunc_impl_list): Likewise.
14071
14072         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14073         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14074         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14075         file.
14076         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14077         file.
14078         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14079         file.
14080         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14081         multiarch memcpy for PPC32.
14082         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14083         multiarch objects.
14084         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14085         (__libc_ifunc_impl_list): Likewise.
14086
14087         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14088         support multiarch for POWER/PPC32.
14089         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14090         Likewise.
14091         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14093         Implies file to make multiarch folder appers before the fpu and
14094         default folder for power4 configuration.
14095
14096 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14097
14098         * scripts/bench.pl: Append volatile keyword to type.
14099
14100 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14101
14102         * sysdeps/sh/sotruss-lib.c: New file.
14103         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14104
14105 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14106
14107         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14108
14109 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14110
14111         [BZ #6810]
14112         * math/w_tgamma.c: Include <errno.h>.
14113         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14114         * math/w_tgammaf.c: Include <errno.h>.
14115         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14116         * math/w_tgammal.c: Include <errno.h>.
14117         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14118         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14119         underflow.  Add more tgamma tests.
14120         * math/auto-libm-test-out: Regenerated.
14121         * sysdeps/i386/fpu/libm-test-ulps: Update.
14122         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14123
14124         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14125         sin, sinh, tan, tanh, tgamma, y0 and y1.
14126         * math/auto-libm-test-out: Regenerated.
14127         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14128         (TEST_COND_x86): Likewise.
14129         (M_E2l): Remove macro.
14130         (M_E3l): Likewise.
14131         (M_2_SQRT_PIl): Likewise.
14132         (M_SQRT_PIl): Likewise.
14133         (M_1_DIV_El): Likewise.
14134         (log_test_data): Use AUTO_TESTS_f_f.
14135         (log10_test_data): Likewise.
14136         (log1p_test_data): Likewise.
14137         (log2_test_data): Likewise.
14138         (sin_test_data): Likewise.
14139         (sin_tonearest_test_data): Likewise.
14140         (sin_towardzero_test_data): Likewise.
14141         (sin_downward_test_data): Likewise.
14142         (sin_upward_test_data): Likewise.
14143         (sinh_test_data): Likewise.
14144         (sinh_tonearest_test_data): Likewise.
14145         (sinh_towardzero_test_data): Likewise.
14146         (sinh_downward_test_data): Likewise.
14147         (sinh_upward_test_data): Likewise.
14148         (tan_test_data): Likewise.
14149         (tan_tonearest_test_data): Likewise.
14150         (tan_towardzero_test_data): Likewise.
14151         (tan_downward_test_data): Likewise.
14152         (tan_upward_test_data): Likewise.
14153         (tanh_test_data): Likewise.
14154         (tgamma_test_data): Likewise.
14155         (y0_test_data): Likewise.
14156         (y1_test_data): Likewise.
14157         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14158         (special_real_inputs): Add pi/4.
14159         * sysdeps/i386/fpu/libm-test-ulps: Update.
14160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14161
14162 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14163
14164         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14165         "longjmp_target" static probes.
14166         (__longjmp): Rename to __longjmp_symbol.
14167         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14168         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14169         on which longjmp to generate.
14170         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14171         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14172         probe.
14173         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14174         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14175         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14176         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14177         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14178         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14180         __longjmp_symbol based on which __longjmp to generate.
14181         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14182         probe.
14183         (setjmp): Rename to setjmp_symbol.
14184         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14185         (_setjmp): Rename to _setjmp_symbol.
14186         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14187         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14188         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14189         which setjmp to generate.
14190         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14191         "longjmp_target" static probes.
14192
14193 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14194
14195         * benchtests/README: Add note about output arguments.
14196         * benchtests/bench-sincos.c: Remove file.
14197         * benchtests/sincos-inputs: New file.
14198         * scripts/bench.pl: Identify output arguments and define
14199         static variables for them.
14200
14201         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14202
14203         [BZ #15941]
14204         * Makefile (INSTALL): Add install-plain.texi as the primary
14205         dependency.
14206         * manual/install-plain.texi: New file.
14207         * manual/install.texi: Include node directive only for
14208         non-plaintext output.
14209
14210 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14211
14212         * stdlib/longlong.h: Update from GCC.
14213
14214         [BZ #6807]
14215         [BZ #15901]
14216         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14217         * math/w_j0f.c (y0f): Likewise.
14218         * math/w_j0l.c (__y0l): Likewise.
14219         * math/w_j1.c (y1): Likewise.
14220         * math/w_j1f.c (y1f): Likewise.
14221         * math/w_j1l.c (__y1l): Likewise
14222         * math/w_jn.c (yn): Likewise.
14223         * math/w_jnf.c (ynf): Likewise.
14224         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14225         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
14226         value for Bessel function domain errors outside _SVID_ mode.
14227         Adjust sign of return value for yn (negative integer, 0).
14228         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14229         by zero in return for negative x and set sign appropriately for
14230         negative n.
14231         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14232         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14233         * math/libm-test.inc (y0_test_data): Add more tests and adjust
14234         expectations in error cases.
14235         (y1_test_data): Likewise.
14236         (yn_test_data): Likewise.
14237         * sysdeps/i386/fpu/libm-test-ulps: Update.
14238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14239
14240 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14241
14242         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14243         "64" to "64-v1".  Add "64-v2".
14244         (abi-64-options): Rename to ...
14245         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
14246         (abi-64-condition): Rename to ...
14247         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
14248         (abi-64-ld-soname): Rename to ...
14249         (abi-64-v1-ld-soname): ... this.
14250         (abi-64-v2-options): Define.
14251         (abi-64-v2-condition): Likewise.
14252         (abi-64-v2-ld-soname): Likewise.
14253         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14254         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14258
14259 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14260             Alan Modra  <amodra@gmail.com>
14261
14262         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14263         New versions for use with the ELFv2 ABI.
14264         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14265         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14266         declaration.
14267         (struct La_ppc64v2_retval): Likewise.
14268         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14269         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14270         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14271         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14272         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14273         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14274         Do not save or restore CR.
14275         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14276         (_dl_profile_resolve): Do no save or restore CR.  Support extended
14277         return values for ELFv2 ABI.  Fix location of FPR return registers.
14278         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14279         updated values for _CALL_ELF == 2.
14280         (La_regs, La_retval, int_retval): Likewise.
14281
14282 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14283
14284         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14285         (FRAME_MIN_SIZE_PARM): Likewise.
14286         (FRAME_BACKCHAIN): Likewise.
14287         (FRAME_CR_SAVE): Likewise.
14288         (FRAME_LR_SAVE): Likewise.
14289         (FRAME_TOC_SAVE): Likewise.
14290         (FRAME_PARM_SAVE): Likewise.
14291         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14292         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14293         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14294         (call_mcount_parm_offset): New macro.
14295         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14296         (PROF): Use symbolic stack frame offsets.
14297         (TAIL_CALL_SYSCALL_ERROR): Likewise.
14298         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14299         Redefine in terms of FRAME_MIN_SIZE.
14300         (_dl_runtime_resolve): Use symbolic stack frame offsets.
14301         (_dl_profile_resolve): Likewise.  Update comment.
14302         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14303         symbols stack frame offsets.
14304         (__sigsetjmp): Likewise.
14305         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14306         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14307         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14308         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
14309
14310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
14311         (FRAME_BACKCHAIN): Remove.
14312         (FRAME_CR_SAVE): Likewise.
14313         (FRAME_LR_SAVE): Likewise.
14314         (FRAME_COMPILER_DW): Likewise.
14315         (FRAME_LINKER_DW): Likewise.
14316         (FRAME_TOC_SAVE): Likewise.
14317         (FRAME_PARM_SAVE): Likewise.
14318         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
14319         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
14320         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
14322         (CHECK_SP): Use symbolic stack frame offsets.
14323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14324         zone" instead of caller's parameter save area for temp storage.
14325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14326         Likewise.  Also, use symbolic stack frame offsets.
14327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14328         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14329         our own stack frame instead of the caller's.
14330         (__socket): Use symbolic stack frame offsets.
14331
14332 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14333             Alan Modra  <amodra@gmail.com>
14334
14335         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14336         Define.
14337         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14338         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14339         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14340         New function.
14341         (elf_machine_fixup_plt): Call it.
14342         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
14343         reloc arguments.
14344         (elf_machine_rela): Update call to elf_machine_plt_conflict.
14345         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14346         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
14347         r2 before calling target.
14348
14349 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14350             Alan Modra  <amodra@gmail.com>
14351
14352         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14353         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14354         versions of macros to support ELFv2 ABI.
14355         (LOCALENTRY): New macro.
14356         (ENTRY, EALIGN): Use it.
14357         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14358         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14359         fall through into ENTRY entry point.
14360         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14361         Only define if _CALL_ELF != 2.
14362
14363         (elf_machine_matches_host): Verify ABI version matches.
14364         (RTLD_START): Use LOCALENTRY.
14365         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14366         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14367         (PLT_ENTRY_WORDS): New macro.
14368         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14369         (elf_machine_runtime_setup): Support ELFv2 ABI.
14370         (elf_machine_fixup_plt): Likewise.
14371         (elf_machine_plt_conflict): Likewise.
14372         (resolve_ifunc): Likewise.
14373         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14374         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14375         Likewise.
14376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14377         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14379         (makecontext): Support ELFv2 ABI.
14380         * elf/elf.h (EF_PPC64_ABI): Define.
14381
14382 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14383
14384         * sysdeps/powerpc/powerpc64/sysdep.h
14385         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14386         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14387         (ENTRY) [ASSEMBLER]: ... but instead here ...
14388         (EALIGN) [ASSEMBLER]: ... and here.
14389         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14390         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14391         (ENTRY_2) [!ASSEMBLER]: Use it.
14392         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14393         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
14394         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14395         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
14396         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14398         Use PPC64_LOAD_FUNCPTR.
14399
14400         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14401
14402 2013-12-04  Alan Modra  <amodra@gmail.com>
14403
14404         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14405         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14406         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14407         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14408
14409         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14410         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14411         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14412         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14413         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14414         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14415
14416 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14417
14418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14419         (__makecontext): Fix incorrect CFI when backtracing out of
14420         context created via makecontext.
14421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14422         (__setcontext): Fix incorrect CFI during switch to new context.
14423         (__novec_setcontext): Likewise.
14424
14425 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14426
14427         [BZ #4772]
14428         * time/strptime_l.c (__strptime_internal): Allow modifiers
14429         in strptime.
14430         * time/tst-strptime.c (day_tests): Add testcase.
14431
14432 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14433
14434         * scripts/bench.pl: Skip over blank lines.
14435
14436 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14437
14438         [BZ #926]
14439         * manual/time.texi (Calendar Time): Clarify what timezone functions
14440         use.
14441
14442 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14443
14444         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14445
14446 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14447
14448         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14449         implementation.
14450         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14451         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14452         * debug/memset_chk.c (__memset_chk): Likewise.
14453         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14454         * debug/strncpy_chk.c: Likewise.
14455
14456 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14457
14458         [BZ #15268]
14459         [BZ #15425]
14460         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14461         (__ieee754_exp): For possibly underflowing results, check size of
14462         result and force underflow exception if required.
14463         * math/auto-libm-test-in: Add more tests of exp.
14464         * math/auto-libm-test-out: Regenerated.
14465         * sysdeps/i386/fpu/libm-test-ulps: Update.
14466         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14467
14468         [BZ #16283]
14469         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14470         * math/w_exp2f.c (__exp2f): Likewise.
14471         * math/w_exp2l.c (__exp2l): Likewise.
14472         * math/auto-libm-test-in: Do not allow missing errno on exp2
14473         underflow.
14474         * math/auto-libm-test-out: Regenerated.
14475
14476 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14477
14478         [BZ #16274]
14479         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14480         handle filename validation.
14481         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14482         (do_open): Delete.
14483
14484 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14485
14486         [BZ #6786]
14487         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14488         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14489         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14490         <float.h>.
14491         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14492         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14493         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14494         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14495         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14496         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14497         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14498         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14499         Add more erfc tests.
14500         * math/auto-libm-test-out: Regenerated.
14501         * sysdeps/i386/fpu/libm-test-ulps: Update.
14502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14503
14504         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14505         exp2, expm1, j0 and j1.
14506         * math/auto-libm-test-out: Regenerated.
14507         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14508         (erfc_test_data): Likewise.
14509         (exp_test_data): Likewise.
14510         (exp_tonearest_test_data): Likewise.
14511         (exp_towardzero_test_data): Likewise.
14512         (exp_downward_test_data): Likewise.
14513         (exp_upward_test_data): Likewise.
14514         (exp10_test_data): Likewise.
14515         (exp2_test_data): Likewise.
14516         (expm1_test_data): Likewise.
14517         (j0_test_data): Likewise.
14518         (j1_test_data): Likewise.
14519         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14520         (input_flag_type): Add flag_xfail_rounding.
14521         (input_flags): Add xfail-rounding.
14522         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14523         (output_for_one_input_case): Handle flag_xfail_rounding.
14524         * sysdeps/i386/fpu/libm-test-ulps: Update.
14525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14526
14527 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14528
14529         [BZ #16289]
14530         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14531         division by 0.
14532
14533 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14534
14535         [BZ #16195]
14536         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14537         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14538         (STAP_PROBE0): New macro.
14539         (STAP_PROBE1): Likewise.
14540         (STAP_PROBE2): Likewise.
14541         (STAP_PROBE3): Likewise.
14542         (STAP_PROBE4): Likewise.
14543
14544 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14545
14546         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14547
14548 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14549
14550         * benchtests/Makefile (bench): Add sqrt.
14551         (LDLIBS-bench-sqrt): New.
14552         * benchtests/sqrt-input: New.
14553
14554 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14555
14556         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14557         (GAIH_EAI): Likewise.
14558         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14559         (gaih_inet): Likewise.
14560         (getaddrinfo): Don't use GAIH_EAI.
14561
14562         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14563         (struct gaih): Remove definition.
14564
14565 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14566
14567         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14568         Use HERRNOP directly.
14569
14570 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14571
14572         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14573
14574 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14575
14576         * math/gen-auto-libm-tests.c (test_functions): Add more
14577         single-argument functions.
14578         (special_fill_pi_2): New function.
14579         (special_fill_minus_pi_2): Likewise.
14580         (special_fill_pi_6): Likewise.
14581         (special_fill_minus_pi_6): Likewise.
14582         (special_fill_pi_3): Likewise.
14583         (special_fill_2pi_3): Likewise.
14584         (special_fill_e): Likewise.
14585         (special_fill_1_e): Likewise.
14586         (special_fill_e_minus_1): Likewise.
14587         (special_real_inputs): Add more special inputs.
14588         (output_for_one_input_case): Do not require ERANGE on underflow to
14589         zero if round-to-nearest result does not underflow to zero, unless
14590         exact results required.
14591         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14592         atan, atanh, cbrt, cos and cosh.
14593         * math/auto-libm-test-out: Regenerated.
14594         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14595         (acos_tonearest_test_data): Likewise.
14596         (acos_towardzero_test_data): Likewise.
14597         (acos_downward_test_data): Likewise.
14598         (acos_upward_test_data): Likewise.
14599         (acosh_test_data): Likewise.
14600         (asin_test_data): Likewise.
14601         (asin_tonearest_test_data): Likewise.
14602         (asin_towardzero_test_data): Likewise.
14603         (asin_upward_test_data): Likewise.
14604         (asinh_test_data): Likewise.
14605         (atan_test_data): Likewise.
14606         (atanh_test_data): Likewise.
14607         (cbrt_test_data): Likewise.
14608         (cos_test_data): Likewise.
14609         (cos_tonearest_test_data): Likewise.
14610         (cos_towardzero_test_data): Likewise.
14611         (cos_downward_test_data): Likewise.
14612         (cos_upward_test_data): Likewise.
14613         (cosh_test_data): Likewise.
14614         (cosh_tonearest_test_data): Likewise.
14615         (cosh_towardzero_test_data): Likewise.
14616         (cosh_downward_test_data): Likewise.
14617         (cosh_upward_test_data): Likewise.
14618         * sysdeps/i386/fpu/libm-test-ulps: Update.
14619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14620
14621 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14622
14623         [BZ #6787]
14624         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14625         * math/w_exp10f.c (__exp10f): Likewise.
14626         * math/w_exp10l.c (__exp10l): Likewise.
14627         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14628         errno settings in existing tests.
14629
14630         [BZ #14032]
14631         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14632         precision control set to double precision.
14633         * sysdeps/i386/fpu/w_sqrt.c: New file.
14634         * math/auto-libm-test-in: Add more tests.
14635         * math/auto-libm-test-out: Update.
14636
14637         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14638         (sqrt_test_tonearest): New function.
14639         (sqrt_towardzero_test_data): New variable.
14640         (sqrt_test_towardzero): New function.
14641         (sqrt_downward_test_data): New variable.
14642         (sqrt_test_downward): New function.
14643         (sqrt_upward_test_data): New variable.
14644         (sqrt_test_upward): New function.
14645         (main): Call the new functions.
14646
14647         * math/gen-auto-libm-tests.c: New file.
14648         * math/auto-libm-test-in: Likewise.
14649         * math/auto-libm-test-out: New generated file.
14650         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14651         variables.
14652         (%beautify): Add generated representations of zero.
14653         (top level): Set $auto_input and call parse_auto_input.
14654         (beautify): Remove trailing "f" from hex float constants.
14655         (parse_args): Handle XFAIL_TEST.
14656         (convert_condition): New function.
14657         (or_value): Likewise.
14658         (or_cond_value): Likewise.
14659         (generate_testfile): Handle AUTO_TESTS_* lines.
14660         (parse_auto_input): New function.
14661         * math/libm-test.inc (XFAIL_TEST): New macro.
14662         (ERRNO_UNCHANGED): Update value.
14663         (ERRNO_EDOM): Likewise.
14664         (ERRNO_ERANGE): Likewise.
14665         (IGNORE_RESULT): Likewise.
14666         (TEST_COND_flt_32): New macro.
14667         (TEST_COND_dbl_64): Likewise.
14668         (TEST_COND_ldbl_96_intel): Likewise.
14669         (TEST_COND_ldbl_96_m68k): Likewise.
14670         (TEST_COND_ldbl_128): Likewise.
14671         (TEST_COND_ldbl_128ibm): Likewise.
14672         (TEST_COND_long32): Likewise.
14673         (TEST_COND_long64): Likewise.
14674         (TEST_COND_before_rounding): Likewise.
14675         (TEST_COND_after_rounding): Likewise.
14676         (enable_test): Handle XFAIL_TEST flag.
14677         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14678         with finite results.
14679         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14680         auto-libm-test-out.
14681
14682 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14683             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14684
14685         [BZ #16214]
14686         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14687         __tls_get_addr_internal instead of __tls_get_offset in order to
14688         avoid GOT pointer dependency.  Make rtld export
14689         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14690         __tls_get_addr since we are a __tls_get_offset platform.
14691         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14692         GOT pointer being set up before.
14693         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14694
14695 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14696
14697         * manual/math.texi (Errors in Math Functions): Document accuracy
14698         goals.
14699
14700         [BZ #15004]
14701         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14702         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14703         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14704         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14705         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14706         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14707         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14708         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14709         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14710         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14711         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14712         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14713         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14714         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14715         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14716         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14717
14718         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14719         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14720         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14721         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14722         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14723         Likewise.
14724         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14725         Likewise.
14726         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14727         Likewise.
14728         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14729         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14730         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14731         atomic-feupdateenv and flt-rounds.
14732         * sysdeps/powerpc/nofpu/Versions (libc): Add
14733         __atomic_feholdexcept, __atomic_feclearexcept,
14734         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14735         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14736         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14737         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14738         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14739         here.
14740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14741         Update.
14742
14743         * manual/arith.texi (FP Exceptions): Document that exceptions may
14744         not be raised when matherr is used.
14745         (Math Error Reporting): Document overflow in directed rounding
14746         modes.  Document that errno may not be set when finite values are
14747         returned on overflow.  Document intent to set errno on underflow
14748         only for underflow to zero.
14749
14750         [BZ #16271]
14751         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14752         round-to-nearest then adjust result for other rounding modes.
14753         * include/fenv.h (fegetround): Use libm_hidden_proto.
14754         * math/fegetround.c (fegetround): Use libm_hidden_def.
14755         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14756         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14757         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14758         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14759         Likewise.
14760         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14761         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14762         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14763         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14764
14765 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14766
14767         [BZ #16077]
14768         * nss/Versions (libnss_files): Add
14769         _nss_files_gethostbyname3_r.
14770         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14771         New function.
14772         (HOST_DB_LOOKUP): Remove macro.
14773         (_nss_files_gethostbyname_r): Implement function without the
14774         HOST_DB_LOOKUP macro.
14775         (_nss_files_gethostbyname2_r): Likewise.
14776
14777 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14778
14779         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14780
14781 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14782
14783         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14784         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14785         warning.
14786
14787 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14788
14789         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14790         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14791         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14792         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14793         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14794         __fe_nomask_env_priv and attribute_hidden.
14795         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14796         (libc_feupdateenv_test_ppc): Likewise.
14797         (libc_feresetround_ppc): Likewise.
14798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14799         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14800         compat_symbol macro.
14801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14802         (__fe_nomask_env): Likewise.
14803         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14804
14805 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14806
14807         * string/Makefile: Remove ifunc tests.
14808         * string/test-string.h: Define TEST_IFUNC.
14809         * string/test-bcopy-ifunc.c: Remove.
14810         * string/test-bzero-ifunc.c: Likewise.
14811         * string/test-memccpy-ifunc.c: Likewise.
14812         * string/test-memchr-ifunc.c: Likewise.
14813         * string/test-memcmp-ifunc.c: Likewise.
14814         * string/test-memcpy-ifunc.c: Likewise.
14815         * string/test-memmem-ifunc.c: Likewise.
14816         * string/test-memmove-ifunc.c: Likewise.
14817         * string/test-mempcpy-ifunc.c: Likewise.
14818         * string/test-memrchr-ifunc.c: Likewise.
14819         * string/test-memset-ifunc.c: Likewise.
14820         * string/test-rawmemchr-ifunc.c: Likewise.
14821         * string/test-stpcpy-ifunc.c: Likewise.
14822         * string/test-stpncpy-ifunc.c: Likewise.
14823         * string/test-strcasecmp-ifunc.c: Likewise.
14824         * string/test-strcasestr-ifunc.c: Likewise.
14825         * string/test-strcat-ifunc.c: Likewise.
14826         * string/test-strchr-ifunc.c: Likewise.
14827         * string/test-strchrnul-ifunc.c: Likewise.
14828         * string/test-strcmp-ifunc.c: Likewise.
14829         * string/test-strcpy-ifunc.c: Likewise.
14830         * string/test-strcspn-ifunc.c: Likewise.
14831         * string/test-strlen-ifunc.c: Likewise.
14832         * string/test-strncasecmp-ifunc.c: Likewise.
14833         * string/test-strncat-ifunc.c: Likewise.
14834         * string/test-strncmp-ifunc.c: Likewise.
14835         * string/test-strncpy-ifunc.c: Likewise.
14836         * string/test-strnlen-ifunc.c: Likewise.
14837         * string/test-strpbrk-ifunc.c: Likewise.
14838         * string/test-strrchr-ifunc.c: Likewise.
14839         * string/test-strspn-ifunc.c: Likewise.
14840         * string/test-strstr-ifunc.c: Likewise.
14841
14842 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14843
14844         * benchtests/Makefile: Remove ifunc tests.
14845         * benchtests/bench-string.h: Define TEST_IFUNC.
14846         * benchtests/bench-bcopy-ifunc.c: Remove.
14847         * benchtests/bench-bzero-ifunc.c: Likewise.
14848         * benchtests/bench-memccpy-ifunc.c: Likewise.
14849         * benchtests/bench-memchr-ifunc.c: Likewise.
14850         * benchtests/bench-memcmp-ifunc.c: Likewise.
14851         * benchtests/bench-memcpy-ifunc.c: Likewise.
14852         * benchtests/bench-memmem-ifunc.c: Likewise.
14853         * benchtests/bench-memmove-ifunc.c: Likewise.
14854         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14855         * benchtests/bench-memrchr-ifunc.c: Likewise.
14856         * benchtests/bench-memset-ifunc.c: Likewise.
14857         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14858         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14859         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14860         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14861         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14862         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14863         * benchtests/bench-strcat-ifunc.c: Likewise.
14864         * benchtests/bench-strchr-ifunc.c: Likewise.
14865         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14866         * benchtests/bench-strcmp-ifunc.c: Likewise.
14867         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14868         * benchtests/bench-strcpy-ifunc.c: Likewise.
14869         * benchtests/bench-strcspn-ifunc.c: Likewise.
14870         * benchtests/bench-strlen-ifunc.c: Likewise.
14871         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14872         * benchtests/bench-strncat-ifunc.c: Likewise.
14873         * benchtests/bench-strncmp-ifunc.c: Likewise.
14874         * benchtests/bench-strncpy-ifunc.c: Likewise.
14875         * benchtests/bench-strnlen-ifunc.c: Likewise.
14876         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14877         * benchtests/bench-strrchr-ifunc.c: Likewise.
14878         * benchtests/bench-strsep-ifunc.c: Likewise.
14879         * benchtests/bench-strspn-ifunc.c: Likewise.
14880         * benchtests/bench-strstr-ifunc.c: Likewise.
14881
14882 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14883
14884         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14885
14886 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14887
14888         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14889         * rt/aio.h: Likewise.
14890         * sysdeps/gnu/bits/utmp.h: Likewise.
14891         * sysdeps/gnu/bits/utmpx.h: Likewise.
14892         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14893         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14894         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14895         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14896         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14897         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14898         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14899         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14900         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14901         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14902         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14903         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14904         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14906         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14907         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14908         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14909         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14910         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14911         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14912         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14913         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14914         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14915         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14916         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14917         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14918         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14919         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14920         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14921         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14922         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14923         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14924         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14925         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14926         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14927         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14928         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14929         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14930         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14931         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14932         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14933         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14934
14935 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14936
14937         [BZ #16245]
14938         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14939         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14940
14941 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14942
14943         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14944         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14945         Likewise.
14946
14947 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14948
14949         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14950         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14951         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14952         (__fesetround): Remove define.
14953         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14954         rounding and exceptions handling.
14955         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14956         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14957         (__fe_nomask_env): Likewise.
14958         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14959         __fegetround instead of fegetround.
14960         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14961         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14962
14963 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14964
14965         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14966         it's there.
14967
14968         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14969
14970 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14971
14972         [BZ #11157]
14973         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14974         (encrypt_r): Likewise.
14975         * malloc/obstack.h (obstack_free): Likewise.
14976         * posix/unistd.h (encrypt): Likewise.
14977
14978 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14979
14980         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14981         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14982         DL_CALL_DT_FINI() that call the functions directly.
14983         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14984         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14985         * elf/dl-fini.c: Likewise.
14986
14987 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14988
14989         * malloc/hooks.c (memalign_check): Add alignment rounding.
14990         * malloc/malloc.c (_mid_memalign): New function.
14991         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14992         Implement by calling _mid_memalign.
14993         * manual/probes.texi (Memory Allocation Probes): Remove
14994         memory_valloc_retry and memory_pvalloc_retry.
14995
14996 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14997
14998         * locale/programs/locarchive.c (open_archive): Add const
14999         qualifier to ARCHIVEFNAME and copy default fname to
15000         DEFAULT_FNAME.
15001
15002         [BZ #15601]
15003         * libio/tst-widetext.input: Rename Oriya to Odia.
15004         * locale/iso-639.def: Likewise.
15005
15006         * manual/probes.texi (Mathematical Function Probes): Add
15007         documentation for sin, cos, asin and acos probes.
15008         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15009         (__sin32): Add slowasin probe.
15010         (__cos32): Add slowacos probe.
15011         (__mpsin): Add slowsin probe.
15012         (__mpcos): Add slowcos probe.
15013
15014 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15015
15016         [BZ #15483]
15017         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15018         thread-local __sim_exceptions_thread and global
15019         __sim_exceptions_global.
15020         (__sim_disabled_exceptions): Change to thread-local
15021         __sim_disabled_exceptions_thread and global
15022         __sim_disabled_exceptions_global.
15023         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15024         and global __sim_round_mode_global.
15025         (__simulate_exceptions): Use thread-local floating-point state and
15026         set global state from it as needed.
15027         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15028         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15029         __sim_round_mode_thread.
15030         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15031         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15032         and global __sim_exceptions_global.
15033         (__sim_disabled_exceptions): Change to thread-local
15034         __sim_disabled_exceptions_thread and global
15035         __sim_disabled_exceptions_global.
15036         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15037         and global __sim_round_mode_global.
15038         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15039         (SIM_SET_GLOBAL): Likewise.
15040         * sysdeps/powerpc/soft-fp/sfp-machine.h
15041         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15042         __sim_round_mode_thread.
15043         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15044         __sim_disabled_exceptions_thread.
15045         (__sim_exceptions): Change to __sim_exceptions_thread.
15046         (__sim_disabled_exceptions): Change to
15047         __sim_disabled_exceptions_thread.
15048         (__sim_round_mode): Change to __sim_round_mode_thread.
15049         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15050         thread-local floating-point state and set global state from it as
15051         needed.
15052         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15053         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15054         (__sim_disabled_exceptions): Remove extern declaration.
15055         (feenableexcept): Use thread-local floating-point state and set
15056         global state from it as needed.
15057         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15058         extern declaration.
15059         (__sim_disabled_exceptions): Likewise.
15060         (__sim_round_mode): Likewise.
15061         (__fegetenv): Use thread-local floating-point state.
15062         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15063         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15064         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15065         floating-point state and set global state from it as needed.
15066         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15067         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15068         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15069         Likewise.
15070         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15071         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15072         Likewise.
15073         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15074         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15075         Use __sim_round_mode_thread.
15076         * math/test-fenv-tls.c: New file.
15077         * math/Makefile (tests): Add test-fenv-tls.
15078         ($(objpfx)test-fenv-tls): Depend on
15079         $(common-objpfx)nptl/libpthread.so.
15080
15081 2013-11-19  Andreas Schwab  <schwab@suse.de>
15082
15083         * locale/programs/locale.c (show_info): Decode wordarray elements.
15084         * locale/categories.def (LC_MONETARY): Add element for
15085         _NL_MONETARY_CRNCYSTR.
15086         * locale/C-monetary.c (conversion_rate): New variable.
15087         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15088         element.
15089
15090 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15091
15092         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15093         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15094
15095 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15096
15097         * elf/Makefile (tst-auxv): New test.
15098         * elf/tst-auxv.c: New
15099         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15100
15101 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15102
15103         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15104         (hidden_proto): Caller changed.
15105         (hidden_tls_proto): New macro.
15106         (libc_hidden_tls_proto): Likewise.
15107         (rtld_hidden_tls_proto): Likewise.
15108         (libm_hidden_tls_proto): Likewise.
15109         (libresolv_hidden_tls_proto): Likewise.
15110         (librt_hidden_tls_proto): Likewise.
15111         (libdl_hidden_tls_proto): Likewise.
15112         (libnss_files_hidden_tls_proto): Likewise.
15113         (libnsl_hidden_tls_proto): Likewise.
15114         (libnss_nisplus_hidden_tls_proto): Likewise.
15115         (libutil_hidden_tls_proto): Likewise.
15116
15117 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15118
15119         [BZ #10253]
15120         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15121         (decompose_rpath): Defer expansion to fillin_rpath.
15122         (_dl_init_paths): Pass linkmap to fillin_rpath.
15123
15124 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15125
15126         * benchtests/Makefile: Add strsep.
15127         * benchtests/bench-strsep.c: New file: strsep benchtest.
15128         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15129
15130 2013-11-18  Andreas Schwab  <schwab@suse.de>
15131
15132         * locale/programs/locale.c (show_info) [case byte]: Check for
15133         '\377' instead of '\177'.
15134         * locale/C-monetary.c (not_available): Always use "\377".
15135         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15136         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15137         detect unavailable sign_posn locale elements.
15138         * locale/localeconv.c (__localeconv): For grouping and
15139         mon_grouping handle "\177" and "\377" like no grouping.
15140         (INT_ELEM): New macro.  Use it to set all numeric members.
15141         * locale/programs/ld-monetary.c (monetary_read)
15142         <tok_mon_grouping>: Normalize single -1 to the empty string.
15143         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15144         Likewise.
15145
15146 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15147
15148         [BZ #16055]
15149         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15150         when we match (nil).
15151         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15152
15153 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15154
15155         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15156         (NO_TEST_INLINE): Update value.
15157         (ERRNO_UNCHANGED): Likewise.
15158         (ERRNO_EDOM): Likewise.
15159         (ERRNO_ERANGE): Likewise.
15160         (IGNORE_RESULT): Likewise.
15161         (check_float_internal): Check signs of NaN results if
15162         TEST_NAN_SIGN used.
15163         (check_complex): Pass TEST_NAN_SIGN flag through to second
15164         check_float_internal call.
15165         (copysign_test_data): Add tests with quiet NaNs as second
15166         argument.  Use TEST_NAN_SIGN.
15167         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15168         TEST_NAN_SIGN.
15169         (signbit_test_data): Add tests of quiet NaN argument.
15170         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15171
15172         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15173         $ignore_result.
15174         (parse_args): Handle function results specified as IGNORE.
15175         * math/libm-test.inc (IGNORE_RESULT): New macro.
15176         (check_float_internal): Do not check numerical result if flag
15177         IGNORE_RESULT set.
15178         (check_complex): Pass through IGNORE_RESULT to second
15179         check_float_internal call.
15180         (check_int): Do not check numerical result if flag IGNORE_RESULT
15181         set.
15182         (check_long): Likewise.
15183         (check_bool): Likewise.
15184         (check_longlong): Likewise.
15185         (lrint_test_data): Add tests of infinite and NaN arguments.
15186         (lrint_tonearest_test_data): Likewise.
15187         (lrint_towardzero_test_data): Likewise.
15188         (lrint_downward_test_data): Likewise.
15189         (lrint_upward_test_data): Likewise.
15190         (llrint_test_data): Likewise.
15191         (llrint_tonearest_test_data): Likewise.
15192         (llrint_towardzero_test_data): Likewise.
15193         (llrint_downward_test_data): Likewise.
15194         (llrint_upward_test_data): Likewise.
15195         (lround_test_data): Likewise.
15196         (llround_test_data): Likewise.
15197
15198         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15199         (ERRNO_UNCHANGED): Update value.
15200         (ERRNO_EDOM): Likewise.
15201         (ERRNO_ERANGE): Likewise.
15202         (NO_TEST_INLINE_FLOAT): New macro.
15203         (NO_TEST_INLINE_DOUBLE): Likewise.
15204         (enable_test): New function.
15205         (RUN_TEST_f_f): Check enable_test before running test.
15206         (RUN_TEST_2_f): Likewise.
15207         (RUN_TEST_fff_f): Likewise.
15208         (RUN_TEST_c_f): Likewise.
15209         (RUN_TEST_f_f1): Likewise.
15210         (RUN_TEST_fF_f1): Likewise.
15211         (RUN_TEST_fI_f1): Likewise.
15212         (RUN_TEST_ffI_f1): Likewise.
15213         (RUN_TEST_c_c): Likewise.
15214         (RUN_TEST_cc_c): Likewise.
15215         (RUN_TEST_f_i): Likewise.
15216         (RUN_TEST_f_i_tg): Likewise.
15217         (RUN_TEST_ff_i_tg): Likewise.
15218         (RUN_TEST_f_b): Likewise.
15219         (RUN_TEST_f_b_tg): Likewise.
15220         (RUN_TEST_f_l): Likewise.
15221         (RUN_TEST_f_L): Likewise.
15222         (RUN_TEST_fFF_11): Likewise.
15223         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15224         conditionals.
15225         (cosh_test_data): Likewise.
15226         (exp_test_data): Likewise.
15227         (expm1_test_data): Likewise.
15228         (hypot_test_data): Likewise.
15229         (pow_test_data): Likewise.
15230         (sinh_test_data): Likewise.
15231         (tanh_test_data): Likewise.
15232         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15233         flags argument.
15234
15235         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15236         tests with quiet NaN input and output.
15237         (acosh_test_data): Likewise.
15238         (asin_test_data): Likewise.
15239         (asinh_test_data): Likewise.
15240         (atan_test_data): Likewise.
15241         (atanh_test_data): Likewise.
15242         (atan2_test_data): Likewise.
15243         (cbrt_test_data): Likewise.
15244         (cos_test_data): Likewise.
15245         (cosh_test_data): Likewise.
15246         (erf_test_data): Likewise.
15247         (erfc_test_data): Likewise.
15248         (exp_test_data): Likewise.
15249         (exp10_test_data): Likewise.
15250         (exp2_test_data): Likewise.
15251         (expm1_test_data): Likewise.
15252         (hypot_test_data): Likewise.
15253         (j0_test_data): Likewise.
15254         (j1_test_data): Likewise.
15255         (jn_test_data): Likewise.
15256         (lgamma_test_data): Likewise.
15257         (log_test_data): Likewise.
15258         (log10_test_data): Likewise.
15259         (log1p_test_data): Likewise.
15260         (log2_test_data): Likewise.
15261         (pow_test_data): Likewise.
15262         (scalb_test_data): Likewise.
15263         (sin_test_data): Likewise.
15264         (sincos_test_data): Likewise.
15265         (sinh_test_data): Likewise.
15266         (tan_test_data): Likewise.
15267         (tanh_test_data): Likewise.
15268         (tgamma_test_data): Likewise.
15269         (y0_test_data): Likewise.
15270         (y1_test_data): Likewise.
15271         (yn_test_data): Likewise.
15272
15273         [BZ #16167]
15274         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15275         argument being NaN and avoid computations with second argument in
15276         that case.
15277         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15278         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15279         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15280
15281 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15282
15283         * locale/iso-639.def: Add Chitwani Tharu (the).
15284
15285 2013-11-14  Andreas Schwab  <schwab@suse.de>
15286
15287         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15288         word instead of empty string.
15289
15290 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15291
15292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15293         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15295         (__fe_nomask_env): Likewise.
15296
15297 2013-11-13  Steve Ellcey  <sellcey@mips.com>
15298
15299         * benchtests/bench-timing.h: Include time.h.
15300
15301 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
15302
15303         [BZ #15997]
15304         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15305         to 3.4.0 for x32.
15306         * sysdeps/unix/sysv/linux/configure: Regenerated.
15307
15308 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
15309
15310         [BZ #16151]
15311         * stdlib/strtod_l.c (round_and_return): Do not consider
15312         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
15313         exponent one less than half the least subnormal exponent.
15314         * stdlib/test-strtod-round-data: Add more tests.
15315         * stdlib/tst-strtod-round.c (tests): Regenerated.
15316
15317 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15318
15319         [BZ #14143]
15320         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
15321         (__fe_mask_env): Likewise.
15322         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
15323         libm_hidden_proto and add function prototype.
15324         (__fe_mask_env): Add function prototype.
15325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15326         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15328         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15330         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15331
15332 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15333
15334         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15335         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15336
15337 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15338
15339         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15340         of htab_find_slot().
15341
15342 2013-11-11  David S. Miller  <davem@davemloft.net>
15343
15344         [BZ #16150]
15345         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15346         symbol in the non-vis3 case in static builds.
15347         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15348         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15349         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15350         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15351
15352 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15353
15354         [BZ #387]
15355         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15356         it is empty.
15357
15358 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15359
15360         * benchtests/Makefile: Add bench-strtod.
15361         * benchtests/bench-strtod.c: New file: strtod benchtest
15362
15363 2013-11-11  Andreas Schwab  <schwab@suse.de>
15364
15365         [BZ #16153]
15366         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15367         terminating NUL in key length.
15368
15369 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15370
15371         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15372         Add artificial ODP entry for vDSO symbol for PPC64.
15373         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15374         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15375
15376 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15377
15378         [BZ #15374]
15379         * nss/getent.c (services_keys): Recognize services starting with digit.
15380
15381 2013-11-06  David S. Miller  <davem@davemloft.net>
15382
15383         [BZ #15985]
15384         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15385         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15386
15387 2013-11-06  Will Newton  <will.newton@linaro.org>
15388
15389         * manual/memory.texi (Malloc Examples): Remove register
15390         keyword from examples.
15391
15392 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
15393
15394         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
15395
15396 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
15397
15398         [BZ #6981]
15399         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15400         depending on [__GCC_IEC_559 > 0].
15401         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15402         depending on [__GCC_IEC_559_COMPLEX > 0].
15403
15404 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
15405
15406         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15407         to iso-639.def.
15408
15409 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
15410
15411         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15412
15413 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
15414
15415         [BZ #16112]
15416         * malloc/malloc (malloc_info): Do not handle first bin as
15417         special case.
15418
15419 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
15420
15421         * locale/iso-639.def: Add Central Nahuatl (nhn).
15422
15423 2013-11-01  Bruno Haible  <bruno@clisp.org>
15424
15425         [BZ #7003]
15426         * manual/math.texi (BSD Random): Specify range upper bound as
15427         in POSIX.
15428
15429 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
15430
15431         * locale/iso-639.def: Add Meadow Mari (mhr).
15432
15433 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
15434
15435         [BZ #14752], [BZ #15763]
15436         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15437         Validate name.
15438         * rt/tst_shm.c: Add test for escaping directory.
15439
15440 2013-10-31  Andreas Schwab  <schwab@suse.de>
15441
15442         [BZ #15917]
15443         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15444         followed by 'x' as part of digit sequence.
15445         * stdio-common/tst-sscanf.c (double_tests2): New tests.
15446
15447 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15448
15449         [BZ #16037]
15450         * configure.ac: allow GNU Make 4.0 and greater.
15451         * configure: Regenerated.
15452
15453 2013-10-30  Will Newton  <will.newton@linaro.org>
15454
15455         [BZ #16038]
15456         * malloc/hooks.c (memalign_check): Limit alignment to the
15457         maximum representable power of two.
15458         * malloc/malloc.c (__libc_memalign): Likewise.
15459         * malloc/tst-memalign.c (do_test): Add test for very
15460         large alignment values.
15461         * malloc/tst-posix_memalign.c (do_test): Likewise.
15462
15463 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15464
15465         [BZ #11087]
15466         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15467         (munmap_chunk): Likewise.
15468         (mremap_chunk): Likewise.
15469
15470 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15471
15472         [BZ #15799]
15473         * stdlib/div.c (div): Remove obsolete code.
15474         * stdlib/ldiv.c (ldiv): Likewise.
15475         * stdlib/lldiv.c (lldiv): Likewise.
15476
15477 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15478
15479         [BZ #16071]
15480         * nss/nss_files/files-XXX.c (get_contents_ret): New
15481         enumerator.
15482         (get_contents): New function.
15483         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15484
15485 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15486
15487         * configure.in: Moved to ...
15488         * configure.ac: ... here. Change reference to configure.in
15489         to configure.ac.
15490         * sysdeps/arm/preconfigure.ac: ... here.
15491         configure.in to configure.ac.
15492         * sysdeps/gnu/configure.in: Moved to ...
15493         * sysdeps/gnu/configure.ac: ... here.
15494         * sysdeps/i386/configure.in: Moved to ...
15495         * sysdeps/i386/configure.ac: ... here.
15496         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15497         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15498         * sysdeps/mach/configure.in: Moved to ...
15499         * sysdeps/mach/configure.ac: ... here.
15500         * sysdeps/mach/hurd/configure.in: Moved to ...
15501         * sysdeps/mach/hurd/configure.ac: ... here.
15502         * sysdeps/powerpc/configure.in: Moved to ...
15503         * sysdeps/powerpc/configure.ac: ... here.
15504         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15505         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15506         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15507         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15508         * sysdeps/s390/s390-32/configure.in: Moved to ...
15509         * sysdeps/s390/s390-32/configure.ac: ... here.
15510         * sysdeps/s390/s390-64/configure.in: Moved to ...
15511         * sysdeps/s390/s390-64/configure.ac: ... here.
15512         * sysdeps/sh/configure.in: Moved to ...
15513         * sysdeps/sh/configure.ac: ... here.
15514         * sysdeps/sparc/configure.in: Moved to ...
15515         * sysdeps/sparc/configure.ac: ... here.
15516         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15517         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15518         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15519         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15520         * sysdeps/x86_64/configure.in: Moved to ...
15521         * sysdeps/x86_64/configure.ac: ... here.
15522         * sysdeps/x86_64/preconfigure.in: Moved to ...
15523         * sysdeps/x86_64/preconfigure.ac: ... here.
15524         * aclocal.m4: Change reference to configure.in to configure.ac.
15525         * config.h.in: Likewise.
15526         * manual/install.texi: Likewise.
15527         * manual/maint.texi: Likewise.
15528         * Makefile: Likewise.
15529         * malloc/Makefile: Likewise.
15530         * nscd/Makefile: Likewise.
15531         * Makeconfig: Change reference to configure.in and
15532         preconfigure.in to configure.ac and preconfigure.ac
15533         respectively.
15534         * INSTALL: Regenerated.
15535         * configure: Likewise.
15536         * sysdeps/gnu/configure: Likewise.
15537         * sysdeps/i386/configure: Likewise.
15538         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15539         * sysdeps/mach/configure: Likewise.
15540         * sysdeps/mach/hurd/configure: Likewise.
15541         * sysdeps/powerpc/configure: Likewise.
15542         * sysdeps/powerpc/powerpc32/configure: Likewise.
15543         * sysdeps/powerpc/powerpc64/configure: Likewise.
15544         * sysdeps/s390/s390-32/configure: Likewise.
15545         * sysdeps/s390/s390-64/configure: Likewise.
15546         * sysdeps/sh/configure: Likewise.
15547         * sysdeps/sparc/configure: Likewise.
15548         * sysdeps/unix/sysv/linux/configure: Likewise.
15549         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15550         * sysdeps/x86_64/configure: Likewise.
15551         * sysdeps/x86_64/preconfigure: Likewise.
15552
15553 2013-10-29  Andreas Schwab  <schwab@suse.de>
15554
15555         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15556
15557 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15558
15559         * benchtests/pow-inputs: Add new inputs.
15560
15561         * benchtests/exp-inputs: Add new inputs.
15562
15563         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15564         conditional check for return value.
15565         (__cos32): Likewise.
15566
15567 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15568
15569         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15570         to provide a boost for large inputs with word alignment.
15571         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15572         implementation based on optimized PPC64 strcpy.
15573         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15574         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15575         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15576         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15577
15578 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15579
15580         [BZ #2801]
15581         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15582
15583 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15584
15585         [BZ #14876]
15586         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15587         * time/tst-strptime.c (day_tests): Add testcase.
15588
15589 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15590
15591         [BZ #14029]
15592         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15593
15594 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15595
15596         [BZ #16074]
15597         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15598         MAP_FAILED on error.
15599
15600 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15601
15602         [BZ #16072]
15603         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15604         heap for large requests.
15605
15606 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15607
15608         [BZ #9954]
15609         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15610         result if the result has no associated interface.
15611         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15612         interface for all 127.X.Y.Z addresses.
15613
15614 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15615
15616         * locale/iso-639.def: Add Ligurian (lij)
15617
15618 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15619
15620         [BZ #15825]
15621         * sunrpc/rpc_main.c: Document rpcgen -5.
15622
15623 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15624
15625         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15626
15627 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15628
15629         [BZ #10278]
15630         * posix/glob.c: Match only directories when trailing slash is present.
15631         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15632         (main): Add testcase.
15633
15634 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15635
15636         [BZ #15670]
15637         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15638
15639 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15640
15641         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15642         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15643         AUTH_DES and cindex for FIPS 140-2.
15644         (DES Encryption): Add cindex FIPS 46-3.
15645
15646         * locale/locarchive.h (struct locarhandle): Add fname.
15647         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15648         if an optional argument was specified to --list-archive,
15649         otherwise NULL.
15650         * locale/programs/locarchive.c (show_archive_content): Take new
15651         argument fname and pass it via ah.fname to open_archive.
15652         * locale/programs/localedef.h: Update decl.
15653         (open_archive): If AH->fname is non-null, open that file
15654         rather than the default file name, and don't ignore ENOENT.
15655         (create_archive): Set AH.fname to NULL.
15656         (delete_locales_from_archive): Likewise.
15657         (add_locales_to_archive): Likewise.
15658         * locale/programs/locfile.c (write_all_categories): Likewise.
15659
15660 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15661             Aldy Hernandez  <aldyh@redhat.com>
15662
15663         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15664         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15665         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15666         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15667         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15668         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15669         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15670         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15671         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15672         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15673         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15674         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15675         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15676         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15677         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15678         Likewise.
15679         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15680         Likewise.
15681         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15682         Likewise.
15683         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15684         Likewise.
15685         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15686         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15687         Likewise.
15688         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15689         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15690         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15691         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15692         Likewise.
15693         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15694         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15695         * sysdeps/powerpc/preconfigure: Likewise.
15696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15697         Likewise.
15698         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15699         Replace contents of file by #include of <fenv_libc.h>.
15700         * sysdeps/powerpc/soft-fp/sfp-machine.h
15701         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15702         and <sys/prctl.h>.
15703         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15704         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15705         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15706         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15707         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15708         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15709         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15710         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15711         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15712         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15713         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15714         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15716         Allow copysignl PLT reference to be missing.
15717
15718 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15719             Joseph Myers  <joseph@codesourcery.com
15720
15721         [BZ #15948]
15722         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15723         single character.
15724         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15725
15726 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15727
15728         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15729         * elf/tst-tls1.c: Likewise.
15730         * elf/tst-tls10.h: Likewise.
15731         * elf/tst-tls14.c: Likewise.
15732         * elf/tst-tls2.c: Likewise.
15733         * elf/tst-tls3.c: Likewise.
15734         * elf/tst-tls4.c: Likewise.
15735         * elf/tst-tls5.c: Likewise.
15736         * elf/tst-tls6.c: Likewise.
15737         * elf/tst-tls7.c: Likewise.
15738         * elf/tst-tls8.c: Likewise.
15739         * elf/tst-tls9.c: Likewise.
15740         * elf/tst-tlsmod1.c: Likewise.
15741         * elf/tst-tlsmod13.c: Likewise.
15742         * elf/tst-tlsmod13a.c: Likewise.
15743         * elf/tst-tlsmod14a.c: Likewise.
15744         * elf/tst-tlsmod16a.c: Likewise.
15745         * elf/tst-tlsmod16b.c: Likewise.
15746         * elf/tst-tlsmod2.c: Likewise.
15747         * elf/tst-tlsmod3.c: Likewise.
15748         * elf/tst-tlsmod4.c: Likewise.
15749         * elf/tst-tlsmod5.c: Likewise.
15750         * elf/tst-tlsmod6.c: Likewise.
15751
15752 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15753
15754         [BZ #12486]
15755         * malloc/malloc.c: remove checks for statistics.
15756
15757 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15758
15759         [BZ #15277]
15760         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15761         * inet/tst-network.c: Add testcase.
15762
15763 2013-10-17  Andreas Schwab  <schwab@suse.de>
15764
15765         [BZ #15218]
15766         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15767         to determine canonical name.
15768
15769 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15770
15771         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15772         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15773         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15774         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15775         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15776         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15777         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15778         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15779         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15780         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15781         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15782         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15783         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15784         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15785         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15786         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15787         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15788         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15789         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15790         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15791         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15792         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15793         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15794         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15795         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15796         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15797         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15798         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15799         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15800         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15801         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15802         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15803         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15804         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15805         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15806         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15807         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15808         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15809         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15810         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15811         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15812         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15813         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15814         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15815         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15816         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15817         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15818         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15819         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15820         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15821         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15822         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15823         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15824         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15825         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15826         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15827         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15828         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15829
15830 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15831
15832         [BZ #16041]
15833         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15834         make result into a quiet NaN.
15835
15836 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15837
15838         * soft-fp/adddf3.c: Fix horizontal whitespace.
15839         * soft-fp/addsf3.c: Likewise.
15840         * soft-fp/addtf3.c: Likewise.
15841         * soft-fp/divdf3.c: Likewise.
15842         * soft-fp/divsf3.c: Likewise.
15843         * soft-fp/divtf3.c: Likewise.
15844         * soft-fp/double.h: Likewise.
15845         * soft-fp/eqdf2.c: Likewise.
15846         * soft-fp/eqsf2.c: Likewise.
15847         * soft-fp/eqtf2.c: Likewise.
15848         * soft-fp/extenddftf2.c: Likewise.
15849         * soft-fp/extended.h: Likewise.
15850         * soft-fp/extendsfdf2.c: Likewise.
15851         * soft-fp/extendsftf2.c: Likewise.
15852         * soft-fp/extendxftf2.c: Likewise.
15853         * soft-fp/fixdfdi.c: Likewise.
15854         * soft-fp/fixdfsi.c: Likewise.
15855         * soft-fp/fixdfti.c: Likewise.
15856         * soft-fp/fixsfdi.c: Likewise.
15857         * soft-fp/fixsfsi.c: Likewise.
15858         * soft-fp/fixsfti.c: Likewise.
15859         * soft-fp/fixtfdi.c: Likewise.
15860         * soft-fp/fixtfsi.c: Likewise.
15861         * soft-fp/fixtfti.c: Likewise.
15862         * soft-fp/fixunsdfdi.c: Likewise.
15863         * soft-fp/fixunsdfsi.c: Likewise.
15864         * soft-fp/fixunsdfti.c: Likewise.
15865         * soft-fp/fixunssfdi.c: Likewise.
15866         * soft-fp/fixunssfsi.c: Likewise.
15867         * soft-fp/fixunssfti.c: Likewise.
15868         * soft-fp/fixunstfdi.c: Likewise.
15869         * soft-fp/fixunstfsi.c: Likewise.
15870         * soft-fp/fixunstfti.c: Likewise.
15871         * soft-fp/floatdidf.c: Likewise.
15872         * soft-fp/floatdisf.c: Likewise.
15873         * soft-fp/floatditf.c: Likewise.
15874         * soft-fp/floatsidf.c: Likewise.
15875         * soft-fp/floatsisf.c: Likewise.
15876         * soft-fp/floatsitf.c: Likewise.
15877         * soft-fp/floattidf.c: Likewise.
15878         * soft-fp/floattisf.c: Likewise.
15879         * soft-fp/floattitf.c: Likewise.
15880         * soft-fp/floatundidf.c: Likewise.
15881         * soft-fp/floatundisf.c: Likewise.
15882         * soft-fp/floatunditf.c: Likewise.
15883         * soft-fp/floatunsidf.c: Likewise.
15884         * soft-fp/floatunsisf.c: Likewise.
15885         * soft-fp/floatunsitf.c: Likewise.
15886         * soft-fp/floatuntidf.c: Likewise.
15887         * soft-fp/floatuntisf.c: Likewise.
15888         * soft-fp/floatuntitf.c: Likewise.
15889         * soft-fp/fmadf4.c: Likewise.
15890         * soft-fp/fmasf4.c: Likewise.
15891         * soft-fp/fmatf4.c: Likewise.
15892         * soft-fp/gedf2.c: Likewise.
15893         * soft-fp/gesf2.c: Likewise.
15894         * soft-fp/getf2.c: Likewise.
15895         * soft-fp/ledf2.c: Likewise.
15896         * soft-fp/lesf2.c: Likewise.
15897         * soft-fp/letf2.c: Likewise.
15898         * soft-fp/muldf3.c: Likewise.
15899         * soft-fp/mulsf3.c: Likewise.
15900         * soft-fp/multf3.c: Likewise.
15901         * soft-fp/negdf2.c: Likewise.
15902         * soft-fp/negsf2.c: Likewise.
15903         * soft-fp/negtf2.c: Likewise.
15904         * soft-fp/op-1.h: Likewise.
15905         * soft-fp/op-2.h: Likewise.
15906         * soft-fp/op-4.h: Likewise.
15907         * soft-fp/op-8.h: Likewise.
15908         * soft-fp/op-common.h: Likewise.
15909         * soft-fp/quad.h: Likewise.
15910         * soft-fp/single.h: Likewise.
15911         * soft-fp/soft-fp.h: Likewise.
15912         * soft-fp/sqrtdf2.c: Likewise.
15913         * soft-fp/sqrtsf2.c: Likewise.
15914         * soft-fp/sqrttf2.c: Likewise.
15915         * soft-fp/subdf3.c: Likewise.
15916         * soft-fp/subsf3.c: Likewise.
15917         * soft-fp/subtf3.c: Likewise.
15918         * soft-fp/truncdfsf2.c: Likewise.
15919         * soft-fp/trunctfdf2.c: Likewise.
15920         * soft-fp/trunctfsf2.c: Likewise.
15921         * soft-fp/trunctfxf2.c: Likewise.
15922         * soft-fp/unorddf2.c: Likewise.
15923         * soft-fp/unordsf2.c: Likewise.
15924         * soft-fp/unordtf2.c: Likewise.
15925
15926 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15927
15928         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15929         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15930
15931 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15932
15933         * elf/dl-libc.c: Clear initfini list after freeing.
15934
15935 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15936
15937         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15938         * soft-fp/addsf3.c: Likewise.
15939         * soft-fp/addtf3.c: Likewise.
15940         * soft-fp/divdf3.c: Likewise.
15941         * soft-fp/divsf3.c: Likewise.
15942         * soft-fp/divtf3.c: Likewise.
15943         * soft-fp/double.h: Likewise.
15944         * soft-fp/eqdf2.c: Likewise.
15945         * soft-fp/eqsf2.c: Likewise.
15946         * soft-fp/eqtf2.c: Likewise.
15947         * soft-fp/extenddftf2.c: Likewise.
15948         * soft-fp/extended.h: Likewise.
15949         * soft-fp/extendsfdf2.c: Likewise.
15950         * soft-fp/extendsftf2.c: Likewise.
15951         * soft-fp/extendxftf2.c: Likewise.
15952         * soft-fp/fixdfdi.c: Likewise.
15953         * soft-fp/fixdfsi.c: Likewise.
15954         * soft-fp/fixdfti.c: Likewise.
15955         * soft-fp/fixsfdi.c: Likewise.
15956         * soft-fp/fixsfsi.c: Likewise.
15957         * soft-fp/fixsfti.c: Likewise.
15958         * soft-fp/fixtfdi.c: Likewise.
15959         * soft-fp/fixtfsi.c: Likewise.
15960         * soft-fp/fixtfti.c: Likewise.
15961         * soft-fp/fixunsdfdi.c: Likewise.
15962         * soft-fp/fixunsdfsi.c: Likewise.
15963         * soft-fp/fixunsdfti.c: Likewise.
15964         * soft-fp/fixunssfdi.c: Likewise.
15965         * soft-fp/fixunssfsi.c: Likewise.
15966         * soft-fp/fixunssfti.c: Likewise.
15967         * soft-fp/fixunstfdi.c: Likewise.
15968         * soft-fp/fixunstfsi.c: Likewise.
15969         * soft-fp/fixunstfti.c: Likewise.
15970         * soft-fp/floatdidf.c: Likewise.
15971         * soft-fp/floatdisf.c: Likewise.
15972         * soft-fp/floatditf.c: Likewise.
15973         * soft-fp/floatsidf.c: Likewise.
15974         * soft-fp/floatsisf.c: Likewise.
15975         * soft-fp/floatsitf.c: Likewise.
15976         * soft-fp/floattidf.c: Likewise.
15977         * soft-fp/floattisf.c: Likewise.
15978         * soft-fp/floattitf.c: Likewise.
15979         * soft-fp/floatundidf.c: Likewise.
15980         * soft-fp/floatundisf.c: Likewise.
15981         * soft-fp/floatunsidf.c: Likewise.
15982         * soft-fp/floatunsisf.c: Likewise.
15983         * soft-fp/floatuntidf.c: Likewise.
15984         * soft-fp/floatuntisf.c: Likewise.
15985         * soft-fp/floatuntitf.c: Likewise.
15986         * soft-fp/fmadf4.c: Likewise.
15987         * soft-fp/fmasf4.c: Likewise.
15988         * soft-fp/fmatf4.c: Likewise.
15989         * soft-fp/gedf2.c: Likewise.
15990         * soft-fp/gesf2.c: Likewise.
15991         * soft-fp/getf2.c: Likewise.
15992         * soft-fp/ledf2.c: Likewise.
15993         * soft-fp/lesf2.c: Likewise.
15994         * soft-fp/letf2.c: Likewise.
15995         * soft-fp/muldf3.c: Likewise.
15996         * soft-fp/mulsf3.c: Likewise.
15997         * soft-fp/multf3.c: Likewise.
15998         * soft-fp/negdf2.c: Likewise.
15999         * soft-fp/negsf2.c: Likewise.
16000         * soft-fp/negtf2.c: Likewise.
16001         * soft-fp/op-1.h: Likewise.
16002         * soft-fp/op-2.h: Likewise.
16003         * soft-fp/op-4.h: Likewise.
16004         * soft-fp/op-8.h: Likewise.
16005         * soft-fp/op-common.h: Likewise.
16006         * soft-fp/quad.h: Likewise.
16007         * soft-fp/single.h: Likewise.
16008         * soft-fp/soft-fp.h: Likewise.
16009         * soft-fp/sqrtdf2.c: Likewise.
16010         * soft-fp/sqrtsf2.c: Likewise.
16011         * soft-fp/sqrttf2.c: Likewise.
16012         * soft-fp/subdf3.c: Likewise.
16013         * soft-fp/subsf3.c: Likewise.
16014         * soft-fp/subtf3.c: Likewise.
16015         * soft-fp/truncdfsf2.c: Likewise.
16016         * soft-fp/trunctfdf2.c: Likewise.
16017         * soft-fp/trunctfsf2.c: Likewise.
16018         * soft-fp/trunctfxf2.c: Likewise.
16019         * soft-fp/unorddf2.c: Likewise.
16020         * soft-fp/unordsf2.c: Likewise.
16021         * soft-fp/unordtf2.c: Likewise.
16022
16023 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16024
16025         [BZ #15672]
16026         * misc/error.c (error_tail): Fix possible buffer overflow.
16027
16028 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16029
16030         [BZ #13028]
16031         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16032         address.
16033
16034 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16035
16036         [BZ #832]
16037         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16038         testing pipefail option.
16039
16040 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16041
16042         * soft-fp/double.h: Indent preprocessor directives inside #if.
16043         * soft-fp/extended.h: Likewise.
16044         * soft-fp/op-2.h: Likewise.
16045         * soft-fp/op-4.h: Likewise.
16046         * soft-fp/op-common.h: Likewise.
16047         * soft-fp/quad.h: Likewise.
16048         * soft-fp/single.h: Likewise.
16049         * soft-fp/soft-fp.h: Likewise.
16050
16051 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16052
16053         * iconv/iconv_prog.c: Fix typos.
16054         * stdio-common/psiginfo-data.h: Likewise.
16055
16056 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16057
16058         [BZ #15764]
16059         * locale/setlocale.c: Fix typo.
16060
16061 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16062
16063         [BZ #16036]
16064         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16065         signaling NaN arguments.
16066         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16067         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16068
16069         [BZ #14910]
16070         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16071         unordered operands.
16072         * soft-fp/gesf2.c (__gesf2): Likewise.
16073         * soft-fp/getf2.c (__getf2): Likewise.
16074         * soft-fp/ledf2.c (__ledf2): Likewise.
16075         * soft-fp/lesf2.c (__lesf2): Likewise.
16076         * soft-fp/letf2.c (__letf2): Likewise.
16077
16078         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16079         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16080         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16081         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16082         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16083         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16084         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16085         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16086         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16087         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16088         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16089         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16090         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16091         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16092         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16093         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16094         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16095         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16096         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16097         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16098         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16099         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16100         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16101         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16102         * soft-fp/floattidf.c (__floattidf): Likewise.
16103         * soft-fp/floattisf.c (__floattisf): Likewise.
16104         * soft-fp/floattitf.c (__floattitf): Likewise.
16105         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16106         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16107         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16108         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16109         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16110         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16111         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16112         * soft-fp/gesf2.c (__gesf2): Likewise.
16113         * soft-fp/getf2.c (__getf2): Likewise.
16114         * soft-fp/ledf2.c (__ledf2): Likewise.
16115         * soft-fp/lesf2.c (__lesf2): Likewise.
16116         * soft-fp/letf2.c (__letf2): Likewise.
16117
16118         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16119         Undefine and redefine.
16120         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16121         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16122         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16123         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16124         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16125         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16126         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16127         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16128         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16129         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16130         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16131         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16132         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16133         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16134         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16135
16136         [BZ #16032]
16137         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16138         without decrementing exponent if mantissa >= that for the
16139         denominator, not >.
16140         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16141         denominator, not >.  Decrement exponent in < case instead of
16142         incrementing in >= case.
16143         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16144         without decrementing exponent if mantissa >= that for the
16145         denominator, not >.
16146
16147         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16148         computing saturated result for unsigned overflow.
16149
16150 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16151             Jeff Law  <law@redhat.com>
16152
16153         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16154         (atan2Mp): Add systemtap probe marker.
16155         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16156         (__ieee754_log): Add systemtap probe marker.
16157         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16158         (atanMp): Add systemtap probe marker.
16159         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16160         (tanMp): Add systemtap probe marker.
16161         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16162         (__slowexp): Add systemtap probe marker.
16163         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16164         (__slowpow): Add systemtap probe marker.
16165         * manual/probes.texi: Document probes.
16166
16167 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16168
16169         [BZ #15362]
16170         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16171         written.
16172         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16173         written.
16174         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16175         written to buffer but not flushed.
16176         * libio/iofwrite_u.c:  Likewise.
16177         * libio/iopadn.c:  Return bytes returned even if EOF was
16178         encountered.
16179         * libio/iowpadn.c:  Likewise.
16180         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16181         if _IO_padn does not write the whole buffer.
16182         [!COMPILE_WPRINTF] (PAD): Likewise.
16183
16184 2013-10-10  David S. Miller  <davem@davemloft.net>
16185
16186         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16187         directory block.
16188
16189 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16190
16191         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16192         instead of FSF address.
16193         * soft-fp/fixdfti.c: Likewise.
16194         * soft-fp/fixsfti.c: Likewise.
16195         * soft-fp/fixtfti.c: Likewise.
16196         * soft-fp/fixunsdfti.c: Likewise.
16197         * soft-fp/fixunssfti.c: Likewise.
16198         * soft-fp/fixunstfti.c: Likewise.
16199         * soft-fp/floattidf.c: Likewise.
16200         * soft-fp/floattisf.c: Likewise.
16201         * soft-fp/floattitf.c: Likewise.
16202         * soft-fp/floatuntidf.c: Likewise.
16203         * soft-fp/floatuntisf.c: Likewise.
16204         * soft-fp/floatuntitf.c: Likewise.
16205         * soft-fp/trunctfxf2.c: Likewise.
16206
16207         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16208         * soft-fp/fixdfti.c: Likewise.
16209         * soft-fp/fixsfti.c: Likewise.
16210         * soft-fp/fixtfti.c: Likewise.
16211         * soft-fp/fixunsdfti.c: Likewise.
16212         * soft-fp/fixunssfti.c: Likewise.
16213         * soft-fp/fixunstfti.c: Likewise.
16214         * soft-fp/floattidf.c: Likewise.
16215         * soft-fp/floattisf.c: Likewise.
16216         * soft-fp/floattitf.c: Likewise.
16217         * soft-fp/floatuntidf.c: Likewise.
16218         * soft-fp/floatuntisf.c: Likewise.
16219         * soft-fp/floatuntitf.c: Likewise.
16220         * soft-fp/trunctfxf2.c: Likewise.
16221
16222 2013-10-10  David S. Miller  <davem@davemloft.net>
16223
16224         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16225
16226 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
16227
16228         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16229         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16230         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16231         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16232         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16233         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16234         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16235
16236         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16237         for NaNs before doing comparisons on argument.
16238         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16239         Likewise.
16240
16241 2013-10-10  Will Newton  <will.newton@linaro.org>
16242
16243         * malloc/hooks.c (memalign_check): Ensure the value of bytes
16244         passed to _int_memalign does not overflow.
16245
16246 2013-10-10  Torvald Riegel  <triegel@redhat.com>
16247
16248         * scripts/bench.pl: Add include-sources directive.
16249         * benchtests/README: Update documentation.
16250
16251 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16252
16253         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16254         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16255         instead of FP_INIT_ROUNDMODE.
16256         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16257         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16258
16259         [BZ #16034]
16260         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
16261         copy class of input value.
16262         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
16263         not handle exceptions.
16264         * soft-fp/negsf2.c (__negsf2): Likewise.
16265         * soft-fp/negtf2.c (__negtf2): Likewise.
16266         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16267
16268 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
16269
16270         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16271         semicolon.  From Linux kernel.
16272
16273 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
16274
16275         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16276
16277 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
16278
16279         [BZ #156]
16280         * manual/socket.texi: Added statement about buffer
16281         for gethostbyname2_r.
16282
16283 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16284
16285         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16286         Use .p2align directive instead, throughout.
16287         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16288         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16289         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16290         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16291         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16292         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16293         * sysdeps/x86_64/strchr.S: Likewise.
16294         * sysdeps/x86_64/strrchr.S: Likewise.
16295
16296 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
16297
16298         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16299
16300         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16301
16302         * sysdeps/generic/math_private.h (__mpsin1): Remove
16303         declaration.
16304         (__mpcos1): Likewise.
16305         (__mpsin): New argument __range_reduce.
16306         (__mpcos): Likewise.
16307         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16308         (slow): Use __mpsin and __mpcos.
16309         (slow1): Likewise.
16310         (slow2): Likewise.
16311         (sloww): Likewise.
16312         (sloww1): Likewise.
16313         (sloww2): Likewise.
16314         (bsloww): Likewise.
16315         (bsloww1): Likewise.
16316         (bsloww2): Likewise.
16317         (cslow2): Likewise.
16318         (csloww): Likewise.
16319         (csloww1): Likewise.
16320         (csloww2): Likewise.
16321         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
16322         range_reduce.  Merge in __mpsin1.
16323         (__mpcos): Likewise.
16324         (__mpsin1): Remove.
16325         (__mpcos1): Likewise.
16326
16327 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
16328
16329         * locale/loadlocale.c (_nl_intern_locale_data): Use
16330         LOCFILE_ALIGNED_P.
16331         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16332         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16333         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16334         obstack data is appropriately aligned.
16335         (obstack_int32_grow_fast): Likewise.
16336         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16337         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16338         (add_locale_uint32_array): Likewise.
16339
16340 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
16341
16342         * benchtests/Makefile: Remove ARGLIST and RET variables.
16343         ($(objpfx)bench-%.c): Pass only function name to the script.
16344         * benchtests/README: Update documentation.
16345         * benchtests/acos-inputs: Add new directives.
16346         * benchtests/acosh-inputs: Likewise.
16347         * benchtests/asin-inputs: Likewise.
16348         * benchtests/asinh-inputs: Likewise.
16349         * benchtests/atan-inputs: Likewise.
16350         * benchtests/atanh-inputs: Likewise.
16351         * benchtests/cos-inputs: Likewise.
16352         * benchtests/cosh-inputs: Likewise.
16353         * benchtests/exp-inputs: Likewise.
16354         * benchtests/log-inputs: Likewise.
16355         * benchtests/pow-inputs: Likewise.
16356         * benchtests/rint-inputs: Likewise.
16357         * benchtests/sin-inputs: Likewise.
16358         * benchtests/sinh-inputs: Likewise.
16359         * benchtests/tan-inputs: Likewise.
16360         * benchtests/tanh-inputs: Likewise.
16361         * scripts/bench.pl: Add support for new directives.
16362
16363 2013-10-07  Alan Modra  <amodra@gmail.com>
16364
16365         * README: Fix careless merge.
16366
16367 2013-10-05  Alan Modra  <amodra@gmail.com>
16368
16369         * NEWS: Mention powerpc64le support and bugs fixed.
16370         * README: Both big-endian and little-endian powerpc64 supported.
16371
16372 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16373
16374         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16375         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
16376         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16377         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16378
16379 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
16380
16381         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16382         match prototype.
16383
16384 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
16385
16386         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16387         Move -mhard-float appending from
16388         ports/sysdeps/powerpc/powerpc32/Makefile.
16389         [$(with-fp) = yes] (ASFLAGS): Likewise.
16390         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16391         * sysdeps/powerpc/nofpu: Move directory from
16392         ports/sysdeps/powerpc/nofpu.
16393         * sysdeps/powerpc/soft-fp: Move directory from
16394         ports/sysdeps/powerpc/soft-fp.
16395         * sysdeps/powerpc/powerpc32/405: Move directory from
16396         ports/sysdeps/powerpc/powerpc32/405.
16397         * sysdeps/powerpc/powerpc32/440: Move directory from
16398         ports/sysdeps/powerpc/powerpc32/440.
16399         * sysdeps/powerpc/powerpc32/464: Move directory from
16400         ports/sysdeps/powerpc/powerpc32/464.
16401         * sysdeps/powerpc/powerpc32/476: Move directory from
16402         ports/sysdeps/powerpc/powerpc32/476.
16403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16404         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16406         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16408         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16410         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16412         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16413         * README: Update for powerpc-*-linux-gnu software floating point
16414         support in libc.
16415
16416         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16417         case to powerpc/powerpc32*.
16418         * sysdeps/unix/sysv/linux/configure: Regenerated.
16419
16420         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16421         (_FPU_MASK_OM): Define as 0x04.
16422         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16423         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16424         0x00c10080.
16425         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16426         0x0000003c.
16427         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16428
16429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16430         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16431         getcontext_e500.
16432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16433         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16434         setcontext_e500.
16435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16436         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16437         and setcontext_e500.
16438
16439 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
16440
16441         * locale/iso-3166.def: Update iso-1366.def and related occurrences
16442
16443 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16444
16445         * manual/threads.texi (Default Thread Attributes): Fix typo.
16446
16447 2013-10-04  Will Newton  <will.newton@linaro.org>
16448
16449         * malloc/Makefile: Add tst-memalign.
16450         * malloc/tst-memalign.c: New file.
16451
16452         * malloc/tst-posix_memalign.c: Add comments.
16453         (do_test): Add comments and call free on all potentially
16454         allocated pointers. Add space after cast.
16455
16456         * malloc/tst-pvalloc.c: Add comments.
16457         (do_test): Add comments and call free on all potentially
16458         allocated pointers. Remove duplicate check for NULL pointer.
16459         Add space after cast.
16460
16461         * malloc/tst-valloc.c: Add comments.
16462         (do_test): Add comments and call free on all potentially
16463         allocated pointers. Remove duplicate check for NULL pointer.
16464         Add space after cast.
16465
16466 2013-10-04  Alan Modra  <amodra@gmail.com>
16467
16468         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16469         Use stdint types in rather than __attribute__((mode())).
16470         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16471
16472 2013-10-04  Alan Modra  <amodra@gmail.com>
16473
16474         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16475         Correct handling of unaligned relocs for little-endian.
16476         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16477
16478 2013-10-04  Alan Modra  <amodra@gmail.com>
16479
16480         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16481         * configure: Regenerate.
16482         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16483         * shlib-versions: Likewise.
16484
16485 2013-10-04  Alan Modra  <amodra@gmail.com>
16486
16487         * string/tester.c (test_memrchr): Increment reported test cycle.
16488
16489 2013-10-04  Alan Modra  <amodra@gmail.com>
16490
16491         * string/test-memcpy.c (do_one_test): When reporting errors, print
16492         string address and don't overrun end of string.
16493
16494 2013-10-04  Alan Modra  <amodra@gmail.com>
16495
16496         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16497         insrdi.  Make better use of reg selection to speed exit slightly.
16498         Schedule entry path a little better.  Remove useless "are we done"
16499         checks on entry to main loop.  Handle wrapping around zero address.
16500         Correct main loop count.  Handle single left-over word from main
16501         loop inline rather than by using loop_small.  Remove extra word
16502         case in loop_small caused by wrong loop count.  Add little-endian
16503         support.
16504         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16505         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16506         cache hint.
16507         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16508         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16509         support.  Avoid rlwimi.
16510         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16511
16512 2013-10-04  Alan Modra  <amodra@gmail.com>
16513
16514         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16515         insrdi.  Formatting.
16516         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16517         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16518         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16519         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16520         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16521         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16522
16523 2013-10-04  Alan Modra  <amodra@gmail.com>
16524
16525         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16526         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16527         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16528         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16529         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16530         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16531         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16532         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16533         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16534         use of regs.  Use power7 mtocrf.  Tidy function tails.
16535
16536 2013-10-04  Alan Modra  <amodra@gmail.com>
16537
16538         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16539         Formatting.  Consistently use rXXX register defines or rN defines.
16540         Use early exit labels that avoid restoring unused non-volatile regs.
16541         Make cr field use more consistent with rWORDn compares.  Rename
16542         regs used as shift registers for unaligned loop, using rN defines
16543         for short lifetime/multiple use regs.
16544         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16545         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16546         addi 1,1,64 to pop stack frame.  Simplify return value code.
16547         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16548
16549 2013-10-04  Alan Modra  <amodra@gmail.com>
16550
16551         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16552         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16553         rather than rlwimi.
16554         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16555         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16556         little-endian support.  Correct typos.
16557         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16558         rather than rlwimi.
16559         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16560         in loop and entry code to keep "and." results.
16561         (strchr): Add little-endian support.  Comment.  Move cntlzd
16562         earlier in tail.
16563         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16564
16565 2013-10-04  Alan Modra  <amodra@gmail.com>
16566
16567         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16568         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16569         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16570         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16571
16572 2013-10-04  Alan Modra  <amodra@gmail.com>
16573
16574         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16575         (rTMP): Define as r11.
16576         (strcmp): Add little-endian support.  Optimise tail.
16577         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16578         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16579         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16580         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16581         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16582         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16583         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16584
16585 2013-10-04  Alan Modra  <amodra@gmail.com>
16586
16587         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16588         little-endian support.  Remove unnecessary "are we done" tests.
16589         Handle "s" wrapping around zero and extremely large "size".
16590         Correct main loop count.  Handle single left-over word from main
16591         loop inline rather than by using small_loop.  Correct comments.
16592         Delete "zero" tail, use "end_max" instead.
16593         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16594
16595 2013-10-04  Alan Modra  <amodra@gmail.com>
16596
16597         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16598         support.  Don't branch over align.
16599         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16600         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16601         support.  Rearrange tmp reg use to suit.  Comment.
16602         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16603
16604 2013-10-04  Alan Modra  <amodra@gmail.com>
16605
16606         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16607
16608 2013-10-04  Alan Modra  <amodra@gmail.com>
16609
16610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16611         conditional form of branch and link when obtaining pc.
16612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16613
16614 2013-10-04  Alan Modra  <amodra@gmail.com>
16615
16616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16617         HIWORD/LOWORD.
16618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16620
16621 2013-10-04  Alan Modra  <amodra@gmail.com>
16622
16623         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16624         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16625         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16626         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16627         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16628         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16629         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16630         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16631         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16632         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16633
16634 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16635             Alistair Popple <alistair@ozlabs.au.ibm.com>
16636             Alan Modra <amodra@gmail.com>
16637
16638         [BZ #15723]
16639         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16640         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16641         _dl_hwcap access for little-endian.
16642         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16643         destroy vmx regs when saving unaligned.
16644         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16645         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16646         destroy vmx regs when saving unaligned.
16647
16648 2013-10-04  Alan Modra  <amodra@gmail.com>
16649
16650         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16651         Don't use a union to pack hi/low value.
16652
16653 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16654
16655         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16656         for little-endian.
16657         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16658         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16659         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16660         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16661         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16662
16663 2013-10-04  Alan Modra  <amodra@gmail.com>
16664
16665         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16666         constants to usual value for .cst8 section, and remove redundant
16667         high address load.
16668         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16669         constant for 0x1p52.  Load little-endian words of double from
16670         correct stack offsets.
16671
16672 2013-10-04  Alan Modra  <amodra@gmail.com>
16673
16674         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16675         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16676         words of double from correct stack offsets.
16677         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16678         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16679         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16680         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16681         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16682         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16683         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16684         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16685         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16686         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16687         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16688         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16689         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16690         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16691         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16692         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16693         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16694
16695 2013-10-04  Alan Modra  <amodra@gmail.com>
16696
16697         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16698         64-bit int/double union.
16699         (_FPU_SETCW): Likewise.
16700         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16701         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16702
16703 2013-10-04  Alan Modra  <amodra@gmail.com>
16704
16705         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16706         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16707
16708 2013-10-04  Alan Modra  <amodra@gmail.com>
16709
16710         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16711         use vector int constants.
16712         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16713
16714 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16715
16716         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16717         array with long long.
16718         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16719         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16720         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16721         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16722         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16723         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16724         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16725         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16726         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16727         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16728         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16729         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16730         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16731
16732 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16733
16734         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16735         (__signbit): Likewise.  Correct for little-endian.
16736         (__signbitl): Call __signbit.
16737         (lrint): Correct for little-endian.
16738         (lrintf): Call lrint.
16739
16740 2013-10-04  Alan Modra  <amodra@gmail.com>
16741
16742         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16743         union 32-bit int array member with 64-bit int array.
16744         (t515, tm256): Double rather than long double.
16745         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16746
16747 2013-10-04  Alan Modra  <amodra@gmail.com>
16748
16749         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16750         Delete.
16751         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16752         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16753         version of math_ldbl.h.
16754
16755 2013-10-04  Alan Modra  <amodra@gmail.com>
16756
16757         [BZ #15734], [BZ #15735]
16758         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16759         all uses of ieee875 long double macros and unions.  Simplify test
16760         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16761         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16762         normalize after ldbl_extract_mantissa, and don't add hidden bit
16763         already handled.  Don't treat low word of ieee854 mantissa like
16764         low word of IBM long double and mask off bit when testing for
16765         zero.
16766         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16767         all uses of ieee875 long double macros and unions.  Simplify tests
16768         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16769         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16770         two1022, instead use their values.  Recognise that tests for large
16771         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16772         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16773         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16774         test for 0.0L and nan.  Correct negation.
16775         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16776         ieee875 long double macros and unions.  Correct output for large
16777         magnitude x.  Correct absolute value calculation.
16778         (__erfcl): Likewise.
16779         * math/libm-test.inc: Add tests for errors discovered in IBM long
16780         double versions of fmodl, remainderl, erfl and erfcl.
16781
16782 2013-10-04  Alan Modra  <amodra@gmail.com>
16783
16784         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16785         all uses of ieee854 long double macros and unions.  Simplify tests
16786         for long doubles that are fully specified by the high double.
16787         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16788         Likewise.
16789         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16790         Remove dead code too.
16791         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16792         (__ieee754_ynl): Likewise.
16793         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16794         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16795         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16796         Remove dead code too.
16797         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16798         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16799         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16800         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16801         Simplify.
16802         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16803         Simplify.
16804         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16805         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16806         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16807         Comment on variable precision.
16808         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16809         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16810         Likewise.
16811         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16812         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16813         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16814         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16815         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16816
16817 2013-10-04  Alan Modra  <amodra@gmail.com>
16818
16819         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16820         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16821         all uses of ieee854 long double macros and unions.
16822         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16823         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16824         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16825         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16826         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16827         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16828         Likewise.
16829         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16830         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16831         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16832         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16833         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16834         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16835         Simplify sign and nan test too.
16836         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16837         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16838         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16839         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16840         Likewise.
16841         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16842         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16843         Likewise.
16844         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16845         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16846         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16847         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16848         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16849         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16850
16851 2013-10-04  Alan Modra  <amodra@gmail.com>
16852
16853         * stdio-common/printf_size.c (__printf_size): Don't use
16854         union ieee854_long_double in fpnum union.
16855         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16856         signbit macro to retrieve sign from long double.
16857         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16858         retrieve sign from long double.
16859         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16860         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16861         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16862         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16863         * math/test-misc.c (main): Don't use union ieee854_long_double.
16864
16865 2013-10-04  Alan Modra  <amodra@gmail.com>
16866
16867         [BZ #15680]
16868         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16869         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16870         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16871         calculation.  Remove unnecessary test for denormal exponent.
16872         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16873         Correct handling of denormals.  Avoid undefined shift behaviour.
16874         Correct normalisation of low mantissa when low double is denormal.
16875         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16876         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16877         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16878         Correct normalisation of low mantissa.  Test for overflow of high
16879         mantissa and normalise.
16880         (ldbl_nearbyint): Use more readable constant for two52.
16881         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16882         (__mpn_construct_long_double): Fix test for overflow of high
16883         mantissa and correct normalisation.  Avoid undefined shift.
16884
16885 2013-10-04  Alan Modra  <amodra@gmail.com>
16886
16887         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16888         (union ibm_extended_long_double): Define as an array of ieee754_double.
16889         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16890         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16891         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16892         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16893         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16894         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16895         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16896         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16897         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16898         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16899         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16900
16901 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16902
16903         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16904         page size instead of calling getpagesize.
16905
16906         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16907         (LOCFILE_ALIGN_MASK): Likewise.
16908         (LOCFILE_ALIGN_UP): Likewise.
16909         (LOCFILE_ALIGNED_P): Likewise.
16910         * locale/programs/ld-collate.c (collate_output): Use the new
16911         macros instead of __alignof__ (int32_t).
16912         * locale/weight.h (findidx): Likewise.
16913
16914 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16915
16916         [BZ #431]
16917         * manual/string.texi: Fix strncat and wcsncat.
16918
16919 2013-10-03  Brooks Moses  <bmoses@google.com>
16920
16921         [BZ #15915]
16922         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16923         * Makerules: ...here, and adjust associated comments.
16924
16925 2013-10-02  Will Newton  <will.newton@linaro.org>
16926
16927         * malloc/Makefile: Add tst-pvalloc.
16928         * malloc/tst-pvalloc.c: New file.
16929
16930 2013-10-02  Will Newton  <will.newton@linaro.org>
16931
16932         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16933         improve test coverage.
16934
16935 2013-10-02  Will Newton  <will.newton@linaro.org>
16936
16937         * malloc/Makefile: Add tst-posix_memalign.
16938         * malloc/tst-posix_memalign.c: New file.
16939
16940 2013-10-01  Eric Blake  <eblake@redhat.com>
16941
16942         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16943         Use __THROWNL rather than __THROW on static functions.
16944
16945 2013-09-30  Petr Machata  <pmachata@redhat.com>
16946
16947         * elf/elf.h (R_AARCH64_ABS16): New macro.
16948         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16949         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16950         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16951         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16952         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16953         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16954         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16955         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16956         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16957         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16958         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16959         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16960         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16961         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16962         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16963         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16964         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16965         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16966         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16967         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16968         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16969         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16970         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16971         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16972         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16973         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16974         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16975         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16976         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16977         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16978         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16979         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16980         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16981         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16982         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16983         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16984         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16985         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16986         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16987         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16988         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16989         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16990         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16991         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16992         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16993         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16994         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16995         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16996         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16997         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16998         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16999         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17000         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17001         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17002         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17003         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17004         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17005         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17006         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17007         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17008         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17009         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17010         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17011         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17012         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17013         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17014         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17015         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17016         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17017         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17018         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17019         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17020         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17021         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17022         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17023         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17024         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17025         (R_AARCH64_TLSDESC_LDR): Likewise.
17026         (R_AARCH64_TLSDESC_ADD): Likewise.
17027         (R_AARCH64_TLSDESC_CALL): Likewise.
17028
17029 2013-09-30  Andreas Schwab  <schwab@suse.de>
17030
17031         [BZ #15048]
17032         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17033         the nss database lookup.
17034         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17035         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17036
17037 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17038
17039         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17040
17041 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17042
17043         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17044         ${Bash-specific parameter/pattern/string} parameter expansion.
17045         * sysdeps/unix/make-syscalls.sh: Likewise.
17046
17047 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17048
17049         * sysdeps/sh/stackguard-macros.h: New file.
17050
17051 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17052
17053         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17054         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17055         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17056         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17057         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17058         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17059
17060 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17061
17062         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17063         Fix thread ID register.
17064
17065 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17066
17067         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17068         [POSIX || UNIX98]: Require rather than permitting all symbols from
17069         <time.h>.
17070         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17071         element of struct sched_param.
17072         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17073         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17074         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17075         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17076         constant.
17077
17078 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17079
17080         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17081         argument calculation.
17082
17083 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17084
17085         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17086         Expect macro.
17087         [POSIX] (pthread_attr_t): Do not require type.
17088         [POSIX] (pthread_cond_t): Likewise.
17089         [POSIX] (pthread_condattr_t): Likewise.
17090         [POSIX] (pthread_key_t): Likewise.
17091         [POSIX] (pthread_mutex_t): Likewise.
17092         [POSIX] (pthread_mutexattr_t): Likewise.
17093         [POSIX] (pthread_once_t): Likewise.
17094         [POSIX] (pthread_t): Likewise.
17095         [POSIX-based standards] (pthread_atfork): Expect function.
17096
17097 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17098             Richard Sandiford  <richard@codesourcery.com>
17099
17100         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17101         (swap_endianness_p): New extern variable.
17102         (set_big_endian): New inline function.
17103         (maybe_swap_uint32): Likewise.
17104         (maybe_swap_uint32_array): Likewise.
17105         (maybe_swap_uint32_obstack): Likewise.
17106         * locale/programs/locfile.c: Include <stdbool.h>.
17107         (swap_endianness_p): New variable.
17108         (add_locale_uint32): Call maybe_swap_uint32.
17109         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17110         (write_locale_data): Call maybe_swap_uint32_array.
17111         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17112         maybe_swap_uint32.
17113         (obstack_int32_grow_fast): Likewise.
17114         (output_weightwc): Call maybe_swap_uint32_obstack.
17115         (collate_output): Likewise.
17116         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17117         (OPT_LITTLE_ENDIAN): Likewise.
17118         (options): Add --little-endian and --big-endian options.
17119         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17120         * locale/programs/locarchive.c: Include "locfile.h".
17121         (GET): New macro.
17122         (SET): Likewise.
17123         (INC): Likewise.
17124         (create_archive): Use the new macros to access fields of
17125         structures directly mapped from or written to locale archives.
17126         (oldlocrecentcmp): Likewise.
17127         (enlarge_archive): Likewise.
17128         (insert_name): Likewise.
17129         (add_alias): Likewise.
17130         (add_locale): Likewise.
17131         (delete_locales_from_archive): Likewise.
17132         (show_archive_content): Likewise.
17133         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17134         locale data.
17135
17136 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17137
17138         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17139         http://www.gnu.org/doc/freemanuals.texi.
17140         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17141
17142 2013-09-24  Will Newton  <will.newton@linaro.org>
17143
17144         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17145         macro.
17146
17147 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17148
17149         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17150         unsigned char.
17151
17152 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17153
17154         * manual/threads.texi (POSIX Threads): Fix a typo.
17155
17156 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17157
17158         [BZ #14547]
17159         * string/tst-strcoll-overflow.c: New test case.
17160         * string/Makefile (xtests): Add tst-strcoll-overflow.
17161         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17162         cache if string sizes may cause integer overflow.
17163
17164         [BZ #14547]
17165         * string/strcoll_l.c (coll_seq): New members rule, idx,
17166         save_idx and back_us.
17167         (get_next_seq_nocache): New function.
17168         (do_compare_nocache): New function.
17169         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17170         when malloc fails.
17171
17172 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17173
17174         [BZ #15754]
17175         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17176         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17177         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17178
17179         [BZ #15754]
17180         * elf/Makefile (tests): Add tst-ptrguard1.
17181         (tests-static): Add tst-ptrguard1-static.
17182         (tst-ptrguard1-ARGS): Define.
17183         (tst-ptrguard1-static-ARGS): Define.
17184         * elf/tst-ptrguard1.c: New file.
17185         * elf/tst-ptrguard1-static.c: New file.
17186         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17187         * sysdeps/i386/stackguard-macros.h: Likewise.
17188         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17189         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17190         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17191         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17192         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17193         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17194
17195 2013-09-23  Hector Marco  <hecmargi@upv.es>
17196             Ismael Ripoll  <iripoll@disca.upv.es>
17197             Carlos O'Donell  <carlos@redhat.com>
17198
17199         [BZ #15754]
17200         * sysdeps/generic/stackguard-macros.h: Define
17201         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17202         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17203         Define __pointer_chk_guard_local.
17204         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17205         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17206
17207 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17208
17209         [BZ #15859]
17210         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17211
17212 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17213
17214         * include/string.h (__ffs): Declare as hidden.
17215         * string/ffs.c (__ffs): Define as hidden.
17216         * sysdeps/i386/ffs.c (__ffs): Likewise.
17217         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17218         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17219         * sysdeps/s390/ffs.c (__ffs): Likewise.
17220         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17221
17222 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17223
17224         * NEWS: Mention malloc probes.
17225
17226         * malloc/arena.c (new_heap): New memory_heap_new probe.
17227         (grow_heap): New memory_heap_more probe.
17228         (shrink_heap): New memory_heap_less probe.
17229         (heap_trim): New memory_heap_free probe.
17230         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17231         (systrim): New memory_sbrk_less probe.
17232         * manual/probes.texi: Document them.
17233
17234         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17235         * manual/probes.texi: Document it.
17236
17237         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17238         (__libc_realloc): Add memory_realloc_retry probe.
17239         (__libc_memalign): Add memory_memalign_retry probe.
17240         (__libc_valloc): Add memory_valloc_retry probe.
17241         (__libc_pvalloc): Add memory_pvalloc_retry probe.
17242         (__libc_calloc): Add memory_calloc_retry probe.
17243         * manual/probes.texi: Document them.
17244
17245         * malloc/arena.c (get_free_list): Add probe
17246         memory_arena_reuse_free_list.
17247         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17248         and memory_arena_reuse.
17249         (arena_get2) [!PER_THREAD]: Likewise.
17250         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17251         memory_arena_reuse_realloc.
17252         * manual/probes.texi: Document them.
17253
17254         * malloc/malloc.c (__libc_free): Add
17255         memory_mallopt_free_dyn_thresholds probe.
17256         (__libc_mallopt): Add multiple memory_mallopt probes.
17257         * manual/probes.texi: Document them.
17258
17259         * malloc/malloc.c: Include stap-probe.h.
17260         (__libc_mallopt): Add memory_mallopt probe.
17261         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17262         * manual/probes.texi: New.
17263         * manual/Makefile (chapters): Add probes.
17264         * manual/threads.texi: Set next node.
17265
17266 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
17267
17268         [BZ #15963, #13985]
17269         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17270         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17271         Add `Chinese' to `nan' entry name.
17272
17273 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17274
17275         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17276         (POLYNOMIAL): Likewise.
17277         (TAYLOR_SINCOS): Likewise.
17278         (TAYLOR_SLOW): Likewise.
17279         (__sin): Use TAYLOR_SINCOS.
17280         (__cos): Likewise.
17281         (slow): Use TAYLOR_SLOW.
17282         (sloww): Likewise.
17283         (bsloww): Likewise.
17284         (csloww): Likewise.
17285
17286 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17287
17288         * stdlib/strtod_l.c: Fix buffer overrun.
17289
17290 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17291
17292         * benchtests/Makefile (bench): Add sincos.
17293         * benchtests/bench-sincos.c: New file.
17294
17295         * math/libm-test.inc (cos_test_data): New test inputs.
17296         (sin_test_data): Likewise.
17297
17298         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17299         macro.
17300         (__sin): Use it.
17301         (__cos): Likewise.
17302         (slow1): Likewise.
17303         (slow2): Likewise.
17304         (sloww1): Likewise.
17305         (sloww2): Likewise.
17306         (bsloww1): Likewise.
17307         (bsloww2): Likewise.
17308         (cslow2): Likewise.
17309         (csloww1): Likewise.
17310         (csloww2): Likewise.
17311
17312         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
17313         function.
17314         (__sin): Use it.
17315         (__cos): Likewise.
17316
17317         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
17318         gotos.
17319         (__cos): Likewise.
17320
17321 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
17322
17323         * config.h.in (HAVE_MIPS_NAN2008): New macro.
17324         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17325         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17326         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17327         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17328         * elf/cache.c (print_entry): Handle the new cache flags.
17329
17330 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17331             Aldy Hernandez  <aldyh@redhat.com>
17332
17333         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17334         Change condition to [_SOFT_FLOAT].
17335         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17336         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17337         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17338         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17339         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17340         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17341         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17342         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17343         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17344         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17345         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17346         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17347         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17348         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17349         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17350         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17351         declaration.
17352
17353 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17354
17355         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17356         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17357         (__longjmp): Use LOAD_GP to load saved GPRs.
17358         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17359         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17360         (__sigsetjmp): Use SAVE_GP to save GPRs.
17361
17362         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17363         Do not append -msoft-float.
17364         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17365
17366 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17367
17368         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17369
17370 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
17371
17372         [BZ #15966]
17373         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17374         (_FPU_GETCW): Use initial "__" on variable and field names but not
17375         on macro parameter name.
17376         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
17377         parentheses around reference to macro parameter.
17378
17379 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
17380
17381         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17382         prototype.
17383         (ctype_startup): Use uint32_t in cast and sizeof for
17384         ctype->charnames.
17385
17386 2013-09-11  Jia Liu  <proljc@gmail.com>
17387
17388         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17389         __daddr_t_defined.
17390         [__FreeBSD__]: Likewise.
17391
17392 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
17393
17394         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17395         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17396         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17397         (strchr): Remove __strchr_sse42 ifunc selection.
17398         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17399         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17400
17401 2013-09-11  Will Newton  <will.newton@linaro.org>
17402
17403         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17404         parameter to RES. Remove hardcoded 1000 value.
17405         * benchtests/bench-skeleton.c (main): Pass RES parameter
17406         to TIMING_INIT and multiply result by 1000.
17407
17408 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17409
17410         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17411
17412 2013-09-11  Andreas Schwab  <schwab@suse.de>
17413
17414         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17415         if not defined.
17416         (O_TMPFILE) [__USE_GNU]: Define.
17417         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17418         Define.
17419
17420 2013-09-11  Will Newton  <will.newton@linaro.org>
17421
17422         [BZ #15857]
17423         * malloc/malloc.c (__libc_memalign): Check the value of bytes
17424         does not overflow.
17425
17426 2013-09-11  Will Newton  <will.newton@linaro.org>
17427
17428         [BZ #15856]
17429         * malloc/malloc.c (__libc_valloc): Check the value of bytes
17430         does not overflow.
17431
17432 2013-09-11  Will Newton  <will.newton@linaro.org>
17433
17434         [BZ #15855]
17435         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17436         does not overflow.
17437
17438 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
17439
17440         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17441         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17442         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17443         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17444         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17445
17446 2013-09-10  Allan McRae  <allan@archlinux.org>
17447
17448         [BZ #15748]
17449         * manual/arith.texi (Parsing of Floats): Clarify
17450         cross-reference.
17451
17452         [BZ #15849]
17453         * manual/install.texi (Running make install): Mention
17454         --enable-pt-chown.
17455         * INSTALL: Regenerated.
17456
17457 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
17458
17459         * csu/init-first.c (_init): Remove the !SHARED condition around
17460         FPU control word initialization.
17461         * elf/dl-support.c (_dl_fpu_control): New variable.
17462         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17463         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17464         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17465         * math/test-fpucw-static.c: New file.
17466         * math/test-fpucw-ieee.c: New file.
17467         * math/test-fpucw-ieee-static.c: New file.
17468         * math/Makefile (tests): Add `test-fpucw-ieee' and
17469         `$(tests-static)'.
17470         (tests-static): New variable.
17471         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17472         dependency to...
17473         [($(build-shared),yes)]
17474         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17475         ... this.
17476         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17477         New dependency.
17478
17479 2013-09-09  Allan McRae  <allan@archlinux.org>
17480
17481         [BZ #15939]
17482         * manual/string.texi (Collation Functions): Fix typo in
17483         strcoll example.
17484         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17485
17486         [BZ #15893]
17487         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17488
17489         [BZ #15892]
17490         * libio/memstream.c (open_memstream): Fix memory leak.
17491         * libio/wmemstream.c (open_wmemstream): Likewise.
17492
17493         [BZ #15895]
17494         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17495
17496 2013-09-09  Will Newton  <will.newton@linaro.org>
17497
17498         * malloc/Makefile: Add tst-realloc to tests.
17499         * malloc/tst-realloc.c: New file.
17500
17501 2013-09-09  Allan McRae  <allan@archlinux.org>
17502
17503         [BZ #15844]
17504         * COPYING: Update from GNU website to fix FSF address.
17505         * COPYING.LIB: Likewise.
17506
17507 2013-09-06  David S. Miller  <davem@davemloft.net>
17508
17509         * po/zh_TW.po: Update Chinese (traditional) translation from
17510         translation project.
17511
17512 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17513             Joseph Myers  <joseph@codesourcery.com>
17514
17515         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17516         "localeinfo.h".
17517         (obstack_chunk_alloc): New macro.
17518         (obstack_chunk_free): Likewise.
17519         (record_offset): New function.
17520         (init_locale_data): Likewise.
17521         (align_locale_data): Likewise.
17522         (add_locale_empty): Likewise.
17523         (add_locale_raw_data): Likewise.
17524         (add_locale_raw_obstack): Likewise.
17525         (add_locale_string): Likewise.
17526         (add_locale_wstring): Likewise.
17527         (add_locale_uint32): Likewise.
17528         (add_locale_uint32_array): Likewise.
17529         (add_locale_char): Likewise.
17530         (start_locale_structure): Likewise.
17531         (end_locale_structure): Likewise.
17532         (start_locale_prelude): Likewise.
17533         (end_locale_prelude): Likewise.
17534         (write_locale_data): Take locale_file structure rather than an
17535         iovec.
17536         * locale/programs/locfile.h: Include "obstack.h".
17537         (struct locale_file): Change to store locale file contents instead
17538         of header.
17539         (init_locale_data): New prototype.
17540         (align_locale_data): Likewise.
17541         (add_locale_empty): Likewise.
17542         (add_locale_raw_data): Likewise.
17543         (add_locale_raw_obstack): Likewise.
17544         (add_locale_string): Likewise.
17545         (add_locale_wstring): Likewise.
17546         (add_locale_uint32): Likewise.
17547         (add_locale_uint32_array): Likewise.
17548         (add_locale_char): Likewise.
17549         (start_locale_structure): Likewise.
17550         (end_locale_structure): Likewise.
17551         (start_locale_prelude): Likewise.
17552         (end_locale_prelude): Likewise.
17553         (write_locale_data): Update prototype.
17554         * locale/programs/3level.h (struct TABLE): Remove result field.
17555         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17556         Use new locale_file interface.
17557         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17558         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17559         * locale/programs/ld-address.c (address_output): Use new
17560         locale_file interface.
17561         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17562         NO_ADD_LOCALE.
17563         (collate_finish): Don't call collseq_table_finalize.
17564         (collate_output): Use new locale_file interface.
17565         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17566         in file.
17567         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17568         (TABLE): Move defines earlier in file.
17569         (ELEMENT): Likewise.
17570         (DEFAULT): Likewise.
17571         (wctrans_table_add): Move macro and inline function earlier in
17572         file.
17573         (struct wctype_table): Move type earlier in file.
17574         (add_locale_wctype_table): New static prototype.
17575         (struct locale_ctype_t): Use logical types instead of struct iovec
17576         pointers for members.
17577         (ctype_output): Use new locale_file interface.
17578         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17579         new locale_file interface.
17580         (allocate_arrays): Update for use of new locale_file interface.
17581         * locale/programs/ld-identification.c (identification_output): Use
17582         new locale_file interface.
17583         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17584         * locale/programs/ld-messages.c (messages_output): Likewise.
17585         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17586         * locale/programs/ld-name.c (name_output): Likewise.
17587         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17588         * locale/programs/ld-paper.c (paper_output): Likewise.
17589         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17590         * locale/programs/ld-time.c (time_output): Likewise.
17591
17592 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17593
17594         * benchtests/Makefile: Add memrchr benchmark.
17595         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17596         benchmark as memrchr.
17597         * benchtests/bench-memrchr-ifunc.c: New file.
17598         * benchtests/bench-memrchr.c: New file.
17599
17600 2013-09-06   Will Newton  <will.newton@linaro.org>
17601
17602         * benchtests/Makefile (string-bench): Add memcpy.
17603
17604 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17605             Cong Wang  <amwang@redhat.com>
17606
17607         [BZ #15850]
17608         * sysdeps/unix/sysv/linux/bits/in.h
17609         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17610         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17611         before __USE_KERNEL_IPV6_DEFS uses.
17612         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17613         IPPROTO_BEETPH.
17614         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17615         sockaddr_in6, or ipv6_mreq.
17616
17617 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17618
17619         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17620         memory access for final bytes in some large inputs.
17621         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17622
17623 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17624
17625         * string/test-memrchr.c: New file.
17626         * string/test-memrchr-ifunc.c: New file.
17627         * string/Makefile: Add new memrchr testcase.
17628
17629 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17630
17631         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17632         fanotify_init returns EPERM.
17633
17634 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17635
17636         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17637         errors.
17638         (top level): Treat second token from macro or constant entries for
17639         allowed headers as allowed.
17640         * include/complex.h: Condition internal declarations on
17641         [!_ISOMAC].
17642         * include/fenv.h: Condition include of <stdbool.h> and internal
17643         declarations on [!_ISOMAC].
17644
17645 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17646
17647         [BZ #15923]
17648         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17649
17650 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17651
17652         * configure.in (--enable-versioning): Remove configure option.
17653         (libc_cv_asm_symver_directive): Remove configure test.
17654         (libc_cv_ld_version_script_option): Likewise.
17655         (VERSIONING): Remove variable and AC_SUBST.
17656         (DO_VERSIONING): Remove AC_DEFINE.
17657         * configure: Regenerated.
17658         * config.h.in (DO_VERSIONING): Remove macro.
17659         * Makerules [$(versioning) = yes]: Change conditionals to
17660         [$(build-shared) = yes].
17661         * config.make.in (versioning): Remove variable.
17662         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17663         [$(build-shared) = yes].
17664         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17665         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17666         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17667         [$(build-shared) = yes].
17668         * extra-lib.mk [$(versioning) = yes]: Likewise.
17669         * hurd/Makefile [$(versioning) = yes]: Likewise.
17670         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17671         [SHARED].
17672         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17673         [SHARED].
17674         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17675         [SHARED && !NO_HIDDEN].
17676         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17677         [SHARED].
17678         [SHARED && DO_VERSIONING]: Likewise..
17679         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17680         [$(build-shared) = yes].
17681         * manual/install.texi (--disable-versioning): Remove
17682         documentation.
17683         * INSTALL: Regenerated.
17684         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17685         to [SHARED].
17686         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17687         [$(build-shared) = yes].
17688         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17689         * sysdeps/i386/i686/multiarch/strstr-c.c
17690         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17691         [SHARED && !NO_HIDDEN].
17692         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17693         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17694         * sysdeps/powerpc/powerpc32/dl-machine.c
17695         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17696         * sysdeps/powerpc/powerpc32/sysdep.h
17697         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17698         to [SHARED && PIC && !NO_HIDDEN].
17699         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17700         conditional to [SHARED].
17701
17702 2013-09-04   Will Newton  <will.newton@linaro.org>
17703
17704         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17705         * benchtests/bench-string.h: Include bench-timing.h instead
17706         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17707         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17708         call to HP_TIMING_DIFF_INIT.
17709         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17710         instead of hp-timing.h macros.
17711         * benchtests/bench-memchr.c: Likewise.
17712         * benchtests/bench-memcmp.c: Likewise.
17713         * benchtests/bench-memcpy.c: Likewise.
17714         * benchtests/bench-memmem.c: Likewise.
17715         * benchtests/bench-memmove.c: Likewise.
17716         * benchtests/bench-memset.c: Likewise.
17717         * benchtests/bench-rawmemchr.c: Likewise.
17718         * benchtests/bench-strcasecmp.c: Likewise.
17719         * benchtests/bench-strcasestr.c: Likewise.
17720         * benchtests/bench-strcat.c: Likewise.
17721         * benchtests/bench-strchr.c: Likewise.
17722         * benchtests/bench-strcmp.c: Likewise.
17723         * benchtests/bench-strcpy.c: Likewise.
17724         * benchtests/bench-strcpy_chk.c: Likewise.
17725         * benchtests/bench-strlen.c: Likewise.
17726         * benchtests/bench-strncasecmp.c: Likewise.
17727         * benchtests/bench-strncat.c: Likewise.
17728         * benchtests/bench-strncmp.c: Likewise.
17729         * benchtests/bench-strncpy.c: Likewise.
17730         * benchtests/bench-strnlen.c: Likewise.
17731         * benchtests/bench-strpbrk.c: Likewise.
17732         * benchtests/bench-strrchr.c: Likewise.
17733         * benchtests/bench-strspn.c: Likewise.
17734         * benchtests/bench-strstr.c: Likewise.
17735
17736 2013-09-04  Will Newton  <will.newton@linaro.org>
17737
17738         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17739
17740 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17741
17742         [BZ #15427]
17743         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17744         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17745         * math/libm-test.inc (lgamma_test_data): Add more tests.
17746         * sysdeps/i386/fpu/libm-test-ulps: Update.
17747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17748
17749 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17750
17751         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17752         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17753         Add ifunc.
17754         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17755         Add strcmp-sse2-unaligned
17756         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17757
17758 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17759
17760         * Versions.def (libc): Add GLIBC_2.19.
17761
17762 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17763
17764         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17765         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17766
17767 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17768
17769         [BZ #14155]
17770         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17771         intermediate calculations in recurrence.
17772         (__ieee754_ynf): Likewise.
17773         * math/libm-test.inc (jn_test_data): Do not allow spurious
17774         underflow exception.  Add more tests.
17775         (yn_test_data): Add more tests.
17776         * sysdeps/i386/fpu/libm-test-ulps: Update.
17777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17778
17779 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17780
17781         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17782
17783 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17784
17785         * csu/init-first.c: Fix then/than typos.
17786         * locale/programs/ld-collate.c: Likewise.
17787         * locale/programs/linereader.h: Likewise.
17788         * manual/charset.texi: Likewise.
17789         * manual/filesys.texi: Likewise.
17790         * manual/stdio.texi: Likewise.
17791         * manual/string.texi: Likewise.
17792         * stdlib/fmtmsg.c: Likewise.
17793         * sysdeps/i386/stpncpy.S: Likewise.
17794         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17795         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17796         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17797         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17798
17799 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17800
17801         * elf/dl-open.c: Fix typos.
17802         * iconvdata/gbbig5.c: Likewise.
17803         * iconvdata/iso-2022-jp.c: Likewise.
17804         * iconv/gconv_int.h: Likewise.
17805         * iconv/loop.c: Likewise.
17806         * nis/rpcsvc/nis.h: Likewise.
17807         * resolv/ns_name.c: Likewise.
17808         * stdio-common/vfscanf.c: Likewise.
17809         * streams/stropts.h: Likewise.
17810         * sunrpc/rpc_thread.c: Likewise.
17811         * sysdeps/i386/strpbrk.S: Likewise.
17812         * sysdeps/ieee754/k_standard.c: Likewise.
17813         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17814         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17815         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17816         * sysdeps/mach/hurd/profil.c: Likewise.
17817         * sysdeps/s390/dl-procinfo.h: Likewise.
17818         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17819         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17820         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17821         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17822         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17823
17824 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17825
17826         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17827         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17828
17829 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17830
17831         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17832         aix specific files.
17833         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17834         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17835         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17836         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17837         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17838         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17839         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17840         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17841
17842 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17843             Roland McGrath  <roland@hack.frob.com>
17844
17845         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17846         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17847
17848 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17849
17850         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17851         __executable_start symbol instead of _start.
17852
17853 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17854
17855         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17856         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17857         Move macros to...
17858         * sysdeps/gnu/ldsodefs.h: ... this new file.
17859
17860         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17861         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17862         instead of ELFOSABI_LINUX.
17863
17864         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17865         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17866         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17867         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17868         Likewise.
17869         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17870         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17871         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17872         Likewise.
17873         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17874         (ibm_extended_long_double): Add ieee_nan member.
17875         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17876         (do_test): New function.
17877
17878         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17879         TEST_TRUNC.
17880         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17881         functions, renamed from truncdfsf_test, trunctfsf_test,
17882         trunctfdf_test.
17883         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17884         functions.
17885         (do_test): Run all these.
17886
17887 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17888
17889         * argp/argp-help.c: Fix typos.
17890         * argp/argp-parse.c: Likewise.
17891         * debug/backtracesyms.c: Likewise.
17892         * elf/elf.h: Likewise.
17893         * malloc/malloc.c: Likewise.
17894         * nis/nis_print.c: Likewise.
17895         * resolv/res_comp.c: Likewise.
17896         * stdlib/stdlib.h: Likewise.
17897         * sunrpc/clnt_tcp.c: Likewise.
17898         * sunrpc/clnt_udp.c: Likewise.
17899         * sunrpc/clnt_unix.c: Likewise.
17900         * sysdeps/unix/bsd/ptsname.c: Likewise.
17901         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17902         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17904         Likewise.
17905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17906         Likewise.
17907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17908         Likewise.
17909         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17910
17911 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17912
17913         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17914         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17915
17916 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17917
17918         [BZ #15897]
17919         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17920         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17921         ($(objpfx)bug-dl-leaf): New rule.
17922         ($(objpfx)bug-dl-leaf.so): Likewise.
17923         ($(objpfx)bug-dl-leaf.out): Likewise.
17924         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17925         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17926         * dlfcn/bug-dl-leaf.c: New test.
17927         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17928         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17929         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17930         (dlclose): Likewise.
17931         (dlmopen): Likewise.
17932
17933 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17934
17935         * include/netdb.h [!_ISOMAC]:
17936         Don't include <tls.h>.
17937         (h_errno, __libc_h_errno): Move declaration and macros out of
17938         [_LIBC_REENTRANT].
17939
17940         * include/resolv.h [_RESOLV_H_]:
17941         Don't include <tls.h>.
17942         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17943         * resolv/res_libc.c: Don't include <tls.h>.
17944         (_res): Use __attribute__ ((nocommon)) in place of
17945         __attribute__ ((section (".bss"))).
17946
17947         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17948         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17949
17950         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17951
17952         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17953         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17954
17955         * resolv/res_mkquery.c: Include <sys/time.h>.
17956
17957         * inet/ifreq.c: Moved to ...
17958         * sysdeps/unix/ifreq.c: ... here.
17959         * inet/ifreq.c: New file, true stub version.
17960
17961         * socket/sa_len.c: New file.
17962         * socket/Makefile (aux): Add it.
17963         * sysdeps/unix/sysv/linux/Makefile
17964         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17965         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17966         and #include <socket/sa_len.c>.
17967         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17968         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17969
17970         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17971         * bits/socket.h: ... here.
17972
17973         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17974         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17975         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17976
17977 2013-08-27  Andreas Schwab  <schwab@suse.de>
17978
17979         [BZ #15736]
17980         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17981         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17982         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17983         * string/test-strcasecmp.c (test_main): Run tests in several
17984         locales.
17985         * string/test-strncasecmp.c (test_main): Likewise.
17986
17987         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17988         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17989         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17990         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17991         (__strncasecmp_ssse3) [PIC]: Likewise.
17992
17993 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17994
17995         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17996
17997         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17998         instead of explicitly declaring xdecrypt.
17999         * nis/nss_nis/nis-publickey.c: Likewise.
18000
18001 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18002
18003         [BZ #15890]
18004         * nscd/aicache.c: Include res_hconf.h.
18005         (addhstaiX): Initialize res_hconf.
18006
18007 2013-08-26  Andreas Schwab  <schwab@suse.de>
18008
18009         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18010         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18011
18012 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18013
18014         * nscd/aicache.c (addhstaiX): Fix indentation.
18015
18016 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18017
18018         * configure.ac: Quote $build_pt_chown test.
18019         * configure: Regenerated.
18020
18021 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18022
18023         [BZ #15532]
18024         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18025         * math/s_cexpf.c (__cexpf): Likewise.
18026         * math/s_cexpl.c (__cexpl): Likewise.
18027         * math/libm-test.inc (cexp_test_data): Correct expected return
18028         value for NaN + i0.  Add another test.
18029
18030 2013-08-22  David S. Miller  <davem@davemloft.net>
18031
18032         * po/ca.po: Update Catalan translation from translation project.
18033         * po/uk.po: Add Ukrainian translations from translation project.
18034
18035 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18036
18037         [BZ #15797]
18038         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18039         is infinite, not alongside NaN test.
18040         * math/s_fdimf.c (__fdimf): Likewise.
18041         * math/s_fdiml.c (__fdiml): Likewise.
18042         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18043         errno is unchanged.
18044
18045 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18046
18047         * argp/argp-help.c: Fix typos.
18048         * crypt/speeds.c: Likewise.
18049         * csu/check_fds.c: Likewise.
18050         * elf/dl-load.c: Likewise.
18051         * elf/dl-open.c: Likewise.
18052         * elf/reldep3.c: Likewise.
18053         * elf/reldep.c: Likewise.
18054         * elf/sprof.c: Likewise.
18055         * iconv/iconv_charmap.c: Likewise.
18056         * iconv/skeleton.c: Likewise.
18057         * iconv/strtab.c: Likewise.
18058         * io/lockf64.c: Likewise.
18059         * libio/libioP.h: Likewise.
18060         * resolv/gai_notify.c: Likewise.
18061         * resolv/ns_name.c: Likewise.
18062         * resolv/ns_samedomain.c: Likewise.
18063         * resolv/res_send.c: Likewise.
18064         * stdlib/random.c: Likewise.
18065         * sunrpc/rpc/xdr.h: Likewise.
18066         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18067         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18068         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18069         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18070         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18071         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18072         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18073         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18074         * sysdeps/mach/hurd/check_fds.c: Likewise.
18075         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18076         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18077         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18078         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18079         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18080         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18081         * sysdeps/pthread/aio_notify.c: Likewise.
18082         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18083         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18084         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18085         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18086         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18087
18088 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18089
18090         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18091         version if bit_Slow_SSE4_2 is set.
18092         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18093         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18094
18095 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18096
18097         [BZ #15867]
18098         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18099         trampoline stack frame information.
18100         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18101         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18102         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18103         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18104         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18105         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18106         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18107         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18108         sa_flags value.
18109         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18110         interrupting a syscall and set with option SA_SIGINFO.
18111
18112 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18113
18114         [BZ #15531]
18115         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18116         argument is infinite.
18117         * math/s_cprojf.c (__cprojf): Likewise.
18118         * math/s_cprojl.c (__cprojl): Likewise.
18119         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18120         * math/libm-test.inc (cproj_test_data): Add more tests.
18121
18122         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18123
18124         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18125         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18126         size.  Use __ffs to determine corresponding shift.
18127
18128 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18129             Roland McGrath  <roland@hack.frob.com>
18130
18131         * Makefile (INSTALL): Remove trailing blank lines from output of
18132         makeinfo.
18133
18134 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18135
18136         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18137         Align 32 bit compat elf_greg to 8 bytes.
18138
18139 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18140
18141         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18142
18143 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18144
18145         * string/strcoll_l.c (coll_seq): New structure.
18146         (get_next_seq_cached): New function.
18147         (get_next_seq): New function.
18148         (do_compare): New function.
18149         (STRCOLL): Use GNU style definition.  Simplify implementation
18150         by using get_next_seq, get_next_seq_cached and do_compare.
18151
18152 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18153
18154         [BZ #14699]
18155         CVE-2013-4237
18156         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18157         member.
18158         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18159         member.
18160         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18161         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18162         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18163         conditional.
18164         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18165         GETDENTS_64BIT_ALIGNED.
18166         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18167         * manual/filesys.texi (Reading/Closing Directory): Document
18168         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18169         strongly.
18170         * manual/conf.texi (Limits for Files): Add portability note to
18171         NAME_MAX, PATH_MAX.
18172         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18173
18174 2013-08-13  Andreas Schwab  <schwab@suse.de>
18175
18176         [BZ #15749]
18177         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18178         of fabs.
18179         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18180         LDBL_MAX_EXP >= 16384]: Add tests for it.
18181
18182 2013-08-12  David S. Miller  <davem@davemloft.net>
18183
18184         * version.h (RELEASE): Set to "development".
18185         (VERSION): Set to "2.18.90".
18186         * NEWS: Add 2.19 section.
18187
18188 2013-08-03  David S. Miller  <davem@davemloft.net>
18189
18190         * po/ko.po: Update Korean translation from translation project.
18191
18192 2013-08-01  David S. Miller  <davem@davemloft.net>
18193
18194         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18195         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18196         Bilka.
18197
18198 2013-07-30  David S. Miller  <davem@davemloft.net>
18199
18200         * po/fr.po: Update French translation from translation project.
18201
18202 2013-07-28  David S. Miller  <davem@davemloft.net>
18203
18204         * po/cs.po: Update Czech translation from translation project.
18205
18206         * po/sv.po: Update Swedish translation from translation project.
18207
18208 2013-07-27  David S. Miller  <davem@davemloft.net>
18209
18210         * po/eo.po: Update Esperanto translation from translation project.
18211
18212         * po/vi.po: Update Vietnamese translation from translation project.
18213
18214         * po/de.po: Update German translation from translation project.
18215
18216 2013-07-26  David S. Miller  <davem@davemloft.net>
18217
18218         * po/bg.po: Update Bulgarian translation from translation project.
18219
18220         * po/nl.po: Update Dutch translation from translation project.
18221         * po/pl.po: Update Polish translation from translation project.
18222         * po/ru.po: Update Russian translation from translation project.
18223
18224 2013-07-24  David S. Miller  <davem@davemloft.net>
18225
18226         * po/libc.pot: Update.
18227
18228 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18229
18230         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18231         variable page size.
18232         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18233         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18234         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18235
18236 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18237
18238         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18239
18240 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18241             Andreas Schwab  <schwab@suse.de>
18242             Roland McGrath  <roland@hack.frob.com>
18243             Joseph Myers  <joseph@codesourcery.com>
18244             Carlos O'Donell  <carlos@redhat.com>
18245
18246         [BZ #15755]
18247         * config.h.in: Define HAVE_PT_CHOWN.
18248         * config.make.in (build-pt-chown): New variable.
18249         * configure.in (--enable-pt_chown): New configure option.
18250         * configure: Regenerate.
18251         * login/Makefile: Include Makeconfig.  Build pt_chown only if
18252         build-pt-chown is enabled.
18253         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18254         pt_chown to fix pty ownership.
18255         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18256         CLOSE_ALL_FDS.
18257         * manual/install.texi (Configuring and compiling): Mention
18258         --enable-pt_chown. Add @findex for grantpt.
18259         * INSTALL: Regenerate.
18260
18261 2013-07-20  David S. Miller  <davem@davemloft.net>
18262
18263         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18264         difference between 32-bit and 64-bit.
18265
18266 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
18267
18268         [BZ #15711]
18269         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18270         Avoid system header dependency with -ffreestanding.
18271         ($(objpfx)bits/syscall%d): Likewise.
18272
18273 2013-07-13  David S. Miller  <davem@davemloft.net>
18274
18275         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18276         underflows from atanl/atan2l due to bug 15319.
18277         (casinh_test_data): Likewise.
18278
18279 2013-07-07  David S. Miller  <davem@davemloft.net>
18280
18281         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18282
18283 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18284
18285         * sysdeps/i386/fpu/libm-test-ulps: Update.
18286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18287
18288 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18289
18290         * configure.in (--enable-lock-elision): Fix message text.
18291         * INSTALL: Regenerate.
18292         * configure: Regenerate.
18293
18294 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18295
18296         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18297
18298 2013-07-03  Andreas Jaeger  <aj@suse.de>
18299
18300         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18301         define.
18302         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18303         (ptrace_peeksiginfo_args): Add.
18304         (__ptrace_peeksiginfo_flags): Add.
18305         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18306         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18307         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18308
18309 2013-07-03  Allan McRae  <allan@archlinux.org>
18310
18311         * sysdeps/i386/fpu/libm-test-ulps: Update.
18312
18313 2013-07-02  David S. Miller  <davem@davemloft.net>
18314
18315         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18316
18317 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
18318
18319         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18320
18321 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18322
18323         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18325
18326 2013-07-02  Andi Kleen <ak@linux.intel.com>
18327
18328         * config.h.in (ENABLE_LOCK_ELISION): Add.
18329         * configure.in (--enable-lock-elision): Add option.
18330         * manual/install.texi: Document --enable lock elision.
18331         * configure: Regenerate
18332         * INSTALL: Regenerate.
18333
18334 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18335
18336         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18337         SSE4.2 strcasecmp for libc.a.
18338         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18339
18340 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18341
18342         [BZ #13304]
18343         * soft-fp/op-common.h (_FP_FMA): New macro.
18344         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18345         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
18346         (_FP_MUL_MEAT_1_imm): ... here.
18347         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
18348         (_FP_MUL_MEAT_1_wide): ... here.
18349         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
18350         (_FP_MUL_MEAT_1_hard): ... here.
18351         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18352         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
18353         (_FP_MUL_MEAT_2_wide): ... here.
18354         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
18355         (_FP_MUL_MEAT_2_wide_3mul): ... here.
18356         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
18357         (_FP_MUL_MEAT_2_gmp): ... here.
18358         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18359         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
18360         (_FP_MUL_MEAT_4_wide): ... here.
18361         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
18362         (_FP_MUL_MEAT_4_gmp): ... here.
18363         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18364         (_FP_WFRACBITS_DW_S): Likewise.
18365         (_FP_WFRACXBITS_DW_S): Likewise.
18366         (_FP_HIGHBIT_DW_S): Likewise.
18367         (FP_FMA_S): Likewise.
18368         (_FP_FRAC_HIGH_DW_S): Likewise.
18369         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18370         (_FP_WFRACBITS_DW_D): Likewise.
18371         (_FP_WFRACXBITS_DW_D): Likewise.
18372         (_FP_HIGHBIT_DW_D): Likewise.
18373         (FP_FMA_D): Likewise.
18374         (_FP_FRAC_HIGH_DW_D): Likewise.
18375         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18376         (_FP_WFRACBITS_DW_E): Likewise.
18377         (_FP_WFRACXBITS_DW_E): Likewise.
18378         (_FP_HIGHBIT_DW_E): Likewise.
18379         (FP_FMA_E): Likewise.
18380         (_FP_FRAC_HIGH_DW_E): Likewise.
18381         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18382         (_FP_WFRACBITS_DW_Q): Likewise.
18383         (_FP_WFRACXBITS_DW_Q): Likewise.
18384         (_FP_HIGHBIT_DW_Q): Likewise.
18385         (FP_FMA_Q): Likewise.
18386         (_FP_FRAC_HIGH_DW_Q): Likewise.
18387         * soft-fp/fmasf4.c: New file.
18388         * soft-fp/fmadf4.c: Likewise.
18389         * soft-fp/fmatf4.c: Likewise.
18390
18391 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18392
18393         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18394         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18395         Silvermont.
18396         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18397         macro.
18398         (index_Slow_SSE4_2): Likewise.
18399         (index_Prefer_PMINUB_for_stringop): Likewise.
18400         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18401         bit_Slow_SSE4_2 is set.
18402         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18403         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18404
18405 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18406
18407         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18408         rtld_global._dl_hwcap2.
18409         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18410         POWER8.
18411         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18412         POWER8 feature descriptions defined in _dl_hwcap2.
18413         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18414         string handling for POWER8 feature bits.
18415         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18416         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18417         _dl_powerpc_cap_flags.
18418         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18419         * sysdeps/powerpc/rtld-global-offsets.sym
18420         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18421         _dl_hwcap2 in the rtld_global_ro structure.
18422
18423 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18424
18425         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18426         hardware capabilities in support of AT_HWCAP2.
18427         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18428         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18429         GLRO(dl_hwcap2).
18430         (_dl_show_auxv): Add support for calling _dl_procinfo to display
18431         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
18432         explicitly the unknown a_type display mechanism is used.
18433         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18434         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18435         struct member.
18436         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18437         to macro prototype for AT_HWCAP2 support.
18438         * sysdeps/i386/dl-procinfo.h: Likewise.
18439         * sysdeps/s390/dl-procinfo.h: Likewise.
18440         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18441         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
18442         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
18443         return -1 for unknown a_type display fallback.
18444         * sysdeps/sparc/dl-procinfo.h: Likewise.
18445         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18446         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18447
18448 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
18449
18450         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18451         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18452
18453 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
18454
18455         [BZ #12492]
18456         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18457         mprotect making __stack_prot writable.
18458
18459 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18460             Joseph Myers  <joseph@codesourcery.com>
18461
18462         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18463         as being properly aligned.
18464
18465 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18466
18467         * dlfcn/modstatic5.c: New file.
18468         * dlfcn/tststatic5.c: New file.
18469         * dlfcn/Makefile (tests): Add tststatic5.
18470         (tests-static): Likewise.
18471         (modules-names): Add modstatic5.
18472         (tststatic5-ENV): New variable.
18473         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18474
18475         [BZ #15022]
18476         * elf/dl-support.c (_dl_main_map): New variable.
18477         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18478         (_dl_nns, _dl_load_adds): Set to 1.
18479         (_dl_initial_searchlist): Refer to _dl_main_map.
18480         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18481         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18482         call to _dl_get_origin.
18483         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18484         around call_map.
18485         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18486         * dlfcn/modstatic3.c: New file.
18487         * dlfcn/tststatic3.c: New file.
18488         * dlfcn/tststatic4.c: New file.
18489         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18490         (tests-static): Likewise.
18491         (modules-names): Add modstatic3.
18492         (tststatic3-ENV, tststatic4-ENV): New variables.
18493         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18494         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18495
18496 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18497
18498         * configure.in (CC): Require GCC version 4.4 or later.
18499         * configure: Regenerated.
18500         * manual/install.texi (Tools for Compilation): Update GCC version
18501         requirement.
18502         * INSTALL: Regenerated.
18503
18504 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18505
18506         [BZ #15674]
18507         * string/test-memcmp.c (check2): New.
18508         (main): Call check2.
18509
18510         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18511
18512 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18513
18514         [BZ #15022]
18515         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18516         over to...
18517         (dl_open_worker) [!SHARED]: ... here.
18518
18519 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18520
18521         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18522
18523 2013-06-25  Richard Henderson  <rth@redhat.com>
18524
18525         * locale/programs/locarchive.c: Include <libc-internal.h>
18526
18527 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18528
18529         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18530         trailing whitespace removed.
18531
18532 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18533
18534         [BZ #10283]
18535         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18536         * locale/programs/locarchive.c: Include libc-mmap.h.
18537         (prepare_address_space): Take two new outputs (the mmap base and len).
18538         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18539         values.
18540         (create_archive): Declare new mmap base and len values for
18541         prepare_address_space, and store the result in ah.
18542         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18543         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18544         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18545         Declare new mmap base and len values for
18546         prepare_address_space, and store the result in new_ah.
18547         (open_archive): Declare new mmap base and len values for
18548         prepare_address_space, and store the result in ah.
18549         (close_archive): If ah->mmap_base is not NULL, use that and
18550         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18551         * sysdeps/generic/libc-mmap.h: New file.
18552
18553 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18554
18555         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18556         (ALIGN_UP): Likewise.
18557         (PTR_ALIGN_DOWN): Likewise.
18558         (PTR_ALIGN_UP): Likewise.
18559
18560 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18561
18562         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18563         entry mapped to PPC_PLATFORM_POWER8.
18564         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18565         POWER8.
18566         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18567         (_dl_string_platform): Add case for exporting platform position for
18568         POWER8.
18569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18570         search path to sysdeps/powerpc/powerpc32/power8 directory.
18571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18572         search path to sysdeps/powerpc/powerpc64/power8 directory.
18573         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18574         power7 directories.
18575         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18576         power7 directories.
18577
18578 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18579
18580         * INSTALL: Regenerate.
18581
18582         * nscd/connections.c (nscd_init): Fix comment.
18583
18584 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18585
18586         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18587
18588         [BZ #15667]
18589         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18590         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18591
18592 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18593
18594         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18595         DL_DST_REQ_STATIC.
18596         (DL_DST_REQ_STATIC): Remove macro.
18597
18598 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18599
18600         [BZ #7006]
18601         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18602         with a shift of 0 bits.
18603
18604 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18605
18606         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18607         $(tststatic-ENV).
18608
18609 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18610
18611         [BZ #15655]
18612         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18613
18614 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18615
18616         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18617         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18618         accepts -fno-tree-loop-distribute-patterns.
18619         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18620         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18621         recursive call.
18622         * string/memset.c (memset): Likewise.
18623         * string/test-memmove.c (simple_memmove): Disable loop transformation
18624         to library calls.
18625         * string/test-memset.c (simple_memset): Likewise.
18626         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18627         * benchtests/bench-memset.c (simple_memset): Likewise.
18628         * configure: Regenerated.
18629
18630 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18631
18632         * math/test-misc.c (main): Ignore fesetround failure when failures
18633         of subsequent rounding tests would be ignored.
18634
18635         [BZ #15654]
18636         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18637         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18638         * math/fegetenv.c (__fegetenv): Return 0.
18639         * math/fegetexcept.c (fegetexcept): Return 0.
18640         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18641         FE_TONEAREST.
18642         * math/feholdexcpt.c (feholdexcept): Return 0.
18643         * math/fesetenv.c (__fesetenv): Return 0.
18644         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18645         argument FE_TONEAREST.
18646         * math/feupdateenv.c (__feupdateenv): Return 0.
18647         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18648
18649 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18650
18651         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18652         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18653         ($(objpfx)rtld-%.os rules): Use them.
18654
18655 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18656
18657         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18658         fields.
18659
18660 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18661
18662         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18663         length of target pattern, then descending length of dependency pattern.
18664         * configure.in (AWK): Require gawk 3.1.2 or newer.
18665         * manual/install.texi (Tools for Compilation): Say that we do.
18666         * configure: Regenerated.
18667
18668         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18669         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18670         * scripts/sysd-rules.awk: ... this new script.
18671         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18672         than a glob-style pattern.
18673
18674 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18675
18676         * math/test-misc.c (main): Do not treat incorrectly rounded
18677         conversions as failure unless ROUNDING_TESTS passes.
18678
18679 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18680
18681         [BZ #15631]
18682         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18683         restore exception state around main square root computation, then
18684         check for inexactness explicitly.
18685
18686         * math/libm-test.inc (fma_test_data): Add another test.
18687
18688 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18689
18690         * manual/threads.texi (Non-POSIX Extensions): New document
18691         node.  Document pthread_getattr_default_np and
18692         pthread_setattr_default_np.
18693
18694         * Versions.def (libpthread): Add GLIBC_2.18.
18695         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18697         Likewise.
18698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18699         Likewise.
18700         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18701         Likewise.
18702         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18703         Likewise.
18704         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18705         Likewise.
18706         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18707         Likewise.
18708         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18709         Likewise.
18710         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18711         Likewise.
18712         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18713         Likewise.
18714
18715 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18716
18717         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18718         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18719
18720 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18721             H.J. Lu  <hjl.tools@gmail.com>
18722
18723         [BZ #15627]
18724         * sysdeps/x86_64/rtld-memset.c: Remove file.
18725         * sysdeps/x86_64/rtld-memset.S: New file.
18726
18727 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18728
18729         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18730         (test_in_one_mode): Take arguments for whether the rounding mode
18731         is supported for each floating-point type.
18732         (do_test): Pass new arguments to test_in_one_mode using
18733         ROUNDING_TESTS.
18734
18735 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18736
18737         * posix/tst-waitid.c (do_test): Distinguish different instances of
18738         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18739         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18740         before entering the kernel for waitpid.
18741
18742 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18743
18744         * NEWS: Fix note on clock function precision.  Text by Roland
18745         McGrath.
18746
18747 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18748
18749         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18750         it into place only when and if the sanity check passes.
18751
18752 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18753
18754         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18755         output for whether conversion result is exact.  Take argument
18756         indicating whether type is IBM long double.
18757         (round_for_all): Change need_exact field to ibm_ld.
18758         * stdlib/tst-strtod-round.c (struct exactness): New type.
18759         (struct test): Change bool ld_ok field to struct exactness exact.
18760         (TEST): Update all definitions for change to field.
18761         (tests): Regenerate array contents.
18762         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18763         field value.  Check for IBM long double here.
18764         (do_test): Update calls to test_in_one_mode.
18765
18766 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18767
18768         [BZ #12515]
18769         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18770         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18771
18772 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18773
18774         [BZ #15605]
18775         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18776         generated by the compiler on loop optimizations.
18777         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18778         general definitions.
18779
18780 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18781
18782         * math/bug-nextafter.c: Include <math-tests.h>.
18783         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18784         the relevant type.
18785         * math/bug-nexttoward.c: Include <math-tests.h>.
18786         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18787         the relevant type.
18788         * math/test-misc.c: Include <math-tests.h>.
18789         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18790         the relevant type.
18791
18792 2013-06-12  Andreas Jaeger  <aj@suse.de>
18793
18794         * po/ia.po: Update Interlingua translation from translation
18795         project.
18796
18797 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18798
18799         * include/fenv.h: Include stdbool.h.
18800         (struct rm_ctx): New structure.
18801         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18802         Define macro.
18803         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18804         (SET_RESTORE_ROUNDF): Likewise.
18805         (SET_RESTORE_ROUNDL): Likewise.
18806         (SET_RESTORE_ROUND_NOEX): Likewise.
18807         (SET_RESTORE_ROUND_NOEXF): Likewise.
18808         (SET_RESTORE_ROUND_NOEXL): Likewise.
18809         (SET_RESTORE_ROUND_53BIT): Likewise.
18810         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18811         (libc_feresetround_noexf_ctx): Likewise.
18812         (libc_feresetround_noexl_ctx): Likewise.
18813         (libc_feholdsetround_53bit_ctx): Likewise.
18814         (libc_feresetround_53bit_ctx): Likewise.
18815         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18816         (libc_feholdexcept_setround_sse_ctx): New function.
18817         (libc_fesetenv_sse_ctx): Likewise.
18818         (libc_feupdateenv_sse_ctx): Likewise.
18819         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18820         (libc_feholdexcept_setround_387_ctx): Likewise.
18821         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18822         (libc_feholdsetround_387_prec_ctx): Likewise.
18823         (libc_feholdsetround_387_ctx): Likewise.
18824         (libc_feholdsetround_387_53bit_ctx): Likewise.
18825         (libc_feholdsetround_sse_ctx): Likewise.
18826         (libc_feresetround_sse_ctx): Likewise.
18827         (libc_feresetround_387_ctx): Likewise.
18828         (libc_feupdateenv_387_ctx): Likewise.
18829         (libc_feholdexcept_setroundf_ctx): Define macro.
18830         (libc_fesetenvf_ctx): Likewise.
18831         (libc_feupdateenvf_ctx): Likewise.
18832         (libc_feholdsetroundf_ctx): Likewise.
18833         (libc_feresetroundf_ctx): Likewise.
18834         (libc_feholdexcept_setround_ctx): Likewise.
18835         (libc_fesetenv_ctx): Likewise.
18836         (libc_feupdateenv_ctx): Likewise.
18837         (libc_feholdsetround_ctx): Likewise.
18838         (libc_feresetround_ctx): Likewise.
18839         (libc_feholdexcept_setroundl_ctx): Likewise.
18840         (libc_feupdateenvl_ctx): Likewise.
18841         (libc_feholdsetroundl_ctx): Likewise.
18842         (libc_feresetroundl_ctx): Likewise.
18843         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18844         (libc_feresetround_53bit_ctx): Likewise.
18845
18846 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18847
18848         * locale/iso-639.def: Convert to UTF-8.
18849
18850 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18851
18852         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18853         (EXCEPTION_TESTS_double): Likewise.
18854         (EXCEPTION_TESTS_long_double): Likewise.
18855         (EXCEPTION_TESTS): Likewise.
18856         * math/libm-test.inc (test_exceptions): Only test exceptions if
18857         EXCEPTION_TESTS (FLOAT).
18858
18859 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18860
18861         * benchtests/Makefile (string-bench): Add strcpy_chk and
18862         stpcpy_chk.
18863         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18864         * benchtests/bench-stpcpy_chk.c: New file.
18865         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18866         * benchtests/bench-strcpy_chk.c: New file.
18867         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18868         code.
18869         (do_test): Likewise.
18870
18871 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18872
18873         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18874         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18875         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18876         with tabs where appropriate.
18877         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18878         dl-procinfo.h.
18879         [PPC_PLATFORM_PPC440]: Likewise.
18880         [PPC_PLATFORM_PPC464]: Likewise.
18881         [PPC_PLATFORM_PPC476]: Likewise.
18882         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18883         ppc464, and ppc476 platform strings merging from ports/
18884         dl-procinfo.h.
18885
18886 2013-06-11  Andreas Schwab  <schwab@suse.de>
18887
18888         [BZ #14991]
18889         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18890         (from_ucs4_idx): Regenerate.
18891         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18892         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18893         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18894         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18895         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18896         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18897         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18898         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18899         from FROM_LOOP and TO_LOOP specific macros.
18900         (BODY): Handle combining characters.
18901         * iconvdata/BIG5HKSCS.irreversible: Update.
18902         * iconvdata/BIG5HKSCS.precomposed: New file.
18903         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18904         characters.
18905         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18906
18907 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18908
18909         * include/sys/time.h: Fix indentation and add copyright header.
18910
18911         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18912         (do_test): Likewise.
18913         * string/test-memchr.c (do_one_test): Likewise.
18914         (do_test): Likewise.
18915         * string/test-memcmp.c (do_one_test): Likewise.
18916         (do_test): Likewise.
18917         * string/test-memcpy.c (do_one_test): Likewise.
18918         (do_test): Likewise.
18919         * string/test-memmem.c (do_one_test): Likewise.
18920         (do_test): Likewise.
18921         (do_random_tests): Likewise.
18922         * string/test-memmove.c (do_one_test): Likewise.
18923         (do_test): Likewise.
18924         * string/test-memset.c (do_one_test): Likewise.
18925         (do_test): Likewise.
18926         * string/test-rawmemchr.c (do_one_test): Likewise.
18927         (do_test): Likewise.
18928         * string/test-strcasecmp.c (do_one_test): Likewise.
18929         (do_test): Likewise.
18930         * string/test-strcasestr.c (do_one_test): Likewise.
18931         (do_test): Likewise.
18932         * string/test-strcat.c (do_one_test): Likewise.
18933         (do_test): Likewise.
18934         * string/test-strchr.c (do_one_test): Likewise.
18935         (do_test): Likewise.
18936         * string/test-strcmp.c (do_one_test): Likewise.
18937         (do_test): Likewise.
18938         * string/test-strcpy.c (do_one_test): Likewise.
18939         (do_test): Likewise.
18940         * string/test-string.h: Likewise.
18941         (test_init): Likewise.
18942         * string/test-strlen.c (do_one_test): Likewise.
18943         (do_test): Likewise.
18944         * string/test-strncasecmp.c (do_one_test): Likewise.
18945         (do_test): Likewise.
18946         * string/test-strncat.c (do_one_test): Likewise.
18947         (do_test): Likewise.
18948         * string/test-strncmp.c (do_one_test): Likewise.
18949         (do_test_limit): Likewise.
18950         (do_test): Likewise.
18951         * string/test-strncpy.c (do_one_test): Likewise.
18952         (do_test): Likewise.
18953         * string/test-strnlen.c (do_one_test): Likewise.
18954         (do_test): Likewise.
18955         * string/test-strpbrk.c (do_one_test): Likewise.
18956         (do_test): Likewise.
18957         * string/test-strrchr.c (do_one_test): Likewise.
18958         (do_test): Likewise.
18959         * string/test-strspn.c (do_one_test): Likewise.
18960         (do_test): Likewise.
18961         * string/test-strstr.c (do_one_test): Likewise.
18962         (do_test): Likewise.
18963
18964         * benchtests/Makefile (string-bench): Add string benchmarks.
18965         * benchtests/bench-bcopy-ifunc.c: New file.
18966         * benchtests/bench-bcopy.c: New file.
18967         * benchtests/bench-bzero-ifunc.c: New file.
18968         * benchtests/bench-bzero.c: New file.
18969         * benchtests/bench-memccpy-ifunc.c: New file.
18970         * benchtests/bench-memccpy.c: New file.
18971         * benchtests/bench-memchr-ifunc.c: New file.
18972         * benchtests/bench-memchr.c: New file.
18973         * benchtests/bench-memcmp-ifunc.c: New file.
18974         * benchtests/bench-memcmp.c: New file.
18975         * benchtests/bench-memmem-ifunc.c: New file.
18976         * benchtests/bench-memmem.c: New file.
18977         * benchtests/bench-memmove-ifunc.c: New file.
18978         * benchtests/bench-memmove.c: New file.
18979         * benchtests/bench-mempcpy-ifunc.c: New file.
18980         * benchtests/bench-mempcpy.c: New file.
18981         * benchtests/bench-memset-ifunc.c: New file.
18982         * benchtests/bench-memset.c: New file.
18983         * benchtests/bench-rawmemchr-ifunc.c: New file.
18984         * benchtests/bench-rawmemchr.c: New file.
18985         * benchtests/bench-stpcpy-ifunc.c: New file.
18986         * benchtests/bench-stpcpy.c: New file.
18987         * benchtests/bench-stpncpy-ifunc.c: New file.
18988         * benchtests/bench-stpncpy.c: New file.
18989         * benchtests/bench-strcasecmp-ifunc.c: New file.
18990         * benchtests/bench-strcasecmp.c: New file.
18991         * benchtests/bench-strcasestr-ifunc.c: New file.
18992         * benchtests/bench-strcasestr.c: New file.
18993         * benchtests/bench-strcat-ifunc.c: New file.
18994         * benchtests/bench-strcat.c: New file.
18995         * benchtests/bench-strchr-ifunc.c: New file.
18996         * benchtests/bench-strchr.c: New file.
18997         * benchtests/bench-strchrnul-ifunc.c: New file.
18998         * benchtests/bench-strchrnul.c: New file.
18999         * benchtests/bench-strcmp-ifunc.c: New file.
19000         * benchtests/bench-strcmp.c: New file.
19001         * benchtests/bench-strcpy-ifunc.c: New file.
19002         * benchtests/bench-strcpy.c: New file.
19003         * benchtests/bench-strcspn-ifunc.c: New file.
19004         * benchtests/bench-strcspn.c: New file.
19005         * benchtests/bench-strlen-ifunc.c: New file.
19006         * benchtests/bench-strlen.c: New file.
19007         * benchtests/bench-strncasecmp-ifunc.c: New file.
19008         * benchtests/bench-strncasecmp.c: New file.
19009         * benchtests/bench-strncat-ifunc.c: New file.
19010         * benchtests/bench-strncat.c: New file.
19011         * benchtests/bench-strncmp-ifunc.c: New file.
19012         * benchtests/bench-strncmp.c: New file.
19013         * benchtests/bench-strncpy-ifunc.c: New file.
19014         * benchtests/bench-strncpy.c: New file.
19015         * benchtests/bench-strnlen-ifunc.c: New file.
19016         * benchtests/bench-strnlen.c: New file.
19017         * benchtests/bench-strpbrk-ifunc.c: New file.
19018         * benchtests/bench-strpbrk.c: New file.
19019         * benchtests/bench-strrchr-ifunc.c: New file.
19020         * benchtests/bench-strrchr.c: New file.
19021         * benchtests/bench-strspn-ifunc.c: New file.
19022         * benchtests/bench-strspn.c: New file.
19023         * benchtests/bench-strstr-ifunc.c: New file.
19024         * benchtests/bench-strstr.c: New file.
19025
19026         * benchtests/Makefile: Disable parallel execution of targets.
19027         (string-bench): Add memcpy.
19028         (benchset): New variable to store a list of benchmark sets.
19029         (bench-func): Renamed from bench.
19030         (bench-set): New target.
19031         (bench): Depend on bench-func and bench-set.
19032         * benchtests/README: Add section on benchmark sets.
19033         * benchtests/bench-memcpy-ifunc.c: New file.
19034         * benchtests/bench-memcpy.c: New file.
19035         * benchtests/bench-string.h: New file.
19036
19037 2013-06-11  Andreas Schwab  <schwab@suse.de>
19038
19039         [BZ #15577]
19040         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19041         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19042         values in the triple.
19043         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19044         terminator in the group key.
19045
19046 2013-06-11  Andreas Jaeger  <aj@suse.de>
19047
19048         * po/zh_TW.po: Update Chinese (traditional) translation from
19049         translation project.
19050
19051 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19052
19053         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19054         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19055         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19056         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19057         (clock_getcpuclockid): Likewise.
19058         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19059         Add weak_alias and libc_hidden_def.
19060         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19061         * rt/clock_gettime.c (clock_gettime): Rename to
19062         __clock_gettime.  Add weak_alias and libc_hidden_def.
19063         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19064         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19065         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19066         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19067         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19068         Likewise.
19069         * rt/clock_settime.c (clock_settime): Rename to
19070         __clock_settime.  Add weak_alias and libc_hidden_def.
19071         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19072
19073 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19074
19075         * mach/err_boot.sub: Remove trailing whitespace.
19076         * mach/err_ipc.sub: Likewise.
19077         * mach/err_mach.sub: Likewise.
19078
19079         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19080         (ROUNDING_TESTS_double): Likewise.
19081         (ROUNDING_TESTS_long_double): Likewise.
19082         (ROUNDING_TESTS): Likewise.
19083         * math/libm-test.inc: Include <math-tests.h>.
19084         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19085         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19086         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19087         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19088
19089 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19090
19091         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19092         of assigning.
19093
19094 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19095
19096         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19097         otherwise empty TRANS lines.
19098         * sysdeps/gnu/errlist.c: Regenerated.
19099
19100         * catgets/gencat.c (error_print): Use (void) in function
19101         definition.
19102         * crypt/crypt_util.c (__init_des): Likewise.
19103         * crypt/speeds.c (Stop): Likewise.
19104         (main): Likewise.
19105         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19106         * inet/ruserpass.c (token): Likewise.
19107         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19108         * intl/localealias.c (extend_alias_table): Likewise.
19109         * intl/plural-exp.c (init_germanic_plural): Likewise.
19110         * libio/fcloseall.c (__fcloseall): Likewise.
19111         * libio/genops.c (_IO_flush_all): Likewise.
19112         (_IO_flush_all_linebuffered): Likewise.
19113         (_IO_cleanup): Likewise.
19114         (_IO_iter_begin): Likewise.
19115         (_IO_iter_end): Likewise.
19116         (_IO_list_lock): Likewise.
19117         (_IO_list_unlock): Likewise.
19118         (_IO_list_resetlock): Likewise.
19119         * libio/getchar.c (getchar): Likewise.
19120         * libio/getchar_u.c (getchar_unlocked): Likewise.
19121         * libio/getwchar.c (getwchar): Likewise.
19122         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19123         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19124         * login/getpt.c (__getpt): Likewise.
19125         * login/tst-utmp.c (main): Likewise.
19126         * malloc/hooks.c (__malloc_check_init): Likewise.
19127         * malloc/malloc.c (__malloc_stats): Likewise.
19128         * malloc/mtrace.c (tr_break): Likewise.
19129         (mtrace): Likewise.
19130         (muntrace): Likewise.
19131         * misc/fstab.c (endfsent): Likewise.
19132         * misc/getclktck.c (__getclktck): Likewise.
19133         * misc/getdtsz.c (__getdtablesize): Likewise.
19134         * misc/gethostid.c (gethostid): Likewise.
19135         * misc/getpagesize.c (__getpagesize): Likewise.
19136         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19137         (__get_nprocs): Likewise.
19138         (__get_phys_pages): Likewise.
19139         (__get_avphys_pages): Likewise.
19140         * misc/getttyent.c (getttyent): Likewise.
19141         (setttyent): Likewise.
19142         (endttyent): Likewise.
19143         * misc/getusershell.c (getusershell): Likewise.
19144         (endusershell): Likewise.
19145         (setusershell): Likewise.
19146         (initshells): Likewise.
19147         * misc/hsearch.c (__hdestroy): Likewise.
19148         * misc/sync.c (sync): Likewise.
19149         * misc/syslog.c (closelog_internal): Likewise.
19150         (closelog): Likewise.
19151         * misc/ttyslot.c (ttyslot): Likewise.
19152         * misc/vhangup.c (vhangup): Likewise.
19153         * posix/fork.c (__fork): Likewise.
19154         * posix/getegid.c (__getegid): Likewise.
19155         * posix/geteuid.c (__geteuid): Likewise.
19156         * posix/getgid.c (__getgid): Likewise.
19157         * posix/getpid.c (__getpid): Likewise.
19158         * posix/getppid.c (__getppid): Likewise.
19159         * posix/getuid.c (__getuid): Likewise.
19160         * posix/pause.c (pause): Likewise.
19161         * posix/setpgrp.c (setpgrp): Likewise.
19162         * posix/setsid.c (__setsid): Likewise.
19163         * posix/test-vfork.c (noop): Likewise.
19164         * resolv/gethnamaddr.c (_endhtent): Likewise.
19165         (_gethtent): Likewise.
19166         (ht_endhostent): Likewise.
19167         (gethostent): Likewise.
19168         (dns_service): Likewise.
19169         * stdlib/drand48.c (drand48): Likewise.
19170         * stdlib/lrand48.c (lrand48): Likewise.
19171         * stdlib/mrand48.c (mrand48): Likewise.
19172         * stdlib/rand.c (rand): Likewise.
19173         * stdlib/random.c (__random): Likewise.
19174         * stdlib/setenv.c (clearenv): Likewise.
19175         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19176         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19177         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19178         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19179         (__get_nprocs): Likewise.
19180         (__get_phys_pages): Likewise.
19181         (__get_avphys_pages): Likewise.
19182         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19183         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19184         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19185         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19186         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19187         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19188         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19189         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19190         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19191         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19192         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19193         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19194         * sysdeps/posix/clock.c (clock): Likewise.
19195         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19196         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19197         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19198         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19199         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19200         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19201         (__get_nprocs_conf): Likewise.
19202         (__get_phys_pages): Likewise.
19203         (__get_avphys_pages): Likewise.
19204         * time/clock.c (clock): Likewise.
19205         * time/tzset.c (__tzname_max): Likewise.
19206
19207 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19208
19209         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19210         (__bswap_32): Do not use "register".
19211         * crypt/crypt.c (_ufc_doit_r): Likewise.
19212         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19213         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19214         * gmon/gmon.c (__monstartup): Likewise.
19215         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19216         * hurd/hurdmalloc.c (more_memory): Likewise.
19217         (malloc): Likewise.
19218         (free): Likewise.
19219         (realloc): Likewise.
19220         (malloc_fork_prepare): Likewise.
19221         (malloc_fork_parent): Likewise.
19222         (malloc_fork_child): Likewise.
19223         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19224         (_svcauth_des): Likewise.
19225         * inet/inet_lnaof.c (inet_lnaof): Likewise.
19226         * inet/inet_net.c (inet_network): Likewise.
19227         * inet/inet_netof.c (inet_netof): Likewise.
19228         * inet/rcmd.c (__validuser2_sa): Likewise.
19229         * io/fts.c (fts_open): Likewise.
19230         (fts_load): Likewise.
19231         (fts_close): Likewise.
19232         (fts_read): Likewise.
19233         (fts_children): Likewise.
19234         (fts_build): Likewise.
19235         (fts_stat): Likewise.
19236         (fts_sort): Likewise.
19237         (fts_alloc): Likewise.
19238         (fts_lfree): Likewise.
19239         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19240         (_IO_file_xsgetn): Likewise.
19241         (_IO_file_xsgetn_mmap): Likewise.
19242         * libio/iofopncook.c (_IO_cookie_read): Likewise.
19243         (_IO_cookie_write): Likewise.
19244         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19245         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19246         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19247         * malloc/obstack.c (_obstack_begin): Likewise.
19248         (_obstack_begin_1): Likewise.
19249         (_obstack_newchunk): Likewise.
19250         (_obstack_allocated_p): Likewise.
19251         (obstack_free): Likewise.
19252         (_obstack_memory_used): Likewise.
19253         * misc/getttyent.c (getttynam): Likewise.
19254         (getttyent): Likewise.
19255         (skip): Likewise.
19256         (value): Likewise.
19257         * misc/getusershell.c (initshells): Likewise.
19258         * misc/syslog.c (__vsyslog_chk): Likewise.
19259         * misc/ttyslot.c (ttyslot): Likewise.
19260         * nis/nis_hash.c (__nis_hash): Likewise.
19261         * posix/fnmatch_loop.c (FCT): Likewise.
19262         * posix/getconf.c (print_all): Likewise.
19263         (main): Likewise.
19264         * posix/getopt.c (exchange): Likewise.
19265         * posix/glob.c (globfree): Likewise.
19266         (prefix_array): Likewise.
19267         (__glob_pattern_type): Likewise.
19268         * resolv/arpa/nameser.h (NS_GET16): Likewise.
19269         (NS_GET32): Likewise.
19270         (NS_PUT16): Likewise.
19271         (NS_PUT32): Likewise.
19272         * resolv/gethnamaddr.c (getanswer): Likewise.
19273         (gethostbyname2): Likewise.
19274         (gethostbyaddr): Likewise.
19275         (_gethtent): Likewise.
19276         (_gethtbyname2): Likewise.
19277         (_gethtbyaddr): Likewise.
19278         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19279         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19280         * resolv/res_init.c (__res_vinit): Likewise.
19281         (net_mask): Likewise.
19282         * resolv/res_mkquery.c (outchar): Likewise.
19283         (PRINT): Likewise.
19284         * stdio-common/printf_fp.c (outchar): Likewise.
19285         (PRINT): Likewise.
19286         * stdio-common/printf_fphex.c (outchar): Likewise.
19287         (PRINT): Likewise.
19288         * stdio-common/printf_size.c (outchar): Likewise.
19289         (PRINT): Likewise.
19290         * stdio-common/test_rdwr.c (main): Likewise.
19291         * stdio-common/tfformat.c (matches): Likewise.
19292         * stdio-common/vfprintf.c (outchar): Likewise.
19293         (printf_unknown): Likewise.
19294         (buffered_vfprintf): Likewise.
19295         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19296         * stdio-common/xbug.c (AppendToBuffer): Likewise.
19297         (ReadFile): Likewise.
19298         * stdlib/qsort.c (SWAP): Likewise.
19299         (_quicksort): Likewise.
19300         * stdlib/setenv.c (__add_to_environ): Likewise.
19301         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19302         * stdlib/strtol_l.c (__strtol_l): Likewise.
19303         * stdlib/tst-strtod.c (main): Likewise.
19304         * stdlib/tst-strtol.c (main): Likewise.
19305         * stdlib/tst-strtoll.c (main): Likewise.
19306         * string/bits/string2.h (__strcmp_cc): Likewise.
19307         (__strcmp_cg): Likewise.
19308         (__strcspn_c1): Likewise.
19309         (__strcspn_c2): Likewise.
19310         (__strcspn_c3): Likewise.
19311         (__strspn_c1): Likewise.
19312         (__strspn_c2): Likewise.
19313         (__strspn_c3): Likewise.
19314         (__strsep_1c): Likewise.
19315         (__strsep_2c): Likewise.
19316         (__strsep_3c): Likewise.
19317         * string/memccpy.c (__memccpy): Likewise.
19318         * string/stpcpy.c (__stpcpy): Likewise.
19319         * string/strcmp.c (strcmp): Likewise.
19320         * string/strrchr.c (strrchr): Likewise.
19321         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
19322         Likewise.
19323         * sysdeps/mach/hurd/getcwd.c
19324         (_hurd_canonicalize_directory_name_internal): Likewise.
19325         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19326         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19327         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19328         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19329         Likewise, in both definitions.
19330         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19331         definitions.
19332         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19333         64] (__bswap_64): Likewise.
19334         * time/test_time.c (main): Likewise.
19335         * time/tzfile.c (__tzfile_read): Likewise.
19336         (__tzfile_compute): Likewise.
19337         * time/tzset.c (__tzset_parse_tz): Likewise.
19338         (tzset_internal): Likewise.
19339         (compute_change): Likewise.
19340         * wcsmbs/wcscat.c (__wcscat): Likewise.
19341         * wcsmbs/wcschr.c (wcschr): Likewise.
19342         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19343         * wcsmbs/wcscspn.c (wcscspn): Likewise.
19344         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19345         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19346         * wcsmbs/wcsspn.c (wcsspn): Likewise.
19347         * wcsmbs/wcsstr.c (wcsstr): Likewise.
19348         * wcsmbs/wmemchr.c (wmemchr): Likewise.
19349         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19350         * wcsmbs/wmemset.c (wmemset): Likewise.
19351
19352 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
19353
19354         * scripts/config.guess: Update to version 2013-05-16.
19355         * scripts/config.sub: Update to version 2013-04-24.
19356         * scripts/install-sh: Update to version 2011-11-20.07.
19357         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19358         * scripts/move-if-change: Update to version 2012-01-06 07:23.
19359
19360 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
19361
19362         * debug/fgetws_u_chk.c: Fix leading whitespaces.
19363         * elf/sln.c: Likewise.
19364         * hurd/hurd/ioctl.h: Likewise.
19365         * hurd/hurdmalloc.c: Likewise.
19366         * hurd/xattr.c: Likewise.
19367         * include/shlib-compat.h: Likewise.
19368         * inet/ruserpass.c: Likewise.
19369         * libio/iofgets_u.c: Likewise.
19370         * libio/iofgetws_u.c: Likewise.
19371         * locale/programs/ld-identification.c: Likewise.
19372         * locale/programs/ld-time.c: Likewise.
19373         * mach/msg-destroy.c: Likewise.
19374         * nss/nss_files/files-netgrp.c: Likewise.
19375         * resolv/res_data.c: Likewise.
19376         * soft-fp/op-1.h: Likewise.
19377         * soft-fp/op-2.h: Likewise.
19378         * soft-fp/op-4.h: Likewise.
19379         * soft-fp/op-common.h: Likewise.
19380         * stdio-common/printf_fphex.c: Likewise.
19381         * stdlib/strtod_l.c: Likewise.
19382         * sunrpc/rpc/clnt.h: Likewise.
19383         * sysdeps/generic/framestate.c: Likewise.
19384         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19385         * sysdeps/i386/bsd-setjmp.S: Likewise.
19386         * sysdeps/i386/__longjmp.S: Likewise.
19387         * sysdeps/i386/setjmp.S: Likewise.
19388         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19389         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19390         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19391         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19392         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19393         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19394         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19395         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19396         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19397         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19398         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19399         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19400         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19401         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19402         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19403         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19404         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19405         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19406         * sysdeps/ieee754/support.c: Likewise.
19407         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19408         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19409         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19410         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19411         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19412         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19413         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19414         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19415         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19416         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19417         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19418         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19419         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19420         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19421         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19422         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19423         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19425
19426 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
19427
19428         * posix/transbug.c: Remove executable mode.
19429
19430 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
19431
19432         * crypt/speeds.c: Remove trailing whitespace.
19433         * dlfcn/default.c: Likewise.
19434         * elf/ifuncdep2.c: Likewise.
19435         * elf/ifuncmain1.c: Likewise.
19436         * elf/ifuncmain1vis.c: Likewise.
19437         * elf/testobj.h: Likewise.
19438         * elf/tst-stackguard1.c: Likewise.
19439         * gmon/sys/gmon.h: Likewise.
19440         * hurd/hurdmsg.c: Likewise.
19441         * hurd/new-fd.c: Likewise.
19442         * hurd/ports-get.c: Likewise.
19443         * iconvdata/ibm1008_420.c: Likewise.
19444         * inet/tst-getni1.c: Likewise.
19445         * inet/tst-getni2.c: Likewise.
19446         * libio/ioungetc.c: Likewise.
19447         * libio/wfiledoalloc.c: Likewise.
19448         * manual/libm-err-tab.pl: Likewise.
19449         * math/w_dremf.c: Likewise.
19450         * misc/ftruncate.c: Likewise.
19451         * posix/bug-glob2.c: Likewise.
19452         * posix/tst-pcre.c: Likewise.
19453         * posix/wait4.c: Likewise.
19454         * resolv/README: Likewise.
19455         * resolv/res_debug.h: Likewise.
19456         * resolv/tst-inet_ntop.c: Likewise.
19457         * setjmp/bug269-setjmp.c: Likewise.
19458         * soft-fp/extended.h: Likewise.
19459         * soft-fp/op-1.h: Likewise.
19460         * soft-fp/op-2.h: Likewise.
19461         * soft-fp/op-4.h: Likewise.
19462         * soft-fp/op-8.h: Likewise.
19463         * soft-fp/testit.c: Likewise.
19464         * stdio-common/bug16.c: Likewise.
19465         * stdlib/random.c: Likewise.
19466         * sunrpc/rpcsvc/rquota.x: Likewise.
19467         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19468         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19469         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19470         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19471         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19472         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19473         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19474         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19475         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19476         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19477         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19478         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19479         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19480         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19481         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19482         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19483         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19484         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19485         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19486         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19487         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19488         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19489         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19490         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19491         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19492         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19493         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19494         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19495         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19496         * sysdeps/ieee754/s_lib_version.c: Likewise.
19497         * sysdeps/mach/hurd/check_fds.c: Likewise.
19498         * sysdeps/mach/hurd/getsockname.c: Likewise.
19499         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19500         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19501         * sysdeps/powerpc/bits/link.h: Likewise.
19502         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19503         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19504         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19505         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19506         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19507         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19508         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19509         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19510         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19511         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19512         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19513         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19514         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19515         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19516         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19517         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19518         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19519         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19520         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19521         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19522         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19523         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19524         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19525         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19526         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19527         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19528         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19529         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19530         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19531         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19532         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19533         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19534         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19535         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19536         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19537         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19538         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19539         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19540         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19541         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19542         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19543         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19544         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19545         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19546         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19547         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19548         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19549         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19550         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19551         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19552         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19553         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19554         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19555         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19556         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19557         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19558         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19559         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19560         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19561         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19562         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19563         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19564         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19565         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19566         * sysdeps/powerpc/sysdep.h: Likewise.
19567         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19568         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19569         * sysdeps/sh/dl-trampoline.S: Likewise.
19570         * sysdeps/sh/memset.S: Likewise.
19571         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19572         * sysdeps/sh/strlen.S: Likewise.
19573         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19574         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19575         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19576         * sysdeps/sparc/sparc32/rem.S: Likewise.
19577         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19578         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19579         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19580         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19581         * sysdeps/sparc/sparc32/urem.S: Likewise.
19582         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19583         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19584         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19585         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19586         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19587         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19588         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19589         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19590         * sysdeps/unix/bsd/times.c: Likewise.
19591         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19592         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19596         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19597         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19598         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19599         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19600         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19601         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19602         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19603         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19604         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19605         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19606         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19607         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19608         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19609         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19610         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19611         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19612         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19613         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19614         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19615         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19616         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19617         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19618         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19619         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19620         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19621         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19622         * sysdeps/x86_64/strcspn.S: Likewise.
19623
19624 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19625
19626         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19627         generated file.  Regenerate properly from gen-translit.pl.
19628         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19629         locale/C-translit.h.
19630
19631 2013-06-05  Andreas Schwab  <schwab@suse.de>
19632
19633         [BZ #15100]
19634         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19635         week as 6 instead of -1.
19636         * time/tst-strptime.c (day_tests): Add test case.
19637
19638 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19639
19640         * sysdeps/generic/math_private.h
19641         (libc_feholdexcept_setround_53bit): Replace with
19642         libc_feholdsetround_53bit.
19643         (libc_feupdateenv_53bit): Replace with
19644         libc_feresetround_53bit.
19645         (SET_RESTORE_ROUND_53BIT): Adjust.
19646
19647 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19648
19649         * string/test-strchrnul.c: Add copyright header.
19650
19651         * posix/tst-getaddrinfo4.c: Increase test timeout.
19652
19653 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19654
19655         [BZ #15536]
19656         * math/libm-test.inc (MAX_EXP): Remove
19657         (MIN_EXP): Define.
19658         (ulp): Use MIN_EXP - MANT_DIG.
19659         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19660
19661 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19662
19663         * po/be.po: Revert last change.
19664         * po/zh_CN.po: Likewise.
19665         * po/header.pot: Likewise.
19666
19667 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19668
19669         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19670         link-libc-deps to empty as target-specific variable.
19671         * Makerules (link-libc-args): New variable.
19672         (libc-for-link): Likewise.
19673         (link-libc-deps): Likewise.
19674         (lib%.so): Depend on $(link-libc-deps).  Link with
19675         $(link-libc-args).
19676         (build-module): Link with $(link-libc-args).
19677         (build-module-asneeded): Likewise.
19678         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19679         list of objects.
19680         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19681         target-specific variable.
19682         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19683         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19684         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19685         libc.
19686         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19687         libc and ld.so.
19688         ($(objpfx)libpcprofile.so): Likewise.
19689         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19690         libc_nonshared.a.
19691         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19692         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19693         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19694         $(link-libc-deps).
19695         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19696         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19697         * login/Makefile ($(objpfx)libutil.so): Likewise.
19698         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19699         * math/Makefile ($(objpfx)libm.so): Likewise.
19700         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19701         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19702         variable instead of depending directly on libc.
19703         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19704         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19705         $(link-libc-deps).
19706         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19707         libc.
19708         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19709         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19710         ($(objpfx)libanl.so): Likewise.
19711         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19712         ld.so.
19713         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19714         $(link-libc-deps).
19715         * sysdeps/i386/fpu/Makefile: Remove file.
19716         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19717         ($(objpfx)libm.so): Remove dependency on ld.so.
19718
19719 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19720
19721         [BZ # 15553]
19722         * nis/yp_xdr.c (XDRMAXNAME): Define.
19723         (XDRMAXRECORD): Define.
19724         (xdr_domainname): Use XDRMAXNAME.
19725         (xdr_mapname): Likewise.
19726         (xdr_peername): Likewise.
19727         (xdr_keydat): Use XDRMAXRECORD.
19728         (xdr_valdat): Likewise.
19729
19730 2013-05-30  Jeff Law  <law@redhat.com>
19731
19732         [BZ #14256]
19733         * manual/errno.texi (ESTALE): Update to account for more than
19734         just NFS file systems.
19735         * sysdeps/gnu/errlist.c: Regenerated.
19736
19737 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19738
19739         [BZ #15465]
19740         * elf/Makefile (tests): Add tst-null-argv.
19741         (modules-names):  Add tst-null-argv-lib.
19742         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19743         (tst-null-argv-ENV): Set environment for tst-null-argv.
19744         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19745         (RTLD_PROGNAME): New macro.
19746         * elf/tst-null-argv.c: New test case.
19747         * elf/tst-null-argv-lib.c: Library for test case.
19748         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19749         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19750         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19751         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19752         * elf/dl-init.c (call_init): Likewise.
19753         (_dl_init): Likewise.
19754         * elf/dl-load.c (print_search_path): Likewise.
19755         (_dl_map_object): Likewise.
19756         * elf/dl-lookup.c (do_lookup_x): Likewise.
19757         (add_dependency): Likewise.
19758         (_dl_lookup_symbol_x): Likewise.
19759         (_dl_debug_bindings): Likewise.
19760         * elf/dl-open.c (_dl_show_scope): Likewise.
19761         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19762         * elf/dl-version.c (match_symbol): Likewise.
19763         (_dl_check_map_versions): Likewise.
19764         * elf/rtld.c (dl_main): Likewise.
19765         (print_unresolved): Use RTLD_PROGNAME.
19766         (print_missing_version): Likewise.
19767         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19768         (elf_machine_rela): Likewise.
19769         * sysdeps/powerpc/powerpc32/dl-machine.c
19770         (__process_machine_rela): Likewise.
19771         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19772         Likewise.
19773         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19774         Likewise.
19775         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19776         Likewise.
19777         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19778         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19779         Likewise.
19780         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19781         Likewise.
19782         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19783
19784 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19785
19786         * po/be.po: Add descriptive title.
19787         * po/zh_CN.po: Likewise.
19788         * po/header.pot: Likewise.
19789
19790 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19791
19792         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19793         error message.
19794         (enlarge_archive): Likewise.
19795
19796 2013-05-28  Ben North  <ben@redfrontdoor.org>
19797
19798         * manual/arith.texi (frexp): It is the magnitude of the return
19799         value which lies in [0.5, 1), not the return value itself.
19800
19801 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19802
19803         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19804
19805 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19806
19807         * stdio-common/bug26.c (main): Correct fscanf template.
19808
19809         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19810         declare _dl_skip_args.
19811
19812         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19813         Don't declare.
19814
19815         * manual/platform.texi: Add missing @end deftypefun.
19816
19817 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19818
19819         [BZ #15529]
19820         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19821         bit of mantissa of 2^16382.
19822         * math/libm-test.inc (hypot_test_data): Add more tests.
19823
19824         * math/libm-test.inc: Add drem and pow10 to list of tested
19825         functions.
19826         (pow10_test): New function.
19827         (drem_test): Likewise.
19828         (drem_test_tonearest): Likewise.
19829         (drem_test_towardzero): Likewise.
19830         (drem_test_downward): Likewise.
19831         (drem_test_upward): Likewise.
19832         (main): Call the new functions.
19833
19834         * math/libm-test.inc (finite_test_data): Remove.
19835         (finite_test): Run tests from isfinite_test_data.
19836         (gamma_test_data): Remove.
19837         (gamma_test): Run tests from lgamma_test_data.
19838         * sysdeps/i386/fpu/libm-test-ulps: Update.
19839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19840
19841 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19842
19843         * manual/platform.texi: Add PowerPC PPR function set documentation.
19844         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19845         implementation.
19846
19847 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19848
19849         * math/libm-test.inc (MAX_EXP): Define.
19850         (ULPDIFF): Define.
19851         (ulp): New function.
19852         (check_float_internal): Use ULPDIFF.
19853         (cpow_test): Disable failing test.
19854         (check_ulp): Test ulp() implemetnation.
19855         (main): Call check_ulp before starting tests.
19856
19857 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19858
19859         * math/gen-libm-test.pl (generate_testfile): Do not handle
19860         START_DATA and END_DATA.
19861         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19862         END_DATA.
19863         (acos_tonearest_test_data): Likewise.
19864         (acos_towardzero_test_data): Likewise.
19865         (acos_downward_test_data): Likewise.
19866         (acos_upward_test_data): Likewise.
19867         (acosh_test_data): Likewise.
19868         (asin_test_data): Likewise.
19869         (asin_tonearest_test_data): Likewise.
19870         (asin_towardzero_test_data): Likewise.
19871         (asin_downward_test_data): Likewise.
19872         (asin_upward_test_data): Likewise.
19873         (asinh_test_data): Likewise.
19874         (atan_test_data): Likewise.
19875         (atanh_test_data): Likewise.
19876         (atan2_test_data): Likewise.
19877         (cabs_test_data): Likewise.
19878         (cacos_test_data): Likewise.
19879         (cacosh_test_data): Likewise.
19880         (carg_test_data): Likewise.
19881         (casin_test_data): Likewise.
19882         (casinh_test_data): Likewise.
19883         (catan_test_data): Likewise.
19884         (catanh_test_data): Likewise.
19885         (cbrt_test_data): Likewise.
19886         (ccos_test_data): Likewise.
19887         (ccosh_test_data): Likewise.
19888         (ceil_test_data): Likewise.
19889         (cexp_test_data): Likewise.
19890         (cimag_test_data): Likewise.
19891         (clog_test_data): Likewise.
19892         (clog10_test_data): Likewise.
19893         (conj_test_data): Likewise.
19894         (copysign_test_data): Likewise.
19895         (cos_test_data): Likewise.
19896         (cos_tonearest_test_data): Likewise.
19897         (cos_towardzero_test_data): Likewise.
19898         (cos_downward_test_data): Likewise.
19899         (cos_upward_test_data): Likewise.
19900         (cosh_test_data): Likewise.
19901         (cosh_tonearest_test_data): Likewise.
19902         (cosh_towardzero_test_data): Likewise.
19903         (cosh_downward_test_data): Likewise.
19904         (cosh_upward_test_data): Likewise.
19905         (cpow_test_data): Likewise.
19906         (cproj_test_data): Likewise.
19907         (creal_test_data): Likewise.
19908         (csin_test_data): Likewise.
19909         (csinh_test_data): Likewise.
19910         (csqrt_test_data): Likewise.
19911         (ctan_test_data): Likewise.
19912         (ctan_tonearest_test_data): Likewise.
19913         (ctan_towardzero_test_data): Likewise.
19914         (ctan_downward_test_data): Likewise.
19915         (ctan_upward_test_data): Likewise.
19916         (ctanh_test_data): Likewise.
19917         (ctanh_tonearest_test_data): Likewise.
19918         (ctanh_towardzero_test_data): Likewise.
19919         (ctanh_downward_test_data): Likewise.
19920         (ctanh_upward_test_data): Likewise.
19921         (erf_test_data): Likewise.
19922         (erfc_test_data): Likewise.
19923         (exp_test_data): Likewise.
19924         (exp_tonearest_test_data): Likewise.
19925         (exp_towardzero_test_data): Likewise.
19926         (exp_downward_test_data): Likewise.
19927         (exp_upward_test_data): Likewise.
19928         (exp10_test_data): Likewise.
19929         (exp2_test_data): Likewise.
19930         (expm1_test_data): Likewise.
19931         (fabs_test_data): Likewise.
19932         (fdim_test_data): Likewise.
19933         (finite_test_data): Likewise.
19934         (floor_test_data): Likewise.
19935         (fma_test_data): Likewise.
19936         (fma_towardzero_test_data): Likewise.
19937         (fma_downward_test_data): Likewise.
19938         (fma_upward_test_data): Likewise.
19939         (fmax_test_data): Likewise.
19940         (fmin_test_data): Likewise.
19941         (fmod_test_data): Likewise.
19942         (fpclassify_test_data): Likewise.
19943         (frexp_test_data): Likewise.
19944         (gamma_test_data): Likewise.
19945         (hypot_test_data): Likewise.
19946         (ilogb_test_data): Likewise.
19947         (isfinite_test_data): Likewise.
19948         (isgreater_test_data): Likewise.
19949         (isgreaterequal_test_data): Likewise.
19950         (isinf_test_data): Likewise.
19951         (isless_test_data): Likewise.
19952         (islessequal_test_data): Likewise.
19953         (islessgreater_test_data): Likewise.
19954         (isnan_test_data): Likewise.
19955         (isnormal_test_data): Likewise.
19956         (issignaling_test_data): Likewise.
19957         (isunordered_test_data): Likewise.
19958         (j0_test_data): Likewise.
19959         (j1_test_data): Likewise.
19960         (jn_test_data): Likewise.
19961         (ldexp_test_data): Likewise.
19962         (lgamma_test_data): Likewise.
19963         (lrint_test_data): Likewise.
19964         (lrint_tonearest_test_data): Likewise.
19965         (lrint_towardzero_test_data): Likewise.
19966         (lrint_downward_test_data): Likewise.
19967         (lrint_upward_test_data): Likewise.
19968         (llrint_test_data): Likewise.
19969         (llrint_tonearest_test_data): Likewise.
19970         (llrint_towardzero_test_data): Likewise.
19971         (llrint_downward_test_data): Likewise.
19972         (llrint_upward_test_data): Likewise.
19973         (log_test_data): Likewise.
19974         (log10_test_data): Likewise.
19975         (log1p_test_data): Likewise.
19976         (log2_test_data): Likewise.
19977         (logb_test_data): Likewise.
19978         (logb_downward_test_data): Likewise.
19979         (lround_test_data): Likewise.
19980         (llround_test_data): Likewise.
19981         (modf_test_data): Likewise.
19982         (nearbyint_test_data): Likewise.
19983         (nextafter_test_data): Likewise.
19984         (nexttoward_test_data): Likewise.
19985         (pow_test_data): Likewise.
19986         (pow_tonearest_test_data): Likewise.
19987         (pow_towardzero_test_data): Likewise.
19988         (pow_downward_test_data): Likewise.
19989         (pow_upward_test_data): Likewise.
19990         (remainder_test_data): Likewise.
19991         (remainder_tonearest_test_data): Likewise.
19992         (remainder_towardzero_test_data): Likewise.
19993         (remainder_downward_test_data): Likewise.
19994         (remainder_upward_test_data): Likewise.
19995         (remquo_test_data): Likewise.
19996         (rint_test_data): Likewise.
19997         (rint_tonearest_test_data): Likewise.
19998         (rint_towardzero_test_data): Likewise.
19999         (rint_downward_test_data): Likewise.
20000         (rint_upward_test_data): Likewise.
20001         (round_test_data): Likewise.
20002         (scalb_test_data): Likewise.
20003         (scalbn_test_data): Likewise.
20004         (scalbln_test_data): Likewise.
20005         (signbit_test_data): Likewise.
20006         (sin_test_data): Likewise.
20007         (sin_tonearest_test_data): Likewise.
20008         (sin_towardzero_test_data): Likewise.
20009         (sin_downward_test_data): Likewise.
20010         (sin_upward_test_data): Likewise.
20011         (sincos_test_data): Likewise.
20012         (sinh_test_data): Likewise.
20013         (sinh_tonearest_test_data): Likewise.
20014         (sinh_towardzero_test_data): Likewise.
20015         (sinh_downward_test_data): Likewise.
20016         (sinh_upward_test_data): Likewise.
20017         (sqrt_test_data): Likewise.
20018         (tan_test_data): Likewise.
20019         (tan_tonearest_test_data): Likewise.
20020         (tan_towardzero_test_data): Likewise.
20021         (tan_downward_test_data): Likewise.
20022         (tan_upward_test_data): Likewise.
20023         (tanh_test_data): Likewise.
20024         (tgamma_test_data): Likewise.
20025         (trunc_test_data): Likewise.
20026         (y0_test_data): Likewise.
20027         (y1_test_data): Likewise.
20028         (yn_test_data): Likewise.
20029         (significand_test_data): Likewise.
20030
20031         * math/gen-libm-test.pl (@functions): Remove variable.
20032         (generate_testfile): Don't handle START and END lines.
20033         * math/libm-test.inc (START): New macro.
20034         (END): Likewise.
20035         (END_COMPLEX): Likewise.
20036         (acos_test): Use END macro without arguments.
20037         (acos_test_tonearest): Likewise.
20038         (acos_test_towardzero): Likewise.
20039         (acos_test_downward): Likewise.
20040         (acos_test_upward): Likewise.
20041         (acosh_test): Likewise.
20042         (asin_test): Likewise.
20043         (asin_test_tonearest): Likewise.
20044         (asin_test_towardzero): Likewise.
20045         (asin_test_downward): Likewise.
20046         (asin_test_upward): Likewise.
20047         (asinh_test): Likewise.
20048         (atan_test): Likewise.
20049         (atanh_test): Likewise.
20050         (atan2_test): Likewise.
20051         (cabs_test): Likewise.
20052         (cacos_test): Use END_COMPLEX macro without arguments.
20053         (cacosh_test): Likewise.
20054         (carg_test): Use END macro without arguments.
20055         (casin_test): Use END_COMPLEX macro without arguments.
20056         (casinh_test): Likewise.
20057         (catan_test): Likewise.
20058         (catanh_test): Likewise.
20059         (cbrt_test): Use END macro without arguments.
20060         (ccos_test): Use END_COMPLEX macro without arguments.
20061         (ccosh_test): Likewise.
20062         (ceil_test): Use END macro without arguments.
20063         (cexp_test): Use END_COMPLEX macro without arguments.
20064         (cimag_test): Use END macro without arguments.
20065         (clog_test): Use END_COMPLEX macro without arguments.
20066         (clog10_test): Likewise.
20067         (conj_test): Likewise.
20068         (copysign_test): Use END macro without arguments.
20069         (cos_test): Likewise.
20070         (cos_test_tonearest): Likewise.
20071         (cos_test_towardzero): Likewise.
20072         (cos_test_downward): Likewise.
20073         (cos_test_upward): Likewise.
20074         (cosh_test): Likewise.
20075         (cosh_test_tonearest): Likewise.
20076         (cosh_test_towardzero): Likewise.
20077         (cosh_test_downward): Likewise.
20078         (cosh_test_upward): Likewise.
20079         (cpow_test): Use END_COMPLEX macro without arguments.
20080         (cproj_test): Likewise.
20081         (creal_test): Use END macro without arguments.
20082         (csin_test): Use END_COMPLEX macro without arguments.
20083         (csinh_test): Likewise.
20084         (csqrt_test): Likewise.
20085         (ctan_test): Likewise.
20086         (ctan_test_tonearest): Likewise.
20087         (ctan_test_towardzero): Likewise.
20088         (ctan_test_downward): Likewise.
20089         (ctan_test_upward): Likewise.
20090         (ctanh_test): Likewise.
20091         (ctanh_test_tonearest): Likewise.
20092         (ctanh_test_towardzero): Likewise.
20093         (ctanh_test_downward): Likewise.
20094         (ctanh_test_upward): Likewise.
20095         (erf_test): Use END macro without arguments.
20096         (erfc_test): Likewise.
20097         (exp_test): Likewise.
20098         (exp_test_tonearest): Likewise.
20099         (exp_test_towardzero): Likewise.
20100         (exp_test_downward): Likewise.
20101         (exp_test_upward): Likewise.
20102         (exp10_test): Likewise.
20103         (exp2_test): Likewise.
20104         (expm1_test): Likewise.
20105         (fabs_test): Likewise.
20106         (fdim_test): Likewise.
20107         (finite_test): Likewise.
20108         (floor_test): Likewise.
20109         (fma_test): Likewise.
20110         (fma_test_towardzero): Likewise.
20111         (fma_test_downward): Likewise.
20112         (fma_test_upward): Likewise.
20113         (fmax_test): Likewise.
20114         (fmin_test): Likewise.
20115         (fmod_test): Likewise.
20116         (fpclassify_test): Likewise.
20117         (frexp_test): Likewise.
20118         (gamma_test): Likewise.
20119         (hypot_test): Likewise.
20120         (ilogb_test): Likewise.
20121         (isfinite_test): Likewise.
20122         (isgreater_test): Likewise.
20123         (isgreaterequal_test): Likewise.
20124         (isinf_test): Likewise.
20125         (isless_test): Likewise.
20126         (islessequal_test): Likewise.
20127         (islessgreater_test): Likewise.
20128         (isnan_test): Likewise.
20129         (isnormal_test): Likewise.
20130         (issignaling_test): Likewise.
20131         (isunordered_test): Likewise.
20132         (j0_test): Likewise.
20133         (j1_test): Likewise.
20134         (jn_test): Likewise.
20135         (ldexp_test): Likewise.
20136         (lgamma_test): Likewise.
20137         (lrint_test): Likewise.
20138         (lrint_test_tonearest): Likewise.
20139         (lrint_test_towardzero): Likewise.
20140         (lrint_test_downward): Likewise.
20141         (lrint_test_upward): Likewise.
20142         (llrint_test): Likewise.
20143         (llrint_test_tonearest): Likewise.
20144         (llrint_test_towardzero): Likewise.
20145         (llrint_test_downward): Likewise.
20146         (llrint_test_upward): Likewise.
20147         (log_test): Likewise.
20148         (log10_test): Likewise.
20149         (log1p_test): Likewise.
20150         (log2_test): Likewise.
20151         (logb_test): Likewise.
20152         (logb_test_downward): Likewise.
20153         (lround_test): Likewise.
20154         (llround_test): Likewise.
20155         (modf_test): Likewise.
20156         (nearbyint_test): Likewise.
20157         (nextafter_test): Likewise.
20158         (nexttoward_test): Likewise.
20159         (pow_test): Likewise.
20160         (pow_test_tonearest): Likewise.
20161         (pow_test_towardzero): Likewise.
20162         (pow_test_downward): Likewise.
20163         (pow_test_upward): Likewise.
20164         (remainder_test): Likewise.
20165         (remainder_test_tonearest): Likewise.
20166         (remainder_test_towardzero): Likewise.
20167         (remainder_test_downward): Likewise.
20168         (remainder_test_upward): Likewise.
20169         (remquo_test): Likewise.
20170         (rint_test): Likewise.
20171         (rint_test_tonearest): Likewise.
20172         (rint_test_towardzero): Likewise.
20173         (rint_test_downward): Likewise.
20174         (rint_test_upward): Likewise.
20175         (round_test): Likewise.
20176         (scalb_test): Likewise.
20177         (scalbn_test): Likewise.
20178         (scalbln_test): Likewise.
20179         (signbit_test): Likewise.
20180         (sin_test): Likewise.
20181         (sin_test_tonearest): Likewise.
20182         (sin_test_towardzero): Likewise.
20183         (sin_test_downward): Likewise.
20184         (sin_test_upward): Likewise.
20185         (sincos_test): Likewise.
20186         (sinh_test): Likewise.
20187         (sinh_test_tonearest): Likewise.
20188         (sinh_test_towardzero): Likewise.
20189         (sinh_test_downward): Likewise.
20190         (sinh_test_upward): Likewise.
20191         (sqrt_test): Likewise.
20192         (tan_test): Likewise.
20193         (tan_test_tonearest): Likewise.
20194         (tan_test_towardzero): Likewise.
20195         (tan_test_downward): Likewise.
20196         (tan_test_upward): Likewise.
20197         (tanh_test): Likewise.
20198         (tgamma_test): Likewise.
20199         (trunc_test): Likewise.
20200         (y0_test): Likewise.
20201         (y1_test): Likewise.
20202         (yn_test): Likewise.
20203         (significand_test): Likewise.
20204
20205 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20206
20207         [BZ #15381]
20208         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20209
20210 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20211
20212         [BZ #14894]
20213         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20214         __ppc_mdoio and __ppc_mdoom.
20215         * manual/platform.texi: Document new functions __ppc_yield,
20216         __ppc_mdoio and __ppc_mdoom.
20217
20218 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20219
20220         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20221         (main): Mention "tls" pseudo-hwcap is legacy.
20222         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20223
20224 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20225
20226         * math/gen-libm-test.pl (parse_args): Output only string of
20227         arguments as text for test name, not full call or descriptions of
20228         tests for extra outputs.
20229         (generate_testfile): Do not pass function name to parse_args.
20230         Generate this_func variable from START.
20231         * math/libm-test.inc (struct test_f_f_data): Rename test_name
20232         field to arg_str.
20233         (struct test_ff_f_data): Likewise.
20234         (test_ff_f_data_nexttoward): Likewise.
20235         (struct test_fi_f_data): Likewise.
20236         (struct test_fl_f_data): Likewise.
20237         (struct test_if_f_data): Likewise.
20238         (struct test_fff_f_data): Likewise.
20239         (struct test_c_f_data): Likewise.
20240         (struct test_f_f1_data): Likewise.  Remove field extra_name.
20241         (struct test_fF_f1_data): Likewise.
20242         (struct test_ffI_f1_data): Likewise.
20243         (struct test_c_c_data): Rename test_name field to arg_str.
20244         (struct test_cc_c_data): Likewise.
20245         (struct test_f_i_data): Likewise.
20246         (struct test_ff_i_data): Likewise.
20247         (struct test_f_l_data): Likewise.
20248         (struct test_f_L_data): Likewise.
20249         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
20250         and extra2_name.
20251         (COMMON_TEST_SETUP): New macro.
20252         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20253         (COMMON_TEST_CLEANUP): Likewise.
20254         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20255         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
20256         macros.
20257         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20258         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
20259         macros.
20260         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20261         (RUN_TEST_fff_f): Take argument string.  Call new setup and
20262         cleanup macros.
20263         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20264         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
20265         macros.
20266         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20267         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
20268         macros.
20269         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20270         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
20271         cleanup macros.
20272         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20273         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
20274         cleanup macros.
20275         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20276         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
20277         cleanup macros.
20278         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20279         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20280         macros.
20281         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20282         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20283         macros.
20284         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20285         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20286         macros.
20287         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20288         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
20289         cleanup macros.
20290         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20291         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
20292         cleanup macros.
20293         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20294         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
20295         macros.
20296         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20297         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
20298         cleanup macros.
20299         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20300         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
20301         macros.
20302         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20303         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
20304         macros.
20305         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20306         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
20307         cleanup macros.
20308         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
20309
20310 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
20311
20312         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
20313         to _sifields.sigfault.
20314         (si_addr_lsb): Define new macro.
20315         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20316         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20317         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
20318
20319 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
20320
20321         [BZ #15441]
20322         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
20323         returns -1.
20324         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20325         null return -1.
20326         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20327         loading the domain.
20328
20329 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20330
20331         * math/gen-libm-test.pl (parse_args): Do not include expected
20332         result in test name.
20333         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20334         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20335         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20336         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20337         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20339
20340 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20341
20342         * benchtests/Makefile: Sort function entries.
20343
20344         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20345         tanh, asinh, acosh, atanh.
20346         * benchtests/acos-inputs: New file.
20347         * benchtests/acosh-inputs: New file.
20348         * benchtests/asin-inputs: New file.
20349         * benchtests/asinh-inputs: New file.
20350         * benchtests/atanh-inputs: New file.
20351         * benchtests/cosh-inputs: New file.
20352         * benchtests/log-inputs: New file.
20353         * benchtests/sinh-inputs: New file.
20354         * benchtests/tanh-inputs: New file.
20355
20356 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
20357
20358         [BZ #15339]
20359         * posix/tst-getaddrinfo4.c: New test.
20360         * posix/Makefile (tests): Add it.
20361
20362 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20363
20364         [BZ #15339]
20365         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20366         when no services were used.
20367         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20368         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20369
20370 2013-05-21  Andreas Schwab  <schwab@suse.de>
20371
20372         [BZ #15014]
20373         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20374         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20375         successful.
20376         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20377         redundant variable declarations and reallocation of buffer when
20378         parsing as IPv6 address.  Always set NSS status when called from
20379         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
20380         buffer too small.  Correct computation of needed size.
20381         * nss/Makefile (tests): Add test-digits-dots.
20382         * nss/test-digits-dots.c: New test.
20383
20384 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20385
20386         * benchtests/Makefile: Remove instructions for adding
20387         benchmark tests.
20388         * benchtests/README: New file to explain how to execute and
20389         enhance the benchmark tests.
20390
20391 2013-05-21  Andreas Schwab  <schwab@suse.de>
20392
20393         [BZ #15493]
20394         * setjmp/Makefile (tests): Add tst-sigsetjmp.
20395         * setjmp/tst-sigsetjmp.c: New test.
20396
20397 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20398
20399         * sysdeps/x86_64/memset.S (memset): New implementation.
20400         (__bzero): Likewise.
20401         (__memset_tail): New function.
20402
20403 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20404
20405         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20406         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20407         __memcpy_sse2_unaligned ifunc selection.
20408         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20409         Add memcpy-sse2-unaligned.S.
20410         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20411         Add: __memcpy_sse2_unaligned.
20412
20413 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
20414
20415         [BZ #15490]
20416         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20417         math_force_eval before restoring floating-point envrionment.
20418         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20419         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20420         Likewise.
20421         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20422         <math_private.h>.
20423         (__nearbyintl): Use math_force_eval before restoring
20424         floating-point environment.
20425         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20426
20427         * math/gen-libm-test.pl (special_functions): Remove.
20428         (parse_args): Don't handle TEST_extra.  Handle functions with no
20429         return value.
20430         * math/libm-test.inc (struct test_sincos_data): Replace with
20431         struct test_fFF_11_data.
20432         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20433         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20434         (sincos_test_data): Change element type to struct
20435         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
20436         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20437         RUN_TEST_LOOP_sincos.
20438         * math/README.libm-test: Don't mention special handling of
20439         individual functions.
20440         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20441         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20442         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20443         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20444         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20445         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20446
20447         * math/gen-libm-test.pl (get_variable): Remove function.
20448         (parse_args): Don't show pointer parameters to call in test
20449         names.  Use "extra output N" in test names for extra outputs
20450         rather than naming variables.
20451
20452 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
20453
20454         [BZ #15488]
20455         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20456         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20457         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20458         double tests.
20459         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20460         disable.
20461         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20462         check_long_double.
20463
20464         * math/gen-libm-test.pl (@tests): Remove variable.
20465         ($count): Likewise.
20466         (new_test): Remove function.
20467         (show_exceptions): New function.
20468         (special_functions): Use show_exceptions instead of new_test.
20469         (parse_args): Likewise.
20470         (generate_testfile): Pass only function name in generated call to
20471         print_max_error or print_complex_max_error.
20472         (get_ulps): Do not handle complex tests specially.
20473         (output_test): Rename to ...
20474         (get_all_ulps_for_test): ... this.  Return a string rather than
20475         printing to a file.  Require ulps to be present.
20476         (output_ulps): Generate arrays rather than #defines.
20477         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20478         (struct ulp_data): New type.
20479         (BUILD_COMPLEX_ULP): Remove macro.
20480         (compare_ulp_data): New function.
20481         (find_ulps): Likewise.
20482         (find_test_ulps): Likewise.
20483         (find_function_ulps): Likewise.
20484         (find_complex_function_ulps): Likewise.
20485         (print_max_error): Determine allowed ulps using
20486         find_function_ulps.
20487         (print_complex_max_error): Determine allowed ulps using
20488         find_complex_function_ulps.
20489         (check_float_internal): Determine max ulps using find_test_ulps.
20490         (check_float): Do not take max_ulp parameter.  Update call to
20491         check_float_internal.
20492         (check_complex): Likewise.
20493         (check_int): Do not take max_ulp parameter.
20494         (check_long): Likewise.
20495         (check_bool): Likewise.
20496         (check_longlong): Likewise.
20497         (struct test_f_f_data): Remove max_ulp field.
20498         (struct test_ff_f_data): Likewise.
20499         (struct test_ff_f_data_nexttoward): Likewise.
20500         (struct test_fi_f_data): Likewise.
20501         (struct test_fl_f_data): Likewise.
20502         (struct test_if_f_data): Likewise.
20503         (struct test_fff_f_data): Likewise.
20504         (struct test_c_f_data): Likewise.
20505         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20506         (struct test_fF_f1_data): Likewise.
20507         (struct test_ffI_f1_data): Likewise.
20508         (struct test_c_c_data): Remove max_ulp field.
20509         (struct test_cc_c_data): Likewise.
20510         (struct test_f_i_data): Likewise.
20511         (struct test_ff_i_data): Likewise.
20512         (struct test_f_l_data): Likewise.
20513         (struct test_f_L_data): Likewise.
20514         (struct test_sincos_data): Likewise.
20515         (RUN_TEST_f_f): Do not handle ulps.
20516         (RUN_TEST_LOOP_f_f): Likewise.
20517         (RUN_TEST_2_f): Likewise.
20518         (RUN_TEST_LOOP_2_f): Likewise.
20519         (RUN_TEST_fff_f): Likewise.
20520         (RUN_TEST_LOOP_fff_f): Likewise.
20521         (RUN_TEST_c_f): Likewise.
20522         (RUN_TEST_LOOP_c_f): Likewise.
20523         (RUN_TEST_f_f1): Likewise.
20524         (RUN_TEST_LOOP_f_f1): Likewise.
20525         (RUN_TEST_fF_f1): Likewise.
20526         (RUN_TEST_LOOP_fF_f1): Likewise.
20527         (RUN_TEST_fI_f1): Likewise.
20528         (RUN_TEST_LOOP_fI_f1): Likewise.
20529         (RUN_TEST_ffI_f1): Likewise.
20530         (RUN_TEST_LOOP_ffI_f1): Likewise.
20531         (RUN_TEST_c_c): Likewise.
20532         (RUN_TEST_LOOP_c_c): Likewise.
20533         (RUN_TEST_cc_c): Likewise.
20534         (RUN_TEST_LOOP_cc_c): Likewise.
20535         (RUN_TEST_f_i): Likewise.
20536         (RUN_TEST_LOOP_f_i): Likewise.
20537         (RUN_TEST_f_i_tg): Likewise.
20538         (RUN_TEST_LOOP_f_i_tg): Likewise.
20539         (RUN_TEST_ff_i_tg): Likewise.
20540         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20541         (RUN_TEST_f_b): Likewise.
20542         (RUN_TEST_LOOP_f_b): Likewise.
20543         (RUN_TEST_f_b_tg): Likewise.
20544         (RUN_TEST_LOOP_f_b_tg): Likewise.
20545         (RUN_TEST_f_l): Likewise.
20546         (RUN_TEST_LOOP_f_l): Likewise.
20547         (RUN_TEST_f_L): Likewise.
20548         (RUN_TEST_LOOP_f_L): Likewise.
20549         (RUN_TEST_sincos): Likewise.
20550         (RUN_TEST_LOOP_sincos): Likewise.
20551
20552 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20553
20554         [BZ #15480]
20555         [BZ #15485]
20556         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20557         main case of finite arguments, set rounding mode to FE_TONEAREST
20558         and discard exceptions.
20559         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20560         exceptions.
20561         (remainder_tonearest_test_data): New variable.
20562         (remainder_test_tonearest): New function.
20563         (remainder_towardzero_test_data): New variable.
20564         (remainder_test_towardzero): New function.
20565         (remainder_downward_test_data): New variable.
20566         (remainder_test_downward): New function.
20567         (remainder_upward_test_data): New variable.
20568         (remainder_test_upward): New function.
20569         (main): Call the new test functions.
20570
20571         * math/libm-test.inc (struct test_f_f1_data): Remove field
20572         extra_init.
20573         (struct test_fF_f1_data): Likewise.
20574         (struct test_ffI_f1_data): Likewise.
20575         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20576         based on value of EXTRA_EXPECTED.
20577         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20578         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20579         EXTRA_VAR based on value of EXTRA_EXPECTED.
20580         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20581         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20582         EXTRA_VAR based on value of EXTRA_EXPECTED.
20583         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20584         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20585         EXTRA_VAR based on value of EXTRA_EXPECTED.
20586         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20587         * math/gen-libm-test.pl (parse_args): Don't output initializers
20588         for extra output values.
20589
20590         * math/libm-test.inc (check_int): Expect result to be exactly
20591         equal to expected value and do not handle ulps.
20592         (check_long): Likewise.
20593         (check_longlong): Likewise.
20594
20595         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20596         exceptions.
20597         (cimag_test_data): Likewise.
20598         (conj_test_data): Likewise.
20599         (copysign_test_data): Likewise.
20600         (cproj_test_data): Likewise.
20601         (creal_test_data): Likewise.
20602         (fabs_test_data): Likewise.
20603         (fdim_test_data): Likewise.
20604         (finite_test_data): Likewise.
20605         (floor_test_data): Likewise.
20606         (fmax_test_data): Likewise.
20607         (fmin_test_data): Likewise.
20608         (fmod_test_data): Likewise.
20609         (fpclassify_test_data): Likewise.
20610         (frexp_test_data): Likewise.
20611         (ilogb_test_data): Likewise.
20612         (isfinite_test_data): Likewise.
20613         (isgreater_test_data): Likewise.
20614         (isgreaterequal_test_data): Likewise.
20615         (isinf_test_data): Likewise.
20616         (isless_test_data): Likewise.
20617         (islessequal_test_data): Likewise.
20618         (islessgreater_test_data): Likewise.
20619         (isnan_test_data): Likewise.
20620         (isnormal_test_data): Likewise.
20621         (issignaling_test_data): Likewise.
20622         (isunordered_test_data): Likewise.
20623         (ldexp_test_data): Likewise.
20624         (lrint_test_data): Likewise.
20625         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20626         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20627         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20628         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20629         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20630         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20631         test input.
20632         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20633         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20634         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20635         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20636         that test input.
20637         (lrint_downward_test_data): Test for "inexact" exceptions.
20638         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20639         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20640         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20641         test input.
20642         (lrint_upward_test_data): Test for "inexact" exceptions.
20643         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20644         test input.
20645         (llrint_test_data): Test for "inexact" exceptions.
20646         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20647         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20648         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20649         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20650         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20651         (llrint_downward_test_data): Test for "inexact" exceptions.
20652         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20653         (llrint_upward_test_data): Test for "inexact" exceptions.
20654         (logb_test_data): Likewise.
20655         (logb_downward_test_data): Likewise.
20656         (nextafter_test_data): Likewise.
20657         (nexttoward_test_data): Likewise.
20658         (remainder_test_data): Likewise.
20659         (remquo_test_data): Likewise.
20660         (scalbn_test_data): Likewise.
20661         (scalbln_test_data): Likewise.
20662         (signbit_test_data): Likewise.
20663         (sqrt_test_data): Likewise.
20664         (significand_test_data): Likewise.
20665
20666 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20667
20668         [BZ #15424]
20669         * benchtests/bench-modf.c (struct args): Mark arg0 as
20670         volatile.
20671         * scripts/bench.pl: Mark members of struct args as volatile.
20672
20673 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20674
20675         [BZ # 15497]
20676         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20677         negative infinity on POWER6 or lower.
20678         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20679
20680 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20681
20682         [BZ #15442]
20683         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20684         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20685         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20686         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20687         (_FP_SETQNAN): New macro.
20688         (_FP_SETQNAN_SEMIRAW): Likewise.
20689         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20690         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20691         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20692         (FP_EXTEND): Use _FP_FRAC_SNANP.
20693         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20694         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20695         into account.
20696         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20697         New macro.
20698         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20699         Likewise.
20700
20701 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20702
20703         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20704         with DIVIDE_BY_ZERO_EXCEPTION.
20705         (gamma_test_data): Likewise.
20706         (lgamma_test_data): Likewise.
20707         (log_test_data): Likewise.
20708         (log10_test_data): Likewise.
20709         (log2_test_data): Likewise.
20710         (tgamma_test_data): Likewise.
20711
20712         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20713         (acos_test_tonearest): Likewise.
20714         (acos_test_towardzero): Likewise.
20715         (acos_test_downward): Likewise.
20716         (acos_test_upward): Likewise.
20717         (acosh_test): Likewise.
20718         (asin_test): Likewise.
20719         (asin_test_tonearest): Likewise.
20720         (asin_test_towardzero): Likewise.
20721         (asin_test_downward): Likewise.
20722         (asin_test_upward): Likewise.
20723         (asinh_test): Likewise.
20724         (atan_test): Likewise.
20725         (atanh_test): Likewise.
20726         (atan2_test): Likewise.
20727         (cabs_test): Likewise.
20728         (cacos_test): Likewise.
20729         (cacosh_test): Likewise.
20730         (casin_test): Likewise.
20731         (casinh_test): Likewise.
20732         (catan_test): Likewise.
20733         (catanh_test): Likewise.
20734         (cbrt_test): Likewise.
20735         (ccos_test): Likewise.
20736         (ccosh_test): Likewise.
20737         (cexp_test): Likewise.
20738         (clog_test): Likewise.
20739         (clog10_test): Likewise.
20740         (cos_test): Likewise.
20741         (cos_test_tonearest): Likewise.
20742         (cos_test_towardzero): Likewise.
20743         (cos_test_downward): Likewise.
20744         (cos_test_upward): Likewise.
20745         (cosh_test): Likewise.
20746         (cosh_test_tonearest): Likewise.
20747         (cosh_test_towardzero): Likewise.
20748         (cosh_test_downward): Likewise.
20749         (cosh_test_upward): Likewise.
20750         (cpow_test): Likewise.
20751         (csin_test): Likewise.
20752         (csinh_test): Likewise.
20753         (csqrt_test): Likewise.
20754         (ctan_test): Likewise.
20755         (ctan_test_tonearest): Likewise.
20756         (ctan_test_towardzero): Likewise.
20757         (ctan_test_downward): Likewise.
20758         (ctan_test_upward): Likewise.
20759         (ctanh_test): Likewise.
20760         (ctanh_test_tonearest): Likewise.
20761         (ctanh_test_towardzero): Likewise.
20762         (ctanh_test_downward): Likewise.
20763         (ctanh_test_upward): Likewise.
20764         (erf_test): Likewise.
20765         (erfc_test): Likewise.
20766         (exp_test): Likewise.
20767         (exp_test_tonearest): Likewise.
20768         (exp_test_towardzero): Likewise.
20769         (exp_test_downward): Likewise.
20770         (exp_test_upward): Likewise.
20771         (exp10_test): Likewise.
20772         (exp2_test): Likewise.
20773         (expm1_test): Likewise.
20774         (fmod_test): Likewise.
20775         (gamma_test): Likewise.
20776         (hypot_test): Likewise.
20777         (j0_test): Likewise.
20778         (j1_test): Likewise.
20779         (jn_test): Likewise.
20780         (lgamma_test): Likewise.
20781         (log_test): Likewise.
20782         (log10_test): Likewise.
20783         (log1p_test): Likewise.
20784         (log2_test): Likewise.
20785         (logb_test_downward): Likewise.
20786         (pow_test): Likewise.
20787         (pow_test_tonearest): Likewise.
20788         (pow_test_towardzero): Likewise.
20789         (pow_test_downward): Likewise.
20790         (pow_test_upward): Likewise.
20791         (remainder_test): Likewise.
20792         (remquo_test): Likewise.
20793         (sin_test): Likewise.
20794         (sin_test_tonearest): Likewise.
20795         (sin_test_towardzero): Likewise.
20796         (sin_test_downward): Likewise.
20797         (sin_test_upward): Likewise.
20798         (sincos_test): Likewise.
20799         (sinh_test): Likewise.
20800         (sinh_test_tonearest): Likewise.
20801         (sinh_test_towardzero): Likewise.
20802         (sinh_test_downward): Likewise.
20803         (sinh_test_upward): Likewise.
20804         (sqrt_test): Likewise.
20805         (tan_test): Likewise.
20806         (tan_test_tonearest): Likewise.
20807         (tan_test_towardzero): Likewise.
20808         (tan_test_downward): Likewise.
20809         (tan_test_upward): Likewise.
20810         (tanh_test): Likewise.
20811         (tgamma_test): Likewise.
20812         (y0_test): Likewise.
20813         (y1_test): Likewise.
20814         (yn_test): Likewise.
20815
20816         * math/gen-libm-test.pl (adjust_arg): Remove function.
20817         (special_function): Remove argument $in_func.  Only handle
20818         generating output for tables of tests, not inside functions.
20819         (parse_args): Likewise.
20820         (generate_testfile): Remove variable $in_func.  Update call to
20821         parse_args.
20822         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20823         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20824         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20825         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20826         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20827         (MAX_VALUE_INIT): Rename macro to max_value.
20828         (MIN_VALUE_INIT): Rename macro to min_value.
20829         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20830         (plus_zero): Remove variable.
20831         (minus_zero): Likewise.
20832         (plus_infty): Likewise.
20833         (minus_infty): Likewise.
20834         (qnan_value): Likewise.
20835         (max_value): Likewise.
20836         (min_value): Likewise.
20837         (min_subnorm_value): Likewise.
20838
20839 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20840
20841         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20842         uint64_t or uint32_t usage.
20843         * crypt/sha256-block.c: Likewise.
20844         * crypt/sha256-crypt.c: Likewise.
20845         * crypt/sha256.c: Likewise.
20846         * crypt/sha512-block.c: Likewise.
20847         * crypt/sha512-crypt.c: Likewise.
20848         * crypt/sha512.c: Likewise.
20849         * debug/backtrace-tst.c: Likewise.
20850         * debug/pcprofiledump.c: Likewise.
20851         * elf/cache.c: Likewise.
20852         * elf/dl-cache.c: Likewise.
20853         * elf/dl-misc.c: Likewise.
20854         * elf/dl-profile.c: Likewise.
20855         * elf/dl-support.c: Likewise.
20856         * elf/ldconfig.c: Likewise.
20857         * elf/sprof.c: Likewise.
20858         * iconv/dummy-repertoire.c: Likewise.
20859         * iconv/iconv_charmap.c: Likewise.
20860         * iconv/skeleton.c: Likewise.
20861         * iconvdata/8bit-generic.c: Likewise.
20862         * iconvdata/cp737.h: Likewise.
20863         * iconvdata/cp775.h: Likewise.
20864         * iconvdata/ibm1008.h: Likewise.
20865         * iconvdata/ibm1025.h: Likewise.
20866         * iconvdata/ibm1046.h: Likewise.
20867         * iconvdata/ibm1097.h: Likewise.
20868         * iconvdata/ibm1112.h: Likewise.
20869         * iconvdata/ibm1122.h: Likewise.
20870         * iconvdata/ibm1123.h: Likewise.
20871         * iconvdata/ibm1124.h: Likewise.
20872         * iconvdata/ibm1129.h: Likewise.
20873         * iconvdata/ibm1130.h: Likewise.
20874         * iconvdata/ibm1132.h: Likewise.
20875         * iconvdata/ibm1133.h: Likewise.
20876         * iconvdata/ibm1137.h: Likewise.
20877         * iconvdata/ibm1140.h: Likewise.
20878         * iconvdata/ibm1141.h: Likewise.
20879         * iconvdata/ibm1142.h: Likewise.
20880         * iconvdata/ibm1143.h: Likewise.
20881         * iconvdata/ibm1144.h: Likewise.
20882         * iconvdata/ibm1145.h: Likewise.
20883         * iconvdata/ibm1146.h: Likewise.
20884         * iconvdata/ibm1147.h: Likewise.
20885         * iconvdata/ibm1148.h: Likewise.
20886         * iconvdata/ibm1149.h: Likewise.
20887         * iconvdata/ibm1153.h: Likewise.
20888         * iconvdata/ibm1154.h: Likewise.
20889         * iconvdata/ibm1155.h: Likewise.
20890         * iconvdata/ibm1156.h: Likewise.
20891         * iconvdata/ibm1157.h: Likewise.
20892         * iconvdata/ibm1158.h: Likewise.
20893         * iconvdata/ibm1160.h: Likewise.
20894         * iconvdata/ibm1161.h: Likewise.
20895         * iconvdata/ibm1162.h: Likewise.
20896         * iconvdata/ibm1163.h: Likewise.
20897         * iconvdata/ibm1164.h: Likewise.
20898         * iconvdata/ibm1166.h: Likewise.
20899         * iconvdata/ibm1167.h: Likewise.
20900         * iconvdata/ibm12712.h: Likewise.
20901         * iconvdata/ibm1390.h: Likewise.
20902         * iconvdata/ibm1399.h: Likewise.
20903         * iconvdata/ibm16804.h: Likewise.
20904         * iconvdata/ibm4517.h: Likewise.
20905         * iconvdata/ibm4899.h: Likewise.
20906         * iconvdata/ibm4909.h: Likewise.
20907         * iconvdata/ibm4971.h: Likewise.
20908         * iconvdata/ibm5347.h: Likewise.
20909         * iconvdata/ibm803.h: Likewise.
20910         * iconvdata/ibm856.h: Likewise.
20911         * iconvdata/ibm901.h: Likewise.
20912         * iconvdata/ibm902.h: Likewise.
20913         * iconvdata/ibm9030.h: Likewise.
20914         * iconvdata/ibm9066.h: Likewise.
20915         * iconvdata/ibm921.h: Likewise.
20916         * iconvdata/ibm922.h: Likewise.
20917         * iconvdata/ibm9448.h: Likewise.
20918         * iconvdata/isiri-3342.h: Likewise.
20919         * iconvdata/jis0201.h: Likewise.
20920         * include/link.h: Likewise.
20921         * include/netdb.h: Likewise.
20922         * inet/check_native.c: Likewise.
20923         * inet/check_pf.c: Likewise.
20924         * inet/getipv4sourcefilter.c: Likewise.
20925         * inet/getnameinfo.c: Likewise.
20926         * inet/getsourcefilter.c: Likewise.
20927         * inet/htonl.c: Likewise.
20928         * inet/setipv4sourcefilter.c: Likewise.
20929         * inet/setsourcefilter.c: Likewise.
20930         * inet/test-inet6_opt.c: Likewise.
20931         * inet/tst-network.c: Likewise.
20932         * locale/C-collate.c: Likewise.
20933         * locale/C-ctype.c: Likewise.
20934         * locale/C-time.c: Likewise.
20935         * locale/C-translit.h: Likewise.
20936         * locale/loadarchive.c: Likewise.
20937         * locale/programs/3level.h: Likewise.
20938         * locale/programs/charmap.c: Likewise.
20939         * locale/programs/charmap.h: Likewise.
20940         * locale/programs/ld-address.c: Likewise.
20941         * locale/programs/ld-collate.c: Likewise.
20942         * locale/programs/ld-ctype.c: Likewise.
20943         * locale/programs/ld-identification.c: Likewise.
20944         * locale/programs/ld-measurement.c: Likewise.
20945         * locale/programs/ld-messages.c: Likewise.
20946         * locale/programs/ld-monetary.c: Likewise.
20947         * locale/programs/ld-name.c: Likewise.
20948         * locale/programs/ld-numeric.c: Likewise.
20949         * locale/programs/ld-paper.c: Likewise.
20950         * locale/programs/ld-telephone.c: Likewise.
20951         * locale/programs/ld-time.c: Likewise.
20952         * locale/programs/linereader.c: Likewise.
20953         * locale/programs/locale.c: Likewise.
20954         * locale/programs/locarchive.c: Likewise.
20955         * locale/programs/locfile.h: Likewise.
20956         * locale/programs/repertoire.c: Likewise.
20957         * locale/programs/simple-hash.c: Likewise.
20958         * locale/programs/simple-hash.h: Likewise.
20959         * malloc/memusage.c: Likewise.
20960         * malloc/memusagestat.c: Likewise.
20961         * nis/nis_defaults.c: Likewise.
20962         * nis/nis_hash.c: Likewise.
20963         * nis/nis_print.c: Likewise.
20964         * nis/nis_xdr.c: Likewise.
20965         * nscd/connections.c: Likewise.
20966         * nscd/hstcache.c: Likewise.
20967         * nscd/nscd_gethst_r.c: Likewise.
20968         * nscd/nscd_getserv_r.c: Likewise.
20969         * nscd/nscd_helper.c: Likewise.
20970         * nscd/servicescache.c: Likewise.
20971         * nss/makedb.c: Likewise.
20972         * nss/nss_db/db-XXX.c: Likewise.
20973         * nss/nss_db/db-initgroups.c: Likewise.
20974         * nss/nss_db/db-netgrp.c: Likewise.
20975         * nss/nss_files/files-network.c: Likewise.
20976         * nss/nss_files/files-parse.c: Likewise.
20977         * posix/bug-regex5.c: Likewise.
20978         * posix/fnmatch_loop.c: Likewise.
20979         * posix/regcomp.c: Likewise.
20980         * posix/regexec.c: Likewise.
20981         * posix/tst-rfc3484-2.c: Likewise.
20982         * posix/tst-rfc3484-3.c: Likewise.
20983         * posix/tst-rfc3484.c: Likewise.
20984         * resolv/nss_dns/dns-canon.c: Likewise.
20985         * resolv/nss_dns/dns-network.c: Likewise.
20986         * resolv/res_init.c: Likewise.
20987         * resolv/res_mkquery.c: Likewise.
20988         * resolv/tst-aton.c: Likewise.
20989         * stdlib/cxa_atexit.c: Likewise.
20990         * stdlib/cxa_finalize.c: Likewise.
20991         * stdlib/gen-fpioconst.c: Likewise.
20992         * stdlib/strtol_l.c: Likewise.
20993         * string/tst-endian.c: Likewise.
20994         * sunrpc/auth_des.c: Likewise.
20995         * sunrpc/clnt_udp.c: Likewise.
20996         * sunrpc/rtime.c: Likewise.
20997         * sunrpc/svcauth_des.c: Likewise.
20998         * sunrpc/xdr.c: Likewise.
20999         * sunrpc/xdr_intXX_t.c: Likewise.
21000         * sunrpc/xdr_rec.c: Likewise.
21001         * sysdeps/generic/ldconfig.h: Likewise.
21002         * sysdeps/generic/ldsodefs.h: Likewise.
21003         * sysdeps/generic/memusage.h: Likewise.
21004         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21005         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21006         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21007         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21008         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21009         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21010         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21011         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21012         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21013         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21014         * sysdeps/posix/getaddrinfo.c: Likewise.
21015         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21016         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21017         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21018         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21019         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21020         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21021         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21022         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21023         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21024         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21025         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21026         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21027         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21028         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21029         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21030         * sysdeps/x86_64/dl-tls.h: Likewise.
21031         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21032         * time/alt_digit.c: Likewise.
21033         * time/era.c: Likewise.
21034         * wcsmbs/tst-c16c32-1.c: Likewise.
21035
21036 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21037
21038         * math/libm-test.inc (struct test_sincos_data): New type.
21039         (RUN_TEST_LOOP_sincos): New macro.
21040         (sincos_test_data): New variable.
21041         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21042
21043 2013-05-16  Richard Henderson  <rth@redhat.com>
21044
21045         * math/atest-exp2.c (LIMB64): New macro.
21046         (CONSTSZ): New macro.
21047         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21048         (hexdig): Move ...
21049         (print_mpn_fp): ... to function scope.
21050         (read_mpn_hex): Remove.
21051         (get_log2): Remove.
21052         (exp2_mpn): Use mp_log2.
21053         (main): Use mp_exp1.
21054
21055 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21056
21057         * math/libm-test.inc: Remove comment about not testing "inexact"
21058         exceptions.
21059         (INEXACT_EXCEPTION): New macro.
21060         (NO_INEXACT_EXCEPTION): Likewise.
21061         (INVALID_EXCEPTION_OK): Update value.
21062         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21063         (OVERFLOW_EXCEPTION_OK): Likewise.
21064         (UNDERFLOW_EXCEPTION_OK): Likewise.
21065         (IGNORE_ZERO_INF_SIGN): Likewise.
21066         (ERRNO_UNCHANGED): Likewise.
21067         (ERRNO_EDOM): Likewise.
21068         (ERRNO_ERANGE): Likewise.
21069         (test_exceptions): Handle testing "inexact" exceptions.
21070         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21071         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21072         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21073         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21074         INEXACT_EXCEPTION.
21075         (rint_towardzero_test_data): Likewise.
21076         (rint_downward_test_data): Likewise.
21077         (rint_upward_test_data): Likewise.
21078
21079         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21080         with OVERFLOW_EXCEPTION.
21081         (exp10_test_data): Likewise.
21082         (exp2_test_data): Likewise.
21083         (expm1_test_data): Likewise.
21084         (lgamma_test_data): Likewise.
21085         (pow_test_data): Likewise.
21086         (tgamma_test_data): Likewise.
21087         (yn_test_data): Remove duplicate test of overflow.
21088
21089         * math/libm-test.inc (struct test_cc_c_data): New type.
21090         (RUN_TEST_LOOP_cc_c): New macro.
21091         (cpow_test_data): New variable.
21092         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21093
21094         * math/libm-test.inc (struct test_f_L_data): New type.
21095         (RUN_TEST_LOOP_f_L): New macro.
21096         (llrint_test_data): New variable.
21097         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21098         (llrint_tonearest_test_data): New variable.
21099         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21100         (llrint_towardzero_test_data): New variable.
21101         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21102         (llrint_downward_test_data): New variable.
21103         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21104         (llrint_upward_test_data): New variable.
21105         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21106         (llround_test_data): New variable.
21107         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21108
21109 2013-05-13  Peter Collingbourne  <pcc@google.com>
21110
21111         * math/atest-exp2.c (get_log2): Remove const attribute.
21112
21113 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21114
21115         * math/libm-test.inc (struct test_f_l_data): New type.
21116         (RUN_TEST_LOOP_f_l): New macro.
21117         (lrint_test_data): New variable.
21118         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21119         (lrint_tonearest_test_data): New variable.
21120         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21121         (lrint_towardzero_test_data): New variable.
21122         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21123         (lrint_downward_test_data): New variable.
21124         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21125         (lrint_upward_test_data): New variable.
21126         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21127         (lround_test_data): New variable.
21128         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21129
21130 2013-05-15  Peter Collingbourne  <pcc@google.com>
21131
21132         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21133         (EXTRACT_WORDS64) Use where appropriate.
21134         (INSERT_WORDS64) Likewise.
21135
21136         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21137         constraints with x constraints.
21138         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21139
21140         * malloc/obstack.c (_obstack_compat): Add initializer.
21141
21142 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21143
21144         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21145         si_trapno and add si_addr_lsb to _sifields.sigfault.
21146         (si_trapno): Remove macro.
21147         (si_addr_lsb): Define new macro.
21148         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21149
21150 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21151
21152         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21153         instead of TEST_f_l.
21154         (llrint_test_tonearest): Likewise.
21155         (llrint_test_towardzero): Likewise.
21156         (llrint_test_downward): Likewise.
21157         (llrint_test_upward): Likewise.
21158         (llround_test): Likewise.
21159
21160         * math/libm-test.inc (struct test_f_i_data): Add comment.
21161         (RUN_TEST_LOOP_f_b): New macro.
21162         (RUN_TEST_LOOP_f_b_tg): Likewise.
21163         (finite_test_data): New variable.
21164         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21165         (isfinite_test_data): New variable.
21166         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21167         (isinf_test_data): New variable.
21168         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21169         (isnan_test_data): New variable.
21170         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21171         (isnormal_test_data): New variable.
21172         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21173         (issignaling_test_data): New variable.
21174         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21175         (signbit_test_data): New variable.
21176         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21177
21178         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21179         with INVALID_EXCEPTION.
21180         (acosh_test_data): Likewise.
21181         (asin_test_data): Likewise.
21182         (atanh_test_data): Likewise.
21183         (fmod_test_data): Likewise.
21184         (log_test_data): Likewise.
21185         (log10_test_data): Likewise.
21186         (log2_test_data): Likewise.
21187         (pow_test_data): Likewise.
21188         (sqrt_test_data): Likewise.
21189         (y0_test_data): Likewise.
21190         (y1_test_data): Likewise.
21191         (yn_test_data): Likewise.
21192
21193         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21194         function contents.
21195
21196         * math/libm-test.inc (struct test_ff_i_data): New type.
21197         (RUN_TEST_LOOP_ff_i_tg): New macro.
21198         (isgreater_test_data): New variable.
21199         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21200         (isgreaterequal_test_data): New variable.
21201         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21202         (isless_test_data): New variable.
21203         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21204         (islessequal_test_data): New variable.
21205         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21206         (islessgreater_test_data): New variable.
21207         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21208         (isunordered_test_data): New variable.
21209         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21210
21211 2013-05-14  David S. Miller  <davem@davemloft.net>
21212
21213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21214
21215 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21216
21217         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21218
21219         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21220         extra_test to int.
21221         (struct test_f_i_data): Change type of max_ulp to int.
21222
21223         * math/libm-test.inc (test_ffI_f1_data): New type.
21224         (RUN_TEST_LOOP_ffI_f1): New macro.
21225         (remquo_test_data): New variable.
21226         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21227
21228         * setjmp/tst-setjmp-fp.c: New file.
21229         * setjmp/Makefile (tests): Add tst-setjmp-fp.
21230         (link-libm): New variable.
21231         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21232
21233         * math/libm-test.inc (struct test_f_i_data): New type.
21234         (RUN_TEST_LOOP_f_i): New macro.
21235         (RUN_TEST_LOOP_f_i_tg): Likewise.
21236         (fpclassify_test_data): New variable.
21237         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21238         (ilogb_test_data): New variable.
21239         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21240
21241         * math/libm-test.inc (scalbln_test): Correct function name in END
21242         call.
21243
21244         * math/libm-test.inc (struct test_f_f1_data): Add comment.
21245         (RUN_TEST_LOOP_fI_f1): New macro.
21246         (frexp_test_data): New variable.
21247         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21248
21249         * math/libm-test.inc (struct test_fF_f1_data): New type.
21250         (RUN_TEST_LOOP_fF_f1): New macro.
21251         (modf_test_data): New variable.
21252         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21253
21254         * math/libm-test.inc (struct test_f_f1_data): New type.
21255         (RUN_TEST_LOOP_f_f1): New macro.
21256         (gamma_test_data): New variable.
21257         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21258         (lgamma_test_data): New variable.
21259         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21260
21261 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
21262
21263         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21264         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21265         (main): Comment "tls" pseudo-hwcap.
21266
21267 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
21268
21269         * math/libm-test.inc (struct test_fl_f_data): New type.
21270         (RUN_TEST_LOOP_fl_f): New variable.
21271         (scalbln_test_data): New variable.
21272         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21273
21274         * math/libm-test.inc (struct test_fi_f_data): New type.
21275         (RUN_TEST_LOOP_fi_f): New macro.
21276         (ldexp_test_data): New variable.
21277         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21278         (scalbn_test_data): New variable.
21279         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21280
21281         * math/libm-test.inc (struct test_c_f_data): New type.
21282         (RUN_TEST_LOOP_c_f): New macro.
21283         (cabs_test_data): New variable.
21284         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21285         (carg_test_data): New variable.
21286         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21287         (cimag_test_data): New variable.
21288         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21289         (creal_test_data): New variable.
21290         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21291
21292         * math/libm-test.inc (struct test_if_f_data): New type.
21293         (RUN_TEST_LOOP_if_f): New macro.
21294         (jn_test_data): New variable.
21295         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21296         (yn_test_data): New variable.
21297         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21298
21299         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21300
21301 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21302
21303         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21304         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21305
21306 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21307
21308         * benchtests/Makefile (CPPFLAGS-nonlib): Add
21309         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
21310         (bench-deps): Add bench-timing.h.
21311         * benchtests-bench-skeleton.c: Include bench-timing.h.
21312         (main): Use TIMING_* macros instead of clock_gettime.
21313         * benchtests/bench-timing.h: New file.
21314
21315         [BZ #14582]
21316         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21317         Renamed from _LIB_VERSION.
21318         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
21319
21320 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
21321
21322         * math/libm-test.inc (struct test_fff_f_data): New type.
21323         (RUN_TEST_LOOP_fff_f): New macro.
21324         (fma_test_data): New variable.
21325         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21326         (fma_towardzero_test_data): New variable.
21327         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21328         (fma_downward_test_data): New variable.
21329         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21330         (fma_upward_test_data): New variable.
21331         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21332
21333         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21334         (struct test_c_c_data): New type.
21335         (RUN_TEST_LOOP_c_c): New macro.
21336         (cacos_test_data): New variable.
21337         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21338         (cacosh_test_data): New variable.
21339         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21340         (casin_test_data): New variable.
21341         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21342         (casinh_test_data): New variable.
21343         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21344         (catan_test_data): New variable.
21345         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21346         (catanh_test_data): New variable.
21347         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21348         (ccos_test_data): New variable.
21349         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21350         (ccosh_test_data): New variable.
21351         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21352         (cexp_test_data): New variable.
21353         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21354         (clog_test_data): New variable.
21355         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21356         (clog10_test_data): New variable.
21357         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21358         (conj_test_data): New variable.
21359         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21360         (cproj_test_data): New variable.
21361         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21362         (csin_test_data): New variable.
21363         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21364         (csinh_test_data): New variable.
21365         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21366         (csqrt_test_data): New variable.
21367         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21368         (ctan_test_data): New variable.
21369         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21370         (ctan_tonearest_test_data): New variable.
21371         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21372         (ctan_towardzero_test_data): New variable.
21373         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21374         (ctan_downward_test_data): New variable.
21375         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21376         (ctan_upward_test_data): New variable.
21377         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21378         (ctanh_test_data): New variable.
21379         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21380         (ctanh_tonearest_test_data): New variable.
21381         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21382         (ctanh_towardzero_test_data): New variable.
21383         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21384         (ctanh_downward_test_data): New variable.
21385         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21386         (ctanh_upward_test_data): New variable.
21387         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21388         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21389         of BUILD_COMPLEX.
21390
21391         * math/libm-test.inc (struct test_ff_f_data): New type.
21392         (struct test_ff_f_data_nexttoward): Likewise.
21393         (RUN_TEST_LOOP_2_f): New macro.
21394         (RUN_TEST_LOOP_ff_f): Likewise.
21395         (atan2_test_data): New variable.
21396         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21397         (copysign_test_data): New variable.
21398         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21399         (fdim_test_data): New variable.
21400         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21401         (fmax_test_data): New variable.
21402         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21403         (fmin_test_data): New variable.
21404         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21405         (fmod_test_data): New variable.
21406         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21407         (hypot_test_data): New variable.
21408         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21409         (nextafter_test_data): New variable.
21410         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21411         (nexttoward_test_data): New variable.
21412         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21413         (pow_test_data): New variable.
21414         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21415         (pow_tonearest_test_data): New variable.
21416         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21417         (pow_towardzero_test_data): New variable.
21418         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21419         (pow_downward_test_data): New variable.
21420         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21421         (pow_upward_test_data): New variable.
21422         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21423         (remainder_test_data): New variable.
21424         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21425         (scalb_test_data): New variable.
21426         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21427         * sysdeps/i386/fpu/libm-test-ulps: Update.
21428
21429 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
21430
21431         * math/libm-test.inc (fma_test): Use max_value instead of local
21432         variable fltmax.
21433         (nextafter_test): Likewise.
21434
21435         * math/libm-test.inc (acos_towardzero_test_data): New variable.
21436         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21437         (acos_downward_test_data): New variable.
21438         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21439         (acos_upward_test_data): New variable.
21440         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21441         (acosh_test_data): New variable.
21442         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21443         (asin_test_data): New variable.
21444         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21445         (asin_tonearest_test_data): New variable.
21446         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21447         (asin_towardzero_test_data): New variable.
21448         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21449         (asin_downward_test_data): New variable.
21450         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21451         (asin_upward_test_data): New variable.
21452         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21453         (asinh_test_data): New variable.
21454         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21455         (atan_test_data): New variable.
21456         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21457         (atanh_test_data): New variable.
21458         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21459         (cbrt_test_data): New variable.
21460         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21461         (ceil_test_data): New variable.
21462         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21463         (cos_test_data): New variable.
21464         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21465         (cos_tonearest_test_data): New variable.
21466         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21467         (cos_towardzero_test_data): New variable.
21468         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21469         (cos_downward_test_data): New variable.
21470         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21471         (cos_upward_test_data): New variable.
21472         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21473         (cosh_test_data): New variable.
21474         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21475         (cosh_tonearest_test_data): New variable.
21476         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21477         (cosh_towardzero_test_data): New variable.
21478         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21479         (cosh_downward_test_data): New variable.
21480         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21481         (cosh_upward_test_data): New variable.
21482         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21483         (erf_test_data): New variable.
21484         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21485         (erfc_test_data): New variable.
21486         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21487         (exp_test_data): New variable.
21488         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21489         (exp_tonearest_test_data): New variable.
21490         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21491         (exp_towardzero_test_data): New variable.
21492         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21493         (exp_downward_test_data): New variable.
21494         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21495         (exp_upward_test_data): New variable.
21496         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21497         (exp10_test_data): New variable.
21498         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21499         (exp2_test_data): New variable.
21500         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21501         (expm1_test_data): New variable.
21502         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21503         (fabs_test_data): New variable.
21504         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21505         (floor_test_data): New variable.
21506         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21507         (j0_test_data): New variable.
21508         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21509         (j1_test_data): New variable.
21510         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21511         (log_test_data): New variable.
21512         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21513         (log10_test_data): New variable.
21514         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21515         (log1p_test_data): New variable.
21516         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21517         (log2_test_data): New variable.
21518         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21519         (logb_test_data): New variable.
21520         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21521         (logb_downward_test_data): New variable.
21522         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21523         (nearbyint_test_data): New variable.
21524         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21525         (rint_test_data): New variable.
21526         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21527         (rint_tonearest_test_data): New variable.
21528         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21529         (rint_towardzero_test_data): New variable.
21530         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21531         (rint_downward_test_data): New variable.
21532         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21533         (rint_upward_test_data): New variable.
21534         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21535         (round_test_data): New variable.
21536         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21537         (sin_test_data): New variable.
21538         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21539         (sin_tonearest_test_data): New variable.
21540         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21541         (sin_towardzero_test_data): New variable.
21542         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21543         (sin_downward_test_data): New variable.
21544         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21545         (sin_upward_test_data): New variable.
21546         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21547         (sinh_test_data): New variable.
21548         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21549         (sinh_tonearest_test_data): New variable.
21550         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21551         (sinh_towardzero_test_data): New variable.
21552         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21553         (sinh_downward_test_data): New variable.
21554         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21555         (sinh_upward_test_data): New variable.
21556         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21557         (sqrt_test_data): New variable.
21558         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21559         (tan_test_data): New variable.
21560         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21561         (tan_tonearest_test_data): New variable.
21562         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21563         (tan_towardzero_test_data): New variable.
21564         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21565         (tan_downward_test_data): New variable.
21566         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21567         (tan_upward_test_data): New variable.
21568         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21569         (tanh_test_data): New variable.
21570         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21571         (tgamma_test_data): New variable.
21572         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21573         (trunc_test_data): New variable.
21574         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21575         (y0_test_data): New variable.
21576         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21577         (y1_test_data): New variable.
21578         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21579         (significand_test_data): New variable.
21580         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21581
21582 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21583
21584         [BZ #12387]
21585         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21586
21587 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21588
21589         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21590
21591 2013-05-10  Andreas Jaeger  <aj@suse.de>
21592
21593         [BZ #15448]
21594         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21595         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21596
21597 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21598
21599         * math/gen-libm-test.pl (adjust_arg): New function.
21600         (special_functions): Handle generating output in both functions
21601         and arrays.
21602         (parse_args): Likewise.
21603         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21604         $in_func argument to parse_args.
21605         * math/libm-test.inc (struct test_f_f_data): New type.
21606         (IF_ROUND_INIT_): New macro.
21607         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21608         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21609         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21610         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21611         (ROUND_RESTORE_): Likewise.
21612         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21613         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21614         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21615         (ROUND_RESTORE_FE_UPWARD): Likewise.
21616         (RUN_TEST_LOOP_f_f): New macro.
21617         (acos_test_data): New variable.
21618         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21619         (acos_tonearest_test_data): New variable.
21620         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21621
21622 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21623
21624         * benchtests/bench-skeleton.c (startup): Fix coding style.
21625
21626 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21627
21628         [BZ #6809]
21629         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21630         negative infinity argument.
21631         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21632         negative infinity argument.
21633         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21634         negative infinity argument.
21635         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21636         domain errors.
21637
21638 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21639
21640         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21641         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21642         * iconv/iconv_prog.c (main): Likewise.
21643         * locale/programs/charmap-dir.c (charmap_readdir)
21644         (fopen_uncompressed): Likewise.
21645         * locale/programs/locfile.c (siblings_uncached)
21646         (write_locale_data): Use lstat64 instead of lstat.
21647         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21648         stat.
21649
21650 2013-05-10  Andreas Jaeger  <aj@suse.de>
21651
21652         [BZ #15395]
21653         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21654         localization.
21655         Include <locale.h>.
21656
21657 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21658
21659         * elf/dl-close.c (_dl_close_worker): Add comments.
21660
21661 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21662
21663         [BZ #15359]
21664         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21665         high part of pi/2.
21666         (__ieee754_rem_pio2l): Update comments.
21667
21668         [BZ #15429]
21669         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21670         high part of pi/2.
21671         (__ieee754_rem_pio2l): Update comments.
21672
21673         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21674         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21675
21676         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21677         M_PI_4l.
21678
21679         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21680         (M_PI_34_LOG10El): Likewise.
21681         (M_PI2_LOG10El): Likewise.
21682         (M_PI4_LOG10El): Likewise.
21683         (M_PI_LOG10El): Likewise.
21684
21685 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21686
21687         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21688
21689 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21690
21691         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21692         (MINUS_ZERO_INIT): Likewise.
21693         (PLUS_INFTY_INIT): Likewise.
21694         (MINUS_INFTY_INIT): Likewise.
21695         (QNAN_VALUE_INIT): Likewise.
21696         (MAX_VALUE_INIT): Likewise.
21697         (MIN_VALUE_INIT): Likewise.
21698         (MIN_SUBNORM_VALUE_INIT): Likewise.
21699         (plus_zero): Initialize with PLUS_ZERO_INIT.
21700         (minus_zero): Initialize with MINUS_ZERO_INIT.
21701         (plus_infty): Initialize with PLUS_INFTY_INIT.
21702         (minus_infty): Initialize with MINUS_INFTY_INIT.
21703         (qnan_value): Initialize with QNAN_VALUE_INIT.
21704         (max_value): Initialize with MAX_VALUE_INIT.
21705         (min_value): Initialize with MIN_VALUE_INIT.
21706         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21707
21708         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21709         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21710         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21711         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21712
21713         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21714         (RUN_TEST_2_f): Likewise.
21715         (RUN_TEST_ff_f): Likewise.
21716         (RUN_TEST_fi_f): Likewise.
21717         (RUN_TEST_fl_f): Likewise.
21718         (RUN_TEST_fff_f): Likewise.
21719         (RUN_TEST_c_f): Likewise.
21720         (RUN_TEST_f_f1): Likewise.
21721         (RUN_TEST_fF_f1): Likewise.
21722         (RUN_TEST_fI_f1): Likewise.
21723         (RUN_TEST_ffI_f1): Likewise.
21724         (RUN_TEST_c_c): Likewise.
21725         (RUN_TEST_cc_c): Likewise.
21726         (RUN_TEST_f_i): Likewise.
21727         (RUN_TEST_f_i_tg): Likewise.
21728         (RUN_TEST_ff_i_tg): Likewise.
21729         (RUN_TEST_f_b): Likewise.
21730         (RUN_TEST_f_b_tg): Likewise.
21731         (RUN_TEST_f_l): Likewise.
21732         (RUN_TEST_f_L): Likewise.
21733         (RUN_TEST_sincos): Likewise.
21734         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21735         whether to show exceptions.  Do not include ");\n" in return
21736         value.
21737         (special_functions): Output call to RUN_TEST_sincos instead of
21738         check_float calls.  Update calls to new_test.
21739         (parse_args): Output call to single RUN_TEST_* macro instead of
21740         check_* calls and other assignments.  Update calls to new_test.
21741
21742         [BZ #2546]
21743         [BZ #2560]
21744         [BZ #5159]
21745         [BZ #15426]
21746         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21747         input to result for tgamma overflow.
21748         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21749         (gamma_coeff): New variable.
21750         (NCOEFF): New macro.
21751         (gamma_positive): New function.
21752         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21753         underflow here.  Use gamma_positive instead of exp (lgamma) for
21754         other arguments.
21755         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21756         (gamma_coeff): New variable.
21757         (NCOEFF): New macro.
21758         (gammaf_positive): New function.
21759         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21760         underflow here.  Use gamma_positive instead of exp (lgamma) for
21761         other arguments.
21762         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21763         (gamma_coeff): New variable.
21764         (NCOEFF): New macro.
21765         (gammal_positive): New function.
21766         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21767         underflow here.  Use gamma_positive instead of exp (lgamma) for
21768         other arguments.
21769         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21770         (gamma_coeff): New variable.
21771         (NCOEFF): New macro.
21772         (gammal_positive): New function.
21773         (__ieee754_gammal_r): Handle positive infinity, overflow and
21774         underflow here.  Handle NaN the same as positive infinity.  Remove
21775         check x < 0xffffffff for negative integers.  Use gamma_positive
21776         instead of exp (lgamma) for other arguments.
21777         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21778         (gamma_coeff): New variable.
21779         (NCOEFF): New macro.
21780         (gammal_positive): New function.
21781         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21782         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21783         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21784         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21785         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21786         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21787         * sysdeps/generic/math_private.h (__gamma_productf): New
21788         prototype.
21789         (__gamma_product): Likewise.
21790         (__gamma_productl): Likewise.
21791         * math/Makefile (libm-calls): Add gamma_product.
21792         * math/libm-test.inc (tgamma_test): Add more tests.
21793         * sysdeps/i386/fpu/libm-test-ulps: Update.
21794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21795
21796 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21797
21798         * benchtests/bench-skeleton.c (main): Preheat CPU.
21799
21800 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21801
21802         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21803
21804 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21805
21806         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21807         and _dl_skip_args_internal.
21808
21809 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21810
21811         * manual/message.texi (Message Translation): Talk about users.
21812         Message to key mapping impacts design.
21813
21814 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21815
21816         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21817
21818         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21819
21820         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21821         * sysdeps/wordsize-64/glob64.c: ... here.
21822
21823         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21824         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21825         New macros.
21826
21827         * debug/getlogin_r_chk.c: Moved to ...
21828         * login/getlogin_r_chk.c: ... here.
21829         * debug/Makefile (routines): Move getlogin_r_chk to ...
21830         * login/Makefile (routines): ... here.
21831         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21832         * login/Versions (libc: GLIBC_2.4): ... here.
21833
21834         * io/poll.c (__poll): Renamed from poll.
21835         Add libc_hidden_def.
21836         (poll): Define as weak alias.
21837
21838         * debug/ptsname_r_chk.c: Moved to ...
21839         * login/ptsname_r_chk.c: ... here.
21840         * debug/Makefile (routines): Move ptsname_r_chk to ...
21841         * login/Makefile (routines): ... here.
21842         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21843         * login/Versions (libc: GLIBC_2.4): ... here.
21844
21845         * posix/getlogin.c: Moved to ...
21846         * login/getlogin.c: ... here.
21847         * posix/getlogin_r.c: Moved to ...
21848         * login/getlogin_r.c: ... here.
21849         * posix/getlogin_r.c: Moved to ...
21850         * login/getlogin_r.c: ... here.
21851         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21852         * login/Makefile (routines): ... here.
21853         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21854         * login/Versions (libc: GLIBC_2.0): ... here.
21855
21856         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21857         (setrlimit): Define as weak alias.
21858
21859         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21860         Call __ names for open, ftruncate, and close.
21861         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21862         (truncate): Define as weak alias.
21863
21864 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21865
21866         * math/gen-libm-test.pl (parse_args): Initialize x before each
21867         test of frexp, modf and remquo.
21868
21869         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21870         test signgam value.
21871
21872 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21873
21874         [BZ #15418]
21875         [BZ #15419]
21876         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21877         internal tests.
21878         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21879
21880 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21881
21882         * elf/dl-writev.h: New file.
21883         * elf/dl-misc.c: Include it.
21884         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21885         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21886
21887 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21888
21889         * math/libm-test.inc (noXFails): Remove variable.
21890         (noXPasses): Likewise.
21891         (BUILD_COMPLEX_INT): Remove macro.
21892         (print_screen): Remove xfail argument.
21893         (print_screen_max_error): Likewise.
21894         (update_stats): Likewise.
21895         (print_max_error): Likewise.  Update calls to other affected
21896         functions.
21897         (print_complex_max_error): Likewise.
21898         (test_single_exception): Update calls to print_screen.
21899         (test_single_errno): Likewise.
21900         (check_float_internal): Remove xfail argument.  Update calls to
21901         other affected functions.
21902         (check_float): Likewise.
21903         (check_complex): Likewise.
21904         (check_int): Likewise.
21905         (check_long): Likewise.
21906         (check_bool): Likewise.
21907         (check_longlong): Likewise.
21908         (main): Don't print noXFails and noXPasses.
21909         * math/gen-libm-test.pl (top level): Don't mention expected
21910         failure handling in comment.
21911         (new_test): Don't handle expected failures.
21912         (parse_args): Don't mention expected failure handling in comment.
21913         (generate_testfile): Don't handle expected failures.
21914         (parse_ulps): Likewise.
21915         (print_ulps_file): Likewise.
21916         (get_failure): Remove function.
21917         (output_test): Don't handle expected failures.
21918         * make/README.libm-test: Don't mention expected failure handling.
21919
21920         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21921         (minus_zero): Likewise.
21922         (plus_infty): Likewise.
21923         (minus_infty): Likewise.
21924         (qnan_value): Likewise.
21925         (max_value): Likewise.
21926         (min_value): Likewise.
21927         (min_subnorm_value): Likewise.
21928         (initialize): Do not initialize those variables dynamically.
21929
21930 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21931
21932         * io/open.c (__open_2): Moved to ...
21933         * io/open_2.c: ... this new file.
21934         * io/open64.c (__open64_2): Moved to ...
21935         * io/open64_2.c: ... this new file.
21936         * io/openat.c (__openat_2): Moved to ...
21937         * io/openat_2.c: ... this new file.
21938         * io/openat64.c (__openat64_2): Moved to ...
21939         * io/openat64_2.c: ... this new file.
21940         * io/Makefile (routines): Add them.
21941         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21942         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21943         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21944         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21945         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21946         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21947         (__openat64): Add hidden_ver.
21948         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21949         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21950
21951         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21952         Separately conditionalize setting of GLRO(dl_sysinfo) so
21953         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21954         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21955
21956 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21957
21958         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21959         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21960         definition.
21961         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21962         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21963         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21964         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21965         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21966
21967 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21968
21969         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21970         test signgam value.
21971
21972         * math/libm-test.inc (hypot_test): Do not use
21973         IGNORE_ZERO_INF_SIGN.
21974
21975 2013-05-03  Andreas Jaeger  <aj@suse.de>
21976
21977         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21978         Linux 3.9.
21979         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21980         (PF_MAX): Adjust for VSOCK change.
21981
21982 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21983
21984         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21985
21986 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21987
21988         [BZ #15264]
21989         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21990         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21991         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21992
21993 2013-05-02  David S. Miller  <davem@davemloft.net>
21994
21995         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21996
21997 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21998
21999         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22000
22001 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22002
22003         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22004
22005 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22006
22007         [BZ #14952]
22008         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22009         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22010         Use __attribute__ ((__gnu_inline__)).
22011         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22012         Don't use __attribute__ ((__gnu_inline__)).
22013
22014 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22015
22016         [BZ #15423]
22017         * math/s_catan.c (__catan): Handle small real or imaginary part of
22018         input specially to avoid spurious underflow.
22019         * math/s_catanf.c (__catanf): Likewise.
22020         * math/s_catanh.c (__catanh): Likewise.
22021         * math/s_catanhf.c (__catanhf): Likewise.
22022         * math/s_catanhl.c (__catanhl): Likewise.
22023         * math/s_catanl.c (__catanl): Likewise.
22024         * math/libm-test.inc (catan_test): Add more tests.
22025         (catanh_test): Likewise.
22026         * sysdeps/i386/fpu/libm-test-ulps: Update.
22027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22028
22029 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22030
22031         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22032
22033 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22034
22035         [BZ #15416]
22036         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22037         accurately for denominator in atan2.
22038         * math/s_catanf.c (__catanf): Likewise.
22039         * math/s_catanh.c (__catanh): Likewise.
22040         * math/s_catanhf.c (__catanhf): Likewise.
22041         * math/s_catanhl.c (__catanhl): Likewise.
22042         * math/s_catanl.c (__catanl): Likewise.
22043         * math/libm-test.inc (catan_test): Add more tests.
22044         (catanh_test): Likewise.
22045         * sysdeps/i386/fpu/libm-test-ulps: Update.
22046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22047
22048 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22049
22050         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22051
22052         * benchtests/Makefile (bench): Remove slow benchmarks.
22053         * benchtests/atan-inputs: Add slow benchmark inputs.
22054         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22055         (BENCH_FUNC): Accept variant offset.
22056         (VARIANT): Define.
22057         * benchtests/bench-skeleton.c (main): Run benchmark for each
22058         variant.
22059         * benchtests/cos-inputs: Add slow benchmark inputs.
22060         * benchtests/exp-inputs: Likewise.
22061         * benchtests/pow-inputs: Likewise.
22062         * benchtests/sin-inputs: Likewise.
22063         * benchtests/slowatan-inputs: Remove.
22064         * benchtests/slowatan.c: Remove.
22065         * benchtests/slowcos-inputs: Remove.
22066         * benchtests/slowcos.c: Remove.
22067         * benchtests/slowexp-inputs: Remove.
22068         * benchtests/slowexp.c: Remove.
22069         * benchtests/slowpow-inputs: Remove.
22070         * benchtests/slowpow.c: Remove.
22071         * benchtests/slowsin-inputs: Remove.
22072         * benchtests/slowsin.c: Remove.
22073         * benchtests/slowtan-inputs: Remove.
22074         * benchtests/slowtan.c: Remove.
22075         * benchtests/tan-inputs: Add slow benchmark inputs.
22076         * scripts/bench.pl: Parse comments and directives.
22077
22078         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22079         in CPPFLAGS.
22080         ($(objpfx)bench-%.c): Remove *-ITER.
22081         * benchtests/bench-modf.c: Remove definition of ITER.
22082         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22083         (main): Loop for DURATION seconds instead of fixed number of
22084         iterations.
22085         * scripts/bench.pl: Don't expect iterations in parameters.
22086
22087 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22088
22089         * io/fchdir.c (__fchdir): Renamed from fchdir.
22090         (fchdir): Define as weak alias.
22091
22092 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22093
22094         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22095         (ERRNO_EDOM): Likewise.
22096         (ERRNO_ERANGE): Likewise.
22097         (noErrnoTests): New variable.
22098         (init_max_error): Set errno to 0.
22099         (test_single_errno): New function.
22100         (test_errno): Likewise.
22101         (check_float_internal): Call test_errno.  Set errno to 0.
22102         (check_complex): Refer to errno tests in comment.
22103         (check_int): Call test_errno.  Set errno to 0.
22104         (check_long): Likewise.
22105         (check_bool): Likewise.
22106         (check_longlong): Likewise.
22107         (cos_test): Use ERRNO_* flags for errno tests instead of
22108         check_int.
22109         (expm1_test): Likewise.
22110         (fmod_test): Likewise.
22111         (ilogb_test): Likewise.
22112         (lgamma_test): Likewise.
22113         (pow_test): Likewise.
22114         (remainder_test): Likewise.
22115         (sin_test): Likewise.
22116         (tan_test): Likewise.
22117         (yn_test): Likewise.
22118         (initialize): Set errno to 0.
22119         (main): Print number of errno tests.
22120         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22121
22122 2013-04-29  Andreas Jaeger  <aj@suse.de>
22123
22124         [BZ #15084]
22125         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22126         and RES_USEVC.
22127
22128         [BZ #15085]
22129         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22130         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22131         unimplemented.
22132
22133         [BZ #15380]
22134         * stdlib/random.c (__initstate): Return NULL if
22135         __initstate fails.
22136
22137         [BZ #15086]
22138         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22139         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22140         RES_SNGLKUPREOP.
22141
22142 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22143
22144         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22145
22146 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22147
22148         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22149         of individual tests.
22150         (casin_test): Likewise.
22151         (casinh_test): Likewise.
22152
22153 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22154
22155         [BZ #15409]
22156         * math/s_catan.c (__catan): Handle arguments with large real or
22157         imaginary part separately without squaring.
22158         * math/s_catanf.c (__catanf): Likewise.
22159         * math/s_catanh.c (__catanh): Likewise.
22160         * math/s_catanhf.c (__catanhf): Likewise.
22161         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22162         and redefine.
22163         (__catanhl): Handle arguments with large real or imaginary part
22164         separately without squaring.
22165         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22166         and redefine.
22167         (__catanl): Handle arguments with large real or imaginary part
22168         separately without squaring.
22169         * math/libm-test.inc (catan_test): Add more tests.
22170         (catanh_test): Likewise.
22171         * sysdeps/i386/fpu/libm-test-ulps: Update.
22172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22173
22174 2013-04-27  Andreas Jaeger  <aj@suse.de>
22175
22176         [BZ #15007]
22177         * stdlib/stdlib.h: Update guards for qecvt.
22178         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22179         <stdlib.h>.
22180
22181 2013-04-27  Allan McRae  <allan@archlinux.org>
22182
22183         * sysdeps/i386/fpu/libm-test-ulps: Update.
22184
22185 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22186
22187         [BZ #15406]
22188         * math/s_catan.c: Include <float.h>.
22189         (__catan): Ensure underflow exception occurs for underflowed
22190         result.
22191         * math/s_catanf.c: Include <float.h>.
22192         (__catanf): Ensure underflow exception occurs for underflowed
22193         result.
22194         * math/s_catanh.c: Include <float.h>.
22195         (__catanh): Ensure underflow exception occurs for underflowed
22196         result.
22197         * math/s_catanhf.c: Include <float.h>.
22198         (__catanhf): Ensure underflow exception occurs for underflowed
22199         result.
22200         * math/s_catanhl.c: Include <float.h>.
22201         (__catanhl): Ensure underflow exception occurs for underflowed
22202         result.
22203         * math/s_catanl.c: Include <float.h>.
22204         (__catanl): Ensure underflow exception occurs for underflowed
22205         result.
22206         * math/libm-test.inc (catan_test): Add more tests.
22207         (catanh_test): Likewise.
22208
22209         [BZ #15405]
22210         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22211         underflowed result.
22212         * math/s_ccoshf.c (__ccoshf): Likewise.
22213         * math/s_ccoshl.c (__ccoshl): Likewise.
22214         * math/s_csin.c (__csin): Likewise.
22215         * math/s_csinf.c (__csinf): Likewise.
22216         * math/s_csinh.c (__csinh): Likewise.
22217         * math/s_csinhf.c (__csinhf): Likewise.
22218         * math/s_csinhl.c (__csinhl): Likewise.
22219         * math/s_csinl.c (__csinl): Likewise.
22220         * math/libm-test.inc (ccos_test): Add more tests.
22221         (ccosh_test): Likewise.
22222         (csin_test): Likewise.
22223         (csinh_test): Likewise.
22224
22225 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22226
22227         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22228         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22229         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22230         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22231         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22232         powerpc/power5+/fpu folders.
22233         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22234
22235
22236 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22237
22238         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22239
22240 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
22241
22242         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22243         additions to variable.
22244         [$(config-machine) = x86_64] (modules-names): Likewise.
22245         ($(objpfx)tst-audit3): Remove dependency.
22246         ($(objpfx)tst-audit3.out): Likewise.
22247         ($(objpfx)tst-audit4): Likewise.
22248         ($(objpfx)tst-audit4.out): Likewise.
22249         ($(objpfx)tst-audit5): Likewise.
22250         ($(objpfx)tst-audit5.out): Likewise.
22251         ($(objpfx)tst-audit6): Likewise.
22252         ($(objpfx)tst-audit6.out): Likewise.
22253         ($(objpfx)tst-audit7): Likewise.
22254         ($(objpfx)tst-audit7.out): Likewise.
22255         (tst-audit3-ENV): Remove variable.
22256         (tst-audit4-ENV): Likewise.
22257         (tst-audit5-ENV): Likewise.
22258         (tst-audit6-ENV): Likewise.
22259         (tst-audit7-ENV): Likewise.
22260         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22261         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22262         addition to variable.
22263         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22264         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22265         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22266         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22267         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22268         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22269         tst-audit3, tst-audit4 and tst-audit5.
22270         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22271         tst-audit6 and tst-audit7.
22272         [$(subdir) = elf] (modules-names): Add audit modules for those
22273         tests.
22274         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22275         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22276         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22277         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22278         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22279         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22280         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22281         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22282         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22283         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22284         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22285         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22286         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22287         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22288         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22289         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22290         Likewise.
22291         [$(subdir) = elf && $(config-cflags-avx) = yes]
22292         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22293         [$(subdir) = elf && $(config-cflags-avx) = yes]
22294         (CFLAGS-tst-auditmod4a.c): Likewise.
22295         [$(subdir) = elf && $(config-cflags-avx) = yes]
22296         (CFLAGS-tst-auditmod4b.c): Likewise.
22297         [$(subdir) = elf && $(config-cflags-avx) = yes]
22298         (CFLAGS-tst-auditmod6b.c): Likewise.
22299         [$(subdir) = elf && $(config-cflags-avx) = yes]
22300         (CFLAGS-tst-auditmod6c.c): Likewise.
22301         [$(subdir) = elf && $(config-cflags-avx) = yes]
22302         (CFLAGS-tst-auditmod7b.c): Likewise.
22303         * elf/tst-audit3.c: Move to ...
22304         * sysdeps/x86_64/tst-audit3.c: ... here.
22305         * elf/tst-audit4.c: Move to ...
22306         * sysdeps/x86_64/tst-audit4.c: ... here.
22307         * elf/tst-audit5.c: Move to ...
22308         * sysdeps/x86_64/tst-audit5.c: ... here.
22309         * elf/tst-audit6.c: Move to ...
22310         * sysdeps/x86_64/tst-audit6.c: ... here.
22311         * elf/tst-audit7.c: Move to ...
22312         * sysdeps/x86_64/tst-audit7.c: ... here.
22313         * elf/tst-auditmod3a.c: Move to ...
22314         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
22315         * elf/tst-auditmod3b.c: Move to ...
22316         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
22317         * elf/tst-auditmod4a.c: Move to ...
22318         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
22319         * elf/tst-auditmod4b.c: Move to ...
22320         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
22321         * elf/tst-auditmod5a.c: Move to ...
22322         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
22323         * elf/tst-auditmod5b.c: Move to ...
22324         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22325         * elf/tst-auditmod6a.c: Move to ...
22326         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22327         * elf/tst-auditmod6b.c: Move to ...
22328         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22329         * elf/tst-auditmod6c.c: Move to ...
22330         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22331         * elf/tst-auditmod7a.c: Move to ...
22332         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22333         * elf/tst-auditmod7b.c: Move to ...
22334         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22335
22336 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22337
22338         [BZ #15366]
22339         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22340         define unconditionally.
22341         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22342         define unconditionally.
22343         (INT8_C, INT16_C, etc.): Likewise.
22344
22345 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
22346
22347         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22348         __ehdr_start with hidden visibility.
22349
22350         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22351
22352 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
22353
22354         * math/libm-test.inc (cos_test): Use accurate hex constants.
22355         (sincost_test): Likewise.
22356
22357 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
22358
22359         * math/libm-test.inc (catan_test): Add more tests.
22360         (catanh_test): Likewise.
22361
22362         * math/s_catanf.c (__catanf): Use suffixed floating-point
22363         constants.
22364         * math/s_catanhf.c (__catanhf): Likewise.
22365         * math/s_catanhl.c (__catanhl): Likewise.
22366         * math/s_catanl.c (__catanl): Likewise.
22367
22368         [BZ #15394]
22369         * math/s_catan.c (__catan): Calculate imaginary part of result
22370         with log1p not log unless computing log of number close to 0.
22371         * math/s_catanf.c (__catanf): Likewise.
22372         * math/s_catanl.c (__catanl): Likewise.
22373         * math/s_catanh.c (__catanh): Calculate real part of result with
22374         log1p not log unless computing log of number close to 0.
22375         * math/s_catanhf.c (__catanhf): Likewise.
22376         * math/s_catanhl.c (__catanhl): Likewise.
22377         * math/libm-test.inc (catan_test): Add more tests.
22378         (catanh_test): Likewise.
22379         * sysdeps/i386/fpu/libm-test-ulps: Update.
22380         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22381
22382 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22383
22384         * benchtests/Makefile: Mention files in which fast and slow
22385         paths of math functions are implemented.
22386
22387 2013-04-23  Roland McGrath  <roland@hack.frob.com>
22388
22389         * sysdeps/posix/timespec_get.c: New file.
22390
22391 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22392
22393         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22394         POWER.
22395         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22396         for POWER.
22397         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22398         powerpc/power5/fpu folders.
22399         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22400         * benchtests/Makefile: Add modf testcase.
22401         * benchtests/bench-modf.c: New file: Benchmark test for mo
22402
22403 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22404
22405         [BZ #14888]
22406         * time/Makefile (tests): Add tst-strptime-whitespace.
22407         * time/strptime_l.c (get_number): Use ISSPACE.
22408         (__strptime_internal): Likewise.
22409         * time/tst-strptime-whitespace.c: New test case.
22410
22411 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
22412
22413         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22414         member.
22415         (_nss_files_init): Set it here.
22416
22417 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
22418
22419         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22420         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22421         unsigned.
22422
22423 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
22424
22425         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22426
22427 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22428
22429         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22430         size just once.
22431
22432 2013-04-21  David S. Miller  <davem@davemloft.net>
22433
22434         * po/ru.po: Update Russion translation from translation project.
22435
22436 2013-04-17  Adam Conrad  <adconrad@0c3.net>
22437
22438         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22439         and setfsgid.
22440
22441 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
22442
22443         * configure.in: Remove i386 configure warning. Remove i386 case.
22444         * configure: Regenerate.
22445         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
22446         Add example to error message.
22447         * sysdeps/i386/configure: Regenerate.
22448
22449 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22450
22451         * benchtests/Makefile (bench): Add cos, tan, slowcos and
22452         slowtan.
22453         * benchtests/cos-inputs: New file.
22454         * benchtests/slowcos-inputs: New file.
22455         * benchtests/slowcos.c: New file.
22456         * benchtests/slowtan-inputs: New file.
22457         * benchtests/slowtan.c: New file.
22458         * benchtests/tan-inputs: New file.
22459
22460 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22461
22462         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22463         considered kosher.
22464
22465 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22466
22467         * benchtests/Makefile: Include cppflags-iterator.mk to add
22468         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22469
22470         * Makefile.in (bench-clean): New target.
22471         * benchtests/Makefile (bench-clean): Likewise.
22472
22473 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22474
22475         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22476
22477 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22478
22479         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22480
22481 2013-04-15  Andreas Schwab  <schwab@suse.de>
22482
22483         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22484         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22485         * nscd/pwdcache.c (cache_addpw): Likewise.
22486         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22487         more than recsize.
22488
22489 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22490
22491         * benchtests/Makefile (bench): Write all output to
22492         bench-out.tmp together.
22493
22494 2013-04-15  Andreas Schwab  <schwab@suse.de>
22495
22496         * nscd/nscd.c (main): Don't fork again after closing files.
22497
22498 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22499
22500         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22501
22502         * benchtests/Rules (bench-deps): Collect dependencies into a
22503         single variable.  Add Makefile to dependencies.
22504         ($(objpfx)bench-%.c): Depend on bench-deps.
22505
22506 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22507             Xavier Roche  <roche+kml2@exalead.com>
22508
22509         [BZ #15361]
22510         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22511         just that it's a file descriptor.
22512         * manual/llio.texi (Synchronizing AIO Operations): Update description
22513         for EBADF error from aio_fsync.
22514
22515 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22516
22517         * Rules (bench): Move target definition...
22518         * benchtests/Makefile: ... here.
22519
22520 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22521
22522         * math/libm-test.inc (cos_test): Fix PI/2 test.
22523         (sincos_test): Likewise.
22524         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22525         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22526
22527 2013-04-11  Andreas Schwab  <schwab@suse.de>
22528
22529         [BZ #13988]
22530         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22531         accept exponent character only when digits were seen.
22532         * stdio-common/Makefile (tests): Add bug26.
22533         * stdio-common/bug26.c: New file.
22534
22535         [BZ #14293]
22536         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22537         non-freeable.
22538
22539 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22540
22541         * Makeconfig (rtld-prefix): Define built linker prefix.
22542         * Rules (run-bench): Use it.
22543         * math/Makefile (run-regen-ulps): Likewise.
22544
22545         * Rules (bench): Remove eval.
22546
22547 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22548             Roland McGrath  <roland@hack.frob.com>
22549             Ondrej Bilka  <neleai@seznam.cz>
22550
22551         [BZ #15346]
22552         * time/getdate.c: Include ctype.h and alloca.h.
22553         (__getdate_r): Trim leading and trailing spaces of input.
22554         * time/tst-getdate.c (tests): Add tests with leading and
22555         trailing spaces.
22556
22557 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22558
22559         [BZ #14280]
22560         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22561         when computing value.
22562
22563 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22564
22565         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22566         Use testrun.sh to run libm tests.
22567
22568         [BZ #15309]
22569         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22570
22571 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22572
22573         [BZ #15264]
22574         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22575
22576 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22577
22578         * Makefile.in (regen-ulps): New target.
22579         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22580         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22581         [ifneq (no,$(PERL)] (regen-ulps): New target.
22582         [ifeq (no,$(PERL)] (regen-ulps): New target.
22583         * math/libm-test.inc (ulps_file_name): Define.
22584         (output_dir): New variable.
22585         (options): Add "output-dir" option.
22586         (parse_opt): Handle 'o' case.
22587         (main): If output_dir is non-NULL use it as a prefix
22588         otherwise use "".
22589         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22590
22591 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22592
22593         [BZ #10060, #10062]
22594         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22595         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22596         fail configure if __sync_val_compare_and_swap is not inlined.
22597         * sysdeps/i386/configure: Regenerate.
22598         * configure.in: Build for i686 when configured for i386.
22599         * configure: Regenerate.
22600         * README: Remove i386 reference.
22601
22602 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22603
22604         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22605         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22606
22607 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22608
22609         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22610         (lmsnanval): New variables.
22611         (F): Add conversion tests.
22612         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22613         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22614
22615         * stdio-common/tstdiomisc.c (F): Properly collect individual
22616         tests' results.
22617
22618         [BZ #14686, #15336]
22619         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22620         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22621         Instead, use input NaN values or generate a qNaN by arithmetic
22622         operation.  Also fix bugs to comply with the standard.
22623         * math/libm-test.inc (remainder_test): Add more tests.
22624
22625         [BZ #15335, #15342]
22626         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22627         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22628         input NaN values or generate a qNaN by arithmetic operation.
22629
22630         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22631         unreachable code.
22632
22633         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22634         definitions.
22635
22636 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22637
22638         [BZ #14478]
22639         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22640         underflowed result.
22641         * math/s_cexpf.c (__cexpf): Likewise.
22642         * math/s_cexpl.c (__cexpl): Likewise.
22643         * math/libm-test.inc (cexp_test): Add more tests.
22644
22645 2013-04-03  Andreas Schwab  <schwab@suse.de>
22646
22647         [BZ #15330]
22648         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22649         order arrays from heap if bigger than alloca cutoff.
22650
22651 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22652
22653         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22654         (SNAN_TESTS_double): Refer to GCC PR56831.
22655         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22656         GCC PR56828.
22657
22658 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22659
22660         * Rules (bench): Move bench.out after the run is complete.
22661
22662         * Rules (bench): Echo currently running benchmark.
22663
22664         * benchtests/Makefile (bench): Add atan and slowatan.
22665         * benchtests/atan-inputs: New file.
22666         * benchtests/slowatan-inputs: New file.
22667         * benchtests/slowatan.c: New file.
22668
22669         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22670         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22671         its value.
22672
22673         [BZ #15305]
22674         * sysdeps/unix/sysv/linux/kernel-features.h
22675         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22676         __ASSUME_XFS_RESTRICTED_CHOWN.
22677         * sysdeps/unix/sysv/linux/pathconf.c
22678         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22679         Save and restore errno.
22680
22681 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22682
22683         [BZ #15327]
22684         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22685         arguments using __kernel_casinh.
22686         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22687         arguments using __kernel_casinhf.
22688         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22689         arguments using __kernel_casinhl.
22690         * math/libm-test.inc (cacosh_test): Add more tests.
22691         * sysdeps/i386/fpu/libm-test-ulps: Update.
22692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22693
22694 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22695
22696         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22697         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22698
22699         * bench/Makefile (bench): Add sin and slowsin.
22700         * benchtests/sin-inputs: New file.
22701         * benchtests/slowsin-inputs: New file.
22702         * benchtests/slowsin.c: New file.
22703
22704         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22705         (bench): Add slowexp and slowpow.
22706         (exp-ITER): Increase iterations.
22707         (pow-ITER): Likewise.
22708         * benchtests/exp-inputs: Change input.
22709         * benchtests/pow-inputs: Likewise.
22710         * benchtests/slowexp-inputs: New file.
22711         * benchtests/slowexp.c: New file.
22712         * benchtests/slowpow-inputs: New file.
22713         * benchtests/slowpow.c: New file.
22714
22715 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22716
22717         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22718         instructions.
22719         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22720         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22721         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22722         * benchtests/Makefile: Add rint benchtest.
22723         * benchtests/rint-inputs: Input for rint benchtest.
22724
22725 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22726
22727         * Versions.def (libm): Add GLIBC_2.18.
22728         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22729         hidden libm prototypes.
22730         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22731         * math/Makefile (libm-calls): Add s_issignaling.
22732         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22733         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22734         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22735         declaration.
22736         * math/math.h [__USE_GNU] (issignaling): New macro.
22737         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22738         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22739         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22740         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22741         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22742         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22743         * manual/arith.texi (issignaling): New section.
22744         * manual/libm-err-tab.pl (@all_functions): Update comment.
22745         * math/gen-libm-test.pl (parse_args): Apply special handling for
22746         issignaling.
22747         * math/libm-test.inc (print_float, issignaling_test): New
22748         functions.
22749         (check_float_internal): Add issignaling checks.
22750         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22751         default definition.
22752         * sysdeps/powerpc/math-tests.h: New file.
22753         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22754         tests.
22755         * math/test-snan.c (TEST_FUNC): Likewise.
22756
22757 2013-03-30  David S. Miller  <davem@davemloft.net>
22758
22759         * po/de.po: Update from translation team.
22760
22761 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22762
22763         [BZ #10357]
22764         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22765         imaginary part less than 1.0 and real part less than 0.5
22766         specially.
22767         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22768         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22769         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22770         (cacos_test): Add more tests.
22771         (casin_test): Likewise.
22772         (casinh_test): Likewise.
22773         * sysdeps/i386/fpu/libm-test-ulps: Update.
22774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22775
22776 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22777
22778         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22779         ONE with its value.
22780
22781         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22782         (__pow_mp): Replace ONE and MONE with their values.
22783         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22784         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22785         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22786         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22787         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22788         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22789
22790         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22791
22792         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22793         (__pow_mp): Replace ZERO and MZERO with their values.
22794         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22795         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22796         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22797         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22798         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22799         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22800         (__sqr): Likewise.
22801
22802         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22803
22804         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22805
22806 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22807
22808         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22809         Declare with __attribute__ ((weak)).
22810         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22811         Call __call_tls_dtors only if it's not NULL.
22812
22813 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22814
22815         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22816         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22817         magic __ehdr_start linker symbol if it's defined.
22818         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22819         them up here if it was already done.
22820
22821         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22822         (_dl_aux_init): Use const in cast when setting it.
22823         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22824         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22825         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22826
22827         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22828         Declare them here.
22829         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22830         * csu/libc-tls.c: Nor here.
22831         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22832
22833         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22834         (__libc_message): Never call vsyslog.
22835
22836 2013-03-28  Alan Modra  <amodra@gmail.com>
22837
22838         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22839         Define as empty.
22840         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22841         Likewise.
22842
22843 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22844
22845         [BZ #15214]
22846         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22847         underflow.
22848         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22849
22850 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22851
22852         [BZ #15304]
22853         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22854         Don't add gid passed as argument.
22855
22856         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22857
22858 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22859
22860         [BZ #15307]
22861         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22862         imaginary part between 1.0 and 1.5 and real part less than 0.5
22863         specially.
22864         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22865         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22866         * math/libm-test.inc (cacos_test): Add more tests.
22867         (casin_test): Likewise.
22868         (casinh_test): Likewise.
22869         * sysdeps/i386/fpu/libm-test-ulps: Update.
22870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22871
22872 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22873
22874         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22875         constants.
22876         (norm): Likewise.
22877         (denorm): Likewise.
22878         (__dbl_mp): Likewise.
22879         (add_magnitudes): Likewise.
22880         (sub_magnitudes): Likewise.
22881         (__add): Likewise.
22882         (__sub): Likewise.
22883         (__mul): Likewise.
22884         (__sqr): Likewise.
22885         (__inv): Likewise.
22886         (__dvd): Likewise.
22887
22888         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22889         commented code.
22890         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22891         (__dubcos): Likewise.
22892         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22893         (__ieee754_acos): Likewise.
22894         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22895         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22896         (__exp1): Likewise.
22897         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22898         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22899         (log1): Likewise.
22900         (my_log2): Likewise.
22901         (checkint): Likewise.
22902         * sysdeps/ieee754/dbl-64/e_remainder.c
22903         (__ieee754_remainder): Likewise.
22904         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22905         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22906         (bsloww): Likewise.
22907         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22908
22909         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22910         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22911         MANTISSA_STORE_T to store computations on mantissa.  Use
22912         macros for rounding and division.
22913         (denorm): Likewise.
22914         (__dbl_mp): Likewise.
22915         (add_magnitudes): Likewise.
22916         (sub_magnitudes): Likewise.
22917         (__mul): Likewise.
22918         (__sqr): Likewise.
22919         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22920         powers of two in terms of TWOPOW macro.
22921         (mp_no): Make type of mantissa as MANTISSA_T.
22922         [!RADIXI]: Define RADIXI.
22923         [!TWO52]: Define TWO52.
22924         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22925
22926 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22927
22928         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22929         llroundl symbol when building for PPC32.
22930
22931 2013-03-24  Mark H Weaver  <mhw@netris.org>
22932
22933         * manual/arith.texi (Normalization Functions): Fix prototypes for
22934         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22935
22936 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22937
22938         [BZ #13889]
22939         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22940         high value to check if expl overflow.
22941         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22942         to check for underflow and overflow.
22943         * math/libm-test.inc: Add exp test.
22944
22945 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22946
22947         [BZ #11120]
22948         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22949         with NOT_IN_libc.
22950
22951 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22952
22953         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22954         symbol.
22955
22956 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22957
22958         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22959         wrap blocks consisting of several statements.
22960
22961         * sysdeps/generic/math-tests.h: New file.
22962         * sysdeps/i386/fpu/math-tests.h: Likewise.
22963         * math/test-snan.c: Include it.
22964         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22965
22966 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22967
22968         [BZ #15285]
22969         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22970         (__ieee754_j0l): Do not improve calculations using cos of twice
22971         input for inputs above LDBL_MAX / 2.0L.
22972         (__ieee754_y0l): Likewise.
22973         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22974         (__ieee754_j1l): Do not improve calculations using cos of twice
22975         input for inputs above LDBL_MAX / 2.0L.
22976         (__ieee754_y1l): Likewise.
22977         * math/libm-test.inc (j0_test): Add another test.
22978         (j1_test): Likewise.
22979         (y0_test): Likewise.
22980         (y1_test): Likewise.
22981         * sysdeps/i386/fpu/libm-test-ulps: Update.
22982
22983 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22984
22985         * Rules ($(objpfx)bench-%.c): Include code from a C source
22986         file.
22987
22988 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22989
22990         [BZ #15287]
22991         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22992         imaginary part 1.0 and real part less than 0.5 specially.
22993         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22994         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22995         * math/libm-test.inc (cacos_test): Add more tests.
22996         (casin_test): Likewise.
22997         (casinh_test): Likewise.
22998         * sysdeps/i386/fpu/libm-test-ulps: Update.
22999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23000
23001 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23002
23003         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23004         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23005
23006 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23007
23008         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23009         * config.make.in (config-cflags-sse4): Remove variable.
23010         (config-cflags-avx): Likewise.
23011         (config-cflags-sse2avx): Likewise.
23012         (config-cflags-novzeroupper): Likewise.
23013         (config-asflags-i686): Likewise.
23014         (have-mfma4): Likewise.
23015         (have-as-vis3): Likewise.
23016         (MIG): Likewise.
23017         * configure.in (MIG): Do not AC_SUBST.
23018         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23019         (libc_cv_cc_sse4): Do not AC_SUBST.
23020         (libc_cv_cc_avx): Likewise.
23021         (libc_cv_cc_sse2avx): Likewise.
23022         (libc_cv_cc_novzeroupper): Likewise.
23023         (libc_cv_cc_fma4): Likewise.
23024         (libc_cv_as_i686): Likewise.
23025         (libc_cv_sparc_as_vis3): Likewise.
23026         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23027         LIBC_CONFIG_VAR.
23028         (config-asflags-i686): Likewise.
23029         (config-cflags-avx): Likewise.
23030         (config-cflags-sse2avx): Likewise.
23031         (have-mfma4): Likewise.
23032         (config-cflags-novzeroupper): Likewise.
23033         * sysdeps/mach/configure.in (MIG): Likewise.
23034         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23035         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23036         LIBC_CONFIG_VAR.
23037         (config-cflags-avx): Likewise.
23038         (config-cflags-sse2avx): Likewise.
23039         (have-mfma4): Likewise.
23040         (config-cflags-novzeroupper): Likewise.
23041         * configure: Regenerated.
23042         * sysdeps/i386/configure: Likewise.
23043         * sysdeps/mach/configure: Likewise.
23044         * sysdeps/sparc/configure: Likewise.
23045         * sysdeps/x86_64/configure: Likewise.
23046
23047 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23048
23049         [BZ #14812]
23050         * locale/programs/localedef.c (options): Put N_ translation marker
23051         on argument names, not just descriptions.
23052
23053 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23054
23055         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23056
23057 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23058
23059         [BZ #14176]
23060         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23061
23062 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23063
23064         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23065         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23066         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23067         [!BEFORE_ABORT] (before_abort): New function.
23068         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23069         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23070         (writev_for_fatal): New function.
23071         (WRITEV_FOR_FATAL): New macro; call that.
23072         (backtrace_and_maps): New function.
23073         (BEFORE_ABORT): New macro; call that.
23074         (struct str_list): Type removed.
23075         (__libc_message, __libc_fatal): Functions removed.
23076         Include <sysdeps/posix/libc_fatal.c> instead.
23077
23078 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23079
23080         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23081         constants.
23082         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23083         double constants.
23084
23085 2013-03-19  Andreas Schwab  <schwab@suse.de>
23086
23087         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23088         * sysdeps/gnu/configure: Regenerate.
23089
23090         * configure.in: Substitute libc_cv_rtlddir.
23091         * configure: Regenerate.
23092         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23093         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23094         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23095         * elf/Makefile (install-others, CFLAGS-interp.c)
23096         (ldso_install, common-ldd-rewrite): Likewise.
23097         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23098         $(inst_slibdir)/$(rtld-installed-name).
23099         * scripts/rellns-sh: Add -p option.
23100         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23101         for source.
23102
23103 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23104
23105         * manual/nptl.texi: Renamed to ...
23106         * manual/threads.texi: ... this.
23107         * manual/Makefile (chapters): Update.
23108
23109 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23110
23111         [BZ #14812]
23112         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23113         on argument names, not just descriptions.
23114         * malloc/memusagestat.c (options): Likewise.
23115         * nss/getent.c (options): Likewise.
23116
23117 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23118
23119         [BZ #14812]
23120         * iconv/iconv_prog.c (options): Put N_ translation marker
23121         on argument names, not just descriptions.
23122         * iconv/iconvconfig.c (options): Likewise.
23123
23124 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23125
23126         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23127         implementation which is faster on all x86_64 architectures.
23128         Tested on AMD, Intel Nehalem, SNB, IVB.
23129         * sysdeps/x86_64/strnlen.S: Likewise.
23130
23131         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23132         Remove all multiarch strlen and strnlen versions.
23133         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23134         Remove strlen and strnlen related parts.
23135
23136         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23137         Inline strlen part.
23138         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23139
23140         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23141         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23142         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23143         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23144         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23145         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23146
23147 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23148
23149         * manual/memory.texi (Malloc Tunable Parameters):
23150         Sort parameters alphabetically. Add comments for missing entries.
23151
23152 2013-03-17  David S. Miller  <davem@davemloft.net>
23153
23154         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23155
23156 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23157
23158         [BZ #15283]
23159         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23160         for arguments at most half maximum finite value.
23161         * math/libm-test.inc (j0_test): Add more tests.
23162         (j1_test): Likewise.
23163         (y0_test): Likewise.
23164         (y1_test): Likewise.
23165         * sysdeps/i386/fpu/libm-test-ulps: Update.
23166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23167
23168         [BZ #14155]
23169         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23170         1 / x and functions P and Q for arguments above 0x1p256L.
23171         (__ieee754_y0l): Likewise.
23172         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23173         (__ieee754_y1l): Likewise.
23174         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23175         (j1_test): Likewise.
23176         (y0_test): Likewise.
23177         (y1_test): Likewise.
23178
23179 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23180
23181         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23182         variable.
23183
23184 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23185
23186         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23187         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23188         zero since it's initialized to EXEC_PAGESIZE.
23189
23190         * sysdeps/unix/sysv/linux/ldsodefs.h
23191         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23192         * sysdeps/generic/ldsodefs.h: ... here.
23193
23194 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23195
23196         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23197
23198         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23199         math/test-snan.c.
23200         * math/test-snan.c: Renamed from
23201         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23202         * math/Makefile (tests): Add test-snan.
23203         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23204         test-powerpc-snan.
23205
23206         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23207         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23208         functions.
23209         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23210         __builtin_nan family of functions.
23211         * math/libm-test.inc (initialize): Initialize qnan_value with
23212         __builtin_nan family of functions.
23213         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23214         Remove variables.
23215         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23216         Remove functions.
23217         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23218         storage class.  Initialize qNaN_var and sNaN_var with
23219         __builtin_nan and __builtin_nans families of functions,
23220         respectively.
23221
23222         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23223         (sqrt_test): Remove duplicate test with qNaN input.
23224         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23225         (round_test, signbit_test, significand_test): Note missing +/-Inf
23226         as well as qNaN tests.
23227
23228         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23229         qNaN_var.  Fix a few strings, too.
23230         * math/libm-test.inc (nan_value): Rename to qnan_value.
23231         * math/gen-libm-test.pl (%beautify): Adjust to that.
23232         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23233         * math/test-misc.c (main): Likewise.
23234         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23235         to __qnan_bytes, and __qnan_union, respectively.
23236         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23237         Likewise.
23238         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23239         and lqnanval, respectively.
23240         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23241         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23242         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23243         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23244
23245         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23246         * math/test-misc.c (main) [__x86_64__]: Enable test for long
23247         doubles.
23248
23249         * math/test-misc.c (main): Fix copy'n'pastos.
23250         * misc/tst-efgcvt.c (special): Likewise.
23251
23252         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23253         Remove declarations.
23254
23255 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23256
23257         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23258         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23259         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23260         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23261
23262 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23263
23264         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23265         macro to return vdso values correctly in IFUNC implementations.
23266         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23267         Optimization by using IFUNC.
23268
23269 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23270             Richard Henderson  <rth@redhat.com>
23271             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23272
23273         * Makefile.in (bench): New target.
23274         * NEWS: Mention the benchmark framework.
23275         * Rules (bench): Likewise.
23276         (binaries-bench): Generate binaries for functions to
23277         benchmark.
23278         * benchtests/Makefile: New makefile for benchmark tests.
23279         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23280         programs.
23281         * benchtests/exp-inputs: New input file for EXP function.
23282         * benchtests/pow-inputs: New input file for POW function.
23283         * scripts/bench.pl: New script to generate source files for
23284         benchmark programs.
23285
23286 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23287
23288         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23289         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23290         computations on mantissa.  Use macros for rounding and
23291         division.
23292         (denorm): Likewise.
23293         (__dbl_mp): Likewise.
23294         (add_magnitudes): Likewise.
23295         (sub_magnitudes): Likewise.
23296         (__mul): Likewise.
23297         (__sqr): Likewise.
23298         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23299         powers of two in terms of TWOPOW macro.
23300         (mp_no): Make type of mantissa as MANTISSA_T.
23301         [!RADIXI]: Define RADIXI.
23302         [!TWO52]: Define TWO52.
23303         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23304
23305         * manual/nptl.texi (cindex): Modify threads to pthreads.
23306
23307 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
23308
23309         * sysdeps/x86_64/preconfigure: Regenerated.
23310
23311 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
23312
23313         [BZ #14155]
23314         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
23315         0x1p28 and above.
23316         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
23317         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
23318         0x1p28 and above.
23319         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
23320         * math/libm-test.inc (j0_test): Do not allow one spurious
23321         underflow exception.
23322         (y1_test): Likewise.
23323
23324 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23325
23326         * manual/Makefile (chapters): Add nptl.
23327         * manual/debug.texi (Debugging Support): Add link to Threads
23328         chapter.
23329         * manual/nptl.texi: New file.
23330
23331         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23332
23333 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23334
23335         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23336         for non-NULL pointer before the memory validity test. Pointed
23337         out by Holger Brunck <holger.brunck@keymile.com>.
23338
23339 2013-03-13  Andreas Schwab  <schwab@suse.de>
23340
23341         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23342         instead of .os.
23343
23344 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
23345
23346         * timezone/zic.c: Update from tzcode 2013b.
23347
23348 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
23349
23350         * manual/install.texi (Configuring and compiling):
23351         Mention i686 and i586.
23352         * INSTALL: Regenerate.
23353
23354 2013-03-12  Roland McGrath  <roland@hack.frob.com>
23355
23356         * sysdeps/init_array/elf-init.c: New file.
23357         * csu/elf-init.c
23358         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23359         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23360
23361         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23362         __gmon_start__ as global, but as static with a .preinit_array pointer.
23363         * sysdeps/init_array/gmon-start.c: New file.  Use that.
23364         * sysdeps/init_array/crti.S: New file, empty except for comments.
23365         * sysdeps/init_array/crtn.S: Likewise.
23366
23367 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
23368
23369         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23370         definining bcopy.
23371         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23372         Remove Prefer_SSE_for_memop.
23373         * sysdeps/x86_64/multiarch/init-arch.h: Remove
23374         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23375         HAS_PREFER_SSE_FOR_MEMOP.
23376         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23377         memset-x86-64.
23378         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23379         Remove bzero, memset ifunc support.
23380         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23381         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23382         * sysdeps/x86_64/multiarch/memset.S: Likewise.
23383         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23384
23385 2013-03-11  Andreas Schwab  <schwab@suse.de>
23386
23387         [BZ #15234]
23388         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23389         by SHLIB_COMPAT.
23390         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23391         (GLIBC_2.16): Remove pthread_atfork.
23392
23393 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
23394
23395         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23396         (ptestcases.h): Likewise.
23397
23398 2013-03-08  Roland McGrath  <roland@hack.frob.com>
23399
23400         * Makeconfig ($(common-objpfx)config.status): Depend on
23401         sysdeps/*/preconfigure{,.in} too.
23402
23403 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
23404
23405         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23406         (__free_hook): Use void * instead of __malloc_ptr_t.
23407         (__malloc_hook): Likewise.
23408         (__realloc_hook): Likewise.
23409         (__memalign_hook): Likewise.
23410         (__after_morecore_hook): Likewise.
23411         * malloc/arena.c (save_malloc_hook): Likewise.
23412         (save_free_hook): Likewise.
23413         * malloc/hooks.c (malloc_hook_ini): Likewise.
23414         (realloc_hook_ini): Likewise.
23415         (memalign_hook_ini): Likewise.
23416         * malloc/malloc.c (malloc_hook_ini): Likewise.
23417         (realloc_hook_ini): Likewise.
23418         (memalign_hook_ini): Likewise.
23419         (__free_hook): Likewise.
23420         (__malloc_hook): Likewise.
23421         (__realloc_hook): Likewise.
23422         (__memalign_hook): Likewise.
23423         (__libc_malloc): Likewise.
23424         (__libc_free): Likewise.
23425         (__libc_realloc): Likewise.
23426         (__libc_memalign): Likewise.
23427         (__libc_valloc): Likewise.
23428         (__libc_pvalloc): Likewise.
23429         (__libc_calloc): Likewise.
23430         (__posix_memalign): Likewise.
23431         * malloc/morecore.c (__sbrk): Likewise.
23432         (__default_morecore): Likewise.
23433
23434         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23435
23436         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23437         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23438         __malloc_ptrdiff_t.
23439
23440         * malloc/malloc.h (__malloc_size_t): Remove macro.
23441         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23442         __malloc_size_t.
23443         (old_memalign_hook): Likewise.
23444         (old_realloc_hook): Likewise.
23445         (struct hdr): Likewise.
23446         (flood): Likewise.
23447         (mallochook): Likewise.
23448         (memalignhook): Likewise.
23449         (reallochook): Likewise.
23450         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23451         (tr_old_realloc_hook): Likewise.
23452         (tr_old_memalign_hook): Likewise.
23453         (tr_mallochook): Likewise.
23454         (tr_reallochook): Likewise.
23455         (tr_memalignhook): Likewise.
23456
23457 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23458
23459         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23460         default_ldbl_pack and using as default implementation.
23461         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23462         implementation.
23463         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23464         redundant definition.
23465         (ldbl_insert_mantissa): Likewise.
23466         (ldbl_canonicalize): Likewise.
23467         (ldbl_nearbyint): Likewise.
23468         (ldbl_pack): Rename to ldbl_pack_ppc.
23469         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23470         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23471         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23472
23473 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23474
23475         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23476         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23477         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23478         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23479         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23480         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23481         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23482         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23483
23484 2013-03-07  Andreas Jaeger  <aj@suse.de>
23485
23486         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23487         bits/mman-linux.h.
23488
23489 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23490
23491         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23492         Include mpa.h and declare __MPEXP.
23493         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23494         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23495         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23496         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23497         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23498         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23499         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23500
23501         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23502         (__slowpow): Use long double EXPL and LOGL functions to
23503         compute POW.
23504         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23505         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23506         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23507         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23508         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23509         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23510
23511         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23512         intermediate variable to calculate exponent.
23513         (__sqr): Likewise.
23514         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23515         Likewise.
23516         (__sqr): Likewise.
23517
23518         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23519         [!NO__SQR]: Define __sqr.
23520         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23521         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23522         sysdeps/ieee754/dbl-64/mpa.c.
23523         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23524
23525         [BZ #12723]
23526         * posix/Makefile (tests): Add tst-pathconf.
23527         * posix/tst-pathconf.c: New test case.
23528         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23529         _PC_PIPE_BUF.
23530         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23531
23532 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23533
23534         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23535
23536 2013-03-06  Andreas Jaeger  <aj@suse.de>
23537
23538         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23539         definition via __MAP_ANONYMOUS.
23540
23541         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23542         it's not part of Linux headers.
23543
23544         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23545         (MAP_HUGE_MASK): Define.
23546
23547         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23548         Define.
23549         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23550         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23551         Define.
23552         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23553         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23554         Define.
23555         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23556         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23557         Define.
23558         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23559
23560         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23561         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23562         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23563         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23564         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23565         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23566
23567         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23568         Handle f2fs.
23569
23570         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23571         Handle f2fs and efivarfs.
23572
23573         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23574         f2fs.
23575
23576         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23577         (EFIVARFS_MAGIC): Add.
23578         (F2FS_LINK_MAX): Add.
23579
23580 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23581
23582         * stdio-common/vfprintf.c: Replace __builtin_expect with
23583         __glibc_unlikely.
23584
23585 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23586
23587         [BZ #13550]
23588         * sysdeps/generic/bp-sym.h: Remove file.
23589         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23590         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23591         <bp-sym.h> and <bp-asm.h>.
23592         (__longjmp): Don't use BP_SYM.
23593         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23594         and <bp-asm.h>.
23595         (memcpy): Don't use BP_SYM.
23596         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23597         <bp-sym.h> and <bp-asm.h>.
23598         (memcpy): Don't use BP_SYM.
23599         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23600         <bp-asm.h>.
23601         (memcpy): Don't use BP_SYM.
23602         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23603         <bp-asm.h>.
23604         (memset): Don't use BP_SYM.
23605         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23606         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23607         (__bzero): Don't use BP_SYM.
23608         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23609         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23610         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23611         <bp-sym.h> and <bp-asm.h>.
23612         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23613         pointers.
23614         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23615         <bp-sym.h> and <bp-asm.h>.
23616         (memcpy): Don't use BP_SYM.
23617         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23618         <bp-sym.h> and <bp-asm.h>.
23619         (memset): Don't use BP_SYM.
23620         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23621         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23622         (__bzero): Don't use BP_SYM.
23623         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23624         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23625         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23626         <bp-sym.h> and <bp-asm.h>.
23627         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23628         pointers.
23629         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23630         <bp-sym.h> and <bp-asm.h>.
23631         (memcpy): Don't use BP_SYM.
23632         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23633         <bp-sym.h> and <bp-asm.h>.
23634         (memset): Don't use BP_SYM.
23635         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23636         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23637         (__bzero): Don't use BP_SYM.
23638         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23639         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23640         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23641         <bp-sym.h> and <bp-asm.h>.
23642         (__memchr): Don't use BP_SYM.
23643         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23644         <bp-sym.h> and <bp-asm.h>.
23645         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23646         pointers.
23647         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23648         <bp-sym.h> and <bp-asm.h>.
23649         (memcpy): Don't use BP_SYM.
23650         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23651         <bp-sym.h> and <bp-asm.h>.
23652         (__mempcpy): Don't use BP_SYM.
23653         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23654         <bp-sym.h> and <bp-asm.h>.
23655         (__memrchr): Don't use BP_SYM.
23656         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23657         <bp-sym.h> and <bp-asm.h>.
23658         (memset): Don't use BP_SYM.
23659         (__bzero): Likewise.
23660         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23661         <bp-sym.h> and <bp-asm.h>.
23662         (__rawmemchr): Don't use BP_SYM.
23663         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23664         <bp-sym.h> and <bp-asm.h>.
23665         (__STRCMP): Don't use BP_SYM.
23666         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23667         <bp-sym.h> and <bp-asm.h>.
23668         (strchr): Don't use BP_SYM.
23669         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23670         <bp-sym.h> and <bp-asm.h>.
23671         (__strchrnul): Don't use BP_SYM.
23672         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23673         <bp-sym.h> and <bp-asm.h>.
23674         (strlen): Don't use BP_SYM.
23675         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23676         <bp-sym.h> and <bp-asm.h>.
23677         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23678         pointers.
23679         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23680         <bp-sym.h> and <bp-asm.h>.
23681         (__strnlen): Don't use BP_SYM.
23682         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23683         <bp-sym.h> and <bp-asm.h>.
23684         (__GI__setjmp): Don't use BP_SYM.
23685         (_setjmp): Likewise.
23686         (__sigsetjmp): Likewise.
23687         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23688         (L(start_addresses)): Don't use BP_SYM.
23689         (_start): Likewise.
23690         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23691         <bp-asm.h>.
23692         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23693         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23694         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23695         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23696         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23697         <bp-asm.h>.
23698         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23699         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23700         about bounded pointers.
23701         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23702         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23703         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23704         <bp-asm.h>.
23705         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23706         about bounded pointers.  Remove GKM FIXME comments.
23707         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23708         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23709         <bp-asm.h>.
23710         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23711         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23712         Remove GKM FIXME comments.
23713         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23714         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23715         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23716         <bp-asm.h>.
23717         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23718         about bounded pointers.  Remove GKM FIXME comment.
23719         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23720         and <bp-asm.h>.
23721         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23722         pointers.
23723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23724         <bp-sym.h> and <bp-asm.h>.
23725         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23727         <bp-sym.h> and <bp-asm.h>.
23728         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23729         comment.
23730
23731 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23732
23733         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23734         call free(NULL).
23735
23736 2013-03-05  David S. Miller  <davem@davemloft.net>
23737
23738         * po/es.po: Update from translation team.
23739
23740 2013-03-05  Andreas Jaeger  <aj@suse.de>
23741
23742         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23743         <bits/mman-linux.h>.
23744         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23745         is fine.
23746         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23747         <bits/mman-linux.h> to end of file.
23748         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23749         is fine.
23750         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23751         <bits/mman-linux.h> to end of file.
23752         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23753         is fine.
23754         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23755         <bits/mman-linux.h> to end of file.
23756
23757         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23758         (MCL_CURRENT, MCL_FUTURE): Define here.
23759
23760 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23761
23762         [BZ #15232]
23763         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23764         attribute_hidden.
23765         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23766
23767 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23768
23769         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23770         fourth parameter needed for rt_sigprocmask syscall.
23771         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23772         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23773         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23774         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23775         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23776         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23777
23778 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23779
23780         [BZ #13550]
23781         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23782         comment about bounded pointers.
23783         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23784         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23785
23786 2013-03-04  Andreas Jaeger  <aj@suse.de>
23787
23788         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23789         common definitions.
23790
23791         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23792         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23793         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23794         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23795         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23796         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23797
23798 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23799
23800         [BZ #15055]
23801         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23802         __ieee754_sqrl instead of __sqrl.
23803
23804 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23805
23806         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23807         * sysdeps/powerpc/fpu_control.h: ... here.
23808         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23809         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23810         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23811         * sysdeps/powerpc/bits/mathinline.h: ... here.
23812
23813 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23814
23815         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23816         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23817         to just [NEED_DL_SYSINFO_DSO].
23818         * elf/dl-support.c: Likewise.
23819         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23820         * elf/rtld.c (dl_main): Likewise.
23821         * elf/setup-vdso.h (setup_vdso): Likewise.
23822         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23823         * sysdeps/unix/sysv/linux/dl-sysdep.c
23824         (_dl_discover_osversion): Likewise.
23825
23826 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23827
23828         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23829         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23830
23831 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23832
23833         * NEWS: Mention libm performance improvements and non-x86 PI
23834         futex support.
23835
23836         * csu/libc-start.c (__pthread_initialize_minimal): Change
23837         function arguments.
23838         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23839
23840 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23841
23842         [BZ #13550]
23843         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23844         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23845         <bp-sym.h> and <bp-asm.h>.
23846         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23847         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23848         and <bp-asm.h>.
23849         (memcpy): Don't use BP_SYM.
23850         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23851         <bp-asm.h>.
23852         (__mpn_add_n): Don't use BP_SYM.
23853         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23854         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23855         and <bp-asm.h>.
23856         (__mpn_addmul_1): Don't use BP_SYM.
23857         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23858         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23859         <bp-sym.h>.
23860         (_setjmp): Don't use BP_SYM.
23861         (__novmx_setjmp): Likewise.
23862         (__GI__setjmp): Likewise.
23863         (__vmx_setjmp): Likewise.
23864         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23865         <bp-sym.h>.
23866         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23867         (__bzero): Don't use BP_SYM.
23868         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23869         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23870         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23871         <bp-sym.h> and <bp-asm.h>.
23872         (memcpy): Don't use BP_SYM.
23873         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23874         <bp-sym.h> and <bp-asm.h>.
23875         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23876         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23877         <bp-sym.h> and <bp-asm.h>.
23878         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23879         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23880         <bp-asm.h>.
23881         (__mpn_lshift): Don't use BP_SYM.
23882         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23883         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23884         <bp-asm.h>.
23885         (memset): Don't use BP_SYM.
23886         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23887         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23888         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23889         <bp-asm.h>.
23890         (__mpn_mul_1): Don't use BP_SYM.
23891         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23892         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23893         <bp-sym.h> and <bp-asm.h>.
23894         (memcmp): Don't use BP_SYM.
23895         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23896         <bp-sym.h> and <bp-asm.h>.
23897         (memcpy): Don't use BP_SYM.
23898         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23899         <bp-sym.h> and <bp-asm.h>.
23900         (memset): Don't use BP_SYM.
23901         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23902         <bp-sym.h> and <bp-asm.h>.
23903         (strncmp): Don't use BP_SYM.
23904         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23905         <bp-sym.h> and <bp-asm.h>.
23906         (memcpy): Don't use BP_SYM.
23907         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23908         <bp-sym.h> and <bp-asm.h>.
23909         (memset): Don't use BP_SYM.
23910         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23911         <bp-sym.h> and <bp-asm.h>.
23912         (__memchr): Don't use BP_SYM.
23913         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23914         <bp-sym.h> and <bp-asm.h>.
23915         (memcmp): Don't use BP_SYM.
23916         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23917         <bp-sym.h> and <bp-asm.h>.
23918         (memcpy): Don't use BP_SYM.
23919         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23920         <bp-sym.h> and <bp-asm.h>.
23921         (__mempcpy): Don't use BP_SYM.
23922         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23923         <bp-sym.h> and <bp-asm.h>.
23924         (__memrchr): Don't use BP_SYM.
23925         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23926         <bp-sym.h> and <bp-asm.h>.
23927         (memset): Don't use BP_SYM.
23928         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23929         <bp-sym.h> and <bp-asm.h>.
23930         (__rawmemchr): Don't use BP_SYM.
23931         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23932         <bp-sym.h> and <bp-asm.h>.
23933         (__STRCMP): Don't use BP_SYM.
23934         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23935         <bp-sym.h> and <bp-asm.h>.
23936         (strchr): Don't use BP_SYM.
23937         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23938         <bp-sym.h> and <bp-asm.h>.
23939         (__strchrnul): Don't use BP_SYM.
23940         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23941         <bp-sym.h> and <bp-asm.h>.
23942         (strlen): Don't use BP_SYM.
23943         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23944         <bp-sym.h> and <bp-asm.h>.
23945         (strncmp): Don't use BP_SYM.
23946         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23947         <bp-sym.h> and <bp-asm.h>.
23948         (__strnlen): Don't use BP_SYM.
23949         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23950         <bp-asm.h>.
23951         (__mpn_rshift): Don't use BP_SYM.
23952         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23953         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23954         <bp-sym.h> and <bp-asm.h>.
23955         (__sigsetjmp): Don't use BP_SYM.
23956         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23957         (L(start_addresses)): Don't use BP_SYM.
23958         (_start): Likewise.
23959         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23960         <bp-asm.h>.
23961         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23962         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23963         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23964         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23965         <bp-asm.h>.
23966         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23967         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23968         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23969         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23970         <bp-asm.h>.
23971         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23972         comments.
23973         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23974         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23975         <bp-asm.h>.
23976         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23977         FIXME comments.
23978         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23979         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23980         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23981         <bp-asm.h>.
23982         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23983         comment.
23984         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23985         and <bp-asm.h>.
23986         (strncmp): Don't use BP_SYM,
23987         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23988         <bp-asm.h>.
23989         (__mpn_sub_n): Don't use BP_SYM.
23990         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23991         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23992         and <bp-asm.h>.
23993         (__mpn_submul_1): Don't use BP_SYM.
23994         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23996         <bp-sym.h> and <bp-asm.h>.
23997         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23999         <bp-sym.h> and <bp-asm.h>.
24000         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24001         comment.
24002
24003 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24004
24005         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24006         Use ZK to minimize writes to Z.
24007         (sub_magnitudes): Simplify code a bit.
24008         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24009         Use ZK to minimize writes to Z.
24010         (sub_magnitudes): Simplify code a bit.
24011
24012 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24013
24014         * csu/gmon-start.c: Add special exception to license text.
24015
24016 2013-02-27  Richard Henderson  <rth@redhat.com>
24017
24018         * scripts/config.guess: Update from config.git.
24019         * scripts/config.sub: Likewise.
24020
24021 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24022
24023         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24024
24025         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24026
24027         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24028
24029         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24030
24031         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24032
24033 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24034
24035         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24036         [$(build-shared = yes].
24037
24038 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24039
24040         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24041         (__mul): Reduce iterations for calculating mantissa.
24042
24043         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24044         MPTWO.
24045         (__mpranred): Likewise.
24046
24047         [BZ #15160]
24048         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24049         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24050
24051 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24052
24053         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24054         Define __attribute__.
24055
24056 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24057
24058         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24059         unused.
24060         * posix/regex_internal.h (__attribute): Remove.
24061         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24062         (re_string_context_at): Likewise.
24063         (bitset_not): Use __attribute__ and mark function as possibly
24064         unused.
24065         (bitset_merge): Likewise.
24066         (bitset_mask): Likewise.
24067         (re_string_char_size_at): Likewise.
24068         (re_string_wchar_at): Likewise.
24069         (re_string_elem_size_at): Likewise.
24070
24071 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24072
24073         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24074         code.
24075         (cc32): Likewise.
24076
24077         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24078         (__acr): Likewise.
24079         (__cpy): Likewise.
24080         (norm): Likewise.
24081         (denorm): Likewise.
24082         (__dbl_mp): Likewise.
24083         (add_magnitudes): Likewise.
24084         (sub_magnitudes): Likewise.
24085         (__mul): Likewise.
24086         (__inv): Likewise.
24087
24088         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24089         style.
24090
24091         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24092         style.
24093
24094         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24095         code.
24096
24097         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24098         up changes with default code.
24099         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24100         Likewise.
24101
24102 2013-02-24  Allan McRae  <allan@archlinux.org>
24103
24104         * manual/socket.texi (The Internet Namespace): Order menu items
24105         to match that in the file.
24106
24107         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24108         node listing of the info page menu.
24109
24110 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24111
24112         [BZ #13550]
24113         * sysdeps/i386/bp-asm.h: Remove file.
24114         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24115         (PARMS): Do not use macros from bp-asm.h.
24116         (S1): Likewise.
24117         (S2): Likewise.
24118         (SIZE): Likewise.
24119         (__mpn_add_n): Do not use BP_SYM
24120         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24121         "bp-asm.h".
24122         (PARMS): Do not use macros from bp-asm.h.
24123         (S1): Likewise.
24124         (SIZE): Likewise.
24125         (__mpn_addmul_1): Do not use BP_SYM
24126         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24127         "bp-asm.h".
24128         (PARMS): Do not use macros from bp-asm.h.
24129         (SIGMSK): Likewise.
24130         (_setjmp): Likewise.  Do not use BP_SYM.
24131         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24132         "bp-asm.h".
24133         (PARMS): Do not use macros from bp-asm.h.
24134         (SIGMSK): Likewise.
24135         (setjmp): Likewise.  Do not use BP_SYM.
24136         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24137         "bp-asm.h".
24138         (PARMS): Do not use macros from bp-asm.h.
24139         (__frexp): Do not use BP_SYM.
24140         (frexp): Likewise.
24141         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24142         "bp-asm.h".
24143         (PARMS): Do not use macros from bp-asm.h.
24144         (__frexpf): Do not use BP_SYM.
24145         (frexpf): Likewise.
24146         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24147         "bp-asm.h".
24148         (PARMS): Do not use macros from bp-asm.h.
24149         (__frexpl): Do not use BP_SYM.
24150         (frexpl): Likewise.
24151         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24152         "bp-asm.h".
24153         (PARMS): Do not use macros from bp-asm.h.
24154         (__remquo): Do not use BP_SYM.
24155         (remquo): Likewise.
24156         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24157         "bp-asm.h".
24158         (PARMS): Do not use macros from bp-asm.h.
24159         (__remquof): Do not use BP_SYM.
24160         (remquof): Likewise.
24161         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24162         "bp-asm.h".
24163         (PARMS): Do not use macros from bp-asm.h.
24164         (__remquol): Do not use BP_SYM.
24165         (remquol): Likewise.
24166         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24167         "bp-asm.h".
24168         (PARMS): Do not use macros from bp-asm.h.
24169         (DEST): Likewise.
24170         (SRC): Likewise.
24171         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24172         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24173         "bp-asm.h".
24174         (PARMS): Do not use macros from bp-asm.h.
24175         (strlen): Do not use BP_SYM.
24176         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24177         "bp-asm.h".
24178         (PARMS): Do not use macros from bp-asm.h.
24179         (S1): Likewise.
24180         (S2): Likewise.
24181         (SIZE): Likewise.
24182         (__mpn_add_n): Do not use BP_SYM.
24183         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24184         "bp-asm.h".
24185         (PARMS): Do not use macros from bp-asm.h.
24186         (S1): Likewise.
24187         (SIZE): Likewise.
24188         (__mpn_addmul_1): Do not use BP_SYM.
24189         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24190         weak_alias.
24191         (bzero): Likewise.
24192         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24193         "bp-asm.h".
24194         (PARMS): Do not use macros from bp-asm.h.
24195         (S): Likewise.
24196         (SIZE): Likewise.
24197         (__mpn_lshift): Do not use BP_SYM.
24198         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24199         "bp-asm.h".
24200         (PARMS): Do not use macros from bp-asm.h.
24201         (DEST): Likewise.
24202         (SRC): Likewise.
24203         (LEN): Likewise.
24204         (memcpy): Likewise.  Do not use BP_SYM.
24205         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24206         libc_hidden_def and weak_alias.
24207         (mempcpy): Do not use BP_SYM in weak_alias.
24208         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24209         "bp-asm.h".
24210         (PARMS): Do not use macros from bp-asm.h.
24211         (DEST): Likewise.
24212         (LEN): Likewise.
24213         [!BZERO_P] (CHR): Likewise.
24214         (memset): Likewise.  Do not use BP_SYM.
24215         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24216         "bp-asm.h".
24217         (PARMS): Do not use macros from bp-asm.h.
24218         (S1): Likewise.
24219         (SIZE): Likewise.
24220         (__mpn_mul_1): Do not use BP_SYM.
24221         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24222         "bp-asm.h".
24223         (PARMS): Do not use macros from bp-asm.h.
24224         (S): Likewise.
24225         (SIZE): Likewise.
24226         (__mpn_rshift): Do not use BP_SYM.
24227         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24228         "bp-asm.h".
24229         (PARMS): Do not use macros from bp-asm.h.
24230         (STR): Likewise.
24231         (CHR): Likewise.
24232         (strchr): Likewise.  Do not use BP_SYM.
24233         (index): Do not use BP_SYM in weak_alias.
24234         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24235         "bp-asm.h".
24236         (PARMS): Do not use macros from bp-asm.h.
24237         (DEST): Likewise.
24238         (SRC): Likewise.
24239         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
24240         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24241         "bp-asm.h".
24242         (PARMS): Do not use macros from bp-asm.h.
24243         (strlen): Do not use BP_SYM.
24244         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24245         "bp-asm.h".
24246         (PARMS): Do not use macros from bp-asm.h.
24247         (S1): Likewise.
24248         (S2): Likewise.
24249         (SIZE): Likewise.
24250         (__mpn_sub_n): Do not use BP_SYM.
24251         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24252         "bp-asm.h".
24253         (PARMS): Do not use macros from bp-asm.h.
24254         (S1): Likewise.
24255         (SIZE): Likewise.
24256         (__mpn_submul_1): Do not use BP_SYM.
24257         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24258         "bp-asm.h".
24259         (PARMS): Do not use macros from bp-asm.h.
24260         (S1): Likewise.
24261         (S2): Likewise.
24262         (SIZE): Likewise.
24263         (__mpn_add_n): Do not use BP_SYM.
24264         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24265         weak_alias.
24266         (bzero): Likewise.
24267         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24268         "bp-asm.h".
24269         (PARMS): Do not use macros from bp-asm.h.
24270         (BLK2): Likewise.
24271         (LEN): Likewise.
24272         (memcmp): Do not use BP_SYM.
24273         (bcmp): Do not use BP_SYM in weak_alias.
24274         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24275         "bp-asm.h".
24276         (PARMS): Do not use macros from bp-asm.h.
24277         (DEST): Likewise.
24278         (SRC): Likewise.
24279         (LEN): Likewise.
24280         (memcpy): Likewise.  Do not use BP_SYM.
24281         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24282         "bp-asm.h".
24283         (PARMS): Do not use macros from bp-asm.h.
24284         (DEST): Likewise.
24285         (SRC): Likewise.
24286         (LEN): Likewise.
24287         (memmove): Likewise.  Do not use BP_SYM.
24288         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24289         "bp-asm.h".
24290         (PARMS): Do not use macros from bp-asm.h.
24291         (DEST): Likewise.
24292         (SRC): Likewise.
24293         (LEN): Likewise.
24294         (__mempcpy): Likewise.  Do not use BP_SYM.
24295         (mempcpy): Do not use BP_SYM in weak_alias.
24296         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
24297         "bp-asm.h".
24298         (PARMS): Do not use macros from bp-asm.h.
24299         (DEST): Likewise.
24300         (LEN): Likewise.
24301         [!BZERO_P] (CHR): Likewise.
24302         (memset): Likewise.  Do not use BP_SYM.
24303         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24304         "bp-asm.h".
24305         (PARMS): Do not use macros from bp-asm.h.
24306         (STR2): Likewise.
24307         (strcmp): Do not use BP_SYM.
24308         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
24309         "bp-asm.h".
24310         (PARMS): Do not use macros from bp-asm.h.
24311         (STR): Likewise.
24312         (DELIM): Likewise.
24313         [USE_AS_STRTOK_R] (SAVE): Likewise.
24314         (FUNCTION): Likewise.  Do not use BP_SYM.
24315         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
24316         aliases.
24317         (strtok_r): Likewise.
24318         (__GI___strtok_r): Likewise.
24319         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24320         (PARMS): Do not use macros from bp-asm.h.
24321         (S): Likewise.
24322         (SIZE): Likewise.
24323         (__mpn_lshift): Do not use BP_SYM.
24324         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24325         (PARMS): Do not use macros from bp-asm.h.
24326         (STR): Likewise.
24327         (CHR): Likewise.
24328         (__memchr): Do not use BP_SYM.
24329         (memchr): Do not use BP_SYM in weak_alias.
24330         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24331         (PARMS): Do not use macros from bp-asm.h.
24332         (BLK2): Likewise.
24333         (LEN): Likewise.
24334         (memcmp): Do not use BP_SYM.
24335         (bcmp): Do not use BP_SYM in weak_alias.
24336         * sysdeps/i386/mul_1.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         (SIZE): Likewise.
24340         (__mpn_mul_1): Do not use BP_SYM.
24341         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24342         "bp-asm.h".
24343         (PARMS): Do not use macros from bp-asm.h.
24344         (STR): Likewise.
24345         (CHR): Likewise.
24346         (__rawmemchr): Do not use BP_SYM.
24347         (rawmemchr): Do not use BP_SYM in weak_alias.
24348         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24349         (PARMS): Do not use macros from bp-asm.h.
24350         (S): Likewise.
24351         (SIZE): Likewise.
24352         (__mpn_rshift): Do not use BP_SYM.
24353         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24354         (PARMS): Do not use macros from bp-asm.h.
24355         (SIGMSK): Likewise.
24356         (__sigsetjmp): Likewise.  Do not use BP_SYM.
24357         * sysdeps/i386/start.S: Do not include "bp-sym.h".
24358         (_start): Do not use BP_SYM.
24359         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24360         (PARMS): Do not use macros from bp-asm.h.
24361         (DEST): Likewise.
24362         (SRC): Likewise.
24363         (__stpcpy): Likewise.  Do not use BP_SYM.
24364         (stpcpy): Do not use BP_SYM in weak_alias.
24365         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24366         "bp-asm.h".
24367         (PARMS): Do not use macros from bp-asm.h.
24368         (DEST): Likewise.
24369         (SRC): Likewise.
24370         (LEN): Likewise.
24371         (__stpncpy): Likewise.  Do not use BP_SYM.
24372         (stpncpy): Do not use BP_SYM in weak_alias.
24373         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24374         (PARMS): Do not use macros from bp-asm.h.
24375         (STR): Likewise.
24376         (CHR): Likewise.
24377         (strchr): Likewise.  Do not use BP_SYM.
24378         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24379         "bp-asm.h".
24380         (PARMS): Do not use macros from bp-asm.h.
24381         (STR): Likewise.
24382         (CHR): Likewise.
24383         (__strchrnul): Likewise.  Do not use BP_SYM.
24384         (strchrnul): Do not use BP_SYM in weak_alias.
24385         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24386         "bp-asm.h".
24387         (PARMS): Do not use macros from bp-asm.h.
24388         (STOP): Likewise.
24389         (strcspn): Do not use BP_SYM.
24390         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24391         "bp-asm.h".
24392         (PARMS): Do not use macros from bp-asm.h.
24393         (STR): Likewise.
24394         (STOP): Likewise.
24395         (strpbrk): Likewise.  Do not use BP_SYM.
24396         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24397         "bp-asm.h".
24398         (PARMS): Do not use macros from bp-asm.h.
24399         (STR): Likewise.
24400         (CHR): Likewise.
24401         (strrchr): Likewise.  Do not use BP_SYM.
24402         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24403         (PARMS): Do not use macros from bp-asm.h.
24404         (SKIP): Likewise.
24405         (strspn): Do not use BP_SYM.
24406         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24407         (PARMS): Do not use macros from bp-asm.h.
24408         (STR): Likewise.
24409         (DELIM): Likewise.
24410         (SAVE): Likewise.
24411         (FUNCTION): Likewise.  Do not use BP_SYM.
24412         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24413         aliases.
24414         (strtok_r): Likewise.
24415         (__GI___strtok_r): Likewise.
24416         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24417         (PARMS): Do not use macros from bp-asm.h.
24418         (S1): Likewise.
24419         (S2): Likewise.
24420         (SIZE): Likewise.
24421         (__mpn_sub_n): Do not use BP_SYM.
24422         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24423         "bp-asm.h".
24424         (PARMS): Do not use macros from bp-asm.h.
24425         (S1): Likewise.
24426         (SIZE): Likewise.
24427         (__mpn_submul_1): Do not use BP_SYM.
24428         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24429         <bp-sym.h>.
24430         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24431         and <bp-asm.h>.
24432         (PARMS): Do not use macros from bp-asm.h.
24433         (FLAGS): Likewise.
24434         (PTID): Likewise.
24435         (TLS): Likewise.
24436         (CTID): Likewise.
24437         (__clone): Do not use BP_SYM.
24438         (clone): Do not use BP_SYM in weak_alias.
24439         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24440         and <bp-asm.h>.
24441         (PARMS): Do not use macros from bp-asm.h.
24442         (LEN): Likewise.
24443         (__mmap64): Do not use BP_SYM.
24444         (mmap64): Do not use BP_SYM in weak_alias.
24445         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24446         <bp-sym.h> and <bp-asm.h>.
24447         (PARMS): Do not use macros from bp-asm.h.
24448         (__posix_fadvise64_l64): Do not use BP_SYM.
24449         * sysdeps/unix/sysv/linux/i386/semtimedop.S
24450         (PARMS): Do not use macros from bp-asm.h.
24451         (NSOPS): Likewise.
24452         (semtimedop): Do not use BP_SYM.
24453         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24454         and <bp-asm.h>.
24455
24456 2013-02-21  Allan McRae  <allan@archlinux.org>
24457
24458         * manual/message.texi (Charset conversion in gettext):
24459         Move @end statement to beginning of line.
24460
24461 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24462
24463         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24464         static.
24465         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24466         Likewise.
24467
24468         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24469         (denorm): Likewise.
24470         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24471         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24472
24473 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24474
24475         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24476         tail-call to the resolved function if pltexit isn't needed.
24477
24478 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24479
24480         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24481         or Y being zero as being unlikely.
24482         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24483         Likewise.
24484
24485 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24486
24487         * manual/nss.texi (System Databases and Name Service Switch):
24488         Remove frobnicate @pxref.
24489
24490 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24491
24492         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24493         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24494
24495 2013-02-20  Petr Machata  <pmachata@redhat.com>
24496
24497         * elf/elf.h (R_ARM_TARGET1): New macro.
24498         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24499         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24500         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24501         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24502         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24503         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24504         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24505         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24506         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24507         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24508         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24509         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24510         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24511         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24512         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24513         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24514         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24515         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24516         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24517         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24518         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24519         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24520         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24521         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24522         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24523         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24524         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24525         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24526         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24527         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24528         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24529         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24530         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24531         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24532         (R_ARM_THM_GOT_BREL12): Likewise.
24533         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24534         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24535         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24536         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24537         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24538         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24539         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24540         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24541         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24542
24543 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24544
24545         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24546         __attribute_used__ to __attribute__ ((unused)).
24547
24548 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24549
24550         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24551         powerpc mpa.c.
24552         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24553         comment formatting.
24554         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24555
24556 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24557
24558         [BZ #13550]
24559         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24560         Remove macro.
24561         (ENTER): Remove both macro definitions.
24562         (LEAVE): Likewise.
24563         (CHECK_BOUNDS_LOW): Likewise.
24564         (CHECK_BOUNDS_HIGH): Likewise.
24565         (CHECK_BOUNDS_BOTH): Likewise.
24566         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24567         (RETURN_BOUNDED_POINTER): Likewise.
24568         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24569         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24570         (POP_ERRNO_LOCATION_RETURN): Likewise.
24571         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24572         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24573         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24574         macros.
24575         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24576         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24577         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24578         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24579         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24580         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24581         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24582         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24583         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24584         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24585         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24586         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24587         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24588         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24589         removed macros.
24590         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24591         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24592         macros.
24593         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24594         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24595         * sysdeps/i386/i586/memset.S (memset): Likewise.
24596         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24597         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24598         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24599         macros.
24600         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24601         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24602         Change uses of L(2) to L(out).
24603         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24604         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24605         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24606         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24607         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24608         removed macros.
24609         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24610         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24611         macros.
24612         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24613         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24614         (RETURN): Do not use macro LEAVE.
24615         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24616         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24617         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24618         * sysdeps/i386/i686/memset.S (memset): Likewise.
24619         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24620         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24621         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24622         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24623         Likewise.
24624         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24625         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24626         L(1_2) and L(1_3) into L(1).
24627         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24628         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24629         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24630         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24631         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24632         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24633         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24634         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24635         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24636         macros.
24637         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24638         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24639         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24640         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24641         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24642         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24643         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24644         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24645         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24646         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24647         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24648         * sysdeps/i386/strspn.S (strspn): Likewise.
24649         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24650         conditional code.
24651         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24652         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24653         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24654         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24655         L(1_3) into L(1_1).
24656         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24657         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24658         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24659         macros.
24660         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24661
24662 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24663
24664         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24665         macro.
24666
24667 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24668
24669         * math/atest-exp.c (exp_mpn): Remove ROUND.
24670         * math/atest-exp2.c (exp_mpn): Likewise.
24671         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24672
24673         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24674         * stdlib/tst-tls-atexit-lib.c: Likewise.
24675         * stdlib/tst-tls-atexit.c: Likewise.
24676
24677 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24678
24679         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24680         and __attribute_alloc_size__.
24681
24682 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24683
24684         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24685         __attribute_alloc_size__.
24686         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24687         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24688
24689 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24690
24691         * include/programs/xmalloc.h: New file.
24692         * catgets/gencat.c: Include it.
24693         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24694         * elf/pldd.c: Likewise.
24695         * iconv/iconv_charmap.c: Likewise.
24696         * iconv/iconvconfig.c: Likewise.
24697         * iconv/strtab.c: Likewise.
24698         * locale/programs/locale.c: Likewise.
24699         * locale/programs/localedef.h: Likewise.
24700         * locale/programs/simple-hash.c: Likewise.
24701         * nscd/nscd.h: Likewise.
24702         * nss/makedb.c: Likewise.
24703         * sysdeps/generic/ldconfig.h: Likewise.
24704
24705 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24706
24707         * Versions.def: Add GLIBC_2.18.
24708         * include/link.h (struct link_map): New member l_tls_dtor_count.
24709         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24710         (__call_tls_dtors): Likewise.
24711         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24712         __cxa_thread_atexit_impl.
24713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24714         Likewise.
24715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24716         Likewise.
24717         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24718         Likewise.
24719         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24720         Likewise.
24721         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24722         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24723         Likewise.
24724         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24725         Likewise.
24726         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24727         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24728         Likewise.
24729         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24730         (tests): Add test case tst-tls-atexit.
24731         (modules-names): Add shared library for tst-tls-atexit.
24732         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24733         (GLIBC_PRIVATE): Add __call_tls_dtors.
24734         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24735         for libstdc++.
24736         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24737         * stdlib/tst-tls-atexit.c: New test case.
24738         * stdlib/tst-tls-atexit-lib.c: New test case.
24739
24740         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24741
24742         * elf/Versions (ld): Add _dl_find_dso_for_object.
24743         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24744         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24745         (dl_open_worker): Use _dl_find_dso_for_object.
24746         * elf/dl-sym.c (do_sym): Likewise.
24747         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24748
24749 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24750
24751         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24752         Syntactic changes only.
24753         (_dl_runtime_profile): Do a tail-call to the resolved function.
24754
24755 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24756
24757         [BZ #13550]
24758         * sysdeps/x86_64/bp-asm.h: Remove file.
24759         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24760         <bp-sym.h> and <bp-asm.h>.
24761         (__clone): Do not use BP_SYM.
24762         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24763         <bp-sym.h> and <bp-asm.h>.
24764         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24765         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24766         "bp-asm.h".
24767         (_setjmp): Do not use BP_SYM.
24768         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24769         "bp-asm.h".
24770         (setjmp): Do not use BP_SYM.
24771         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24772         libc_hidden_def.
24773         (mempcpy): Do not use BP_SYM in weak_alias.
24774         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24775         "bp-asm.h".
24776         (strchr): Do not use BP_SYM.
24777         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24778         "bp-asm.h".
24779         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24780         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24781         (_start): Do not use BP_SYM.
24782         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24783         "bp-asm.h".
24784         (strcat): Do not use BP_SYM.
24785         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24786         "bp-asm.h".
24787         (STRCMP): Do not use BP_SYM.
24788         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24789         "bp-asm.h".
24790         (STRCPY): Do not use BP_SYM.
24791         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24792         "bp-asm.h".
24793         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24794         "bp-asm.h".
24795         (FUNCTION): Do not use BP_SYM.
24796         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24797         weak_alias.
24798         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24799
24800 2013-02-17  Andreas Jaeger  <aj@suse.de>
24801
24802         * time/Versions: Sort entries.
24803         * string/Versions: Likewise.
24804         * resolv/Versions: Likewise.
24805         * posix/Versions: Likewise.
24806         * iconv/Versions: Likewise.
24807         * elf/Versions: Likewise.
24808         * wcsmbs/Versions: Likewise.
24809
24810 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24811
24812         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24813         loop termination condition.
24814
24815         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24816         variable to calculate EZ.
24817         (__sqr): Likewise.
24818
24819         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24820         the lower precision input.
24821
24822 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24823
24824         [BZ #13550]
24825         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24826         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24827         (run-via-rtld-prefix): Do not handle %-bp tests.
24828         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24829         (all-object-suffixes): Remove .ob.
24830         (bppfx): Remove variable.
24831         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24832         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24833         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24834         [$(build-bounded) = yes] (libtype.ob): Likewise.
24835         * Makerules (elide-routines.ob): Remove variable.
24836         (do-tests-clean): Do not handle *-bp.out.
24837         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24838         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24839         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24840         (tests): Do not include $(tests-bp.out).
24841         (xtests): Do not include $(xtests-bp.out).
24842         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24843         [$(build-bounded) = yes] ($(addprefix
24844         $(objpfx),$(binaries-bounded))): Remove rule.
24845         ($(objpfx)%-bp.out): Remove rule.
24846         * config.make.in (build-bounded): Remove variable.
24847         * crypt/Makefile [$(build-bounded) = yes]
24848         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24849         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24850         append to variable.
24851         [$(build-bounded) = yes] (install-lib): Likewise.
24852         [$(build-bounded) = yes] (generated): Likewise.
24853         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24854         Remove rule.
24855         * intl/Makefile [$(build-bounded) = yes]
24856         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24857         * math/Makefile [$(build-bounded) = yes]
24858         ($(tests:%=$(objpfx)%-bp): Likewise.
24859         * misc/Makefile [$(build-bounded) = yes]
24860         ($(objpfx)tst-tsearch-bp): Likewise.
24861         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24862         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24863         Remove dependency.
24864         * string/Makefile (o-objects.ob): Remove variable.
24865         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24866         (CFLAGS-.ob): Remove variable.
24867         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24868         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24869         both definitions of variable.
24870         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24871         (ASFLAGS-.ob): Remove variable.
24872
24873 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24874
24875         [BZ #13550]
24876         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24877         Remove __BOUNDED_POINTERS__ from condition.
24878         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24879         * string/bits/string2.h [!__NO_STRING_INLINES &&
24880         !__BOUNDED_POINTERS__]: Likewise.
24881         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24882         Likewise.
24883         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24884         Remove conditional code.
24885         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24886         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24887         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24888         condition.
24889
24890         [BZ #13550]
24891         * csu/libc-start.c: Do not include <bp-sym.h>.
24892         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24893         * elf/dl-open.c: Do not include <bp-sym.h>.
24894         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24895         * math/fegetenv.c: Do not include <bp-sym.h>.
24896         (fegetenv): Do not use BP_SYM in versioned symbols.
24897         * nptl/sysdeps/pthread/bits/libc-lockP.h
24898         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24899         <bp-sym.h>.
24900         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24901         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24902         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24903         (__pthread_mutex_destroy): Likewise.
24904         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24905         (__pthread_mutex_lock): Likewise.
24906         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24907         (__pthread_mutex_trylock): Likewise.
24908         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24909         (__pthread_mutex_unlock): Likewise.
24910         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24911         (__pthread_mutexattr_init): Likewise.
24912         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24913         (__pthread_mutexattr_destroy): Likewise.
24914         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24915         (__pthread_mutexattr_settype): Likewise.
24916         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24917         (__pthread_rwlock_init): Likewise.
24918         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24919         (__pthread_rwlock_destroy): Likewise.
24920         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24921         (__pthread_rwlock_rdlock): Likewise.
24922         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24923         (__pthread_rwlock_tryrdlock): Likewise.
24924         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24925         (__pthread_rwlock_wrlock): Likewise.
24926         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24927         (__pthread_rwlock_trywrlock): Likewise.
24928         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24929         (__pthread_rwlock_unlock): Likewise.
24930         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24931         (__pthread_key_create): Likewise.
24932         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24933         (__pthread_setspecific): Likewise.
24934         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24935         (__pthread_getspecific): Likewise.
24936         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24937         Likewise.
24938         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24939         (_pthread_cleanup_push_defer): Likewise.
24940         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24941         (_pthread_cleanup_pop_restore): Likewise.
24942         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24943         (pthread_setcancelstate): Likewise.
24944         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24945         <bp-sym.h>.
24946         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24947         (memchr): Do not use BP_SYM in weak_alias.
24948         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24949         (fegetenv): Do not use BP_SYM in versioned symbols.
24950         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24951         (fesetenv): Do not use BP_SYM in versioned symbols.
24952         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24953         (feupdateenv): Do not use BP_SYM in versioned symbols.
24954         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24955         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24956         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24957         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24958         (open64): Do not use BP_SYM in weak_alias.
24959         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24960         (fegetenv): Do not use BP_SYM in versioned symbols.
24961         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24962         (fesetenv): Do not use BP_SYM in versioned symbols.
24963         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24964         (feupdateenv): Do not use BP_SYM in versioned symbols.
24965         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24966         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24967         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24968         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24969         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24970         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24971         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24972         <bp-sym.h>.
24973         (__libc_start_main): Do not use BP_SYM.
24974
24975 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24976
24977         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24978         redundant return line.
24979         (norm): Likewise.
24980         (denorm): Likewise.
24981         (dbl_mp): Likewise.
24982         (sub_magnitudes): Likewise.
24983         (__add): Likewise.
24984         (__sub): Likewise.
24985         (__mul): Likewise.
24986         (__inv): Likewise.
24987         (__dvd): Likewise.
24988         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24989         (norm): Likewise.
24990         (denorm): Likewise.
24991         (dbl_mp): Likewise.
24992         (sub_magnitudes): Likewise.
24993         (__add): Likewise.
24994         (__sub): Likewise.
24995         (__mul): Likewise.
24996         (__inv): Likewise.
24997         (__dvd): Likewise.
24998
24999         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25000         instead of __mul.
25001         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25002         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25003         (cc32): Likewise.
25004
25005         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25006         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25007         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25008         of __mul for squares.
25009         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25010         function
25011         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25012         Likewise.
25013         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25014         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25015
25016 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25017
25018         [BZ #13550]
25019         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25020         code.
25021         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25022         prototype or function definition.  Rename ubp_* variables and
25023         parameters.  Remove argv definitions conditional on
25024         [__BOUNDED_POINTERS__].
25025         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25026         * elf/dl-runtime.c (_dl_fixup): Likewise.
25027         * include/set-hooks.h (RUN_HOOK): Likewise.
25028         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25029         definition.
25030         * string/strcpy.c (strcpy): Do not use __unbounded.
25031         * sysdeps/generic/frame.h (struct layout): Likewise.
25032         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25033         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25034         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25035         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25036         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25037         (__backtrace): Likewise.
25038         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25039         use __ptrvalue.
25040         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25041         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25042         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25043         Likewise.
25044         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25045         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25046         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25047         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25048         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25049         Do not use __unbounded.
25050         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25051         Rename __unboundedrlimits parameter to rlimits in prototype.
25052         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25053         Do not use __unbounded.
25054         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25055         not use __ptrvalue.
25056         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25057         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25058         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25059         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25060         __ptrvalue or __unbounded.
25061         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25062         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25063         use __unbounded.
25064         (__new_msgctl): Do not use __ptrvalue.
25065         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25066         __unbounded.
25067         (__libc_msgrcv): Do not use __ptrvalue.
25068         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25069         startup_info): Do not use __unbounded.
25070         (__libc_start_main): Likewise.  Rename ubp_* variables and
25071         parameters.  Remove argv definitions conditional on
25072         [__BOUNDED_POINTERS__].
25073         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25074         __ptrvalue.
25075         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25076         use __unbounded.
25077         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25078         or __ptrvalue.
25079         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25080         use __unbounded.
25081         (__new_shmctl): Do not use __ptrvalue.
25082         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25083         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25084         Likewise.
25085         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25086         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25087         (__libc_sigaction): Likewise.
25088         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25089         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25090         Likewise.
25091         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25092
25093 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25094
25095         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25096
25097         * string/mempcpy.c: Implement by calling memcpy.
25098
25099 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25100
25101         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25102
25103         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25104         evaluation.
25105
25106         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25107         values in the mantissa.
25108
25109         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25110         minimize writes to Z.
25111         (sub_magnitudes): Simplify code a bit.
25112
25113 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25114
25115         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25116         from the message.  The linker prefixes all warnings with that already.
25117
25118 2013-02-12  Andreas Schwab  <schwab@suse.de>
25119
25120         [BZ #15078]
25121         * posix/regexec.c (extend_buffers): Add parameter min_len.
25122         (check_matching): Pass minimum needed length.
25123         (clean_state_log_if_needed): Likewise.
25124         (get_subexp): Likewise.
25125         * posix/Makefile (tests): Add bug-regex34.
25126         (bug-regex34-ENV): Define.
25127         * posix/bug-regex34.c: New file.
25128
25129         [BZ #11561]
25130         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25131         elements compare against the byte sequence of it, not its name.
25132         * posix/Makefile (tests): Add bug-regex35.
25133         (bug-regex35-ENV): Define.
25134         * posix/bug-regex35.c: New file.
25135
25136 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25137
25138         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25139         comment.
25140         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25141         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25142         (CHECK_EOL): Add undef.
25143
25144 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25145
25146         * bits/stdlib-bsearch.h: New file.
25147         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25148         * stdlib/stdlib.h: Likewise.
25149
25150 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25151
25152         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25153         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25154         declaration.
25155         * manual/search.texi (Array Search Function): Add missing const in
25156         lfind prototype.
25157         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25158         declaration to use rlim_t.
25159         (Basic Scheduling Functions): Remove erroneous const from
25160         sched_getparam prototype.  Remove erroneous * from
25161         sched_get_priority_max and sched_get_priority_min prototypes.
25162         (Resource Usage): Fix summary @comment on vtimes to refer to
25163         sys/vtimes.h rather than vtimes.h.
25164         Add missing *s in vtimes prototype.
25165         (Limits on Resources): Fix ulimit prototype to return long int.
25166         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25167         prototypes to use long int rather than double.
25168         (BSD Random): Fix initstate and setstate to use char *, not void *.
25169         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25170         prototype to make second argument 'struct aiocb64 *const[]'.
25171         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25172         (Status of AIO Operations): Remove erroneous const in aio_return and
25173         aio_return64 prototypes.
25174         (Synchronizing I/O): Fix sync prototype to return void.
25175         * manual/startup.texi (Suboptions): Remove an erroneous const in
25176         getsubopt prototype.
25177         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25178         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25179         use size_t rather than int.
25180         (Scanning All Users): Likewise for getpwent_r.
25181         (Setting Groups): Add missing const to setgroups prototype.
25182         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25183         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25184         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25185         'const void *' rather than 'const char *'.
25186         (Host Address Functions): Likewise for inet_ntop.
25187         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25188         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25189         ssize_t for return value.
25190         (Sending Data): Likewise for send, sendto, sendmsg.
25191         (Socket Option Functions): Add a missing const in setsockopt prototype.
25192         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25193         use wchar_t for the argument.
25194         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25195         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25196         take no arguments.
25197         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25198         double/float/long double for second argument.
25199         Fix return types of significand, significandf, significandl.
25200         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25201         argument in fchmod prototype.
25202         (File Owner): Use uid_t and gid_t in fchown prototype.
25203         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25204         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25205         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25206         use 'const struct dirent **' as argument types to CMP function pointer
25207         argument.
25208         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25209         (File Times): Fix summary magic @comment for struct utimbuf and utime
25210         to refer to utime.h, not time.h.
25211         * manual/string.texi (Argz Functions): Add missing const in
25212         argz_extract and argz_next prototypes.
25213         (Finding Tokens in a String): Likewise for basename.
25214         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25215         (Copying and Concatenation): Fix typo in wmemmove prototype.
25216         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25217         (Signal Stack): Remove erroneous const in sigstack prototype.
25218         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25219         prototype.
25220         (Simple Calendar Time): Likewise for stime.
25221         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25222         prototype.
25223         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25224         say sys/sysctl.h instead.
25225         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25226         and vsyslog prototypes.
25227
25228 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25229
25230         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25231         Remove.
25232
25233 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25234
25235         * misc/sys/mman.h: Fix typo in mremap comment.
25236
25237 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25238
25239         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25240         the '\0' terminator.
25241
25242 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25243
25244         [BZ #13550]
25245         * debug/segfault.c: Don't include <bp-checks.h>.
25246         * sysdeps/generic/bp-checks.h: Remove file.
25247         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25248         (__GETDENTS): Don't use CHECK_N.
25249         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25250         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25251         (__getgroups): Don't use CHECK_N.
25252         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25253         (setgroups): Don't use CHECK_N.
25254         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25255         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25256         (__libc_msgrcv): Don't use CHECK_N.
25257         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25258         (__libc_msgsnd): Don't use CHECK_N.
25259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25260         <bp-checks.h>.
25261         (__libc_pread): Don't use CHECK_N.
25262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25263         include <bp-checks.h>.
25264         (__libc_pread64): Don't use CHECK_N.
25265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25266         include <bp-checks.h>.
25267         (__libc_pwrite): Don't use CHECK_N.
25268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25269         include <bp-checks.h>.
25270         (__libc_pwrite64): Don't use CHECK_N.
25271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25272         <bp-checks.h>.
25273         (__libc_pread): Don't use CHECK_N.
25274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25275         include <bp-checks.h>.
25276         (__libc_pread64): Don't use CHECK_N.
25277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25278         include <bp-checks.h>.
25279         (__libc_pwrite): Don't use CHECK_N.
25280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25281         include <bp-checks.h>.
25282         (__libc_pwrite64): Don't use CHECK_N.
25283         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25284         (do_pread): Don't use CHECK_N.
25285         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25286         (do_pread64): Don't use CHECK_N.
25287         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25288         (do_pwrite): Don't use CHECK_N.
25289         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25290         (do_pwrite64): Don't use CHECK_N.
25291         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25292         (__libc_readv): Don't use CHECK_N.
25293         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25294         (semop): Don't use CHECK_N.
25295         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25296         <bp-checks.h>.
25297         (semtimedop): Don't use CHECK_N.
25298         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25299         (__libc_pread): Don't use CHECK_N.
25300         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25301         <bp-checks.h>.
25302         (__libc_pread64): Don't use CHECK_N.
25303         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25304         <bp-checks.h>.
25305         (__libc_pwrite): Don't use CHECK_N.
25306         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25307         <bp-checks.h>.
25308         (__libc_pwrite64): Don't use CHECK_N.
25309         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
25310         <bp-checks.h>.
25311         (__libc_msgrcv): Don't use CHECK_N.
25312         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
25313         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
25314         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
25315         (__libc_writev): Don't use CHECK_N.
25316
25317 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25318
25319         * string/strcpy.c: Removed unused variable.
25320
25321         * Makeconfig (+sysdep-includes): Define with := rather than =.
25322         Use an existing include/ subdir of each sysdeps dir before it.
25323
25324 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25325
25326         * nscd/connection.c (register_traced_file): Comment function.
25327         [HAVE_INOTIFY] (union __inev): Define.
25328         [HAVE_INOTIFY] (inotify_check_files): New function.
25329         [HAVE_INOTIFY] (clear_db_cache): Likewise.
25330         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25331         clear_db_cache.
25332         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25333
25334 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25335
25336         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25337         loaded if not already and that a failure is permanent.
25338
25339 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25340
25341         [BZ #15006]
25342         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25343         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25344
25345 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25346
25347         [BZ #13550]
25348         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25349         (CHECK_1_NULL_OK): Likewise.
25350         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25351         (__fxstat): Do not use CHECK_1.
25352         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25353         <bp-checks.h>.
25354         (___fxstat64): Do not use CHECK_1.
25355         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25356         <bp-checks.h>.
25357         (__fxstatat): Do not use CHECK_1.
25358         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25359         <bp-checks.h>.
25360         (__fxstatat64): Do not use CHECK_1.
25361         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25362         <bp-checks.h>.
25363         (__fxstat): Do not use CHECK_1.
25364         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25365         <bp-checks.h>.
25366         (__fxstatat): Do not use CHECK_1.
25367         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25368         <bp-checks.h>.
25369         (__getresgid): Do not use CHECK_1.
25370         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25371         <bp-checks.h>.
25372         (__getresuid): Do not use CHECK_1.
25373         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25374         <bp-checks.h>.
25375         (__lxstat): Do not use CHECK_1.
25376         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25377         <bp-checks.h>.
25378         (__old_msgctl): Do not use CHECK_1.
25379         (__new_msgctl): Likewise.
25380         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25381         <bp-checks.h>.
25382         (__new_setrlimit): Do not use CHECK_1.
25383         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25384         <bp-checks.h>.
25385         (__old_shmctl): Do not use CHECK_1.
25386         (__new_shmctl): Likewise.
25387         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25388         <bp-checks.h>.
25389         (__xstat): Do not use CHECK_1.
25390         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25391         (__lxstat): Do not use CHECK_1.
25392         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25393         <bp-checks.h>.
25394         (___lxstat64): Do not use CHECK_1.
25395         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25396         (__old_msgctl): Do not use CHECK_1.
25397         (__new_msgctl): Likewise.
25398         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25399         <bp-checks.h>.
25400         (__gettimeofday): Do not use CHECK_1.
25401         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25402         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25403         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25404         <bp-checks.h>.
25405         (__gettimeofday): Do not use CHECK_1.
25406         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25407         (__old_shmctl): Do not use CHECK_1_NULL_OK.
25408         (__new_shmctl): Do not use CHECK_1.
25409         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25410         <bp-checks.h>.
25411         (do_sigtimedwait): Do not use CHECK_1.
25412         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25413         <bp-checks.h>.
25414         (do_sigwaitinfo): Do not use CHECK_1.
25415         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25416         <bp-checks.h>.
25417         (msgctl): Do not use CHECK_1.
25418         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25419         <bp-checks.h>.
25420         (shmctl): Do not use CHECK_1.
25421         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25422         (ustat): Do not use CHECK_1.
25423         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25424         <bp-checks.h>.
25425         (__fxstat): Do not use CHECK_1.
25426         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25427         <bp-checks.h>.
25428         (__fxstatat): Do not use CHECK_1.
25429         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25430         <bp-checks.h>.
25431         (__lxstat): Do not use CHECK_1.
25432         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25433         <bp-checks.h>.
25434         (__xstat): Do not use CHECK_1.
25435         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25436         (__xstat): Do not use CHECK_1.
25437         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25438         (___xstat64): Do not use CHECK_1.
25439
25440         [BZ #13550]
25441         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25442         definitions.
25443         (CHECK_BOUNDS_HIGH): Likewise.
25444         * string/strcpy.c: Do not include <bp-checks.h>.
25445         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25446
25447 2013-02-07  Roland McGrath  <roland@hack.frob.com>
25448
25449         * nscd/nscd-client.h (__nscd_drop_map_ref):
25450         Add __attribute__ ((unused)).
25451         * nis/nss-nisplus.h (niserr2nss): Likewise.
25452
25453         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25454         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25455
25456         * csu/libc-tls.c (init_static_tls, init_slotinfo):
25457         Remove inline keyword.
25458         * include/rounding-mode.h (round_away): Likewise.
25459         * libio/wfileops.c (adjust_wide_data): Likewise.
25460         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25461         (__m128i_strloadu_tolower): Likewise.
25462         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25463         (__m128i_strloadu_tolower): Likewise.
25464         * time/mktime.c (ydhms_diff): Likewise.
25465         * locale/elem-hash.h (elem_hash): Likewise.
25466         * locale/setlocale.c (setdata): Likewise.
25467         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25468         (re_string_wchar_at): Likewise.
25469         (bitset_not, bitset_merge, bitset_mask): Likewise.
25470         [!(__GNUC__ > 3)] (inline): Remove macro.
25471         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25472         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25473         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25474         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25475         * string/memcmp.c (memcmp_bytes): Likewise.
25476         * locale/programs/locarchive.c (compute_hashval): Likewise.
25477         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25478         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25479         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25480         * nss/getent.c (print_rpc, print_protocols): Likewise.
25481         (print_passwd, print_group, print_aliases): Likewise.
25482         * nis/nss-nisplus.h (niserr2nss): Likewise.
25483         * nscd/connections.c (restart_p): Likewise.
25484         Change return type to bool.
25485
25486 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25487
25488         * Makeconfig (all-Depend-files): Add existing
25489         $(sorted-subdirs:=/Depend) files.
25490         (all-subdirs): Remove nss.
25491         * sysdeps/unix/inet/Subdirs: Add it here instead.
25492         * hesiod/Depend: New file.
25493
25494         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25495         instead of calling alloca.
25496
25497         * io/lseek.c (__lseek): Rename to __libc_lseek.
25498         Define __lseek as an alias.
25499
25500         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25501
25502 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25503
25504         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25505         else clause and remove check for non-standard endianness.
25506
25507 2013-02-04  David S. Miller  <davem@davemloft.net>
25508
25509         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25510
25511 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25512
25513         [BZ #13550]
25514         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25515         (__ubp_memchr): Remove prototype.
25516         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25517         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25518         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25519         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25520         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25521         Remove alias.
25522         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25523         (__ubp_memchr): Likewise.
25524         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25525         (__ubp_memchr): Likewise.
25526         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25527         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25528         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25529         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25530         CHECK_STRING.
25531         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25532         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25533         (__getcwd): Do not use CHECK_STRING.
25534         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25535         <bp-checks.h>.
25536         (__real_chown): Do not use CHECK_STRING.
25537         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25538         <bp-checks.h>.
25539         (fchownat): Do not use CHECK_STRING.
25540         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25541         CHECK_STRING.
25542         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25543         <bp-checks.h>.
25544         (__lchown): Do not use CHECK_STRING.
25545         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25546         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25547         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25548         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25550         include <bp-checks.h>.
25551         (truncate64): Do not use CHECK_STRING.
25552         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25553         <bp-checks.h>.
25554         (__real_chown): Do not use CHECK_STRING.
25555         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25556         <bp-checks.h>.
25557         (__lchown): Do not use CHECK_STRING.
25558         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25559         <bp-checks.h>.
25560         (__chown): Do not use CHECK_STRING.
25561         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25562         <bp-checks.h>.
25563         (truncate64): Do not use CHECK_STRING.
25564         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25565         Likewise.
25566         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25567         (__xmknod): Do not use CHECK_STRING.
25568         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25569         <bp-checks.h>.
25570         (__xmknodat): Do not use CHECK_STRING.
25571         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25572         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25573
25574 2013-02-04  Andreas Schwab  <schwab@suse.de>
25575
25576         [BZ #14142]
25577         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25578         * include/netdb.h: Likewise for h_errno.
25579         * elf/tst-stackguard1.c: Include <tls.h>.
25580
25581 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25582
25583         * elf/link.h (struct link_map): Extend the l_addr comment.
25584         * include/link.h (struct link_map): Likewise.
25585
25586 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25587
25588         [BZ #13550]
25589         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25590         (BOUNDED_1): Remove macro.
25591         * debug/backtrace.c: Don't include <bp-checks.h>.
25592         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25593         (__backtrace): Likewise.
25594         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25595         <bp-checks.h>.
25596         (__backtrace): Don't use BOUNDED_1.
25597         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25598         <bp-checks.h>.
25599         (__backtrace): Don't use BOUNDED_1.
25600         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25601         (__backtrace): Don't use BOUNDED_1.
25602         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25603         (shmat): Don't use BOUNDED_N.
25604
25605 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25606
25607         [BZ #13550]
25608         * sysdeps/generic/bp-start.h: Remove file.
25609         * csu/libc-start.c: Don't include <bp-start.h>.
25610         (LIBC_START_MAIN): Set up __environ directly instead of using
25611         INIT_ARGV_and_ENVIRON.
25612         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25613         <bp-start.h>.
25614
25615         [BZ #13550]
25616         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25617         definitions.
25618         (CHECK_FCNTL): Likewise.
25619         (CHECK_N_PAGES): Likewise.
25620
25621         [BZ #13550]
25622         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25623         definitions.
25624         (CHECK_SIGSET_NULL_OK): Likewise.
25625         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25626         <bp-checks.h>.
25627         (sigpending): Don't use CHECK_SIGSET.
25628         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25629         <bp-checks.h>.
25630         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25631         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25632         <bp-checks.h>.
25633         (do_sigsuspend): Don't use CHECK_SIGSET.
25634         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25635         use CHECK_SIGSET.
25636         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25637         (do_sigwait): Don't use CHECK_SIGSET.
25638         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25639         use CHECK_SIGSET.
25640         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25641         include <bp-checks.h>.
25642         (sigpending): Don't use CHECK_SIGSET.
25643         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25644         include <bp-checks.h>.
25645         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25646         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25647         <bp-checks.h>.
25648         (sigpending): Don't use CHECK_SIGSET.
25649         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25650         <bp-checks.h>.
25651         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25652
25653         [BZ #13550]
25654         * sysdeps/generic/bp-semctl.h: Remove file.
25655         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25656         <bp-checks.h> and <bp-semctl.h>.
25657         (__old_semctl): Don't use CHECK_SEMCTL.
25658         (__new_semctl): Likewise.
25659         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25660         and <bp-semctl.h>.
25661         (__old_semctl): Don't use CHECK_SEMCTL.
25662         (__new_semctl): Likewise.
25663         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25664         <bp-checks.h> and <bp-semctl.h>.
25665         (__old_semctl): Don't use CHECK_SEMCTL.
25666         (__new_semctl): Likewise.
25667         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25668         <bp-checks.h> and <bp-semctl.h>.
25669         (semctl): Don't use CHECK_SEMCTL.
25670
25671         [BZ #13550]
25672         * Makerules (elide-bp-thunks): Remove variable.
25673         (elide-routines.oS): Don't use $(elide-bp-thunks).
25674         (elide-routines.os): Likewise.
25675         (elide-routines.o): Likewise.
25676         (elide-routines.op): Likewise.
25677         (elide-routines.og): Likewise.
25678         (objects): Don't use $(bp-thunks).
25679         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25680         include.
25681         (common-generated): Do not add s-proto-bp.d.
25682         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25683         (int): Likewise.
25684         (typ): Likewise.
25685         Do not generate makefile rules for bounded-pointer thunks.
25686         * sysdeps/generic/bp-thunks.h: Remove file.
25687         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25688         * sysdeps/unix/s-proto-bp.S: Likewise.
25689
25690         [BZ #15062]
25691         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25692         parts of result separately when argument is not close to line from
25693         -i to i and one part of argument is small.
25694         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25695         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25696         * math/libm-test.inc (cacos_test): Add more tests.
25697         (casin_test): Likewise.
25698         (casinh_test): Likewise.
25699         * sysdeps/i386/fpu/libm-test-ulps: Update.
25700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25701
25702 2013-01-31  David S. Miller  <davem@davemloft.net>
25703
25704         * po/de.po: Update from translation team.
25705
25706 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25707
25708         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25709
25710 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25711
25712         * configure.in (_AC_PROG_CC_C89): New definition.
25713         * configure: Regenerate.
25714
25715         * configure.in (AC_PROG_CPP): New definition.
25716         * configure: Regenerate.
25717
25718 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25719
25720         * debug/tst-backtrace.h: New file.
25721         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25722         (ret): Remove variable.
25723         (x): Likewise.
25724         (FAIL): Remove macro.
25725         (NO_INLINE): Likewise.
25726         (fn1): Use match function instead of strstr.
25727         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25728         (ret): Remove variable.
25729         (x): Likewise.
25730         (FAIL): Remove macro.
25731         (NO_INLINE): Likewise.
25732         (fn): Use match function instead of strstr.
25733         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25734         (ret): Remove variable.
25735         (x): Likewise.
25736         (FAIL): Remove macro.
25737         (NO_INLINE): Likewise.
25738         (handle_signal): Use match function instead of strstr.
25739         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25740         (ret): Remove variable.
25741         (x): Likewise.
25742         (FAIL): Remove macro.
25743         (NO_INLINE): Likewise.
25744         (handle_signal): Use match function instead of strstr.
25745
25746 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25747
25748         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25749
25750 2013-01-23  David S. Miller  <davem@davemloft.net>
25751
25752         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25753         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25754         argument of CAS if possible.
25755         * sysdeps/sparc/sparc64/bits/atomic.h
25756         (__arch_compare_and_exchange_val_32_acq): Likewise.
25757         (__arch_compare_and_exchange_val_64_acq): Likewise.
25758
25759 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25760
25761         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25762         * sysdeps/posix/ulimit.c: ... this.
25763         Include <limits.h>.
25764         * sysdeps/unix/bsd/ulimit.c: Remove file.
25765
25766 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25767
25768         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25769         (LDFLAGS-tst-array5): Likewise.
25770
25771 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25772
25773         [BZ #15036]
25774         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25775         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25776         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25777         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25778
25779 2013-01-21  David S. Miller  <davem@davemloft.net>
25780
25781         * sysdeps/sparc/backtrace.c: New file.
25782         * sysdeps/sparc/sparc32/backtrace.h: New file.
25783         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25784         * sysdeps/sparc/sparc64/backtrace.h: New file.
25785         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25786         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25787         -funwind-tables.
25788
25789 2013-01-21  Andreas Schwab  <schwab@suse.de>
25790
25791         [BZ #15020]
25792         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25793         closed its stdout.
25794
25795 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25796
25797         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25798         "mpa2.h".
25799         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25800
25801 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25802             Mark Mitchell  <mark@codesourcery.com>
25803             Tom de Vries  <tom@codesourcery.com>
25804             Paul Pluzhnikov  <ppluzhnikov@google.com>
25805
25806         * debug/tst-backtrace2.c: New file.
25807         * debug/tst-backtrace3.c: Likewise.
25808         * debug/tst-backtrace4.c: Likewise.
25809         * debug/tst-backtrace5.c: Likewise.
25810         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25811         (CFLAGS-tst-backtrace3.c): Likewise.
25812         (CFLAGS-tst-backtrace4.c): Likewise.
25813         (CFLAGS-tst-backtrace5.c): Likewise.
25814         (LDFLAGS-tst-backtrace2): Likewise.
25815         (LDFLAGS-tst-backtrace3): Likewise.
25816         (LDFLAGS-tst-backtrace4): Likewise.
25817         (LDFLAGS-tst-backtrace5): Likewise.
25818         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25819         tst-backtrace4 and tst-backtrace5.
25820
25821 2013-01-18  Anton Blanchard  <anton@samba.org>
25822             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25823
25824         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25825         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25826         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25827         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25829         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25830         "+r" and remove output regs list as redundant.  Add explicit inline
25831         asm to specify register of return val to work around compiler codegen
25832         bug.  Remove (int) cast on return value.  Add return type parameter to
25833         use in macro so that this macro does not truncate return value for
25834         64-bit values.
25835         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25836         pass to INTERNAL_VSYSCALL_NCS.
25837         (INLINE_VSYSCALL): Add 'long int' as return type to
25838         INTERNAL_VSYSCALL_NCS macro invocation.
25839         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25840         INTERNAL_VSYSCALL_NCS macro invocation.
25841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25842
25843 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25844
25845         [BZ #14496]
25846         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25847         Fix application of SIMD FP exception mask.
25848
25849         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25850         mp_no from a power of two.
25851         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25852         __mpexp_twomm1.  Use __pow_mp.
25853
25854         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25855         multiplication.
25856
25857 2013-01-17  David S. Miller  <davem@davemloft.net>
25858
25859         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25860
25861 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25862
25863         [BZ #15023]
25864         * include/complex.h: Condition contents on [!_COMPLEX_H].
25865         (__kernel_casinhf): New prototype.
25866         (__kernel_casinh): Likewise.
25867         (__kernel_casinhl): Likewise.
25868         * math/Makefile (libm_calls): Add k_casinh.
25869         * math/k_casinh.c: New file.
25870         * math/k_casinhf.c: Likewise.
25871         * math/k_casinhl.c: Likewise.
25872         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25873         finite nonzero arguments.
25874         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25875         finite nonzero arguments.
25876         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25877         finite nonzero arguments.
25878         * math/s_casinh.c: Do not include <float.h>.
25879         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25880         * math/s_casinhf.c: Do not include <float.h>.
25881         (__casinhf): Move code for finite nonzero arguments to
25882         k_casinhf.c.
25883         * math/s_casinhl.c: Do not include <float.h>.
25884         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25885         redefine.
25886         (__casinhl): Move code for finite nonzero arguments to
25887         k_casinhl.c.
25888         * math/libm-test.inc (cacos_test): Add more tests.
25889         * sysdeps/i386/fpu/libm-test-ulps: Update.
25890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25891
25892 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25893
25894         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25895         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25896         [!HAVE_MREMAP]: Remove [defined linux] case.
25897         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25898
25899 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25900
25901         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25902
25903 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25904
25905         * elf/elf.h (R_386_SIZE32): New relocation.
25906         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25907         R_386_SIZE32.
25908         (elf_machine_rela): Likewise.
25909         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25910         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25911
25912 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25913
25914         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25915         (FP_FAST_FMA): Do not define.
25916         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25917         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25918         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25919         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25920         !_SOFT_FLOAT]: Likewise.
25921         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25922         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25923         value.
25924         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25925         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25926         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25927         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25928         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25929         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25930         file.
25931
25932 2013-01-16  Andreas Schwab  <schwab@suse.de>
25933
25934         [BZ #14327]
25935         * include/stdlib.h (__mktemp): Add declaration.
25936         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25937         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25938
25939 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25940
25941         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25942         definitions.
25943         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25944         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25945         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25946         definitions here.
25947         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25948         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25949         definitions.
25950         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25951         and ONE.
25952         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25953         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25954         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25955         definitions.
25956         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25957         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25958         definitions.
25959         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25960
25961         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25962
25963 2013-01-15  David S. Miller  <davem@davemloft.net>
25964
25965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25966         trunc{,f} to libm-sysdep_routes.
25967         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25969         file.
25970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25971         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25972         file.
25973         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25974         file.
25975         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25976         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25977         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25978         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25979         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25980         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25981         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25982         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25983
25984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25985         nearbyint{,f} to libm-sysdep_routes.
25986         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25988         New file.
25989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25990         file.
25991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25992         New file.
25993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25994         file.
25995         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25996         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25997         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25998         file.
25999         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26000         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26001         file.
26002         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26003         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26004         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26005
26006         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26007         libc_feholdexcept and libc_fesetenv.
26008
26009 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26010
26011         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26012
26013 2013-01-14  David S. Miller  <davem@davemloft.net>
26014
26015         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26016         (SPARC_ASM_VIS2_IFUNC): Likewise.
26017         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26019         use of 'siam' instruction.
26020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26021         Likewise.
26022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26023         Likewise.
26024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26025         Likewise.
26026         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26027         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26028         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26029         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26031         file.
26032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26033         file.
26034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26035         file.
26036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26037         file.
26038         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26039         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26040         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26041         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26043         new VIS2 routines.
26044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26047         Likewise.
26048         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26049         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26050         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26051         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26053         routines to libm-sysdep_routines.
26054         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26055
26056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26057         fdim/fdimf to libm-sysdep_routines.
26058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26059         file.
26060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26062         file.
26063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26064         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26065         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26066         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26067         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26068         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26069         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26070
26071 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26072
26073         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26074         to optimize copies.
26075
26076         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26077         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26078         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26079
26080         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26081         local variable MPTWO.
26082         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26083         Likewise.
26084
26085 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26086
26087         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26088         GLOB_NOESCAPE.
26089
26090 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26091
26092         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26093
26094 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26095
26096         * manual/pattern.texi (glob_t): Document gl_flags.
26097         (glob64_t): Likewise.
26098
26099 2013-01-11  David S. Miller  <davem@davemloft.net>
26100
26101         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26102         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26103         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26104         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26105         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26106         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26107         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26108         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26109         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26110         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26111         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26112         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26113         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26114
26115         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26116         sparc V9 rather than using V8 code.
26117         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26118         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26119
26120         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26121         Move to...
26122         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26123         Here.
26124
26125 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26126
26127         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26128         not in the main loop.
26129         * configure: Regenerated.
26130
26131 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26132
26133         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26134         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26135         to just #else.
26136         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26137         [!__GLIBC_HAVE_LONG_LONG] case.
26138         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26139         condition to just #else.
26140         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26141         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26142         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26143         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26144         unconditional.
26145         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26146         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26147         #elif condition to just #else.
26148         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26149         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26150         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26151         #elif condition to just #else.
26152
26153 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26154
26155         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26156         (EF_MIPS_ARCH_64): Fix value.
26157         (EF_MIPS_ARCH_32R2): New.
26158         (EF_MIPS_ARCH_64R2): New.
26159
26160 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26161
26162         * Makeconfig (+link-pie-before-libc): New.
26163         (+link-pie-after-libc): Likewise.
26164         (+link-pie-tests): Likewise.
26165         (+link-pie): Rewritten.
26166         (link-before-libc): Remove $(config-LDFLAGS).
26167         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26168         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26169         (config-LDFLAGS): Renamed to ...
26170         (rtld-LDFLAGS): This.
26171         (rtld-tests-LDFLAGS): New macro.
26172         (link-libc-rpath-link): Likewise.
26173         (link-libc-tests-rpath-link): Likewise.
26174         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26175         (link-libc): Prepand $(link-libc-rpath-link).
26176         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26177         (test-program-prefix): New macro.
26178         (test-via-rtld-prefix): Likewise.
26179         (test-program-cmd): Likewise.
26180         (host-test-program-cmd): Likewise.
26181         * Makefile ($(common-objpfx)testrun.sh): Replace
26182         $(run-program-prefix) with $(test-program-prefix).
26183         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26184         $(rtld-LDFLAGS).
26185         ($(common-objpfx)shlib.lds): Likewise.
26186         (build-module-helper): Likewise.
26187         ($(common-objpfx)format.lds): Likewise.
26188         * Rules (binaries-pie-tests): New.
26189         (binaries-pie-notests): Likewise.
26190         (binaries-pie): Rewritten.
26191         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26192         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26193         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26194         (make-test-out): Replace $(host-built-program-cmd) with
26195         $(host-test-program-cmd).
26196         * config.make.in (build-hardcoded-path-in-tests): New variable.
26197         * configure.in (--enable-hardcoded-path-in-tests): New configure
26198         option.
26199         (hardcoded_path_in_tests): New AC_SUBST.
26200         * configure: Regenerated.
26201         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26202         $(built-program-cmd) with $(test-program-cmd).
26203         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26204         (test_program_cmd): This.
26205         * elf/Makefile ($(objpfx)order.out): Run test with
26206         $(test-program-prefix).
26207         ($(objpfx)order2.out): Likewise.
26208         ($(objpfx)tst-initorder.out): Likewise.
26209         ($(objpfx)tst-initorder2.out): Likewise.
26210         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26211         $(test-program-cmd).
26212         ($(objpfx)tst-array1-static.out): Likewise.
26213         ($(objpfx)tst-array2.out): Likewise.
26214         ($(objpfx)tst-array3.out): Likewise.
26215         ($(objpfx)tst-array4.out): Likewise.
26216         ($(objpfx)tst-array5.out): Likewise.
26217         ($(objpfx)tst-array5-static.out): Likewise.
26218         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26219         $(test-program-cmd).
26220         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26221         $(run-program-prefix) with $(test-program-prefix).
26222         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26223         (test_program_prefix): This.
26224         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26225         $(run-program-prefix) with $(test-program-prefix).
26226         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26227         (test_program_prefix): This.
26228         * iconvdata/tst-tables.sh: Likewise.
26229         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26230         $(run-program-prefix) with $(test-program-prefix).
26231         ($(objpfx)tst-translit.out): Likewise.
26232         ($(objpfx)tst-gettext2.out): Likewise.
26233         ($(objpfx)tst-gettext4.out): Likewise.
26234         ($(objpfx)tst-gettext6.out): Likewise.
26235         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26236         (test_program_prefix): This.
26237         * intl/tst-gettext2.sh: Likewise.
26238         * intl/tst-gettext4.sh  Likewise.
26239         * intl/tst-gettext6.sh: Likewise.
26240         * intl/tst-translit.sh: Likewise.
26241         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26242         with $(test-program-cmd).
26243         * libio/Makefile ($(objpfx)test-freopen.out): Replace
26244         $(run-program-prefix) with $(test-program-prefix).
26245         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26246         (test_program_prefix): This.
26247         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26248         $(run-program-prefix) with $(test-program-prefix).
26249         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26250         (test_program_prefix): This.
26251         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26252         * posix/Makefile ($(objpfx)globtest.out): Replace
26253         $(run-via-rtld-prefix) and $(test-wrapper) with
26254         $(test-program-prefix) and $(test-via-rtld-prefix).
26255         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26256         $(test-program-prefix).
26257         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26258         $(host-test-program-cmd).
26259         (tst-spawn-ARGS): Likewise.
26260         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26261         $(test-program-prefix).
26262         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26263         (test_via_rtld_prefix): This.
26264         (test_wrapper): Renamed to ...
26265         (test_program_prefix): This.
26266         (run_program_prefix): Replaced by test_program_prefix.
26267         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26268         (test_program_prefix): This.
26269         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26270         with $(host-test-program-cmd).
26271         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26272         $(run-program-prefix) with $(test-program-prefix).
26273         ($(objpfx)tst-printf.out): Likewise.
26274         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26275         $(test-program-cmd).
26276         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26277         (test_program_prefix): This.
26278         * stdio-common/tst-unbputc.sh: Likewise.
26279         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26280         $(run-program-prefix) with $(test-program-prefix).
26281         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26282         (test_program_prefix): This.
26283         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26284         $(built-program-cmd) with $(test-program-cmd).
26285
26286 2013-01-11  Andreas Jaeger  <aj@suse.de>
26287
26288         [BZ #15003]
26289         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26290         value. Sync with Linux 3.7.
26291
26292 2013-01-10  David S. Miller  <davem@davemloft.net>
26293
26294         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26295         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26296         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26297
26298 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26299
26300         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26301         never set.
26302         * configure: Regenerated.
26303
26304 2013-01-10  David S. Miller  <davem@davemloft.net>
26305
26306         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26307         sparc V9 rather than using V8 code.
26308         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26309         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26310
26311 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26312
26313         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
26314         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
26315         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
26316         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
26317         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
26318         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
26319         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
26320         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
26321         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
26322         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
26323         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26324         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26325         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26326         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26327         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26328         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26329         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26330         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26331         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26332         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26333         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26334         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26335         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26336         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26337         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26338         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26339         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26340
26341 2013-01-10  David S. Miller  <davem@davemloft.net>
26342
26343         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26344
26345 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26346
26347         * posix/Makefile (tests-static): New variable.
26348         (tests): Add $(tests-static).
26349         (tst-exec-static-ARGS): New variable.
26350         (tst-spawn-static-ARGS): Likewise.
26351         * posix/tst-exec-static.c: New file.
26352         * posix/tst-spawn-static.c: Likewise.
26353         * posix/tst-exec.c: Support run directly.
26354         * posix/tst-spawn.c: Likewise.
26355
26356 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
26357
26358         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26359         long.
26360         * math/bits/mathcalls.h (llrint): Likewise.
26361         (llround): Likewise.
26362         * stdlib/stdlib.h (struct drand48_data): Likewise.
26363         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26364         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26365         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26366         Likewise.
26367         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26368         Likewise.
26369         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26370         (elf_greg_t): Likewise.
26371         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26372         (__jmp_buf): Likewise.
26373         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26374         definitions.
26375         (llrint): Likewise, for all definitions.
26376         (llrintl): Likewise.
26377
26378         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26379         Remove [__GNUC__] condition.
26380         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26381         condition to just [__USE_ISOC99].
26382         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26383
26384 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26385
26386         [BZ #14200]
26387         * sysdeps/unix/sysv/linux/x86/bits/environments.h
26388         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26389         defined.
26390         (_POSIX_V6_ILP32_OFF32): Likewise.
26391         (_XBS5_ILP32_OFF32): Likewise.
26392         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26393         (__ILP32_OFFBIG_LDFLAGS): Likewise.
26394
26395 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26396
26397         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26398
26399         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26400         doubles __mpexp_twomm1.  Adjust usage.
26401         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26402         Remove.
26403
26404 2013-01-10  Andreas Schwab  <schwab@suse.de>
26405
26406         [BZ #14964]
26407         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26408         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26409
26410 2013-01-09  David S. Miller  <davem@davemloft.net>
26411
26412         [BZ #15003]
26413         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26414         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26415         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26416         (TCP_FASTOPEN): Define.
26417         (tcp_repair_opt): New structure.
26418         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26419         enum values.
26420         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26421         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26422         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
26423         (tcp_cookie_transactions): New structure.
26424
26425 2013-01-09  Anton Blanchard  <anton@samba.org>
26426
26427         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26428         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26429         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26430         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26431
26432 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
26433
26434         * include/features.h (__USE_ANSI): Remove.
26435
26436 2013-01-09  Roland McGrath  <roland@hack.frob.com>
26437
26438         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26439
26440         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26441
26442 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
26443
26444         * sysdeps/s390/fpu/libm-test-ulps: Update.
26445
26446         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26447
26448         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26449         (__acr): Likewise.
26450         (__cpy): Likewise.
26451         (norm): Likewise.
26452         (denorm): Likewise.
26453         (__mp_dbl): Likewise.
26454         (__dbl_mp): Likewise.
26455         (add_magnitudes): Likewise.
26456         (sub_magnitudes): Likewise.
26457         (__add): Likewise.
26458         (__sub): Likewise.
26459         (__mul): Likewise.
26460         (__inv): Likewise.
26461         (__dvd): Likewise.
26462         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26463         (__acr): Likewise.
26464         (__cpy): Likewise.
26465         (norm): Likewise.
26466         (denorm): Likewise.
26467         (__mp_dbl): Likewise.
26468         (__dbl_mp): Likewise.
26469         (add_magnitudes): Likewise.
26470         (sub_magnitudes): Likewise.
26471         (__add): Likewise.
26472         (__sub): Likewise.
26473         (__mul): Likewise.
26474         (__inv): Likewise.
26475         (__dvd): Likewise.
26476         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26477         (__acr): Likewise.
26478         (__cpy): Likewise.
26479         (norm): Likewise.
26480         (denorm): Likewise.
26481         (__mp_dbl): Likewise.
26482         (__dbl_mp): Likewise.
26483         (add_magnitudes): Likewise.
26484         (sub_magnitudes): Likewise.
26485         (__add): Likewise.
26486         (__sub): Likewise.
26487         (__mul): Likewise.
26488         (__inv): Likewise.
26489         (__dvd): Likewise.
26490
26491 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26492
26493         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26494         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26495         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26496         2 && __USE_EXTERN_INLINES]: Likewise.
26497
26498 2013-01-08  Andreas Jaeger  <aj@suse.de>
26499
26500         [BZ# 14985]
26501         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26502         Remove.
26503         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26504         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26505
26506 2013-01-07  Anton Blanchard  <anton@samba.org>
26507
26508         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26509         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26510         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26511         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26512         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26513         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26514         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26515         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26516         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26517         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26518         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26519         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26520         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26521         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26522         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26523         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26524         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26525         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26526         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26527         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26528         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26529         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26530         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26531         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26532         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26533         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26534         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26535         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26536         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26537         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26538         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26539         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26540         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26541         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26542         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26543         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26544         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26545         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26546         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26547         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26548         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26549         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26550         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26551
26552 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26553
26554         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26555         (__MALLOC_PMT): Likewise.
26556         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26557         [__GNUC__], only on [_LIBC].
26558         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26559         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26560         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26561         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26562         forward declaration.
26563         (realloc_hook_ini): Likewise.
26564         (memalign_hook_ini): Likewise.
26565         (__libc_memalign): Do not use __MALLOC_PMT in variable
26566         declaration.
26567         (__libc_valloc): Likewise.
26568         (__libc_pvalloc): Likewise.
26569         (__libc_calloc): Likewise.
26570         (__posix_memalign): Likewise.
26571
26572         [BZ #14996]
26573         * math/s_casinh.c: Include <float.h>.
26574         (__casinh): Do not do computation with squaring and square root
26575         for large arguments.
26576         * math/s_casinhf.c: Include <float.h>.
26577         (__casinhf): Do not do computation with squaring and square root
26578         for large arguments.
26579         * math/s_casinhl.c: Include <float.h>.
26580         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26581         (__casinhl): Do not do computation with squaring and square root
26582         for large arguments.
26583         * math/libm-test.inc (casin_test): Add more tests.
26584         (casinh_test): Likewise.
26585         * sysdeps/i386/fpu/libm-test-ulps: Update.
26586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26587
26588 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26589
26590         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26591         (__x86_64_raw_data_cache_size): Likewise.
26592         (__x86_64_data_cache_size_half): Likewise.
26593         (__x86_64_raw_data_cache_size_half): Likewise.
26594         (__x86_64_shared_cache_size): Likewise.
26595         (__x86_64_raw_shared_cache_size): Likewise.
26596         (__x86_64_shared_cache_size_half): Likewise.
26597         (__x86_64_raw_shared_cache_size_half): Likewise.
26598         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26599         to ...
26600         (__x86_data_cache_size): This.
26601         (__x86_64_raw_data_cache_size): Renamed to ...
26602         (__x86_raw_data_cache_size): This.
26603         (__x86_64_data_cache_size_half): Renamed to ...
26604         (__x86_data_cache_size_half): This.
26605         (__x86_64_raw_data_cache_size_half): Renamed to ...
26606         (__x86_raw_data_cache_size_half): This.
26607         (__x86_64_shared_cache_size): Renamed to ...
26608         (__x86_shared_cache_size): This.
26609         (__x86_64_raw_shared_cache_size): Renamed to ...
26610         (__x86_raw_shared_cache_size): This.
26611         (__x86_64_shared_cache_size_half): Renamed to ...
26612         (__x86_shared_cache_size_half): This.
26613         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26614         (__x86_raw_shared_cache_size_half): This.
26615         * sysdeps/x86_64/memcpy.S: Updated.
26616         * sysdeps/x86_64/memset.S: Likewise.
26617         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26618         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26619         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26620
26621 2013-01-04  David S. Miller  <davem@davemloft.net>
26622
26623         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26624
26625 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26626
26627         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26628         1 to avoid redefinition warning.
26629         (__USE_GNU): Don't define.
26630         (init_signaling_nan): Protoize.
26631
26632         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26633
26634 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26635
26636         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26637         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26638         (__cpymn): Likewise.
26639         (norm): Remove commented code.
26640         (denorm): Likewise.
26641         (__mp_dbl): Likewise.
26642         (__inv): Likewise.
26643         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26644         (__cpymn): Likewise.
26645         (norm): Remove commented code.
26646         (denorm): Likewise.
26647         (__mp_dbl): Likewise.
26648         (__inv): Likewise.
26649
26650         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26651         mp_no value for 1.0 and 2.0.
26652         (norm): Use RADIXI instead of radixi.d.
26653         (denorm): Likewise.
26654         (__mul): Use 0.0 instead of zero.d.
26655         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26656         mp_no value for 1.0 and 2.0.
26657         (norm): Use RADIXI instead of radixi.d.
26658         (denorm): Likewise.
26659         (__mul): Use 0.0 instead of zero.d.
26660
26661 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26662
26663         [BZ #14994]
26664         * math/s_casinh.c (__casinh): Reduce finite argument to first
26665         quadrant then set signs of results at the end.
26666         * math/s_casinhf.c (__casinhf): Likewise.
26667         * math/s_casinhl.c (__casinhl): Likewise.
26668         * math/libm-test.inc (casin_test): Add more tests.
26669         (casinh_test): Likewise.
26670         * sysdeps/i386/fpu/libm-test-ulps: Update.
26671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26672
26673 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26674
26675         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26676
26677         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26678
26679         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26680         declarations.
26681         (denorm): Likewise.
26682         (__mp_dbl): Likewise.
26683         (__inv): Likewise.
26684
26685         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26686         and adjust the header comment.
26687
26688         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26689         variable name from declaration.
26690
26691 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26692
26693         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26694         Initialize COMMON_CPUID_INDEX_7 element.
26695         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26696         (CPUID_RTM): Likewise.
26697         (HAS_RTM): Likewise.
26698         (COMMON_CPUID_INDEX_7): New enum.
26699
26700 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26701
26702         [BZ #14981]
26703         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26704         size is zero, record memory as freed.
26705
26706 2013-01-03  Andreas Jaeger  <aj@suse.de>
26707
26708         * po/ia.po: Add new Interlingua translation.
26709
26710 2012-01-03  Allan McRae  <allan@archlinux.org>
26711
26712         * locale/programs/localedef.c: Fix description of '--posix' flag.
26713
26714 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26715
26716         * NEWS: Update dates in second copyright notice.
26717         * README: Update copyright dates in example.
26718         * manual/libc.texinfo: Update copyright dates.
26719         * scripts/test-installation.pl: Update copyright date in --version
26720         output.
26721
26722         * hurd/ctty-input.c: Fix copyright notice formatting.
26723         * hurd/ctty-output.c: Likewise.
26724         * hurd/dtable.c: Likewise.
26725         * hurd/hurd-raise.c: Likewise.
26726         * hurd/hurdprio.c: Likewise.
26727         * hurd/msgportdemux.c: Likewise.
26728         * misc/sys/file.h: Likewise.
26729         * misc/sys/ioctl.h: Likewise.
26730         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26731         * sysdeps/mach/hurd/chdir.c: Likewise.
26732         * sysdeps/mach/hurd/fchdir.c: Likewise.
26733         * sysdeps/mach/hurd/rename.c: Likewise.
26734         * sysdeps/mach/hurd/rmdir.c: Likewise.
26735         * sysdeps/mach/hurd/seekdir.c: Likewise.
26736         * sysdeps/mach/hurd/setsid.c: Likewise.
26737         * sysdeps/posix/wait3.c: Likewise.
26738
26739         * All files with FSF copyright notices: Update copyright dates
26740         using scripts/update-copyrights.
26741         * intl/plural.c: Regenerated.
26742         * locale/programs/charmap-kw.h: Likewise.
26743         * locale/programs/locfile-kw.h: Likewise.
26744
26745 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26746
26747         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26748         four values.
26749
26750         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26751         calculation loop and add branch prediction.
26752
26753         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26754         check access beyond bounds of m1np.
26755
26756         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26757         MPTWO.
26758         (__inv): Remove local variable MPTWO to use the global
26759         constant.
26760         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26761         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26762         variable MPTWO.
26763         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26764         MP3HALFS static const.
26765
26766 2013-01-01  David S. Miller  <davem@davemloft.net>
26767
26768         * po/ca.po: Update from translation team.
26769
26770 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26771
26772         * scripts/update-copyrights: New file.
26773         * Makeconfig: Reformat copyright notice.
26774         * ctype/ctype.h: Likewise.
26775         * debug/swprintf_chk.c: Likewise.
26776         * elf/dl-cache.c: Likewise.
26777         * elf/dl-debug.c: Likewise.
26778         * elf/dl-object.c: Likewise.
26779         * grp/initgroups.c: Likewise.
26780         * hurd/Makefile: Likewise.
26781         * hurd/hurd/signal.h: Likewise.
26782         * hurd/hurdfault.c: Likewise.
26783         * hurd/hurdioctl.c: Likewise.
26784         * hurd/hurdlookup.c: Likewise.
26785         * hurd/intr-msg.c: Likewise.
26786         * iconv/gconv_open.c: Likewise.
26787         * libio/swprintf.c: Likewise.
26788         * locale/lc-ctype.c: Likewise.
26789         * locale/nl_langinfo.c: Likewise.
26790         * mach/Machrules: Likewise.
26791         * mach/Makefile: Likewise.
26792         * malloc/obstack.h: Likewise.
26793         * manual/Makefile: Likewise.
26794         * manual/tsort.awk: Likewise.
26795         * misc/bits/stab.def: Likewise.
26796         * nis/nis_print_group_entry.c: Likewise.
26797         * nis/nis_table.c: Likewise.
26798         * nis/nss_compat/compat-pwd.c: Likewise.
26799         * nis/nss_compat/compat-spwd.c: Likewise.
26800         * po/Makefile: Likewise.
26801         * posix/fnmatch.c: Likewise.
26802         * posix/regex.h: Likewise.
26803         * resolv/Makefile: Likewise.
26804         * resolv/nss_dns/dns-network.c: Likewise.
26805         * resolv/res_hconf.c: Likewise.
26806         * scripts/gen-sorted.awk: Likewise.
26807         * soft-fp/soft-fp.h: Likewise.
26808         * stdio-common/printf.h: Likewise.
26809         * stdlib/monetary.h: Likewise.
26810         * stdlib/random.c: Likewise.
26811         * stdlib/random_r.c: Likewise.
26812         * sysdeps/generic/Makefile: Likewise.
26813         * sysdeps/gnu/Makefile: Likewise.
26814         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26815         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26816         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26817         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26818         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26819         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26820         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26821         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26822         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26823         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26824         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26825         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26826         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26827         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26828         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26829         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26830         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26831         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26832         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26833         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26834         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26835         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26836         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26837         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26838         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26839         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26840         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26841         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26842         * sysdeps/mach/hurd/errnos.awk: Likewise.
26843         * sysdeps/mach/hurd/fork.c: Likewise.
26844         * sysdeps/mach/hurd/getcwd.c: Likewise.
26845         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26846         * sysdeps/mach/hurd/mmap.c: Likewise.
26847         * sysdeps/mach/hurd/utimes.c: Likewise.
26848         * sysdeps/mach/hurd/xmknod.c: Likewise.
26849         * sysdeps/posix/profil.c: Likewise.
26850         * sysdeps/posix/readdir_r.c: Likewise.
26851         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26852         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26853         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26854         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26855         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26856         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26857         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26858         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26859         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26860         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26861         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26862         * sysdeps/pthread/lio_listio.c: Likewise.
26863         * sysdeps/sparc/dl-procinfo.h: Likewise.
26864         * sysdeps/unix/i386/sysdep.S: Likewise.
26865         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26866         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26867         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26868         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26870         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26871         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26872         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26873         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26874         * sysdeps/wordsize-32/divdi3.c: Likewise.
26875         * time/sys/time.h: Likewise.
26876         * wcsmbs/Makefile: Likewise.
26877
26878 2013-01-01  David S. Miller  <davem@davemloft.net>
26879
26880         * po/fr.po: Update from translation team.
26881
26882         * catgets/gencat.c: Update copyright year.
26883         * csu/version.c: Likewise.
26884         * debug/catchsegv.sh: Likewise.
26885         * debug/pcprofiledump.c: Likewise.
26886         * debug/xtrace.sh: Likewise.
26887         * elf/ldconfig.c: Likewise.
26888         * elf/ldd.bash.in: Likewise.
26889         * elf/pldd.c: Likewise.
26890         * elf/sotruss.ksh: Likewise.
26891         * elf/sprof.c: Likewise.
26892         * iconv/iconv_prog.c: Likewise.
26893         * iconv/iconvconfig.c: Likewise.
26894         * locale/programs/locale.c: Likewise.
26895         * locale/programs/localedef.c: Likewise.
26896         * login/programs/pt_chown.c: Likewise.
26897         * malloc/memusage.sh: Likewise.
26898         * malloc/memusagestat.c: Likewise.
26899         * malloc/mtrace.pl: Likewise.
26900         * nscd/nscd.c: Likewise.
26901         * nss/getent.c: Likewise.
26902         * nss/makedb.c: Likewise.
26903         * posix/getconf.c: Likewise.
26904
26905 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26906
26907         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26908         numbers.
26909
26910 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26911
26912         * math/bits/mathcalls.h (modf): Use __nonnull.
26913
26914 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26915
26916         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26917         (split): Use macro CN instead of the bare value.
26918         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26919         could be used.
26920         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26921         instead of the bare value.
26922         (power1): Likewise.
26923
26924 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26925
26926         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26927         __ATAN_TWOM.
26928         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26929
26930         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26931         their values.
26932         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26933         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26934         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26935         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26936
26937 2012-12-28  Andreas Jaeger  <aj@suse.de>
26938
26939         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26940         values are from Linux 3.7.
26941
26942         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26943         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26944
26945 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26946
26947         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26948         TRUE case.
26949
26950         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26951         (norm): Likewise.
26952         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26953         variables with preprocessor constants.
26954         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26955         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26956         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26957
26958 2012-12-27  Bruno Haible  <bruno@clisp.org>
26959
26960         [BZ #14317]
26961         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26962         only if needed.
26963
26964 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26965
26966         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26967         and use variable directly.
26968         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26969
26970         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26971         MPONE.
26972         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26973         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26974         variable MPONE.
26975         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26976         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26977         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26978         include directive.  Remove local variable MPONE.
26979         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26980         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26981         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26982
26983 2012-12-25  David S. Miller  <davem@davemloft.net>
26984
26985         * version.h (RELEASE): Set to "development".
26986         (VERSION): Set to "2.17.90".
26987         * NEWS: Add 2.18 section.
26988
26989 2012-12-21  David S. Miller  <davem@davemloft.net>
26990
26991         * po/hr.po: Update from translation team.
26992
26993 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26994
26995         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26996
26997 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26998
26999         * NEWS:  Mention new memcpy for MIPS.
27000
27001 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27002
27003         * manual/contrib.texi (Contributors): Spelling correction.
27004
27005 2012-12-15  David S. Miller  <davem@davemloft.net>
27006
27007         * po/ru.po: Update from translation team.
27008
27009 2012-12-13  David S. Miller  <davem@davemloft.net>
27010
27011         * NEWS: Mention IFUNC testsuite enhancements.
27012
27013         * po/pl.po: Update from translation team.
27014         * po/bg.po: Likewise.
27015
27016         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27017         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27018
27019 2012-12-11  David S. Miller  <davem@davemloft.net>
27020
27021         * po/sv.po: Update from translation team.
27022
27023         * po/vi.po: Update from translation team.
27024
27025         * po/cs.po: Update from translation team.
27026
27027         * po/de.po: Update from translation team.
27028         * po/eo.po: Likewise.
27029         * po/nl.po: Likewise.
27030
27031 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27032
27033         [BZ #14246]
27034         * manual/argp.texi (Argp Helper Functions): Move node to follow
27035         Argp Parsing State.
27036
27037         [BZ #14872]
27038         * manual/conf.texi (Limits on File System Capacity): Mention if
27039         terminating null is included in the max size.
27040
27041 2012-12-10  Andreas Jaeger  <aj@suse.de>
27042
27043         * po/cs.po: Update from translation team.
27044
27045 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27046
27047         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27048         void pointer and cast to uintptr_t.
27049         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27050         path.
27051         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27052         * sysdeps/s390/s390-64/memset.S: Likewise.
27053
27054 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27055
27056         [BZ #14833]
27057         * menual/message.texi (Message Translation): Fix typos.
27058         (Helper programs for gettext): Likewise.
27059
27060 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27061
27062         [BZ #14898]
27063         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27064         Change to -1.
27065
27066 2012-12-07  David S. Miller  <davem@davemloft.net>
27067
27068         * po/libc.pot: Update.
27069
27070 2012-12-07  Richard Henderson  <rth@redhat.com>
27071
27072         [BZ #10114]
27073         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27074         normal/normal case to before the switch.
27075         (_FP_DIV): Likewise.
27076
27077 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27078             Mike Frysinger  <vapier@gentoo.org>
27079
27080         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27081         check for __NR_fadvise64_64.
27082
27083 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27084
27085         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27086         0, not just to plain "0" as a statement.
27087         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27088         with cw.
27089
27090 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27091
27092         * NEWS: Use sourceware.org in Bugzilla URL.
27093
27094 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27095
27096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27097         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27098
27099         * stdio-common/tst-put-error.c (do_test): Add newline to the
27100         padded test to ensure flush.
27101
27102 2012-12-05  Jeff Law  <law@redhat.com>
27103
27104         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27105
27106 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27107
27108         * README: Don't refer to ports add-on as distributed separately.
27109         Mention AArch64 in list of systems supported in the ports add-on.
27110
27111         * LICENSES: Add more non-FSF copyright and license notices.
27112
27113         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27114         ((unused)).
27115
27116         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27117
27118         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27119         10000 as width of padded output.
27120
27121 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27122
27123         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27124
27125         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27126         variable LX with __attribute__ ((unused)).
27127         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27128         Likewise.
27129         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27130         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27131         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27132         with __attribute__ ((unused)).
27133
27134 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27135
27136         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27137
27138 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27139
27140         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27141         (CFLAGS-nldbl-acos.c): New variable.
27142         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27143         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27144         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27145         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27146         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27147         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27148         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27149         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27150         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27151         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27152         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27153         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27154         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27155         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27156         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27157         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27158         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27159         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27160         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27161         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27162         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27163         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27164         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27165         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27166         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27167         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27168         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27169         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27170         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27171         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27172         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27173         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27174         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27175         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27176         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27177         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27178         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27179         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27180         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27181         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27182         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27183         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27184         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27185         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27186         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27187         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27188         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27189         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27190         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27191         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27192         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27193         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27194         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27195         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27196         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27197         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27198         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27199         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27200         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27201         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27202         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27203         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27204         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27205         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27206         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27207         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27208         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27209         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27210         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27211         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27212         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27213         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27214         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27215         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27216         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27217         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27218         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27219         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27220         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27221         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27222         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27223         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27224         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27225         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27226         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27227         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27228         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27229         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27230         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27231         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27232         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27233         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27234         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27235         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27236         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27237         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27238         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27239
27240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27241         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27242
27243         [BZ #14914]
27244         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27245         whole low double instead of just low 47 bits when splitting values
27246         into two parts.
27247
27248 2012-12-03  Allan McRae  <allan@archlinux.org>
27249
27250         * manual/stdio.texi (Predefined Printf Handlers): Remove
27251         @hsep and @vsep usage.
27252
27253 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
27254
27255         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27256         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27257
27258 2012-12-03  Jeff Law  <law@redhat.com>
27259
27260         * time/sys/time.h (settimeofday): Do not mark TV argument
27261         as __nonnull.
27262
27263 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
27264
27265         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27266         when currently writing and seek to current position when not.
27267         * libio/Makefile (tests): Remove bug-fclose1.
27268         * libio/bug-fclose1.c: Delete.
27269
27270 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
27271
27272         * manual/arith.texi (feenableexcept): Fix typo.
27273         (fedisableexcept): Likewise.
27274
27275 2012-11-30  Roland McGrath  <roland@hack.frob.com>
27276
27277         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27278         second, differently-typed declaration, rather than a cast.
27279
27280 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27281
27282         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27283         * include/rpc/svc.h: ... here.
27284
27285 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27286
27287         [BZ #13013]
27288         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27289         depending n and resplen2 to catch cases where answer
27290         equals answerp2.
27291
27292 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
27293
27294         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27295         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27296
27297 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
27298
27299         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27300
27301 2012-11-29  Roland McGrath  <roland@hack.frob.com>
27302
27303         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27304
27305 2012-11-28  Jeff Law  <law@redhat.com>
27306
27307         [BZ #13761]
27308         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
27309         dataset_temporary.  Track alloca usage into alloca_used.
27310         If dataset is large allocate and release it via malloc/free.
27311
27312 2012-06-04  Florian Weimer  <fweimer@redhat.com>
27313
27314         [BZ #14197]
27315         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
27316
27317 2012-11-28  David S. Miller  <davem@davemloft.net>
27318
27319         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27320
27321 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27322
27323         [BZ #14803]
27324         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27325         of pi/2 rounded to nearest to 64 bits.
27326         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27327         nearest to 64 bits.
27328         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27329         bits.
27330
27331 2012-11-28  Jeff Law <law@redhat.com>
27332             Martin Osvald <mosvald@redhat.com>
27333
27334         [BZ #14889]
27335         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27336         * sunrpc/svc.c: Include time.h.
27337         (__svc_accept_failed): New function.
27338         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27339         any reason other than EINTR, call __svc_accept_failed.
27340         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27341         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27342
27343 2012-11-28  Andreas Schwab  <schwab@suse.de>
27344
27345         * scripts/abilist.awk: Also handle indirect functions in .opd
27346         section.
27347
27348 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27349
27350         [BZ #13881]
27351         * sysdeps/x86/fpu/powl_helper.c: New file.
27352         * sysdeps/x86/fpu/Makefile: Likewise.
27353         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27354         (p3): New object.
27355         (__ieee754_powl): Use __powl_helper for finite arguments except
27356         integer exponents below 8.
27357         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27358         (p3): New object.
27359         (__ieee754_powl): Use __powl_helper for finite arguments except
27360         integer exponents below 8.
27361         * math/libm-test.inc (pow_test): Add more tests and enable some
27362         previously disabled tests.
27363         * sysdeps/i386/fpu/libm-test-ulps: Update.
27364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27365
27366 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27367             Carlos O'Donell  <carlos_odonell@mentor.com>
27368
27369         * nss/makedb.c (is_prime): Assert that input is odd and greater
27370         than 4.  Note that fact in a comment too.
27371         (next_prime): Add 4 to input.
27372
27373 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27374
27375         [BZ #11741]
27376         * libio/Makefile (tests): Add test case tst-fwrite-error.
27377         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27378         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27379         * libio/tst-fwrite-error.c: New test case.
27380
27381 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
27382
27383         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27384         before casting to void *.
27385         * include/libc-internal.h (__pointer_type): New macro.
27386         (__integer_if_pointer_type_sub): Likewise.
27387         (__integer_if_pointer_type): Likewise.
27388         (cast_to_integer): Likewise.
27389         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27390         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27391         before casting to atomic64_t.
27392         (atomic_exchange_acq): Likewise.
27393         (__arch_exchange_and_add_body): Likewise.
27394         (__arch_add_body): Likewise.
27395         (atomic_add_negative): Likewise.
27396         (atomic_add_zero): Likewise.
27397
27398 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
27399
27400         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27401         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27402         (add_fdes): Likewise.
27403         (linear_search_fdes): Likewise.
27404         (binary_search_unencoded_fdes): Likewise.
27405
27406 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
27407
27408         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27409
27410 2012-11-24  Adam Conrad  <adconrad@0c3.net>
27411
27412         * configure.in: Autodetect C++ header directories.
27413         * configure: Regenerated.
27414
27415 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
27416
27417         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27418
27419 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
27420
27421         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27422
27423 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
27424
27425         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27426         LDBL_MANT_DIG == 106]: Disable some tests.
27427         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27428         Likewise.
27429         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27430         Likewise.
27431
27432         [BZ #14871]
27433         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27434         input for small inputs.  Return +/- pi/2 for large inputs.
27435         * math/libm-test.inc (atan_test): Add more tests.
27436
27437         * sysdeps/generic/unwind-dw2-fde-glibc.c
27438         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27439         __attribute__ ((unused)).
27440
27441         [BZ #14645]
27442         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27443         x * y if x and y are nonzero and z is zero.
27444
27445         [BZ #14811]
27446         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27447         nonzero exponents with absolute value below 0x1p-117 to +/-
27448         0x1p-117.
27449
27450         [BZ #14869]
27451         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27452         up arguments below 2**-450, not just those below 2**-500.
27453         * math/libm-test.inc (hypot_test): Add another test.
27454
27455         [BZ #14868]
27456         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27457         Return a+b for ratio over 2**120, not 2**60.
27458         * math/libm-test.inc (hypot_test): Add another test.
27459
27460         * math/libm-test.inc (clog_test): Use
27461         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27462         (clog10_test): Likewise.
27463
27464         [BZ #6778]
27465         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27466
27467 2012-11-22  Andreas Schwab  <schwab@suse.de>
27468
27469         * sysdeps/i386/fpu/libm-test-ulps: Update.
27470
27471 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27472
27473         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27474         printf output with newline.
27475
27476 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27477
27478         [BZ #14865]
27479         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27480         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27481         -z nodlopen, -z initfirst and -z execstack support.
27482         * configure: Regenerated.
27483
27484         * elf/elf.h (DF_1_NODIRECT): New macro.
27485         (DF_1_IGNMULDEF): Likewise.
27486         (DF_1_NOKSYMS): Likewise.
27487         (DF_1_NOHDR): Likewise.
27488         (DF_1_EDITED): Likewise.
27489         (DF_1_NORELOC): Likewise.
27490         (DF_1_SYMINTPOSE): Likewise.
27491         (DF_1_GLOBAUDIT): Likewise.
27492         (DF_1_SINGLETON): Likewise.
27493         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27494         DT_1_SUPPORTED_MASK bits.
27495         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27496
27497 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27498
27499         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27500
27501 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27502
27503         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27504         macro.
27505
27506         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27507         (sendmmsg): Move declarations...
27508         * socket/sys/socket.h: ... here.
27509         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27510         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27511         include it from...
27512         * socket/recvmmsg.c: ... this new file.
27513         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27514         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27515         definition of __sendmmsg hidden.
27516         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27517         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27518         Move ENOSYS stub into and include it from...
27519         * socket/sendmmsg.c: ... this new file.
27520         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27521         (sysdep_routines): Move recvmmsg and sendmmsg...
27522         * socket/Makefile (routines): ... here.
27523         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27524         (GLIBC_PRIVATE): Add __sendmmsg.
27525         * include/sys/socket.h (__sendmmsg): Add declarations.
27526         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27527         sendmmsg.
27528
27529 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27530
27531         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27532         variable I1 with __attribute__ ((unused)).
27533         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27534
27535 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27536
27537         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27538         DUMMY variables with __attribute__ ((unused)).
27539
27540         * bits/byteswap.h: Include <bits/types.h>.
27541         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27542
27543 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27544
27545         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27546         string_t.  Do not manually set errno.
27547         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27548         length with __strnlen.  Make sure to both set errno and return it on
27549         failure.
27550
27551 2012-11-19  David S. Miller  <davem@davemloft.net>
27552
27553         With help from Joseph Myers.
27554         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27555         very large arguments properly.
27556         * math/libm-test.inc (atan_test): New tests.
27557         (atan2_test): New tests.
27558         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27559         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27560
27561 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27562
27563         [BZ #14856]
27564         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27565         Define to 3.
27566
27567         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27568         [POSIX] (EADDRNOTAVAIL): Likewise.
27569         [POSIX] (EAFNOSUPPORT): Likewise.
27570         [POSIX] (EALREADY): Likewise.
27571         [POSIX] (ECONNABORTED): Likewise.
27572         [POSIX] (ECONNREFUSED): Likewise.
27573         [POSIX] (ECONNRESET): Likewise.
27574         [POSIX] (EDESTADDRREQ): Likewise.
27575         [POSIX] (EDQUOT): Likewise.
27576         [POSIX] (EHOSTUNREACH): Likewise.
27577         [POSIX] (EIDRM): Likewise.
27578         [POSIX] (EISCONN): Likewise.
27579         [POSIX] (ELOOP): Likewise.
27580         [POSIX] (EMULTIHOP): Likewise.
27581         [POSIX] (ENETDOWN): Likewise.
27582         [POSIX] (ENETUNREACH): Likewise.
27583         [POSIX] (ENOBUFS): Likewise.
27584         [POSIX] (ENODATA): Likewise.
27585         [POSIX] (ENOLINK): Likewise.
27586         [POSIX] (ENOMSG): Likewise.
27587         [POSIX] (ENOPROTOOPT): Likewise.
27588         [POSIX] (ENOSR): Likewise.
27589         [POSIX] (ENOSTR): Likewise.
27590         [POSIX] (ENOTCONN): Likewise.
27591         [POSIX] (ENOTSOCK): Likewise.
27592         [POSIX] (EOPNOTSUPP): Likewise.
27593         [POSIX] (EOVERFLOW): Likewise.
27594         [POSIX] (EPROTO): Likewise.
27595         [POSIX] (EPROTONOSUPPORT): Likewise.
27596         [POSIX] (EPROTOTYPE): Likewise.
27597         [POSIX] (ESTALE): Likewise.
27598         [POSIX] (ETIME): Likewise.
27599         [POSIX] (ETXTBSY): Likewise.
27600         [POSIX] (EWOULDBLOCK): Likewise.
27601         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27602         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27603         [POSIX] (SEEK_CUR): Likewise.
27604         [POSIX] (SEEK_END): Likewise.
27605         [POSIX || UNIX98] (mode_t): Do not require.
27606         [POSIX] (off_t): Likewise.
27607         [POSIX] (pid_t): Likewise.
27608         [POSIX] (sys/stat.h): Do not allow header.
27609         [POSIX] (unistd.h): Likewise.
27610         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27611         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27612         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27613         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27614         require.
27615         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27616         sigevent): Specify elements.
27617         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27618         entry.
27619         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27620         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27621
27622         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27623         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27624         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27625         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27626         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27627         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27628         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27629         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27630         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27631         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27632         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27633         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27634         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27635         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27636         Likewise.
27637         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27638         Likewise.
27639         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27640         Likewise.
27641         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27642         Likewise.
27643         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27644         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27645         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27646         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27647         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27648         Specify lower bound on value.
27649         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27650         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27651         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27652         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27653         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27654         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27655         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27656         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27657         value.
27658         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27659         as optional.
27660         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27661         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27662         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27663         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27664         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27665         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27666         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27667         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27668         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27669         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27670         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27671         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27672         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27673         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27674         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27675         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27676         entry.
27677         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27678         optional.
27679         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27680         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27681         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27682         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27683         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27684         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27685         Likewise.
27686         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27687         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27688         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27689         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27690         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27691         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27692         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27693         as optional.
27694         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27695         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27696         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27697         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27698         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27699         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27700         specify as optional.
27701         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27702         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27703         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27704         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27705         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27706         [XPG3] (NL_LANGMAX): Likewise.
27707         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27708         [POSIX || XPG3] (NL_NMAX): Likewise.
27709         [POSIX || XPG3] (NL_SETMAX): Likewise.
27710         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27711         [XPG3] (NZERO): Likewise.
27712         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27713         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27714         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27715         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27716         (REG_ERANGE): Expect.
27717         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27718         optional-constant.
27719         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27720         Use (void) in prototype.
27721         [POSIX] (*_t): Allow.
27722         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27723         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27724         (WRDE_BADVAL): Expect.
27725
27726         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27727         expect.
27728         [XPG3 || XPG4] (O_RSYNC): Likewise.
27729         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27730         Likewise.
27731         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27732         [XPG3 || XPG4] (sigqueue): Likewise.
27733         [XPG3 || XPG4] (sigtimedwait): Likewise.
27734         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27735         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27736         [XPG3 || XPG4] (vsnprintf): Likewise.
27737         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27738         Likewise.
27739         [XPG3 || XPG4] (blksize_t): Likewise.
27740         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27741         Likewise.
27742         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27743         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27744         [XPG3 || XPG4] (struct itimerspec): Likewise.
27745         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27746         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27747         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27748         [XPG3 || XPG4] (clockid_t): Likewise.
27749         [XPG3 || XPG4] (timer_t): Likewise.
27750         [XPG3 || XPG4] (clock_getres): Likewise.
27751         [XPG3 || XPG4] (clock_gettime): Likewise.
27752         [XPG3 || XPG4] (clock_settime): Likewise.
27753         [XPG3 || XPG4] (nanosleep): Likewise.
27754         [XPG3 || XPG4] (timer_create): Likewise.
27755         [XPG3 || XPG4] (timer_delete): Likewise.
27756         [XPG3 || XPG4] (timer_gettime): Likewise.
27757         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27758         [XPG3 || XPG4] (timer_settime): Likewise.
27759         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27760         [XPG3 || XPG4] (getlogin_r): Likewise.
27761         [XPG3 || XPG4] (pread): Likewise.
27762         [XPG3 || XPG4] (pthread_atfork): Likewise.
27763         [XPG3 || XPG4] (pwrite): Likewise.
27764
27765         [BZ #14835]
27766         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27767         <bits/siginfo.h>.
27768
27769 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27770
27771         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27772         finalizing MALLSTREAM.
27773
27774         * sysdeps/mach/hurd/syncfs.c: New file.
27775
27776 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27777
27778         [BZ #14719]
27779         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27780         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27781         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27782         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27783         (_nss_dns_gethostbyname4_r): Likewise.
27784         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27785         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27786
27787 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27788
27789         [BZ #13763]
27790         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27791
27792 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27793
27794         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27795         * elf/cache.c (print_entry): Print ",AArch64" for
27796         FLAG_AARCH64_LIB64
27797
27798         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27799         * elf/cache.c (print_entry): Print ",hard-float" for
27800         FLAG_ARM_LIBHF.
27801
27802 2012-11-18  David S. Miller  <davem@davemloft.net>
27803
27804         With help from Joseph Myers.
27805         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27806         cutoff to 2**-13.
27807         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27808         cutoff to 2**-25.
27809         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27810         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27811         small.
27812         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27813         * math/libm-test.inc (y0_test): New tests.
27814         (y1_test): New tests.
27815         * sysdeps/i386/fpu/libm-test-ulps: Update.
27816         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27817         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27818
27819 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27820
27821         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27822         64-bit targets.
27823         * configure: Regenerated.
27824
27825 2012-11-17  David S. Miller  <davem@davemloft.net>
27826
27827         [BZ #14811]
27828         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27829         nonzero exponents with absolute value below 0x1p-128 to +/-
27830         0x1p-128.
27831
27832 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27833
27834         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27835
27836         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27837
27838         * posix/getconf-speclist.c: New file.
27839         * posix/posix-envs.def: Likewise.
27840         * posix/confstr.c (START_ENV_GROUP): New macro.
27841         (END_ENV_GROUP): Likewise.
27842         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27843         (KNOWN_PRESENT_ENV_STRING): Likewise.
27844         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27845         (UNKNOWN_ENVIRONMENT): Likewise.
27846         (confstr): Include posix-envs.def instead of handling
27847         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27848         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27849         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27850         (END_ENV_GROUP): Likewise.
27851         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27852         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27853         (UNKNOWN_ENVIRONMENT): Likewise.
27854         (__sysconf): Include posix-envs.def instead of handling associated
27855         cases directly here.
27856         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27857         preprocessing getconf-speclist.c rather than running getconf or
27858         generating empty file.
27859
27860 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27861
27862         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27863
27864 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27865
27866         [BZ #14672]
27867         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27868
27869 2012-11-16  David S. Miller  <davem@davemloft.net>
27870
27871         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27872         smaller than LDBL_EPSILON/2.0L, just return xm1.
27873
27874 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27875
27876         * elf/tst-array1.c (init): Set constructor priority to 1000.
27877         (fini): Set destructor priority to 1000.
27878         * elf/tst-array2dep.c: Likewise.
27879
27880 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27881
27882         [BZ #11741]
27883         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27884         (_IO_new_file_xsputn): Also return EOF if none of the input
27885         data was written when overflow failed.
27886         * libio/iopadn.c (_IO_padn): Likewise.
27887         * libio/iowpadn.c (_IO_wpadn): Likewise.
27888         * stdio-common/tst-put-error.c: Add copyright notice.
27889         (do_test): Add case for printing padded string.
27890         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27891         _IO_padn returned error.
27892         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27893         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27894         return EOF.
27895
27896 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27897
27898         * libio/libioP.h: Add comment note that the references to C++
27899         bits are now obsolete.
27900
27901 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27902
27903         * math/libm-test.inc (check_complex): Use asprintf.
27904
27905 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27906
27907         * debug/pcprofiledump.c (print_version): Update copyright year.
27908         * malloc/memusagestat.c (print_version): Likewise.
27909
27910 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27911
27912         [BZ #14831]
27913         * elf/Makefile (tests): Add tst-audit8.
27914         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27915         ($(objpfx)tst-audit8.out): New target.
27916         (tst-audit8-ENV): New variable.
27917         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27918         audit if l_reloc_result is NULL.
27919         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27920         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27921         * elf/tst-audit8.c: New file.
27922
27923 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27924
27925         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27926         * misc/Makefile (CFLAGS-select.c): Define.
27927         * posix/Makefile (CFLAGS-pause.c): Define.
27928
27929 2012-11-13  David S. Miller  <davem@davemloft.net>
27930
27931         * crypt/Makefile: Move test targets after toplevel Rules
27932         inclusion.  Grab any necessary sysdep routines when linking.
27933         * crypt/md5.c (md5_process_block): Remove define, we will always
27934         name it __md5_process_block.
27935         (md5_finish_ctx): Update md5_process_block call.
27936         (md5_stream): Likewise.
27937         (md5_process_bytes): Likewise.
27938         (md5_process_block): Rename to __md5_process_block and move to ...
27939         * crypt/md5-block.c: ... here.
27940         * crypt/sha256.c (sha256_process_block): Move to ...
27941         * crypt/sha256-block.c: ... here.
27942         * crypt/sha512.c (sha512_process_block): Move to ...
27943         * crypt/sha512-block.c: ... here.
27944         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27945         path.
27946         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27947         * sysdeps/sparc/sparc64/multiarch/Makefile
27948         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27949         crypt subdir.
27950         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27951         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27952         multiarch changes.
27953         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27954         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27955         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27956         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27957         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27958         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27959         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27960         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27961         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27962         file.
27963         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27964         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27965         file.
27966         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27967
27968 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27969
27970         * timezone/tzselect.ksh: Update from tzcode git revision
27971         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27972         * timezone/zdump.c: Likewise.
27973         * timezone/zic.c: Likewise.
27974         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27975         in TZVERSION setting, not $(PKGVERSION).
27976         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27977         REPORT_BUGS_TO settings.
27978
27979         [BZ #14838]
27980         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27981         macro.
27982
27983 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27984
27985         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27986         detection to immediately after _FP_ROUND().
27987         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27988         bits are 0.
27989
27990 2012-11-11  David S. Miller  <davem@davemloft.net>
27991
27992         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27993         inttypes.h
27994         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27995         __close rather than their public counterparts.
27996
27997 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27998
27999         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28000         file.
28001         [UNIX98] (sem_timedwait): Do not expect.
28002         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28003         [XPG4 || UNIX98] (sockatmark): Do not expect.
28004         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28005         (clock_getcpuclockid): Do not expect.
28006         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28007         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28008         Do not expect.
28009         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28010         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28011         [UNIX98] (vwscanf): Likewise.
28012         [UNIX98] (vswscanf): Likewise.
28013
28014 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28015
28016         * timezone/version.h: Remove file.
28017         * timezone/README: Do not refer to version.h.
28018         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28019         $(objpfx)version.h.
28020         ($(objpfx)zdump.o): Likewise.
28021         ($(objpfx)version.h): New target.
28022
28023         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28024         2012i.
28025         * timezone/README: Don't mention modification to tzselect.ksh.
28026         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28027         work on unmodified tzselect.ksh.  Substitute version numbers in
28028         tzselect.ksh.
28029
28030         * Makefile (format-me): Remove.
28031         (INSTALL): Adjust indentation.  Use commands directly instead of
28032         using $(format-me).
28033
28034         * aclocal.m4 (ACX_PKGVERSION): New macro.
28035         (ACX_BUGURL): Likewise.
28036         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28037         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28038         (REPORT_BUGS_TO): Likewise.
28039         * configure: Regenerated.
28040         * config.h.in (PKGVERSION): New macro.
28041         (REPORT_BUGS_TO): Likewise.
28042         * config.make.in (PKGVERSION): New variable.
28043         (PKGVERSION_TEXI): Likewise.
28044         (REPORT_BUGS_TO): Likewise.
28045         (REPORT_BUGS_TEXI): Likewise.
28046         * Makefile (format-me): Use -I$(common-objpfx)manual.
28047         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28048         ($(common-objpfx)manual/%): New target.
28049         (manual/%): Remove target.
28050         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28051         (print_version): Use PKGVERSION.
28052         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28053         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28054         and REPORT_BUGS_TO.
28055         ($(objpfx)xtrace): Likewise.
28056         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28057         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28058         (print_version): Use PKGVERSION.
28059         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28060         (do_version): Use PKGVERSION.
28061         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28062         REPORT_BUGS_TO.
28063         (common-ldd-rewrite): Likewise.
28064         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28065         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28066         (print_version): Use PKGVERSION.
28067         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28068         * elf/pldd.c (argp_program_bug_address): Remove variable.
28069         (more_help): New function.
28070         (argp): Use more_help.
28071         (print_version): Use PKGVERSION.
28072         * elf/sln.c (main): Use PKGVERSION.
28073         (usage): Use REPORT_BUGS_TO.
28074         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28075         (top level): Use PKGVERSION.
28076         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28077         (print_version): Use PKGVERSION.
28078         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28079         (print_version): Use PKGVERSION.
28080         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28081         (print_version): Use PKGVERSION.
28082         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28083         (print_version): Use PKGVERSION.
28084         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28085         (print_version): Use PKGVERSION.
28086         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28087         (print_version): Use PKGVERSION.
28088         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28089         and BUGURL.
28090         ($(objpfx)memusage): Likewise.
28091         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28092         (do_version): Use PKGVERSION.
28093         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28094         (print_version): Use PKGVERSION.
28095         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28096         ($PKGVERSION): New variable.
28097         ($REPORT_BUGS_TO): Likewise.
28098         (usage): Use $REPORT_BUGS_TO.
28099         (top level): Use $PKGVERSION.
28100         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28101         ($(objpfx)pkgvers.texi): New rule.
28102         ($(objpfx)stamp-pkgvers): Likewise.
28103         * manual/install.texi: Include pkgvers.texi.
28104         (--with-pkgversion): Document new configure option.
28105         (--with-bugurl): Likewise.
28106         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28107         than necessarily for this particular distribution.  Use
28108         REPORT_BUGS_TO for where to report bugs.
28109         * INSTALL: Regenerated.
28110         * manual/libc.texinfo: Include pkgvers.texi.
28111         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28112         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28113         (print_version): Use PKGVERSION.
28114         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28115         (print_version): Use PKGVERSION.
28116         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28117         (print_version): Use PKGVERSION.
28118         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28119         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28120         macro.
28121         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28122         (print_version): Use PKGVERSION.
28123         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28124         (print_version): Use PKGVERSION.
28125         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28126         and PKGVERSION.
28127
28128         * timezone/checktab.awk: Update from tzcode 2012i.
28129         * timezone/ialloc.c: Likewise.
28130         * timezone/private.h: Likewise.
28131         * timezone/scheck.c: Likewise.
28132         * timezone/tzfile.h: Likewise.
28133         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28134         (TZVERSION): Hardcode tzcode version number.
28135         * timezone/zdump.c: Update from tzcode 2012i.
28136         * timezone/zic.c: Likewise.
28137         * timezone/version.h: New file.
28138         * timezone/README: Describe version.h.  Update upstream location.
28139
28140         [BZ #14824]
28141         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28142         (mktemp): Enable declaration.
28143         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28144         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28145         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28146         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28147         Likewise.
28148         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28149         Likewise.
28150         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28151         Likewise.
28152         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28153         Likewise.
28154         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28155         Likewise.
28156         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28157         Likewise.
28158
28159         [BZ #14821]
28160         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28161         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28162         for copies of such integer values.
28163         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28164         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28165
28166 2012-11-09  Andreas Jaeger  <aj@suse.de>
28167
28168         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28169         definitions and declarations that are provided by
28170         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28171
28172 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28173
28174         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28175         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28176         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28177         definition.
28178
28179 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28180
28181         * elf/elf.h: Update comment before AArch64 relocations.
28182
28183 2012-11-07  David S. Miller  <davem@davemloft.net>
28184
28185         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28186         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28187         (__start_context): Declare.
28188         (__makecontext_ret): Delete.
28189         (__makecontext): Hook up __start_context instead of
28190         __makecontext_ret.
28191         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28192         (sysdep_routines): Add __start_context when in stdlib.
28193
28194 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28195
28196         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28197         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28198         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28199         hardcoded "nm".
28200         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28201         (READELF): New variable.  Use it instead of hardcoded "readelf".
28202
28203 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28204
28205         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28206         * sysdeps/x86/Makefile: Here.
28207         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28208         * sysdeps/x86/tst-xmmymm.sh: This.
28209
28210 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28211
28212         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28213         expectations.
28214         [UNIX98] (pthread_barrier_t): Do not expect.
28215         [UNIX98] (pthread_barrierattr_t): Likewise.
28216         [UNIX98] (pthread_spinlock_t): Likewise.
28217         [UNIX98] (pthread_barrier_destroy): Likewise.
28218         [UNIX98] (pthread_barrier_init): Likewise.
28219         [UNIX98] (pthread_barrier_wait): Likewise.
28220         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28221         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28222         [UNIX98] (pthread_barrierattr_init): Likewise.
28223         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28224         [UNIX98] (pthread_getcpuclockid): Likewise.
28225         [UNIX98] (pthread_mutex_timedlock): Likewise.
28226         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28227         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28228         [UNIX98] (pthread_sigmask): Likewise.
28229         [UNIX98] (pthread_spin_destroy): Likewise.
28230         [UNIX98] (pthread_spin_init): Likewise.
28231         [UNIX98] (pthread_spin_lock): Likewise.
28232         [UNIX98] (pthread_spin_trylock): Likewise.
28233         [UNIX98] (pthread_spin_unlock): Likewise.
28234         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28235         Do not expect.
28236         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28237         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28238         [XPG3 || XPG4] (pthread_cond_t): Likewise.
28239         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28240         [XPG3 || XPG4] (pthread_key_t): Likewise.
28241         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28242         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28243         [XPG3 || XPG4] (pthread_once_t): Likewise.
28244         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28245         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28246         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28247         [XPG3 || XPG4] (pthread_t): Likewise.
28248
28249         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28250         not expect.
28251         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28252
28253         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28254         Change function return type to int.
28255
28256         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28257         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28258         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28259         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28260         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28261         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28262         [!POSIX] (posix_madvise): Likewise.
28263         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28264         && !UNIX98].
28265         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28266         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28267         (mode_t): Likewise.
28268         (posix_mem_offset): Likewise.
28269         (posix_typed_mem_get_info): Likewise.
28270         (posix_typed_mem_open): Likewise.
28271
28272         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28273         Change condition to [XOPEN2K8].
28274
28275         * conform/conformtest.pl: Preprocess allow-header data with -x c
28276         instead of from stdin.
28277         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28278         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28279         [C99-based standards] (cerfc): Likewise.
28280         [C99-based standards] (cexp2): Likewise.
28281         [C99-based standards] (cexpm1): Likewise.
28282         [C99-based standards] (clog10): Likewise.
28283         [C99-based standards] (clog1p): Likewise.
28284         [C99-based standards] (clog2): Likewise.
28285         [C99-based standards] (clgamma): Likewise.
28286         [C99-based standards] (ctgamma): Likewise.
28287         [C99-based standards] (cerff): Likewise.
28288         [C99-based standards] (cerfcf): Likewise.
28289         [C99-based standards] (cexp2f): Likewise.
28290         [C99-based standards] (cexpm1f): Likewise.
28291         [C99-based standards] (clog10f): Likewise.
28292         [C99-based standards] (clog1pf): Likewise.
28293         [C99-based standards] (clog2f): Likewise.
28294         [C99-based standards] (clgammaf): Likewise.
28295         [C99-based standards] (ctgammaf): Likewise.
28296         [C99-based standards] (cerfl): Likewise.
28297         [C99-based standards] (cerfcl): Likewise.
28298         [C99-based standards] (cexp2l): Likewise.
28299         [C99-based standards] (cexpm1l): Likewise.
28300         [C99-based standards] (clog10l): Likewise.
28301         [C99-based standards] (clog1pl): Likewise.
28302         [C99-based standards] (clog2l): Likewise.
28303         [C99-based standards] (clgammal): Likewise.
28304         [C99-based standards] (ctgammal): Likewise.
28305         * conform/data/inttypes.h-data [C99-based standards]: Include
28306         stdint.h-data.  Remove all expectations for stdint.h contents.
28307         [C99-based standards] (PRI*): Do not allow.
28308         [C99-based standards] (SCN*): Likewise.
28309         [C99-based standards] (*_t): Likewise.
28310         [C99-based-standards] (PRId8): Expect macro.
28311         [C99-based-standards] (PRIi8): Likewise.
28312         [C99-based-standards] (PRIo8): Likewise.
28313         [C99-based-standards] (PRIu8): Likewise.
28314         [C99-based-standards] (PRIx8): Likewise.
28315         [C99-based-standards] (PRIX8): Likewise.
28316         [C99-based-standards] (SCNd8): Likewise.
28317         [C99-based-standards] (SCNi8): Likewise.
28318         [C99-based-standards] (SCNo8): Likewise.
28319         [C99-based-standards] (SCNu8): Likewise.
28320         [C99-based-standards] (SCNx8): Likewise.
28321         [C99-based-standards] (PRIdLEAST8): Likewise.
28322         [C99-based-standards] (PRIiLEAST8): Likewise.
28323         [C99-based-standards] (PRIoLEAST8): Likewise.
28324         [C99-based-standards] (PRIuLEAST8): Likewise.
28325         [C99-based-standards] (PRIxLEAST8): Likewise.
28326         [C99-based-standards] (PRIXLEAST8): Likewise.
28327         [C99-based-standards] (SCNdLEAST8): Likewise.
28328         [C99-based-standards] (SCNiLEAST8): Likewise.
28329         [C99-based-standards] (SCNoLEAST8): Likewise.
28330         [C99-based-standards] (SCNuLEAST8): Likewise.
28331         [C99-based-standards] (SCNxLEAST8): Likewise.
28332         [C99-based-standards] (PRIdFAST8): Likewise.
28333         [C99-based-standards] (PRIiFAST8): Likewise.
28334         [C99-based-standards] (PRIoFAST8): Likewise.
28335         [C99-based-standards] (PRIuFAST8): Likewise.
28336         [C99-based-standards] (PRIxFAST8): Likewise.
28337         [C99-based-standards] (PRIXFAST8): Likewise.
28338         [C99-based-standards] (SCNdFAST8): Likewise.
28339         [C99-based-standards] (SCNiFAST8): Likewise.
28340         [C99-based-standards] (SCNoFAST8): Likewise.
28341         [C99-based-standards] (SCNuFAST8): Likewise.
28342         [C99-based-standards] (SCNxFAST8): Likewise.
28343         [C99-based-standards] (PRId16): Likewise.
28344         [C99-based-standards] (PRIi16): Likewise.
28345         [C99-based-standards] (PRIo16): Likewise.
28346         [C99-based-standards] (PRIu16): Likewise.
28347         [C99-based-standards] (PRIx16): Likewise.
28348         [C99-based-standards] (PRIX16): Likewise.
28349         [C99-based-standards] (SCNd16): Likewise.
28350         [C99-based-standards] (SCNi16): Likewise.
28351         [C99-based-standards] (SCNo16): Likewise.
28352         [C99-based-standards] (SCNu16): Likewise.
28353         [C99-based-standards] (SCNx16): Likewise.
28354         [C99-based-standards] (PRIdLEAST16): Likewise.
28355         [C99-based-standards] (PRIiLEAST16): Likewise.
28356         [C99-based-standards] (PRIoLEAST16): Likewise.
28357         [C99-based-standards] (PRIuLEAST16): Likewise.
28358         [C99-based-standards] (PRIxLEAST16): Likewise.
28359         [C99-based-standards] (PRIXLEAST16): Likewise.
28360         [C99-based-standards] (SCNdLEAST16): Likewise.
28361         [C99-based-standards] (SCNiLEAST16): Likewise.
28362         [C99-based-standards] (SCNoLEAST16): Likewise.
28363         [C99-based-standards] (SCNuLEAST16): Likewise.
28364         [C99-based-standards] (SCNxLEAST16): Likewise.
28365         [C99-based-standards] (PRIdFAST16): Likewise.
28366         [C99-based-standards] (PRIiFAST16): Likewise.
28367         [C99-based-standards] (PRIoFAST16): Likewise.
28368         [C99-based-standards] (PRIuFAST16): Likewise.
28369         [C99-based-standards] (PRIxFAST16): Likewise.
28370         [C99-based-standards] (PRIXFAST16): Likewise.
28371         [C99-based-standards] (SCNdFAST16): Likewise.
28372         [C99-based-standards] (SCNiFAST16): Likewise.
28373         [C99-based-standards] (SCNoFAST16): Likewise.
28374         [C99-based-standards] (SCNuFAST16): Likewise.
28375         [C99-based-standards] (SCNxFAST16): Likewise.
28376         [C99-based-standards] (PRId32): Likewise.
28377         [C99-based-standards] (PRIi32): Likewise.
28378         [C99-based-standards] (PRIo32): Likewise.
28379         [C99-based-standards] (PRIu32): Likewise.
28380         [C99-based-standards] (PRIx32): Likewise.
28381         [C99-based-standards] (PRIX32): Likewise.
28382         [C99-based-standards] (SCNd32): Likewise.
28383         [C99-based-standards] (SCNi32): Likewise.
28384         [C99-based-standards] (SCNo32): Likewise.
28385         [C99-based-standards] (SCNu32): Likewise.
28386         [C99-based-standards] (SCNx32): Likewise.
28387         [C99-based-standards] (PRIdLEAST32): Likewise.
28388         [C99-based-standards] (PRIiLEAST32): Likewise.
28389         [C99-based-standards] (PRIoLEAST32): Likewise.
28390         [C99-based-standards] (PRIuLEAST32): Likewise.
28391         [C99-based-standards] (PRIxLEAST32): Likewise.
28392         [C99-based-standards] (PRIXLEAST32): Likewise.
28393         [C99-based-standards] (SCNdLEAST32): Likewise.
28394         [C99-based-standards] (SCNiLEAST32): Likewise.
28395         [C99-based-standards] (SCNoLEAST32): Likewise.
28396         [C99-based-standards] (SCNuLEAST32): Likewise.
28397         [C99-based-standards] (SCNxLEAST32): Likewise.
28398         [C99-based-standards] (PRIdFAST32): Likewise.
28399         [C99-based-standards] (PRIiFAST32): Likewise.
28400         [C99-based-standards] (PRIoFAST32): Likewise.
28401         [C99-based-standards] (PRIuFAST32): Likewise.
28402         [C99-based-standards] (PRIxFAST32): Likewise.
28403         [C99-based-standards] (PRIXFAST32): Likewise.
28404         [C99-based-standards] (SCNdFAST32): Likewise.
28405         [C99-based-standards] (SCNiFAST32): Likewise.
28406         [C99-based-standards] (SCNoFAST32): Likewise.
28407         [C99-based-standards] (SCNuFAST32): Likewise.
28408         [C99-based-standards] (SCNxFAST32): Likewise.
28409         [C99-based-standards] (PRId64): Likewise.
28410         [C99-based-standards] (PRIi64): Likewise.
28411         [C99-based-standards] (PRIo64): Likewise.
28412         [C99-based-standards] (PRIu64): Likewise.
28413         [C99-based-standards] (PRIx64): Likewise.
28414         [C99-based-standards] (PRIX64): Likewise.
28415         [C99-based-standards] (SCNd64): Likewise.
28416         [C99-based-standards] (SCNi64): Likewise.
28417         [C99-based-standards] (SCNo64): Likewise.
28418         [C99-based-standards] (SCNu64): Likewise.
28419         [C99-based-standards] (SCNx64): Likewise.
28420         [C99-based-standards] (PRIdLEAST64): Likewise.
28421         [C99-based-standards] (PRIiLEAST64): Likewise.
28422         [C99-based-standards] (PRIoLEAST64): Likewise.
28423         [C99-based-standards] (PRIuLEAST64): Likewise.
28424         [C99-based-standards] (PRIxLEAST64): Likewise.
28425         [C99-based-standards] (PRIXLEAST64): Likewise.
28426         [C99-based-standards] (SCNdLEAST64): Likewise.
28427         [C99-based-standards] (SCNiLEAST64): Likewise.
28428         [C99-based-standards] (SCNoLEAST64): Likewise.
28429         [C99-based-standards] (SCNuLEAST64): Likewise.
28430         [C99-based-standards] (SCNxLEAST64): Likewise.
28431         [C99-based-standards] (PRIdFAST64): Likewise.
28432         [C99-based-standards] (PRIiFAST64): Likewise.
28433         [C99-based-standards] (PRIoFAST64): Likewise.
28434         [C99-based-standards] (PRIuFAST64): Likewise.
28435         [C99-based-standards] (PRIxFAST64): Likewise.
28436         [C99-based-standards] (PRIXFAST64): Likewise.
28437         [C99-based-standards] (SCNdFAST64): Likewise.
28438         [C99-based-standards] (SCNiFAST64): Likewise.
28439         [C99-based-standards] (SCNoFAST64): Likewise.
28440         [C99-based-standards] (SCNuFAST64): Likewise.
28441         [C99-based-standards] (SCNxFAST64): Likewise.
28442         [C99-based-standards] (PRIdMAX): Likewise.
28443         [C99-based-standards] (PRIiMAX): Likewise.
28444         [C99-based-standards] (PRIoMAX): Likewise.
28445         [C99-based-standards] (PRIuMAX): Likewise.
28446         [C99-based-standards] (PRIxMAX): Likewise.
28447         [C99-based-standards] (PRIXMAX): Likewise.
28448         [C99-based-standards] (SCNdMAX): Likewise.
28449         [C99-based-standards] (SCNiMAX): Likewise.
28450         [C99-based-standards] (SCNoMAX): Likewise.
28451         [C99-based-standards] (SCNuMAX): Likewise.
28452         [C99-based-standards] (SCNxMAX): Likewise.
28453         [C99-based-standards] (PRIdPTR): Likewise.
28454         [C99-based-standards] (PRIiPTR): Likewise.
28455         [C99-based-standards] (PRIoPTR): Likewise.
28456         [C99-based-standards] (PRIuPTR): Likewise.
28457         [C99-based-standards] (PRIxPTR): Likewise.
28458         [C99-based-standards] (PRIXPTR): Likewise.
28459         [C99-based-standards] (SCNdPTR): Likewise.
28460         [C99-based-standards] (SCNiPTR): Likewise.
28461         [C99-based-standards] (SCNoPTR): Likewise.
28462         [C99-based-standards] (SCNuPTR): Likewise.
28463         [C99-based-standards] (SCNxPTR): Likewise.
28464         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28465         allow.
28466         * conform/data/stdint.h-data: Update comments to clarify
28467         requirements.
28468         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28469         type.
28470         [C99-based standards] (INT8_MAX): Likewise.
28471         [C99-based standards] (INT16_MIN): Likewise.
28472         [C99-based standards] (INT16_MAX): Likewise.
28473         [C99-based standards] (INT32_MIN): Likewise.
28474         [C99-based standards] (INT32_MAX): Likewise.
28475         [C99-based standards] (INT64_MIN): Likewise.
28476         [C99-based standards] (INT64_MAX): Likewise.
28477         [C99-based standards] (UINT8_MAX): Likewise.
28478         [C99-based standards] (UINT16_MAX): Likewise.
28479         [C99-based standards] (UINT32_MAX): Likewise.
28480         [C99-based standards] (UINT64_MAX): Likewise.
28481         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28482         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28483         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28484         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28485         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28486         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28487         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28488         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28489         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28490         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28491         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28492         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28493         [C99-based standards] (INT_FAST8_MIN): Likewise.
28494         [C99-based standards] (INT_FAST8_MAX): Likewise.
28495         [C99-based standards] (INT_FAST16_MIN): Likewise.
28496         [C99-based standards] (INT_FAST16_MAX): Likewise.
28497         [C99-based standards] (INT_FAST32_MIN): Likewise.
28498         [C99-based standards] (INT_FAST32_MAX): Likewise.
28499         [C99-based standards] (INT_FAST64_MIN): Likewise.
28500         [C99-based standards] (INT_FAST64_MAX): Likewise.
28501         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28502         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28503         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28504         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28505         [C99-based standards] (INTPTR_MIN): Likewise.
28506         [C99-based standards] (INTPTR_MAX): Likewise.
28507         [C99-based standards] (UINTPTR_MAX): Likewise.
28508         [C99-based standards] (INTMAX_MIN): Likewise.
28509         [C99-based standards] (INTMAX_MAX): Likewise.
28510         [C99-based standards] (UINTMAX_MAX): Likewise.
28511         [C99-based standards] (PTRDIFF_MIN): Likewise.
28512         [C99-based standards] (PTRDIFF_MAX): Likewise.
28513         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28514         [C99-based standards] (SIZE_MAX): Likewise.
28515         [C99-based standards] (WCHAR_MAX): Likewise.
28516         [C99-based standards] (WINT_MAX): Likewise.
28517         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28518         constraint on value.
28519         [C99-based standards] (WCHAR_MIN): Likewise.
28520         [C99-based standards] (WINT_MIN): Likewise.
28521         [C99-based standards] (*_t): Allow.
28522         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28523         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28524         Include math.h-data and complex.h-data.  Remove all expectations
28525         of math.h and complex.h contents.
28526         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28527         at end of line.
28528         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28529         (struct tm): Expect tag.
28530         [C99-based-standards] (wcstof): Expect function.
28531         [C99-based-standards] (wcstold): Likewise.
28532         [C99-based-standards] (wcstoll): Likewise.
28533         [C99-based-standards] (wcstoull): Likewise.
28534         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28535         macro-int-constant.  Specify type.
28536         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28537         constraint on value.
28538         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28539         Specify type.
28540         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28541         Specify value.
28542         [ISO C standards]: Do not allow headers.
28543         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28544         wcs[abcdefghijklmnopqrstuvwxyz]*.
28545         [ISO C standards] (*_t): Do not allow.
28546         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28547         Expect function.
28548         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28549         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28550         Specify type.
28551         [ISO C standards]: Do not allow headers.
28552         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28553         is[abcdefghijklmnopqrstuvwxyz]*.
28554         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28555         to[abcdefghijklmnopqrstuvwxyz]*.
28556         [ISO C standards] (*_t): Do not allow.
28557         * conform/data/stdalign.h-data: New file.
28558         * conform/data/stdbool.h-data: Likewise.
28559         * conform/data/stdnoreturn.h-data: Likewise.
28560
28561 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28562
28563         [BZ #14815]
28564         * manual/filesys.texi (Directory Entries): Typo fix.
28565         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28566
28567 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28568
28569         * elf/elf.h (EM_AARCH64): New macro.
28570         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28571         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28572         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28573         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28574         (R_AARCH64_TLSDESC): Likewise.
28575         (NT_ARM_TLS): Likewise.
28576         (NT_ARM_HW_BREAK): Likewise.
28577         (NT_ARM_HW_WATCH): Likewise.
28578
28579 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28580
28581         [BZ #14811]
28582         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28583         (__ieee754_powl): Saturate nonzero exponents with absolute value
28584         below 0x1p-79 to +/- 0x1p-79.
28585         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28586         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28587         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28588         nonzero exponents with absolute value below 0x1p-32 to +/-
28589         0x1p-32.
28590         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28591         (__ieee754_powl): Saturate nonzero exponents with absolute value
28592         below 0x1p-79 to +/- 0x1p-79.
28593         * math/libm-test.inc (pow_test): Add more tests.
28594
28595 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28596
28597         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28598         _dl_s390_cap_flags with kernel. Increase string length.
28599         (_dl_s390_platforms): Add z196 and zEC12.
28600
28601 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28602
28603         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28604         Change XOPEN21K to XOPEN2K.
28605
28606 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28607
28608         * string/memmove.c: Use memcpy when possible.
28609
28610 2012-11-06  Andreas Jaeger  <aj@suse.de>
28611
28612         * po/eo.po: Update from translation team.
28613
28614 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28615
28616         [BZ #14793]
28617         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28618         exponent and small x and y exponents, scale x or y up.  Increase
28619         by 2 the exponent used in scaling up.
28620         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28621         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28622         * math/libm-test.inc (fma_test): Add more tests.
28623         (fma_test_towardzero): Likewise.
28624         (fma_test_downward): Likewise.
28625         (fma_test_upward): Likewise.
28626
28627 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28628
28629         [BZ #14805]
28630         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28631         fenv_t *.
28632
28633         [BZ #14801]
28634         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28635         namespace for names of struct fields.
28636         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28637         fenv_t fields.
28638         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28639         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28640
28641 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28642
28643         [BZ #3665]
28644         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28645
28646 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28647
28648         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28649         PTR_DEMANGLE.
28650
28651         [BZ #5246]
28652         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28653         PTR_DEMANGLE.
28654
28655 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28656
28657         [BZ #14797]
28658         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28659         definitely overflow as x * y not x * y + z.
28660         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28661         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28662         * math/libm-test.inc (fma_test): Add more tests.
28663         (fma_test_towardzero): Likewise.
28664         (fma_test_downward): Likewise.
28665         (fma_test_upward): Likewise.
28666
28667 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28668
28669         [BZ #157]
28670
28671         * include/stub-tag.h: Remove file.
28672         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28673         '#include' of it.
28674         * manual/maint.texi (Porting): Don't reference it.
28675         * Makerules ($(objpfx)stubs): Likewise.
28676         * dirent/closedir.c: Don't include <stub-tag.h>.
28677         * dirent/dirfd.c: Likewise.
28678         * dirent/fdopendir.c: Likewise.
28679         * dirent/getdents.c: Likewise.
28680         * dirent/getdents64.c: Likewise.
28681         * dirent/opendir.c: Likewise.
28682         * dirent/readdir.c: Likewise.
28683         * dirent/readdir64.c: Likewise.
28684         * dirent/readdir64_r.c: Likewise.
28685         * dirent/readdir_r.c: Likewise.
28686         * dirent/rewinddir.c: Likewise.
28687         * dirent/seekdir.c: Likewise.
28688         * dirent/telldir.c: Likewise.
28689         * gmon/profil.c: Likewise.
28690         * grp/setgroups.c: Likewise.
28691         * inet/if_index.c: Likewise.
28692         * io/access.c: Likewise.
28693         * io/chdir.c: Likewise.
28694         * io/chmod.c: Likewise.
28695         * io/chown.c: Likewise.
28696         * io/close.c: Likewise.
28697         * io/dup.c: Likewise.
28698         * io/dup2.c: Likewise.
28699         * io/dup3.c: Likewise.
28700         * io/euidaccess.c: Likewise.
28701         * io/faccessat.c: Likewise.
28702         * io/fchdir.c: Likewise.
28703         * io/fchmod.c: Likewise.
28704         * io/fchmodat.c: Likewise.
28705         * io/fchown.c: Likewise.
28706         * io/fchownat.c: Likewise.
28707         * io/fcntl.c: Likewise.
28708         * io/flock.c: Likewise.
28709         * io/fstatfs.c: Likewise.
28710         * io/fstatfs64.c: Likewise.
28711         * io/fstatvfs.c: Likewise.
28712         * io/fstatvfs64.c: Likewise.
28713         * io/futimens.c: Likewise.
28714         * io/fxstat.c: Likewise.
28715         * io/fxstat64.c: Likewise.
28716         * io/fxstatat.c: Likewise.
28717         * io/fxstatat64.c: Likewise.
28718         * io/getcwd.c: Likewise.
28719         * io/isatty.c: Likewise.
28720         * io/lchmod.c: Likewise.
28721         * io/lchown.c: Likewise.
28722         * io/link.c: Likewise.
28723         * io/linkat.c: Likewise.
28724         * io/lseek.c: Likewise.
28725         * io/lseek64.c: Likewise.
28726         * io/lxstat64.c: Likewise.
28727         * io/mkdir.c: Likewise.
28728         * io/mkdirat.c: Likewise.
28729         * io/mkfifo.c: Likewise.
28730         * io/mkfifoat.c: Likewise.
28731         * io/open.c: Likewise.
28732         * io/open64.c: Likewise.
28733         * io/openat.c: Likewise.
28734         * io/openat64.c: Likewise.
28735         * io/pipe.c: Likewise.
28736         * io/pipe2.c: Likewise.
28737         * io/poll.c: Likewise.
28738         * io/posix_fadvise.c: Likewise.
28739         * io/posix_fadvise64.c: Likewise.
28740         * io/posix_fallocate.c: Likewise.
28741         * io/posix_fallocate64.c: Likewise.
28742         * io/read.c: Likewise.
28743         * io/readlink.c: Likewise.
28744         * io/readlinkat.c: Likewise.
28745         * io/rmdir.c: Likewise.
28746         * io/sendfile.c: Likewise.
28747         * io/sendfile64.c: Likewise.
28748         * io/statfs.c: Likewise.
28749         * io/statfs64.c: Likewise.
28750         * io/statvfs.c: Likewise.
28751         * io/statvfs64.c: Likewise.
28752         * io/symlink.c: Likewise.
28753         * io/symlinkat.c: Likewise.
28754         * io/ttyname.c: Likewise.
28755         * io/ttyname_r.c: Likewise.
28756         * io/umask.c: Likewise.
28757         * io/unlink.c: Likewise.
28758         * io/unlinkat.c: Likewise.
28759         * io/utime.c: Likewise.
28760         * io/utimensat.c: Likewise.
28761         * io/write.c: Likewise.
28762         * io/xmknod.c: Likewise.
28763         * io/xmknodat.c: Likewise.
28764         * io/xstat.c: Likewise.
28765         * io/xstat64.c: Likewise.
28766         * login/getpt.c: Likewise.
28767         * login/grantpt.c: Likewise.
28768         * login/unlockpt.c: Likewise.
28769         * math/e_acoshl.c: Likewise.
28770         * math/e_acosl.c: Likewise.
28771         * math/e_asinl.c: Likewise.
28772         * math/e_atan2l.c: Likewise.
28773         * math/e_atanhl.c: Likewise.
28774         * math/e_coshl.c: Likewise.
28775         * math/e_expl.c: Likewise.
28776         * math/e_fmodl.c: Likewise.
28777         * math/e_gammal_r.c: Likewise.
28778         * math/e_hypotl.c: Likewise.
28779         * math/e_j0l.c: Likewise.
28780         * math/e_j1l.c: Likewise.
28781         * math/e_jnl.c: Likewise.
28782         * math/e_lgammal_r.c: Likewise.
28783         * math/e_log10l.c: Likewise.
28784         * math/e_log2l.c: Likewise.
28785         * math/e_logl.c: Likewise.
28786         * math/e_powl.c: Likewise.
28787         * math/e_rem_pio2l.c: Likewise.
28788         * math/e_sinhl.c: Likewise.
28789         * math/e_sqrtl.c: Likewise.
28790         * math/fclrexcpt.c: Likewise.
28791         * math/fedisblxcpt.c: Likewise.
28792         * math/feenablxcpt.c: Likewise.
28793         * math/fegetenv.c: Likewise.
28794         * math/fegetexcept.c: Likewise.
28795         * math/fegetround.c: Likewise.
28796         * math/feholdexcpt.c: Likewise.
28797         * math/fesetenv.c: Likewise.
28798         * math/fesetround.c: Likewise.
28799         * math/feupdateenv.c: Likewise.
28800         * math/fgetexcptflg.c: Likewise.
28801         * math/fraiseexcpt.c: Likewise.
28802         * math/fsetexcptflg.c: Likewise.
28803         * math/ftestexcept.c: Likewise.
28804         * math/k_cosl.c: Likewise.
28805         * math/k_rem_pio2l.c: Likewise.
28806         * math/k_sinl.c: Likewise.
28807         * math/k_tanl.c: Likewise.
28808         * math/s_asinhl.c: Likewise.
28809         * math/s_atanl.c: Likewise.
28810         * math/s_cbrtl.c: Likewise.
28811         * math/s_erfl.c: Likewise.
28812         * math/s_expm1l.c: Likewise.
28813         * math/s_log1pl.c: Likewise.
28814         * math/s_tanhl.c: Likewise.
28815         * misc/acct.c: Likewise.
28816         * misc/brk.c: Likewise.
28817         * misc/chflags.c: Likewise.
28818         * misc/chroot.c: Likewise.
28819         * misc/fchflags.c: Likewise.
28820         * misc/fgetxattr.c: Likewise.
28821         * misc/flistxattr.c: Likewise.
28822         * misc/fremovexattr.c: Likewise.
28823         * misc/fsetxattr.c: Likewise.
28824         * misc/fsync.c: Likewise.
28825         * misc/ftruncate.c: Likewise.
28826         * misc/futimes.c: Likewise.
28827         * misc/futimesat.c: Likewise.
28828         * misc/getdomain.c: Likewise.
28829         * misc/getdtsz.c: Likewise.
28830         * misc/gethostid.c: Likewise.
28831         * misc/gethostname.c: Likewise.
28832         * misc/getloadavg.c: Likewise.
28833         * misc/getpagesize.c: Likewise.
28834         * misc/getsysstats.c: Likewise.
28835         * misc/getxattr.c: Likewise.
28836         * misc/gtty.c: Likewise.
28837         * misc/ioctl.c: Likewise.
28838         * misc/lgetxattr.c: Likewise.
28839         * misc/listxattr.c: Likewise.
28840         * misc/llistxattr.c: Likewise.
28841         * misc/lremovexattr.c: Likewise.
28842         * misc/lsetxattr.c: Likewise.
28843         * misc/lutimes.c: Likewise.
28844         * misc/madvise.c: Likewise.
28845         * misc/mincore.c: Likewise.
28846         * misc/mlock.c: Likewise.
28847         * misc/mlockall.c: Likewise.
28848         * misc/mmap.c: Likewise.
28849         * misc/mprotect.c: Likewise.
28850         * misc/msync.c: Likewise.
28851         * misc/munlock.c: Likewise.
28852         * misc/munlockall.c: Likewise.
28853         * misc/munmap.c: Likewise.
28854         * misc/preadv.c: Likewise.
28855         * misc/preadv64.c: Likewise.
28856         * misc/ptrace.c: Likewise.
28857         * misc/pwritev.c: Likewise.
28858         * misc/pwritev64.c: Likewise.
28859         * misc/readv.c: Likewise.
28860         * misc/reboot.c: Likewise.
28861         * misc/remap_file_pages.c: Likewise.
28862         * misc/removexattr.c: Likewise.
28863         * misc/revoke.c: Likewise.
28864         * misc/select.c: Likewise.
28865         * misc/setdomain.c: Likewise.
28866         * misc/setegid.c: Likewise.
28867         * misc/seteuid.c: Likewise.
28868         * misc/sethostid.c: Likewise.
28869         * misc/sethostname.c: Likewise.
28870         * misc/setregid.c: Likewise.
28871         * misc/setreuid.c: Likewise.
28872         * misc/setxattr.c: Likewise.
28873         * misc/sstk.c: Likewise.
28874         * misc/stty.c: Likewise.
28875         * misc/swapoff.c: Likewise.
28876         * misc/swapon.c: Likewise.
28877         * misc/sync.c: Likewise.
28878         * misc/syncfs.c: Likewise.
28879         * misc/syscall.c: Likewise.
28880         * misc/truncate.c: Likewise.
28881         * misc/ualarm.c: Likewise.
28882         * misc/usleep.c: Likewise.
28883         * misc/ustat.c: Likewise.
28884         * misc/utimes.c: Likewise.
28885         * misc/vhangup.c: Likewise.
28886         * misc/writev.c: Likewise.
28887         * posix/_exit.c: Likewise.
28888         * posix/alarm.c: Likewise.
28889         * posix/execve.c: Likewise.
28890         * posix/fexecve.c: Likewise.
28891         * posix/fork.c: Likewise.
28892         * posix/fpathconf.c: Likewise.
28893         * posix/getaddrinfo.c: Likewise.
28894         * posix/getegid.c: Likewise.
28895         * posix/geteuid.c: Likewise.
28896         * posix/getgid.c: Likewise.
28897         * posix/getgroups.c: Likewise.
28898         * posix/getlogin.c: Likewise.
28899         * posix/getlogin_r.c: Likewise.
28900         * posix/getpgid.c: Likewise.
28901         * posix/getpid.c: Likewise.
28902         * posix/getppid.c: Likewise.
28903         * posix/getresgid.c: Likewise.
28904         * posix/getresuid.c: Likewise.
28905         * posix/getsid.c: Likewise.
28906         * posix/getuid.c: Likewise.
28907         * posix/glob64.c: Likewise.
28908         * posix/nanosleep.c: Likewise.
28909         * posix/pathconf.c: Likewise.
28910         * posix/pause.c: Likewise.
28911         * posix/posix_madvise.c: Likewise.
28912         * posix/pread.c: Likewise.
28913         * posix/pread64.c: Likewise.
28914         * posix/pwrite.c: Likewise.
28915         * posix/pwrite64.c: Likewise.
28916         * posix/sched_getaffinity.c: Likewise.
28917         * posix/sched_getp.c: Likewise.
28918         * posix/sched_gets.c: Likewise.
28919         * posix/sched_primax.c: Likewise.
28920         * posix/sched_primin.c: Likewise.
28921         * posix/sched_rr_gi.c: Likewise.
28922         * posix/sched_setaffinity.c: Likewise.
28923         * posix/sched_setp.c: Likewise.
28924         * posix/sched_sets.c: Likewise.
28925         * posix/sched_yield.c: Likewise.
28926         * posix/setgid.c: Likewise.
28927         * posix/setlogin.c: Likewise.
28928         * posix/setpgid.c: Likewise.
28929         * posix/setresgid.c: Likewise.
28930         * posix/setresuid.c: Likewise.
28931         * posix/setsid.c: Likewise.
28932         * posix/setuid.c: Likewise.
28933         * posix/sleep.c: Likewise.
28934         * posix/spawni.c: Likewise.
28935         * posix/sysconf.c: Likewise.
28936         * posix/times.c: Likewise.
28937         * posix/wait.c: Likewise.
28938         * posix/wait3.c: Likewise.
28939         * posix/wait4.c: Likewise.
28940         * posix/waitpid.c: Likewise.
28941         * resolv/gai_sigqueue.c: Likewise.
28942         * resource/getpriority.c: Likewise.
28943         * resource/getrlimit.c: Likewise.
28944         * resource/getrusage.c: Likewise.
28945         * resource/nice.c: Likewise.
28946         * resource/setpriority.c: Likewise.
28947         * resource/setrlimit.c: Likewise.
28948         * resource/ulimit.c: Likewise.
28949         * rt/aio_cancel.c: Likewise.
28950         * rt/aio_fsync.c: Likewise.
28951         * rt/aio_read.c: Likewise.
28952         * rt/aio_sigqueue.c: Likewise.
28953         * rt/aio_suspend.c: Likewise.
28954         * rt/aio_write.c: Likewise.
28955         * rt/clock_getres.c: Likewise.
28956         * rt/clock_gettime.c: Likewise.
28957         * rt/clock_nanosleep.c: Likewise.
28958         * rt/clock_settime.c: Likewise.
28959         * rt/lio_listio.c: Likewise.
28960         * rt/mq_close.c: Likewise.
28961         * rt/mq_getattr.c: Likewise.
28962         * rt/mq_notify.c: Likewise.
28963         * rt/mq_open.c: Likewise.
28964         * rt/mq_receive.c: Likewise.
28965         * rt/mq_send.c: Likewise.
28966         * rt/mq_setattr.c: Likewise.
28967         * rt/mq_timedreceive.c: Likewise.
28968         * rt/mq_timedsend.c: Likewise.
28969         * rt/mq_unlink.c: Likewise.
28970         * rt/shm_open.c: Likewise.
28971         * rt/shm_unlink.c: Likewise.
28972         * rt/timer_create.c: Likewise.
28973         * rt/timer_delete.c: Likewise.
28974         * rt/timer_getoverr.c: Likewise.
28975         * rt/timer_gettime.c: Likewise.
28976         * rt/timer_settime.c: Likewise.
28977         * setjmp/__longjmp.c: Likewise.
28978         * setjmp/setjmp.c: Likewise.
28979         * signal/kill.c: Likewise.
28980         * signal/killpg.c: Likewise.
28981         * signal/raise.c: Likewise.
28982         * signal/sigaction.c: Likewise.
28983         * signal/sigaltstack.c: Likewise.
28984         * signal/sigblock.c: Likewise.
28985         * signal/sigignore.c: Likewise.
28986         * signal/sigintr.c: Likewise.
28987         * signal/signal.c: Likewise.
28988         * signal/sigpause.c: Likewise.
28989         * signal/sigpending.c: Likewise.
28990         * signal/sigqueue.c: Likewise.
28991         * signal/sigreturn.c: Likewise.
28992         * signal/sigset.c: Likewise.
28993         * signal/sigsetmask.c: Likewise.
28994         * signal/sigstack.c: Likewise.
28995         * signal/sigsuspend.c: Likewise.
28996         * signal/sigtimedwait.c: Likewise.
28997         * signal/sigvec.c: Likewise.
28998         * signal/sigwait.c: Likewise.
28999         * signal/sigwaitinfo.c: Likewise.
29000         * signal/sysv_signal.c: Likewise.
29001         * socket/accept.c: Likewise.
29002         * socket/accept4.c: Likewise.
29003         * socket/bind.c: Likewise.
29004         * socket/connect.c: Likewise.
29005         * socket/getpeername.c: Likewise.
29006         * socket/getsockname.c: Likewise.
29007         * socket/getsockopt.c: Likewise.
29008         * socket/isfdtype.c: Likewise.
29009         * socket/listen.c: Likewise.
29010         * socket/recv.c: Likewise.
29011         * socket/recvfrom.c: Likewise.
29012         * socket/recvmsg.c: Likewise.
29013         * socket/send.c: Likewise.
29014         * socket/sendmsg.c: Likewise.
29015         * socket/sendto.c: Likewise.
29016         * socket/setsockopt.c: Likewise.
29017         * socket/shutdown.c: Likewise.
29018         * socket/sockatmark.c: Likewise.
29019         * socket/socket.c: Likewise.
29020         * socket/socketpair.c: Likewise.
29021         * stdio-common/ctermid.c: Likewise.
29022         * stdio-common/cuserid.c: Likewise.
29023         * stdio-common/remove.c: Likewise.
29024         * stdio-common/rename.c: Likewise.
29025         * stdio-common/renameat.c: Likewise.
29026         * stdio-common/tempname.c: Likewise.
29027         * stdlib/getcontext.c: Likewise.
29028         * stdlib/makecontext.c: Likewise.
29029         * stdlib/setcontext.c: Likewise.
29030         * stdlib/swapcontext.c: Likewise.
29031         * stdlib/system.c: Likewise.
29032         * streams/fattach.c: Likewise.
29033         * streams/fdetach.c: Likewise.
29034         * streams/getmsg.c: Likewise.
29035         * streams/getpmsg.c: Likewise.
29036         * streams/putmsg.c: Likewise.
29037         * streams/putpmsg.c: Likewise.
29038         * sysdeps/unix/bsd/getpt.c: Likewise.
29039         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29040         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29041         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29043         Likewise.
29044         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29045         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29046         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29047         * sysvipc/msgctl.c: Likewise.
29048         * sysvipc/msgget.c: Likewise.
29049         * sysvipc/msgrcv.c: Likewise.
29050         * sysvipc/msgsnd.c: Likewise.
29051         * sysvipc/semctl.c: Likewise.
29052         * sysvipc/semget.c: Likewise.
29053         * sysvipc/semop.c: Likewise.
29054         * sysvipc/semtimedop.c: Likewise.
29055         * sysvipc/shmat.c: Likewise.
29056         * sysvipc/shmctl.c: Likewise.
29057         * sysvipc/shmdt.c: Likewise.
29058         * sysvipc/shmget.c: Likewise.
29059         * termios/tcdrain.c: Likewise.
29060         * termios/tcflow.c: Likewise.
29061         * termios/tcflush.c: Likewise.
29062         * termios/tcgetattr.c: Likewise.
29063         * termios/tcgetpgrp.c: Likewise.
29064         * termios/tcsendbrk.c: Likewise.
29065         * termios/tcsetattr.c: Likewise.
29066         * termios/tcsetpgrp.c: Likewise.
29067         * time/adjtime.c: Likewise.
29068         * time/clock.c: Likewise.
29069         * time/getitimer.c: Likewise.
29070         * time/gettimeofday.c: Likewise.
29071         * time/setitimer.c: Likewise.
29072         * time/settimeofday.c: Likewise.
29073         * time/stime.c: Likewise.
29074         * time/time.c: Likewise.
29075
29076 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29077
29078         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29079         /usr/old/bin.
29080
29081         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29082         instead of spaces.
29083         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29084
29085 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29086
29087         [BZ #14796]
29088         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29089         FE_TONEAREST before applying Dekker multiplication and Knuth
29090         addition.  Clear inexact exceptions and check for exact zero
29091         results afterwards.
29092         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29093         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29094         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29095         * math/libm-test.inc (fma_test): Add more tests.
29096         (fma_test_towardzero): Likewise.
29097         (fma_test_downward): Likewise.
29098         (fma_test_upward): Likewise.
29099         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29100         function.
29101         (libc_fesetround): New macro.
29102         (libc_fesetroundf): Likewise.
29103         (libc_fesetroundl): Likewise.
29104         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29105         function.
29106         (libc_fesetround_387): Likewise.
29107         (libc_fesetroundf): New macro.
29108         (libc_fesetround): Likewise.
29109         (libc_fesetroundl): Likewise.
29110         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29111         function.
29112         (libc_fesetroundf): New macro.
29113         (libc_fesetround): Likewise.
29114         (libc_fesetroundl): Likewise.
29115         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29116         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29117         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29118         libm_hidden_ver.
29119         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29120         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29121         libm_hidden_def.
29122         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29123         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29124         libm_hidden_ver.
29125         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29126         libm_hidden_def.
29127
29128         [BZ #3439]
29129         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29130         integer constant usable in #if and use that to give value to enum
29131         constant.
29132         (FE_DIVBYZERO): Likewise.
29133         (FE_UNDERFLOW): Likewise.
29134         (FE_OVERFLOW): Likewise.
29135         (FE_INVALID): Likewise.
29136         (FE_INVALID_SNAN): Likewise.
29137         (FE_INVALID_ISI): Likewise.
29138         (FE_INVALID_IDI): Likewise.
29139         (FE_INVALID_ZDZ): Likewise.
29140         (FE_INVALID_IMZ): Likewise.
29141         (FE_INVALID_COMPARE): Likewise.
29142         (FE_INVALID_SOFTWARE): Likewise.
29143         (FE_INVALID_SQRT): Likewise.
29144         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29145         (FE_TONEAREST): Likewise.
29146         (FE_TOWARDZERO): Likewise.
29147         (FE_UPWARD): Likewise.
29148         (FE_DOWNWARD): Likewise.
29149         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29150         (FE_DIVBYZERO): Likewise.
29151         (FE_OVERFLOW): Likewise.
29152         (FE_UNDERFLOW): Likewise.
29153         (FE_INEXACT): Likewise.
29154         (FE_TONEAREST): Likewise.
29155         (FE_DOWNWARD): Likewise.
29156         (FE_UPWARD): Likewise.
29157         (FE_TOWARDZERO): Likewise.
29158         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29159         (FE_UNDERFLOW): Likewise.
29160         (FE_OVERFLOW): Likewise.
29161         (FE_DIVBYZERO): Likewise.
29162         (FE_INVALID): Likewise.
29163         (FE_TONEAREST): Likewise.
29164         (FE_TOWARDZERO): Likewise.
29165         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29166         (FE_OVERFLOW): Likewise.
29167         (FE_UNDERFLOW): Likewise.
29168         (FE_DIVBYZERO): Likewise.
29169         (FE_INEXACT): Likewise.
29170         (FE_TONEAREST): Likewise.
29171         (FE_TOWARDZERO): Likewise.
29172         (FE_UPWARD): Likewise.
29173         (FE_DOWNWARD): Likewise.
29174         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29175         (FE_DIVBYZERO): Likewise.
29176         (FE_OVERFLOW): Likewise.
29177         (FE_UNDERFLOW): Likewise.
29178         (FE_INEXACT): Likewise.
29179         (FE_TONEAREST): Likewise.
29180         (FE_DOWNWARD): Likewise.
29181         (FE_UPWARD): Likewise.
29182         (FE_TOWARDZERO): Likewise.
29183
29184 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29185
29186         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29187
29188 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29189
29190         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29191         commands.  Quote $PWD.
29192         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29193         -x" by "export".
29194         (remove_newlines): Remove.
29195
29196 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29197
29198         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29199         * stdlib/stdlib.h (atof): Moved to ...
29200         * include/bits/stdlib-float.h: Here.  New file.
29201         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29202         * stdlib/bits/stdlib-float.h: New file.
29203         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29204         -mno-sse -mno-mmx.
29205         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29206         <xmmintrin.h>.
29207
29208 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29209
29210         * conform/conformtest.pl (@headers): Add fenv.h.
29211         * conform/data/fenv.h-data: New file.
29212         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29213         include of <math/fenv.h>.
29214
29215         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29216         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29217         && !UNIX98].  Enables tests for XOPEN2K8.
29218         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29219         POSIX2008]: Likewise.
29220
29221         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29222         (struct rusage): Do not expect type or its members.
29223
29224         [BZ #3439]
29225         * math/math.h (FP_NAN): Define macro to integer constant usable in
29226         #if and use that to give value to enum constant.
29227         (FP_INFINITE): Likewise.
29228         (FP_ZERO): Likewise.
29229         (FP_SUBNORMAL): Likewise.
29230         (FP_NORMAL): Likewise.
29231
29232 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
29233
29234         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29235         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29236         arguments.
29237
29238 2012-11-02  Roland McGrath  <roland@hack.frob.com>
29239
29240         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29241         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29242         autoconf-time if not.
29243         * configure.in: Remove AC_PREREQ.
29244
29245 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29246
29247         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29248         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29249         of the internal implementation.
29250
29251 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29252
29253         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29254         except include of <misc/sys/syslog.h>.
29255
29256 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29257
29258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29259         function returns with a NULL context exit with zero.
29260
29261 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29262
29263         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29264
29265 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
29266
29267         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29268         (run_program_cmd): This.
29269         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29270         (tst_langinfo): New variable.  Use it.
29271
29272 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
29273
29274         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29275         floating point opcodes.
29276
29277 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29278
29279         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29280         variable.
29281
29282         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29283
29284         * sysdeps/mach/hurd/powerpc: Remove directory.
29285         * sysdeps/mach/powerpc: Likewise.
29286
29287 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29288
29289         * scripts/check-local-headers.sh: Ignore c++ headers.
29290
29291 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29292
29293         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29294         __libc_cleanup_region_start argument.
29295
29296 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
29297
29298         [BZ #14784]
29299         [BZ #14785]
29300         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29301         x * y using scaling, not as x * y + z.
29302         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29303         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29304         * math/libm-test.inc (fma_test): Add more tests.
29305         (fma_test_towardzero): Likewise.
29306         (fma_test_downward): Likewise.
29307         (fma_test_upward): Likewise.
29308
29309 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29310
29311         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
29312
29313 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29314
29315         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
29316         New variable.
29317
29318 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
29319
29320         * rt/tst-shm.c (worker): Correct checking for mmap failure.
29321
29322 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29323
29324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29325         Fix sort order.
29326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29327         Likewise.
29328
29329 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29330
29331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29332         Fix the order of the list for glibc 2.17.
29333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29334         Likewise.
29335
29336 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29337
29338         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29339
29340 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29341
29342         [BZ #14610]
29343         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29344         for low part of x being zero before using __atanl (y).
29345         * math/libm-test.inc (atan2_test): Add another test.
29346
29347         * manual/install.texi (Configuring and compiling): Document
29348         general use of test-wrapper and test-wrapper-env.
29349         * INSTALL: Regenerated.
29350
29351         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29352         (__fma): Do not extract and scale down low bits on after-rounding
29353         systems when result rounded to normal precision would have normal
29354         exponent.
29355         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29356         (__fmal): Do not extract and scale down low bits on after-rounding
29357         systems when result rounded to normal precision would have normal
29358         exponent.
29359         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29360         (__fmal): Do not extract and scale down low bits on after-rounding
29361         systems when result rounded to normal precision would have normal
29362         exponent.
29363         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29364         macro.
29365         (fma_test): Add more tests.
29366         (fma_test_towardzero): Likewise.
29367         (fma_test_downward): Likewise.
29368         (fma_test_upward): Likewise.
29369
29370 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
29371
29372         * sysdeps/i386/tininess.h: Renamed to ...
29373         * sysdeps/x86/tininess.h: This.
29374         * sysdeps/x86_64/tininess.h: Removed.
29375
29376 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29377
29378         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29379         input.  Use $(build-program-cmd).
29380         ($(objpfx)tst-array1-static.out): Likewise.
29381         ($(objpfx)tst-array2.out): Likewise.
29382         ($(objpfx)tst-array3.out): Likewise.
29383         ($(objpfx)tst-array4.out): Likewise.
29384         ($(objpfx)tst-array5.out): Likewise.
29385         ($(objpfx)tst-array5-static.out): Likewise.
29386
29387 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
29388
29389         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29390         if defined.
29391
29392         * nss/nsswitch.h (nss_interface_function): Provide new
29393         macro for use with NSS functions.
29394         * grp/initgroups.c: Use new macro.
29395         * nss/getXXbyYY.c: Likewise.
29396         * nss/getXXbyYY_r.c: Likewise.
29397         * nss/getXXent.c: Likewise.
29398         * nss/getXXent_r.c: Likewise.
29399         * sysdeps/posix/getaddrinfo.c: Likewise.
29400
29401 2012-10-30  Andreas Jaeger  <aj@suse.de>
29402
29403         * po/ru.po: Update Russion translation from translation project.
29404
29405 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29406
29407         [BZ #14152]
29408         [BZ #14783]
29409         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29410         result and shift together with sticky bit instead of replicating
29411         round-to-nearest rounding.
29412         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29413         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29414         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
29415         missing underflow exceptions.
29416         (fma_test_towardzero): Add more tests.
29417         (fma_test_downward): Likewise.
29418         (fma_test_upward): Likewise.
29419
29420         [BZ #14047]
29421         * sysdeps/generic/tininess.h: New file.
29422         * sysdeps/i386/tininess.h: Likewise.
29423         * sysdeps/sh/tininess.h: Likewise.
29424         * sysdeps/x86_64/tininess.h: Likewise.
29425         * stdlib/tst-strtod-underflow.c: Likewise.
29426         * stdlib/tst-tininess.c: Likewise.
29427         * stdlib/strtod_l.c: Include <tininess.h>.
29428         (round_and_return): Do not set errno for exact underflow cases.
29429         Force an underflow exception when setting errno for underflow.
29430         Determine underflow based on rounding to normal precision if
29431         TININESS_AFTER_ROUNDING.
29432         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29433         ERANGE for exact underflow cases.
29434         * stdlib/Makefile (tests): Add tst-tininess and
29435         tst-strtod-underflow.
29436         ($(objpfx)tst-tininess): Use $(link-libm).
29437         ($(objpfx)tst-strtod-underflow): Likewise.
29438
29439 2012-10-30  Andreas Jaeger  <aj@suse.de>
29440
29441         [BZ#14767]
29442         * elf/Makefile (tests): Remove conditional for have-initfini-array
29443         since this is now always required and the variable does not exist
29444         anymore.
29445         (tests-static): Likewise.
29446         (modules-names): Likewise.
29447
29448         * po/eo.po: Add Esperanto translation from translation project.
29449
29450         * elf/tst-array1.c (fini_array): Make writeable so that it can be
29451         merged with constructor/destructor.
29452         (init_array): Likewise.
29453         * elf/tst-array2dep.c (fini_array): Likewise.
29454         (init_array): Likewise.
29455
29456 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
29457
29458         * manual/message.texi: Delete @cartouche tags.
29459
29460 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29461
29462         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29463         EOPNOTSUPP.
29464         * sysdeps/mach/hurd/fsync.c: Likewise.
29465
29466         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29467         [_POSIX_REALTIME_SIGNALS]: Change condition to
29468         [_POSIX_REALTIME_SIGNALS > 0].
29469
29470 2012-10-27  Andreas Jaeger  <aj@suse.de>
29471
29472         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29473         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29474         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29475         [__WORDSIZE != 64]: Likewise.
29476
29477 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29478
29479         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29480         *  iconvdata/tst-tables.sh: Likewise.
29481
29482 2012-10-25  David S. Miller  <davem@davemloft.net>
29483
29484         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29485         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29486         of strtoull.
29487
29488         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29489         ifunc-impl-list.c
29490         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29491         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29492         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29493         file.
29494
29495 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29496
29497         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29498         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29499         __getdirentries.
29500
29501 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29502             Jim Blandy  <jimb@codesourcery.com>
29503
29504         * scripts/cross-test-ssh.sh: New file.
29505         * manual/install.texi (Configuring and compiling): Document use of
29506         cross-test-ssh.sh.
29507         * INSTALL: Regenerated.
29508
29509 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29510
29511         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29512         EOPNOTSUPP.
29513
29514 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29515
29516         * Makeconfig (run-program-prefix): Fix comment.
29517
29518 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29519             Jim Blandy  <jimb@codesourcery.com>
29520
29521         * Makeconfig (test-wrapper): New variable,
29522         (test-wrapper-env): Likewise.
29523         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29524         (run-built-tests): Define to yes.
29525         (run-program-prefix): Use $(test-wrapper).
29526         (built-program-cmd): Likewise.
29527         * Rules (make-test-out): Use $(test-wrapper-env) and
29528         $(host-built-program-cmd).
29529         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29530         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29531         tst-pathopt.sh.
29532         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29533         $(test-wrapper-env) to tst-rtld-load-self.sh.
29534         ($(objpfx)order2.out): Use $(test-wrapper).
29535         ($(objpfx)tst-initorder.out): Likewise.
29536         ($(objpfx)tst-initorder2.out): Likewise.
29537         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29538         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29539         (test_wrapper_env): New variable.  Use it to run ld.so.
29540         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29541         Use it to run ld.so.
29542         (test_wrapper_env): Likewise.
29543         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29544         $(test-wrapper) to run-iconv-test.sh.
29545         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29546         (ICONV): Use $test_wrapper.
29547         * posix/Makefile ($(objpfx)globtest.out): Pass
29548         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29549         globtest.sh, not $(run-program-prefix).
29550         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29551         (test_wrapper): Likewise.
29552         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29553         set together with run_via_rtld_prefix.
29554         (run_program_prefix): Define in terms of test_wrapper and
29555         run_via_rtld_prefix.
29556
29557 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29558
29559         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29560         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29561         Targets removed.
29562
29563         [BZ #14743]
29564         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29565         Declare __clock_getres, __clock_gettime, __clock_settime,
29566         __clock_nanosleep, and __clock_getcpuclockid.
29567         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29568         Remove librt_hidden_def (clock_gettime).
29569         * sysdeps/unix/clock_gettime.c: Likewise.
29570         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29571         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29572         * rt/clock_getres.c: Define __clock_getres as an alias.
29573         * sysdeps/posix/clock_getres.c: Likewise.
29574         * rt/clock_settime.c: Define __clock_settime as an alias.
29575         * sysdeps/unix/clock_settime.c: Likewise.
29576         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29577         * sysdeps/unix/clock_nanosleep.c: Likewise.
29578         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29579         * rt/clock-compat.c: New file.
29580         * rt/Makefile (librt-routines): Add clock-compat and move
29581         $(clock-routines) to ...
29582         (routines): ... here, new variable.
29583         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29584         Don't add get_clockfreq here.
29585         * rt/Versions (libc: GLIBC_2.17): New version set.
29586         Add clock_* symbols here.
29587         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29588         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29589         (GLIBC_2.17): Add clock_* symbols.
29590         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29591         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29592         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29594         Likewise.
29595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29596         Likewise.
29597         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29598         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29600         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29601         * NEWS: Mention the move.
29602
29603         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29604         Use __open, __read, __close rather than their public counterparts.
29605         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29606         (__get_clockfreq_via_cpuinfo): Likewise.
29607         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29608         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29609
29610         * config.h.in (HAVE_IFUNC): New #undef.
29611         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29612         was successful.
29613         * configure: Regenerated.
29614
29615 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29616
29617         * configure.in: Move READELF check to start of file.
29618         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29619         libc_cv_asm_gnu_indirect_function in the process.
29620         * configure: Regenerated.
29621
29622 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29623
29624         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29625         send the output to /dev/null.
29626         (libc_cv_cc_with_libunwind): Likewise.
29627         (libc_cv_as_noexecstack): Likewise.
29628         * configure: Regenerate.
29629
29630 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29631
29632         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29633
29634         * posix/globtest.sh (TMPDIR): Do not set.
29635         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29636         (testout): Likewise.
29637
29638 2012-10-24  Andreas Jaeger  <aj@suse.de>
29639
29640         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29641         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29642         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29643         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29644         posix_fadvise64, posix_fallocate64.
29645
29646         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29647         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29648         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29649         Likewise.
29650         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29651         Likewise.
29652         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29653
29654         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29655         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29656         <bits/fcntl-linux.h>.
29657         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29658
29659         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29660         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29661         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29662         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29663         [__WORDSIZE != 64]: Likewise.
29664
29665 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29666
29667         * Makeconfig (run-built-tests): New variable.
29668         * Rules [$(cross-compiling) = yes]: Change condition to
29669         [$(run-built-tests) = no].
29670         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29671         to [$(run-built-tests) = yes].
29672         * elf/Makefile [$(cross-compiling) = no]: Likewise
29673         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29674         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29675         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29676         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29677         * io/Makefile [$(cross-compiling) = no]: Likewise.
29678         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29679         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29680         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29681         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29682         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29683         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29684         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29685         * string/Makefile [$(cross-compiling) = no]: Likewise.
29686
29687         * posix/Makefile ($(objpfx)globtest.out): Pass
29688         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29689         $(rtld-installed-name).
29690         * posix/globtest.sh (elf_objpfx): Remove variable.
29691         (rtld_installed_name): Likewise.
29692         (library_path): Likewise.
29693         (run_program_prefix): New variable.  Use for running globtest
29694         binary.
29695
29696 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29697             Joseph Myers  <joseph@codesourcery.com>
29698
29699         * Makeconfig (host-built-program-cmd): New variable.
29700         * elf/Makefile (tst-stackguard1-ARGS): Use
29701         $(host-built-program-cmd).
29702         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29703         (tst-spawn-ARGS): Likewise.
29704         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29705
29706 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29707             Jim Blandy  <jimb@codesourcery.com>
29708
29709         * Makeconfig (run-via-rtld-prefix): New variable.
29710         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29711         (built-program-cmd): Likewise.
29712
29713 2012-10-22  Andreas Jaeger  <aj@suse.de>
29714
29715         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29716         __O_RSYNC if it exists, otherwise to O_SYNC.
29717
29718 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29719             Joseph Myers  <joseph@codesourcery.com>
29720
29721         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29722         /dev/null.
29723         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29724         from /dev/null
29725         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29726         /dev/null.
29727
29728 2012-10-22  Andreas Jaeger  <aj@suse.de>
29729
29730         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29731         Define always.
29732         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29733
29734         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29735         bits/fcntl-linux.h.
29736
29737         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29738         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29739
29740         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29741         to __O_LARGEFILE.
29742         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29743         to __O_LARGEFILE.
29744
29745 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29746             Joseph Myers  <joseph@codesourcery.com>
29747
29748         * config.make.in (NM): New variable.
29749
29750 2012-10-21  Andreas Jaeger  <aj@suse.de>
29751
29752         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29753         definitions and declarations that are provided by
29754         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29755
29756 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29757
29758         [BZ #14683]
29759         * elf/Makefile (tests-static): Add tst-leaks1-static.
29760         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29761         ($(objpfx)tst-leaks1-static): New rule.
29762         ($(objpfx)tst-leaks1-static-mem): Likewise.
29763         (tst-leaks1-static-ENV): New macro.
29764         * elf/dl-open.c (dl_open_worker): Check the main application
29765         only if SHARED is defined.
29766         * elf/tst-leaks1-static.c: New file.
29767
29768 2012-10-20  Andreas Jaeger  <aj@suse.de>
29769
29770         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29771         generic values for Linux.
29772         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29773         and declarations that are provided by <bits/fcntl-linux.h> and
29774         include <bits/fcntl-linux.h>.
29775         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29776         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29777
29778 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29779
29780         * io/fcntl.h: Move include of <bits/types.h> to the top and
29781         include it unconditionally.
29782
29783 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29784
29785         * wcsmbs/Makefile (tests-ifunc): New variable.
29786         (tests): Add $(tests-ifunc).
29787         * wcsmbs/test-wcschr-ifunc.c: New file.
29788         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29789         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29790         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29791         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29792         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29793
29794         * string/Makefile (tests-ifunc): New variable.
29795         (tests): Add $(tests-ifunc).
29796         * string/test-memccpy.c (TEST_NAME): New macro.
29797         * string/test-memchr.c (TEST_NAME): Likewise.
29798         * string/test-memcmp.c (TEST_NAME): Likewise.
29799         * string/test-memcpy.c (TEST_NAME): Likewise.
29800         * string/test-memmem.c (TEST_NAME): Likewise.
29801         * string/test-memmove.c (TEST_NAME): Likewise.
29802         * string/test-memset.c (TEST_NAME): Likewise.
29803         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29804         * string/test-stpcpy.c (TEST_NAME): Likewise.
29805         * string/test-stpncpy.c (TEST_NAME): Likewise.
29806         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29807         * string/test-strcasestr.c (TEST_NAME): Likewise.
29808         * string/test-strcat.c (TEST_NAME): Likewise.
29809         * string/test-strchr.c (TEST_NAME): Likewise.
29810         * string/test-strcmp.c(TEST_NAME): Likewise.
29811         * string/test-strcpy.c (TEST_NAME): Likewise.
29812         * string/test-strcspn.c (TEST_NAME): Likewise.
29813         * string/test-strlen.c (TEST_NAME): Likewise.
29814         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29815         * string/test-strncmp.c (TEST_NAME): Likewise.
29816         * string/test-strncpy.c (TEST_NAME): Likewise.
29817         * string/test-strnlen.c (TEST_NAME): Likewise.
29818         * string/test-strpbrk.c (TEST_NAME): Likewise.
29819         * string/test-strrchr.c (TEST_NAME): Likewise.
29820         * string/test-strspn.c (TEST_NAME): Likewise.
29821         * string/test-strstr.c (TEST_NAME): Likewise.
29822         * string/test-bcopy-ifunc.c: New file.
29823         * string/test-bzero-ifunc.c: Likewise.
29824         * string/test-memccpy-ifunc.c: Likewise.
29825         * string/test-memchr-ifunc.c: Likewise.
29826         * string/test-memcmp-ifunc.c: Likewise.
29827         * string/test-memcpy-ifunc.c: Likewise.
29828         * string/test-memmem-ifunc.c: Likewise.
29829         * string/test-memmove-ifunc.c: Likewise.
29830         * string/test-mempcpy-ifunc.c: Likewise.
29831         * string/test-memset-ifunc.c: Likewise.
29832         * string/test-rawmemchr-ifunc.c: Likewise.
29833         * string/test-stpcpy-ifunc.c: Likewise.
29834         * string/test-stpncpy-ifunc.c: Likewise.
29835         * string/test-strcasecmp-ifunc.c: Likewise.
29836         * string/test-strcasestr-ifunc.c: Likewise.
29837         * string/test-strcat-ifunc.c: Likewise.
29838         * string/test-strchr-ifunc.c: Likewise.
29839         * string/test-strchrnul-ifunc.c: Likewise.
29840         * string/test-strcmp-ifunc.c: Likewise.
29841         * string/test-strcpy-ifunc.c: Likewise.
29842         * string/test-strcspn-ifunc.c: Likewise.
29843         * string/test-strlen-ifunc.c: Likewise.
29844         * string/test-strncasecmp-ifunc.c: Likewise.
29845         * string/test-strncat-ifunc.c: Likewise.
29846         * string/test-strncmp-ifunc.c: Likewise.
29847         * string/test-strncpy-ifunc.c: Likewise.
29848         * string/test-strnlen-ifunc.c: Likewise.
29849         * string/test-strpbrk-ifunc.c: Likewise.
29850         * string/test-strrchr-ifunc.c: Likewise.
29851         * string/test-strspn-ifunc.c: Likewise.
29852         * string/test-strstr-ifunc.c: Likewise.
29853
29854         * debug/Makefile (tests-ifunc): New variable.
29855         (tests): Add $(tests-ifunc).
29856         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29857         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29858         * debug/test-stpcpy_chk-ifunc.c: New file.
29859         * debug/test-strcpy_chk-ifunc.c: Likewise.
29860
29861 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29862
29863         [BZ #13601]
29864         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29865         header is not read in.
29866
29867 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29868
29869         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29870         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29871         directly.  Pass built executable to script as
29872         $(built-program-cmd).
29873         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29874         $testprogram without using LD_LIBRARY_PATH and $ldso.
29875
29876         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29877         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29878         $(rtld-installed-name).
29879         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29880         (rtld_installed_name): Likewise.
29881         (library_path): Likewise.
29882         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29883         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29884         $(run-program-prefix) to tst-tables.sh.
29885         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29886         it to run tst-table-from and tst-table-to.
29887         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29888         Pass it to tst-table.sh.
29889         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29890         $(run-program-prefix) to tst-gettext.sh.
29891         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29892         tst-translit.sh.
29893         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29894         tst-gettext2.sh.
29895         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29896         to run tst-gettext.
29897         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29898         to run tst-gettext2.
29899         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29900         to run tst-translit.
29901         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29902         $(run-program-prefix) to tst-mtrace.sh.
29903         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29904         to run tst-mtrace.
29905         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29906         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29907         $(rtld-installed-name).
29908         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29909         (rtld_installed_name): Likewise.
29910         (run_program_prefix): New variable.  Use it to run wordexp-test.
29911
29912         * Makeconfig (ARCH): Remove all definitions.
29913         (machine): Likewise.
29914         [ARCH]: Remove conditional code.
29915         [!objdir]: Give error.
29916         [!objdir] (objpfx): Remove.
29917         [!objdir] (common-objpfx): Likewise.
29918         [!objdir] (common-objdir): Likewise.
29919         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29920         AC_CONFIG_FILES call.
29921         * configure: Regenerated.
29922
29923         [BZ #13888]
29924         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29925         or TMPDIR.
29926         (testout): Likewise.
29927
29928         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29929         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29930         $(rtld-installed-name).
29931         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29932         (rtld_installed_name): Likwise.
29933         (runit): Remove function.
29934         (run_getconf): New variable,  Use it for running getconf binary.
29935
29936 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29937
29938         [BZ #14716]
29939         * string/test-memmem.c (check_result): New function.
29940         (do_one_test): Use it.
29941         (check1): New function.
29942         (test_main): Use it.
29943
29944 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29945
29946         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29947
29948 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29949
29950         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29951         (_G_LSEEK64): Likewise.
29952         (_G_MMAP64): Likewise.
29953         (_G_FSTAT64): Likewise.
29954         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29955         (_G_LSEEK64): Likewise.
29956         (_G_MMAP64): Likewise.
29957         (_G_FSTAT64): Likewise.
29958         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29959         unconditional.  Call __mmap64 directly.
29960         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29961         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29962         __lseek64 directly.
29963         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29964         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29965         __mmap64 directly.
29966         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29967         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29968         __lseek64 directly.
29969         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29970         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29971         __lseek64 directly.
29972         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29973         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29974         __lseek64 directly.
29975         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29976         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29977         __fxstat64 directly.
29978         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29979         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29980         unconditional.
29981         (freopen64) [!_G_OPEN64]: Remove conditional code.
29982         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29983         unconditional.
29984         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29985         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29986         unconditional.
29987         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29988         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29989         unconditional.
29990         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29991         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29992         unconditional.
29993         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29994         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29995         unconditional.
29996         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29997         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29998         unconditional.
29999         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30000         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30001         unconditional.
30002         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30003
30004 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30005
30006         [BZ #12140]
30007         * manual/memory.texi (Malloc Tunable Parameters): Add note
30008         about free list pointers overwriting some perturb bytes.
30009         Wording suggested by Roland McGrath.
30010
30011 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30012
30013         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30014         (lgamma_test): Likewise.
30015         (tgamma_test): Likewise.
30016
30017 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30018
30019         [BZ #14700]
30020         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30021         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30022
30023 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30024
30025         * NEWS: Mention BZ #14716.
30026         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30027         when removing AVAILABLE1_USES_J macro.
30028
30029 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30030
30031         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30032         (__bswap_64): __uint64_t for unsigned 64-bit int.
30033
30034 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30035
30036         * include/string.h (memmem): Declare libc hidden alias.
30037         * string/memmem.c (memmem): Define libc hidden alias.
30038         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30039         __read, __close instead of open, read, close.
30040
30041 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30042
30043         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30044         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30045         global and hidden.
30046         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30047         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30048         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30049         Likewise.
30050         (__rawmemchr_sse2): Likewise.
30051         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30052         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30053         (__strchr_sse2): Likewise.
30054         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30055         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30056         (__strcasecmp_sse2): Likewise.
30057         (__strncasecmp_sse2): Likewise.
30058         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30059         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30060         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30061         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30062         (__strrchr_sse2): Likewise.
30063         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30064         ifunc-impl-list.c.
30065         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30066         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30067         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30068         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30069         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30070         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30071         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30072         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30073         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30074         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30075         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30076         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30077         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30078         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30079         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30080         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30081         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30082         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30083         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30084         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30085         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30086         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30087         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30088         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30089         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30090         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30091         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30092         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30093         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30094         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30095
30096         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30097         global and hidden.
30098         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30099         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30100         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30101         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30102         Likewise.
30103         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30104         Likewise.
30105         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30106         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30107         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30108         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30109         ifunc-impl-list.c.
30110         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30111         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30112         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30113         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30114         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30115         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30116         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30117         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30118         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30119         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30120         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30121         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30122         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30123         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30124         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30125         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30126         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30127         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30128         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30129         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30130         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30131         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30132         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30133         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30134         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30135         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30136         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30137         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30138         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30139         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30140         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30141         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30142         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30143         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30144         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30145         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30146         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30147         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30148         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30149         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30150         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30151
30152         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30153         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30154         * include/ifunc-impl-list.h: New file.
30155         * misc/ifunc-impl-list.c: Likewise.
30156         * misc/Makefile (routines): Add ifunc-impl-list.
30157         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30158         * string/test-string.h: Include <ifunc-impl-list.h>.
30159         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30160         TEST_NAME]: New variables.
30161         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30162         are defined.
30163         (test_init): Call __libc_ifunc_impl_list to initialize
30164         func_list if TEST_IFUNC and TEST_NAME are defined.
30165
30166         * string/Makefile (strop-tests): Add bcopy and bzero.
30167         * string/test-bcopy.c: New file.
30168         * string/test-bzero.c: Likewise.
30169         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30170         defined.
30171         * string/test-memset.c: Support bzero test if TEST_BZERO is
30172         defined.
30173         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30174         __libc_memmove.
30175         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30176         __libc_memset.
30177         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30178         of memset.
30179
30180 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30181
30182         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30183         * configure: Regenerated.
30184
30185         * Makeconfig (+link-static-before-libc): Don't include
30186         $(link-static-libc).
30187
30188         * libio/libio.h (_IO_pos_t): Remove.
30189
30190 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30191
30192         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30193         McGrath.
30194
30195 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30196
30197         * crypt/crypt-entry.c: Include fips-private.h.
30198         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30199         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30200         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30201         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30202
30203 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30204
30205         * crypt/crypt-private.h: Include stdbool.h.
30206         (_ufc_setup_salt_r): Return bool.
30207         * crypt/crypt-entry.c: Include errno.h.
30208         (__crypt_r): Return NULL with EINVAL for bad salt.
30209         * crypt/crypt_util.c (bad_for_salt): New.
30210         (_ufc_setup_salt_r): Check that salt is long enough and within
30211         the specified alphabet.
30212         * crypt/badsalttest.c: New file.
30213         * crypt/Makefile (tests): Add it.
30214         ($(objpfx)badsalttest): New.
30215
30216 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30217
30218         * NEWS: Add entry for BZ #14602.
30219
30220 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30221
30222         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30223         type-generic.
30224         * math/libm-test.inc: Update comment listing what functions and
30225         macros are tested.
30226         (isgreater_test): New function.
30227         (isgreaterequal_test): Likewise.
30228         (isless_test): Likewise.
30229         (islessequal_test): Likewise.
30230         (islessgreater_test): Likewise.
30231         (isunordered_test): Likewise.
30232         (main): Call the new functions.
30233
30234 2012-10-09  Roland McGrath  <roland@hack.frob.com>
30235
30236         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30237         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30238         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30239         * sysdeps/i386/configure: Regenerated.
30240         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30241         * sysdeps/mach/configure: Regenerated.
30242         * sysdeps/mach/hurd/configure: Regenerated.
30243         * sysdeps/powerpc/configure: Regenerated.
30244         * sysdeps/powerpc/powerpc32/configure: Regenerated.
30245         * sysdeps/powerpc/powerpc64/configure: Regenerated.
30246         * sysdeps/s390/s390-32/configure: Regenerated.
30247         * sysdeps/s390/s390-64/configure: Regenerated.
30248         * sysdeps/sh/configure: Regenerated.
30249         * sysdeps/sparc/configure: Regenerated.
30250         * sysdeps/unix/sysv/linux/configure: Regenerated.
30251         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30252         * sysdeps/x86_64/configure: Regenerated.
30253
30254         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30255         defined.  Don't check if MAP is NULL.
30256
30257 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30258
30259         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30260         (_G_stat64): Likewise.
30261         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30262         (_G_stat64): Likewise.
30263         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30264         instead of struct _G_stat64.
30265         * libio/fileops.c (mmap_remap_check): Likewise.
30266         (decide_maybe_mmap): Likewise.
30267         (_IO_new_file_seekoff): Likewise.
30268         (_IO_file_stat): Likewise.
30269         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30270         _G_off64_t.
30271         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30272         instead of struct _G_stat64.
30273         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30274
30275 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30276
30277         [BZ #14602]
30278         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30279         Replace with ...
30280         (CHECK_EOL): New macro.
30281         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30282         CHECK_EOL.
30283         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30284         Replace with CHECK_EOL.
30285         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30286         Replace with CHECK_EOL.
30287
30288 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
30289
30290         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30291         type-generic.
30292         * math/libm-test.inc: Update comment listing what functions and
30293         macros are tested.
30294         (finite_test): New function.
30295         (isinf_test): Likewise.
30296         (isnan_test): Likewise.
30297         (fpclassify_test): Test subnormal input.
30298         (isfinite_test): Likewise.
30299         (isnormal_test): Likewise.
30300         (main): Call the new functions.
30301
30302 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
30303
30304         [BZ #14660]
30305         * Makerules (%.dynsym): Force C locale when running
30306         $(OBJDUMP) --dynamic-syms.
30307
30308 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
30309
30310         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
30311         <stdint.h>.
30312
30313 2012-10-06  David S. Miller  <davem@davemloft.net>
30314
30315         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
30316         upper 32-bits of the length value in %o2 since we use branch-on-register
30317         tests which consider the entire 64-bit register.
30318
30319 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
30320
30321         * string/test-strstr.c (check2): Add a test for page boundary.
30322
30323 2012-10-05  David S. Miller  <davem@davemloft.net>
30324
30325         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30326         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30327         file.
30328         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30329         sysdep_routines.
30330         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30331         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30332         and bzero when HWCAP_SPARC_CRYPTO is present.
30333
30334 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30335
30336         [BZ #14602]
30337         * string/test-strstr.c (check2): New function.
30338         (test_main): Call check2.
30339
30340         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30341         and bug-strchr1.
30342         * string/bug-strcasestr1.c (do_test): Moved to ...
30343         * string/test-strcasestr.c (check1): Here.  New function.
30344         (do_one_test): Break out result checking code into ...
30345         (check_result): This.  New function.
30346         (do_one_test): Call check_result.
30347         (test_main): Call check1.
30348         * string/bug-strchr1.c (do_test): Moved to ...
30349         * string/test-strchr.c (check1): Here.  New function.
30350         (do_one_test): Break out result checking code into ...
30351         (check_result): This.  New function.
30352         (do_one_test): Call check_result.
30353         (test_main): Call check1.
30354         * string/bug-strstr1.c (main): Moved to ...
30355         * string/test-strstr.c (check1): Here.  New function.
30356         (do_one_test): Break out result checking code into ...
30357         (check_result): This.  New function.
30358         (do_one_test): Call check_result.
30359         (test_main): Call check1.
30360         * string/bug-strcasestr1.c: Removed.
30361         * string/bug-strchr1.c: Likewise.
30362         * string/bug-strstr1.c: Likewise.
30363
30364         * elf/Makefile (dl-routines): Add hwcaps.
30365         * elf/dl-support.c (_dl_important_hwcaps): Removed.
30366         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30367         (_dl_important_hwcaps): Moved to ...
30368         * elf/dl-hwcaps.c: Here.  New file.
30369         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30370
30371         [BZ #14557]
30372         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30373         if IS_IN_rtld isn't defined.
30374
30375         * elf/dl-support.c (_dl_sysinfo_map): New.
30376         Include "get-dynamic-info.h" and "setup-vdso.h".
30377         (_dl_non_dynamic_init): Call setup_vdso.
30378         * elf/dynamic-link.h: Don't include <assert.h>.
30379         (elf_get_dynamic_info): Moved to ...
30380         * elf/get-dynamic-info.h: Here.  New file.
30381         * elf/dynamic-link.h: Include "get-dynamic-info.h".
30382         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30383         * elf/setup-vdso.h: Here.  New file.
30384         * elf/rtld.c: Include "setup-vdso.h".
30385         (dl_main): Call setup_vdso.
30386
30387 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
30388
30389         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30390         creal in comment listing functions tested.  List finite, isinf,
30391         isnan, isless, islessequal, isgreater, isgreaterequal,
30392         islessgreater, isunordered, lgamma_r and pow10 as functions and
30393         macros not tested.  Mention which functions not tested are aliases
30394         for other functions.  Fix typo.  Note that signs of NaNs are not
30395         tested.
30396
30397         * scripts/config.guess: Update from config.git.
30398         * scripts/config.sub: Likewise.
30399
30400 2012-10-04  Roland McGrath  <roland@hack.frob.com>
30401
30402         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30403         * misc/madvise.c (madvise): Renamed to __madvise.
30404         Make madvise a weak alias.
30405         * include/sys/mman.h: Declare __madvise.
30406         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30407         * sysdeps/unix/syscalls.list
30408         (madvise): Make __madvise the strong name, and madvise a weak alias.
30409         * sysdeps/unix/sysv/linux/syscalls.list
30410         (madvise, mmap): Remove redundant entries.
30411         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30412         * malloc/malloc.c (mtrim): Likewise.
30413         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30414
30415 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30416
30417         * sysdeps/mach/hurd/dl-cache.c: File removed.
30418         * config.h.in (USE_LDCONFIG): New #undef.
30419         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30420         * configure: Regenerated.
30421         * elf/Makefile (dl-routines): Add dl-cache only under
30422         [$(use-ldconfig) = yes].
30423         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30424         cache on [USE_LDCONFIG].
30425         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30426         [USE_LDCONFIG].
30427         * elf/rtld.c (dl_main): Likewise.
30428
30429 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
30430
30431         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30432         _SC_LEVEL4_CACHE_LINESIZE.
30433
30434 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30435
30436         * sysdeps/unix/bsd/confstr.h: File removed.
30437
30438 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
30439
30440         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30441         sys/sdt-config.h.
30442
30443 2012-10-02  Roland McGrath  <roland@hack.frob.com>
30444
30445         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30446         Make 'mapoff' field ElfW(Off) rather than off_t.
30447
30448 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30449
30450         * nscd/Makefile: Remove nscd-cflags and all its users.
30451         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30452         (CFLAGS-nonlib): Add compiler flags for nscd modules.
30453
30454         [BZ #10631]
30455         * malloc.c (malloc_printerr): Clarify error message.
30456
30457 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
30458
30459         [BZ #14648]
30460         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30461         Set bit_FMA_Usable if FMA is supported.
30462         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30463         macro.
30464         (bit_FMA4_Usable): Updated.
30465         (index_FMA_Usable): New macro.
30466         (CPUID_FMA): Likewise
30467         (HAS_FMA): Defined with bit_FMA_Usable.
30468
30469 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30470
30471         * bits/types.h (__swblk_t): Type removed.
30472         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30473         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30474         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30475         (__SWBLK_T_TYPE): Likewise.
30476         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30477         (__SWBLK_T_TYPE): Likewise.
30478         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30479         (__SWBLK_T_TYPE): Likewise.
30480         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30481         (__SWBLK_T_TYPE): Likewise.
30482
30483 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30484             Honza Horak <hhorak@redhat.com>
30485
30486         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30487         (xdr_mapname): Use YPMAXMAP as maxsize.
30488         (xdr_peername): Use YPMAXPEER as maxsize.
30489         (xdr_keydat): Use YPAXRECORD as maxsize.
30490         (xdr_valdat): Use YPMAXRECORD as maxsize.
30491
30492 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30493
30494         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30495
30496         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30497         * csu/init-first.c: ... here.
30498         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30499         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30500         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30501         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30502         * sysdeps/i386/init-first.c: File removed.
30503         * sysdeps/sh/init-first.c: File removed.
30504
30505 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30506
30507         [BZ #14645]
30508         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30509         if x * y might underflow to zero and z is zero.
30510         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30511         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30512         * math/libm-test.inc (min_subnorm_value): New variable.
30513         (fma_test): Add more tests.
30514         (fma_test_towardzero): Likewise.
30515         (fma_test_downward): Likewise
30516         (fma_test_upward): Likewise.
30517         (initialize): Set min_subnorm_value.
30518
30519 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30520
30521         [BZ #14638]
30522         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30523         0 + 0.
30524         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30525         mode for addition resulting in exact zero.
30526         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30527         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30528         exact 0 + 0.
30529         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30530         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30531         * math/libm-test.inc (fma_test): Add more tests.
30532         (fma_test_towardzero): New function.
30533         (fma_test_downward): Likewise.
30534         (fma_test_upward): Likewise.
30535         (main): Call the new functions.
30536
30537 2012-09-28  David S. Miller  <davem@davemloft.net>
30538
30539         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30540
30541 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30542
30543         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30544         instead of SIGALRM.
30545
30546         * sysdeps/gnu/_G_config.h: Moved to ...
30547         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30548         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30549         * sysdeps/generic/_G_config.h: ... here.
30550
30551         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30552
30553         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30554
30555         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30556         Conditionalize target on [libnss_test1.so-version].
30557
30558         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30559
30560         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30561         (elfobjdir): Move out of conditionals.
30562
30563         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30564         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30565         (__nss_lookup_function): Conditionalize label remove_from_tree on
30566         [!DO_STATIC_NSS || SHARED], matching its only use.
30567
30568 2012-09-28  David S. Miller  <davem@davemloft.net>
30569
30570         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30571         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30572         file.
30573         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30574         sysdep_routines.
30575         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30576         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30577         when HWCAP_SPARC_CRYPTO is present.
30578
30579 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30580
30581         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30582
30583 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30584
30585         [BZ #6530]
30586         * stdio-common/vfprintf.c (process_string_arg): Revert
30587         2000-07-22 change.
30588
30589 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30590
30591         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30592         for testcase.
30593         * stdio-common/tst-sprintf.c: Include <locale.h>
30594         (main): Test sprintf's handling of incomplete multibyte
30595         characters.
30596
30597 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30598
30599         * elf/dl-runtime.c (VERSYMIDX): Removed.
30600         * elf/dl-version.c (VERSYMIDX): Likewise.
30601         * elf/do-rel.h (VERSYMIDX): Likewise.
30602         (VALIDX): Likewise.
30603         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30604         * elf/rtld.c (VALIDX): Likewise.
30605         (ADDRIDX): Likewise.
30606         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30607         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30608         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30609         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30610         (VALIDX): Likewise.
30611         (ADDRIDX): Likewise.
30612
30613 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30614
30615         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30616
30617 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30618
30619         [BZ #11438]
30620         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30621         to global scope.
30622         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30623         addresses are in the same scope as 192.0.2/24.
30624         * posix/gai.conf: Document new scope table defaults.
30625
30626 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30627
30628         [BZ #5298]
30629         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30630         for ftell.  Compute offsets from write pointers instead.
30631         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30632
30633 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30634
30635         [BZ #14543]
30636         * libio/Makefile (tests): New test case tst-fseek.
30637         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30638         combination works in wide mode.
30639         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30640         state when the external buffer state changes.
30641
30642 2012-09-27  David S. Miller  <davem@davemloft.net>
30643
30644         [BZ #14376]
30645         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30646         pass reloc->r_addend in as the 'high' argument to
30647         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30648
30649         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30650
30651 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30652
30653         * rt/tst-aio2.c: Include <pthread.h>.
30654         * rt/tst-aio3.c: Likewise.
30655
30656 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30657
30658         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30659
30660 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30661
30662         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30663         contents on [SHARED].
30664
30665 2012-09-26  Marek Polacek  <polacek@redhat.com>
30666
30667         [BZ #14530]
30668         [BZ #13741]
30669         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30670         for C++ and GCC <4.3 as well as for non GCC compilers.
30671
30672 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30673
30674         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30675
30676 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30677
30678         * Makefile.in (all, install): Declare with .PHONY.
30679         Reported by Michael Hope <michael.hope@linaro.org>.
30680
30681 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30682
30683         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30684         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30685         system header.
30686         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30687         Likewise.
30688         (sydep_routines): Add the new and the internal functions.
30689         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30690         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30692         (GLIBC_2.17): Add the new function.
30693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30694         (GLIBC_2.17): Likewise.
30695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30696         (GLIBC_2.17): Likewise.
30697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30698         (GLIBC_2.17): Likewise.
30699         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30700
30701 2012-09-25  Alan Modra  <amodra@gmail.com>
30702
30703         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30704         Add release barrier before setting once_control to say
30705         initialisation is done.  Add hints on lwarx.  Use macro in
30706         place of isync.
30707         (clear_once_control): Add release barrier.
30708
30709 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30710
30711         [BZ #13629]
30712         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30713         specially.
30714         * math/s_clog10.c (__clog10): Likewise.
30715         * math/s_clog10f.c (__clog10f): Likewise.
30716         * math/s_clog10l.c (__clog10l): Likewise.
30717         * math/s_clogf.c (__clogf): Likewise.
30718         * math/s_clogl.c (__clogl): Likewise.
30719         * math/Makefile (libm-calls): Add x2y2m1.
30720         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30721         (__x2y2m1): Likewise.
30722         (__x2y2m1l): Likewise.
30723         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30724         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30725         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30726         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30727         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30728         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30729         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30730         * sysdeps/i386/fpu/libm-test-ulps: Update.
30731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30732
30733         [BZ #14621]
30734         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30735         int as type of variable DEPTH.
30736         (glob): Use size_t instead of int as type of variables NEWCOUNT
30737         and OLD_PATHC.
30738
30739 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30740
30741         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30742         Add s_sincosf-sse2.
30743         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30744         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30745         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30746         macros for using routine as __sincosf_ia32.
30747         Use macro for function declaration and weak_alias.
30748         * sysdeps/i386/fpu/libm-test-ulps: Update.
30749
30750         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30751         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30752
30753         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30754         subnormal argument.
30755         * math/s_cexpf.c (__cexpf): Likewise.
30756         * math/s_csinf.c (__csinf): Likewise.
30757         * math/s_csinhf.c (__csinhf): Likewise.
30758         * math/s_ctanf.c (__ctanf): Likewise.
30759         * math/s_ctanhf.c (__ctanhf): Likewise.
30760         * math/s_ccosh.c (__ccoshf): Likewise.
30761         * math/s_cexp.c (__cexpl): Likewise.
30762         * math/s_csin.c (__csin): Likewise.
30763         * math/s_csinh.c (__csinh): Likewise.
30764         * math/s_ctan.c (__ctan): Likewise.
30765         * math/s_ctanh.c (ctanh): Likewise.
30766         * math/s_ccoshl.c (__ccoshl): Likewise.
30767         * math/s_cexpl.c (__cexpl): Likewise.
30768         * math/s_csinl.c (__csinl): Likewise.
30769         * math/s_csinhl.c (__csinhl): Likewise.
30770         * math/s_ctanl.c (__ctanl): Likewise.
30771         * math/s_ctanhl.c (__ctanhl): Likewise.
30772
30773 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30774
30775         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30776         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30777         (_IO_off_t): Define to __off_t, not _G_off_t.
30778         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30779         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30780         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30781         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30782         type of __dummy and __dummy2 fields.
30783         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30784         (_G_ssize_t): Likewise.
30785         (_G_off_t): Likewise.
30786         (_G_pid_t): Likewise.
30787         (_G_uid_t): Likewise.
30788         (_G_wchar_t): Likewise.
30789         (_G_wint_t): Likewise.
30790         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30791         (_G_ssize_t): Likewise.
30792         (_G_off_t): Likewise.
30793         (_G_pid_t): Likewise.
30794         (_G_uid_t): Likewise.
30795         (_G_wchar_t): Likewise.
30796         (_G_wint_t): Likewise.
30797         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30798         (_G_ssize_t): Likewise.
30799         (_G_off_t): Likewise.
30800         (_G_pid_t): Likewise.
30801         (_G_uid_t): Likewise.
30802         (_G_wchar_t): Likewise.
30803         (_G_wint_t): Likewise.
30804
30805 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30806
30807         * malloc/arena.c: Include malloc-sysdep.h.
30808         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30809         is sufficient to shrink the heap or an unmap is needed.
30810         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30811         new function check_may_shrink_heap.
30812         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30813         new function check_may_shrink_heap.
30814
30815 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30816
30817         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30818         comments.
30819
30820 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30821
30822         * catgets/test-gencat.sh: Add "set -e".
30823         * elf/tst-pathopt.sh: Likewise.
30824         * grp/tst_fgetgrent.sh: Likewise.
30825         * iconvdata/run-iconv-test.sh: Likewise.
30826         * intl/tst-gettext.sh: Likewise.
30827         * intl/tst-gettext2.sh: Likewise.
30828         * intl/tst-gettext4.sh: Likewise.
30829         * intl/tst-gettext6.sh: Likewise.
30830         * intl/tst-translit.sh: Likewise.
30831         * io/ftwtest-sh: Likewise.
30832         * libio/test-freopen.sh: Likewise.
30833         * malloc/tst-mtrace.sh: Likewise.
30834         * posix/globtest.sh: Likewise.
30835         * posix/tst-getconf.sh: Likewise.
30836         * posix/wordexp-tst.sh: Likewise.
30837         * stdio-common/tst-printf.sh: Likewise.
30838         * stdio-common/tst-unbputc.sh: Likewise.
30839         * stdlib/tst-fmtmsg.sh: Likewise.
30840         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30841         * catgets/Makefile: Do not specify -e option when running
30842         testsuite shell scripts.
30843         * elf/Makefile: Likewise.
30844         * grp/Makefile: Likewise.
30845         * iconvdata/Makefile: Likewise.
30846         * intl/Makefile: Likewise.
30847         * io/Makefile: Likewise.
30848         * libio/Makefile: Likewise.
30849         * malloc/Makefile: Likewise.
30850         * posix/Makefile: Likewise.
30851         * stdio-common/Makefile: Likewise.
30852         * stdlib/Makefile: Likewise.
30853         * sysdeps/x86_64/Makefile: Likewise.
30854
30855         * io/ftwtest-sh: Add copyright header.
30856         * posix/globtest.sh: Likewise.
30857         * posix/tst-getconf.sh: Likewise.
30858         * posix/wordexp-tst.sh: Likewise.
30859         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30860
30861 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30862
30863         [BZ #13679]
30864         * Makeconfig (+link): Defined as $(+link-static) if
30865         $(build-shared) isn't yes.
30866         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30867         isn't yes.
30868         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30869
30870         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30871
30872         [BZ #14562]
30873         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30874         new chunk size with MALLOC_ALIGN_MASK.
30875
30876 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30877
30878         [BZ #5044]
30879         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30880         <rounding-mode.h>.
30881         (__printf_fphex): Determine rounding using get_rounding_mode and
30882         round_away.
30883         * stdio-common/tst-printf-round.c (struct hex_test): New
30884         structure.
30885         (hex_tests): New variable.
30886         (test_hex_in_one_mode): New function.
30887         (do_test): Also run tests for hex float output.
30888
30889 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30890
30891         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30892         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30893         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30894         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30895         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30896         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30897         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30898         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30899
30900 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30901
30902         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30903         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30904         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30905         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30906
30907 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30908
30909         [BZ #14579]
30910         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30911         mode only.
30912         * elf/tst-rtld-load-self.sh: New test.
30913         * elf/Makefile: Run it.
30914
30915 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30916
30917         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30918         (tst-writev-ENV): Remove.
30919         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30920
30921 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30922
30923         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30924
30925 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30926
30927         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30928         unconditional.
30929         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30930         Likewise.
30931         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30932         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30933         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30934         Likewise.
30935
30936 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30937
30938         [BZ #14587]
30939         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30940         * config.make.in (have-cpp-asm-debuginfo): Removed.
30941         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30942         * configure: Regenerated.
30943
30944 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30945
30946         [BZ #5044]
30947         * stdio-common/printf_fp.c: Include <stdbool.h> and
30948         <rounding-mode.h>.
30949         (___printf_fp): Determine rounding using get_rounding_mode and
30950         round_away.
30951         * stdio-common/tst-printf-round.c: New file.
30952         * stdio-common/Makefile (tests): Add tst-printf-round.
30953         (link-libm): New variable.
30954         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30955
30956 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30957
30958         [BZ #14576]
30959         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30960         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30961         Likewise.
30962         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30963         Likewise.
30964
30965 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30966
30967         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30968         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30969         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30970         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30971
30972 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30973
30974         [BZ #14518]
30975         * include/rounding-mode.h: New file.
30976         * sysdeps/generic/get-rounding-mode.h: Likewise.
30977         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30978         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30979         (MAX_VALUE): New macro.
30980         (MIN_VALUE): Likewise.
30981         (overflow_value): New function.
30982         (underflow_value): Likewise.
30983         (round_and_return): Use overflow_value and underflow_value to
30984         determine return values in overflow and underflow cases.  Use
30985         round_away to determine rounding depending on rounding mode.
30986         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30987         determine return values in overflow and underflow cases.
30988         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30989         (struct test_results): New structure.
30990         (struct test): Use struct test_results to store expected results
30991         for all rounding modes.
30992         (TEST): Include expected results for all rounding modes.
30993         (test_in_one_mode): New function.
30994         (do_test): Use test_in_one_mode to compute and check results.
30995         Check results for all rounding modes.
30996         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30997         $(link-libm).
30998
30999 2012-12-09  Allan McRae  <allan@archlinux.org>
31000
31001         * sysdeps/i386/fpu/libm-test-ulps: Update
31002
31003 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31004
31005         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31006         (_G_int32_t): Likewise.
31007         (_G_uint16_t): Likewise.
31008         (_G_uint32_t): Likewise.
31009         (_G_HAVE_BOOL): Likewise.
31010         (_G_HAVE_ATEXIT): Likewise.
31011         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31012         (_G_HAVE_IO_FILE_OPEN): Likewise.
31013         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31014         (_G_int32_t): Likewise.
31015         (_G_uint16_t): Likewise.
31016         (_G_uint32_t): Likewise.
31017         (_G_HAVE_BOOL): Likewise.
31018         (_G_HAVE_ATEXIT): Likewise.
31019         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31020         (_G_HAVE_IO_FILE_OPEN): Likewise.
31021         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31022         (_G_int32_t): Likewise.
31023         (_G_uint16_t): Likewise.
31024         (_G_uint32_t): Likewise.
31025         (_G_HAVE_BOOL): Likewise.
31026         (_G_HAVE_ATEXIT): Likewise.
31027         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31028         (_G_HAVE_IO_FILE_OPEN): Likewise.
31029
31030 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31031
31032         * csu/libc-tls.c: Update copyright years.
31033
31034 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31035
31036         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31037         [!_G_USING_THUNKS]: Remove conditional code.
31038         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31039         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31040
31041         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31042         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31043         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31044         (_G_VTABLE_LABEL_PREFIX): Likewise.
31045         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31046         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31047         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31048         (_G_VTABLE_LABEL_PREFIX): Likewise.
31049         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31050         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31051         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31052         (_G_VTABLE_LABEL_PREFIX): Likewise.
31053         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31054
31055 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31056
31057         * libio/Makefile: Include ../Makeconfig before tests.
31058         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31059         only if $(build-shared) is yes.
31060
31061         * iconv/gconv_db.c: Update copyright years.
31062
31063 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31064
31065         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31066         unwind info if defined PIC. Fix special cases description.
31067         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31068
31069         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31070         DP_HI_MASK entry.
31071         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31072
31073 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31074
31075         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31076
31077         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31078         is NULL.
31079
31080         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31081         (LDLIBS-tst-chk4): This.
31082         (LDFLAGS-tst-chk5): Renamed to ...
31083         (LDLIBS-tst-chk5): This.
31084         (LDFLAGS-tst-chk6): Renamed to ...
31085         (LDLIBS-tst-chk6): This.
31086         (LDFLAGS-tst-lfschk4): Renamed to ...
31087         (LDLIBS-tst-lfschk4): This.
31088         (LDFLAGS-tst-lfschk5): Renamed to ...
31089         (LDLIBS-tst-lfschk5): This.
31090         (LDFLAGS-tst-lfschk6): Renamed to ...
31091         (LDLIBS-tst-lfschk6): This.
31092
31093         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31094         on $(common-objpfx)soversions.mk.
31095
31096 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31097
31098         [BZ #10014]
31099         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31100         example host name.
31101
31102 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31103
31104         * malloc/arena.c (arena_get_retry): New function that gets
31105         another arena for the caller to try its request on.
31106         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31107         current arena cannot fulfill the request.
31108         (__libc_memalign): Likewise.
31109         (__libc_memalign): Likewise.
31110         (__libc_pvalloc): Likewise.
31111         (__libc_calloc): Likewise.
31112
31113 2012-09-05  John Tobey  <john.tobey@gmail.com>
31114
31115         [BZ #13542]
31116         * manual/arith.texi (Operations on Complex): Fix description
31117         of carg branch cut.
31118
31119 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31120
31121         [BZ #10014]
31122         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31123         host name.
31124
31125         [BZ #10038]
31126         * manual/memory.texi (Memory): Make order of menu items match
31127         order of sections.
31128
31129 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31130
31131         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31132         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31133         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31134
31135 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31136
31137         * csu/libc-tls.c (static_dtv): Renamed to ...
31138         (_dl_static_dtv): This.  Make it global.
31139         (_dl_initial_dtv): Removed.
31140         (__libc_setup_tls): Updated.
31141         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31142         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31143         DL_INITIAL_DTV.
31144
31145 2012-09-06  Petr Machata  <pmachata@redhat.com>
31146
31147         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31148         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31149         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31150         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31151
31152 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31153
31154         [BZ #14545]
31155         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31156         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31157         freeing dtv[-1].
31158
31159 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31160
31161         [BZ #14544]
31162         * Makeconfig (link-static-before-libc): Replace $(+prector)
31163         with $(+prectorT).
31164         (link-static-after-libc): Replace $(+postctor) with
31165         $(+postctorT).
31166         (link-bounded): Replace $(+prector)/$(+postctor) with
31167         $(+prectorT)/$(+postctorT).
31168         (+prectorT): New macro.
31169         (+postctorT): Likewise.
31170
31171 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31172
31173         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31174         (round_str): Handle values above the maximum for IBM long double
31175         as inexact.
31176         * stdlib/tst-strtod-round.c (tests): Regenerated.
31177
31178 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31179
31180         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31181         assembler flag.
31182         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31183         zarch_nohighgprs around the zarch optimized routines.
31184         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31185         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31186         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31187         for zarch.
31188
31189 2012-09-05  David S. Miller  <davem@davemloft.net>
31190
31191         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31192
31193         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31194         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31195         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31196         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31197         entries.
31198
31199 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31200
31201         * malloc/arena.c: Fold copyright years.
31202         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31203
31204 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31205
31206         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31207
31208 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31209
31210         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31211
31212 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31213
31214         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31215         change internal state upon failure.
31216
31217 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31218
31219         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31220         * malloc/memusage.c (mmap): Likewise.
31221         (mmap64, mremap): Likewise.  Adjust name in comment.
31222
31223 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31224
31225         * libio/fileops.c: Fix typos in comments.
31226         * libio/oldfileops.c: Likewise.
31227         * libio/wfileops.c: Likewise.
31228
31229 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31230
31231         [BZ #1349]
31232         * malloc/Makefile (tests): Add tst-malloc-usable test case.
31233         (tst-malloc-usable-ENV): Set environment for test case.
31234         * malloc/hooks.c (malloc_check_get_size): New function to get
31235         requested size.
31236         * malloc/malloc.c (musable): Use malloc_check_get_size.
31237         * malloc/tst-malloc-usable.c: New test case.
31238
31239 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31240
31241         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31242
31243 2012-09-05  Allan McRae  <allan@archlinux.org>
31244
31245         [BZ #13966]
31246         * configure.in (CXX_SYSINCLUDES): Use compiler output to
31247         determine header location.
31248         * configure: Regenerated.
31249
31250 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31251
31252         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31253         float format.
31254         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
31255         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31256         format.
31257         (test): Regenerate.
31258
31259 2012-09-04  David S. Miller  <davem@davemloft.net>
31260
31261         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31262         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31263         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31264
31265 2012-09-04  Florian Weimer  <fweimer@redhat.com>
31266
31267         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31268         failures.
31269
31270         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31271
31272 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
31273
31274         [BZ #9914]
31275         * libio/iogetdelim.c: Include <limits.h>.
31276         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31277         + len + 1 would overflow.
31278
31279 2012-09-03  Andreas Jaeger  <aj@suse.de>
31280
31281         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31282         * sysdeps/i386/fpu/libm-test-ulps: Update.
31283
31284 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31285
31286         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31287         Add s_sinf-sse2, s_conf-sse2.
31288
31289         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31290         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31291         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31292         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31293
31294         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31295         for using routine as __sinf_ia32.
31296         Use macro for function declaration and weak_alias.
31297         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31298         for using routine as __cosf_ia32.
31299         Use macro for function declaration and weak_alias.
31300
31301         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31302         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31303
31304         * sysdeps/x86_64/fpu/s_sinf.S: New file.
31305         * sysdeps/x86_64/fpu/s_cosf.S: New file.
31306         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31307
31308         * math/libm-test.inc (cos_test): Add more test cases.
31309         (sin_test): Likewise.
31310         (sincos_test): Likewise.
31311
31312 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31313
31314         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
31315         (IFUNC_RESOLVE): Make pointers to the specialized implementations
31316         hidden.
31317         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31318
31319 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
31320
31321         [BZ #14538]
31322         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
31323         first element of the GOT.
31324         (elf_machine_load_address): Return the difference between
31325         the runtime address of _DYNAMIC and elf_machine_dynamic ().
31326
31327 2012-09-01  Allan McRae  <allan@archlinux.org>
31328
31329         [BZ #13412]
31330         * configure.in (AWK): Require gawk version 3.0 or later.
31331         * configure: Regenerated.
31332
31333 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31334
31335         * sysdeps/unix/sysv/linux/kernel-features.h
31336         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31337         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31338         [__NR_clock_getres]: Make code unconditional.
31339         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31340         (clock_getcpuclockid): Remove code left unreachable by removal of
31341         conditionals.
31342         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31343         code unconditional.
31344         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31345         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31346         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31347         Make code unconditional.
31348         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31349         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31350         * sysdeps/unix/sysv/linux/clock_settime.c
31351         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31352         conditional code.
31353         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31354         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31355
31356 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
31357
31358         [BZ #14476]
31359         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31360         scripts/test-installation.pl.
31361
31362         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31363         and $ld_so_version if it is set.
31364
31365 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31366
31367         [BZ #14516]
31368         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31369         failure if reading from procfs failed.
31370         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31371
31372 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31373
31374         * sysdeps/unix/sysv/linux/kernel-features.h
31375         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31376         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31377         Remove conditional code.
31378         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31379         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31380         Remove conditional code.
31381         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31382         * sysdeps/unix/sysv/linux/i386/fxstat.c
31383         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31384         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31385         * sysdeps/unix/sysv/linux/i386/fxstatat.c
31386         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31387         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31388         * sysdeps/unix/sysv/linux/i386/lxstat.c
31389         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31390         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31391         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31392         Remove conditional code.
31393         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31394         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31395         Remove conditional code.
31396         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31397         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31398         <kernel-features.h>.
31399         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31400         Remove.
31401         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31402         Remove conditional code.
31403         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31404         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31405         Remove conditional.
31406
31407 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
31408
31409         [BZ #5400]
31410         * NEWS: Add fixed bug number.
31411
31412 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31413
31414         [BZ #14519]
31415         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31416         underflowing exponent in case of negative sign.
31417         * stdlib/tst-strtod-round-data: Add more tests.
31418         * stdlib/tst-strtod-round.c (tests): Regenerated.
31419
31420         [BZ #3479]
31421         * stdlib/strtod_l.c (NDIG): Remove.
31422         (HEXNDIG): Likewise.
31423         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31424         smallest representable value.
31425         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31426         lie within an exact representation of 1/2 ulp of the result.
31427         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31428         unconditionally.
31429         (TENS_P9_IDX): Define unconditionally.
31430         (TENS_P9_SIZE): Likewise.
31431         (TENS_P10_IDX): Likewise.
31432         (TENS_P10_SIZE): Likewise.
31433         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31434         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31435         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31436         entries for 10^2^13 and 10^2^14.
31437         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31438         (TENS_P13_IDX): Define.
31439         (TENS_P13_SIZE): Likewise.
31440         (TENS_P14_IDX): Likewise.
31441         (TENS_P14_SIZE): Likewise.
31442         (_fpioconst_pow10): Change array size to
31443         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
31444         unconditional.
31445         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31446         1024]: Add entries for 10^2^13 and 10^2^14.
31447         [LAST_POW10 > _LAST_POW10]: Remove #error.
31448         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31449         (_fpioconst_pow10): Change array size to
31450         FPIOCONST_POW10_ARRAY_SIZE.
31451         * stdlib/gen-fpioconst.c: New file.
31452         * stdlib/gen-tst-strtod-round.c: Likewise.
31453         * stdlib/tst-strtod-round-data: Likewise.
31454         * stdlib/tst-strtod-round.c: Likewise.
31455         * stdlib/Makefile (tests): Add tst-strtod-round.
31456
31457         [BZ #14459]
31458         * stdlib/strtod_l.c: Include <stdint.h>.
31459         (NDEBUG): Do not define.
31460         (round_and_return): Change EXPONENT parameter to type intmax_t.
31461         Rearrange calculations to avoid internal overflow possibilities.
31462         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31463         Rearrange calculations to avoid internal overflow possibilities.
31464         Assert that number fits inside MPNSIZE limbs.
31465         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31466         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31467         calculations and add assertions to avoid internal overflow
31468         possibilities.  Add casts to avoid signed/unsigned operations.
31469         * stdlib/tst-strtod-overflow.c: New file.
31470         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31471
31472 2012-08-25  Marek Polacek  <polacek@redhat.com>
31473
31474         * time/time.h: Fix some typos in comments.
31475
31476 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31477
31478         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31479         * posix/tst-rfc3484-2.c: Likewise.
31480         * posix/tst-rfc3484-3.c: Likewise.
31481
31482 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31483
31484         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31485         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31486
31487 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31488
31489         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31490         #include of fxstatat64.c.
31491
31492 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31493
31494         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31495         * shadow/getspent_r.c: Likewise.
31496         * shadow/getspnam.c: Likewise.
31497         * shadow/getspnam_r.c: Likewise.
31498         * gshadow/getsgent.c: Likewise.
31499         * gshadow/getsgent_r.c: Likewise.
31500         * gshadow/getsgnam.c: Likewise.
31501         * gshadow/getsgnam_r.c: Likewise.
31502         * inet/getnetbyad.c: Likewise.
31503         * inet/getnetbyad_r.c: Likewise.
31504         * inet/getnetbynm.c: Likewise.
31505         * inet/getnetbynm_r.c: Likewise.
31506         * inet/getnetent.c: Likewise.
31507         * inet/getnetent_r.c: Likewise.
31508         * inet/getproto.c: Likewise.
31509         * inet/getproto_r.c: Likewise.
31510         * inet/getprtent.c: Likewise.
31511         * inet/getprtent_r.c: Likewise.
31512         * inet/getprtname.c: Likewise.
31513         * inet/getprtname_r.c: Likewise.
31514         * inet/getrpcbyname.c: Likewise.
31515         * inet/getrpcbyname_r.c: Likewise.
31516         * inet/getrpcbynumber.c: Likewise.
31517         * inet/getrpcbynumber_r.c: Likewise.
31518         * inet/getrpcent.c: Likewise.
31519         * inet/getrpcent_r.c: Likewise.
31520         * inet/getaliasent.c: Likewise.
31521         * inet/getaliasent_r.c: Likewise.
31522         * inet/getaliasname.c: Likewise.
31523         * inet/getaliasname_r.c: Likewise.
31524         * nscd/getgrgid_r.c: Likewise.
31525         * nscd/getgrnam_r.c: Likewise.
31526         * nscd/gethstbyad_r.c: Likewise.
31527         * nscd/gethstbynm3_r.c: Likewise.
31528         * nscd/getpwnam_r.c: Likewise.
31529         * nscd/getpwuid_r.c: Likewise.
31530         * nscd/getsrvbynm_r.c: Likewise.
31531         * nscd/getsrvbypt_r.c: Likewise.
31532         * nscd/gai.c: Likewise.
31533
31534         * configure.in (build_nscd): New substituted variable, set
31535         by --disable-build-nscd and defaults to $use_nscd.
31536         * configure: Regenerated.
31537         * config.make.in (build-nscd): New substituted variable.
31538         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31539         Change conditional to require [$(build-nscd) = yes] as well.
31540         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31541
31542         [BZ# 13696]
31543         * configure.in (use_nscd): New substituted variable, set by
31544         --disable-nscd.  If enabled, define USE_NSCD.
31545         * configure: Regenerated.
31546         * config.h.in: Add USE_NSCD.
31547         * config.make.in (use-nscd): New substituted variable.
31548         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31549         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31550         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31551         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31552         (CFLAGS-getgrnam_r.c): Likewise.
31553         (CFLAGS-initgroups.c): Likewise.
31554         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31555         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31556         Variables removed.
31557         * inet/getnetgrent_r.c
31558         (nscd_setnetgrent): New function, broken out of ...
31559         (setnetgrent): ... here.  Call it.
31560         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31561         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31562         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31563         * nscd/Makefile (routines, aux): Move definitions after include of
31564         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31565         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31566         Conditionalize on [USE_NSCD].
31567         (is_nscd, nscd_init_cb): Likewise.
31568         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31569         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31570         * nss/nss_db/db-init.c: Likewise.
31571         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31572         [USE_NSCD].
31573         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31574         (make_request): Use it.
31575         (cache_valid_p): New function.
31576         (__check_pf): Use it.
31577         * NEWS: Add item for --disable-nscd.
31578
31579 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31580
31581         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31582         to support sed >= 4.2.1-20-ga9bf076.
31583         * configure: Regenerated.
31584
31585 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31586
31587         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31588         Conditionalize whole body on [IREL].
31589
31590 2012-08-22  Jeff Law <law@redhat.com>
31591
31592         [BZ #14505]
31593         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31594         if the family is PF_UNSPEC.
31595
31596 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31597
31598         * Makerules (lib-version): Rename from V.
31599         (install-lib-nosubdir): Change V to lib-version.
31600
31601 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31602
31603         [BZ #14252]
31604         * powerpc32/power6/wcschr.c: New file.
31605         * powerpc32/power6/wcscpy.c: New file.
31606         * powerpc32/power6/wcsrchr.c: New file.
31607         * powerpc64/power6/wcschr.c: New file.
31608         * powerpc64/power6/wcscpy.c: New file.
31609         * powerpc64/power6/wcsrchr.c: New file.
31610
31611 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31612
31613         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31614         (two_way_short_needle): Use it.
31615         * string/strstr.c (AVAILABLE1_USES_J): Define.
31616         * string/strcasestr.c: Likewise.
31617
31618         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31619         array references.
31620         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31621
31622         [BZ #11607]
31623         * NEWS: Add an entry.
31624         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31625         define their defaults.
31626         (two_way_short_needle): Detect end-of-string on-the-fly.
31627         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31628         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31629         * string/bug-strcasestr1.c: New test.
31630         * string/Makefile: Run it.
31631
31632 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31633
31634         [BZ #11607]
31635         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31636         the first character.
31637
31638 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31639
31640         * csu/elf-init.c (__libc_csu_irel): Function removed.
31641         * csu/libc-start.c (apply_irel): New function.
31642         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31643
31644 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31645
31646         * sysdeps/unix/sysv/linux/kernel-features.h
31647         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31648         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31649         <kernel-features.h>.
31650         [__NR_fadvise64_64]: Make code unconditional.
31651         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31652         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31653         !__NR_fadvise64_64)]: Likewise.
31654         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31655         !__NR_fadvise64_64))]: Likewise.
31656         [__NR_fadvise64]: Make code unconditional.
31657         [!__NR_fadvise64]: Remove conditional code.
31658         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31659         <kernel-features.h>.
31660         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31661         unconditional.
31662         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31663         conditional code.
31664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31665         not include <kernel-features.h>.
31666         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31667         unconditional.
31668         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31669         conditional code.
31670         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31671         include <kernel-features.h>.
31672         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31673         unconditional.
31674         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31675         conditional code.
31676
31677 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31678
31679         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31680         slight instruction rearrangements per scrollpipe analysis.
31681         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31682
31683 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31684
31685         * manual/syslog.texi (syslog; vsyslog, closelog):
31686         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31687         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31688
31689         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31690         DSOCAPS to match condition on defining it.
31691
31692 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31693
31694         * sysdeps/unix/sysv/linux/kernel-features.h
31695         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31697         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31698         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31700         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31701         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31703         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31704         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31705
31706         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31707         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31708
31709         * sysdeps/unix/sysv/linux/kernel-features.h
31710         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31711         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31712         unconditional.
31713         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31714         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31715         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31716         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31717         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31718         Make code unconditional.
31719         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31720         (__mmap64) [!__NR_mmap2]: Likewise.
31721         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31722         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31723         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31724         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31725         [__NR_mmap2]: Make code unconditional.
31726         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31727         (__mmap64) [!__NR_mmap2]: Likewise.
31728
31729 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31730
31731         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31732
31733 2012-08-18  Andreas Jaeger  <aj@suse.de>
31734
31735         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31736
31737 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31738
31739         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31740         * include/unistd.h (__have_sock_cloexec): Likewise.
31741         (__have_pipe2): Likewise.
31742         (__have_dup3): Likewise.
31743
31744 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31745
31746         [BZ #9685]
31747         * include/unistd.h (__have_pipe2): Change define into an extern int.
31748         (__have_dup3): Likewise.
31749         * socket/have_sock_cloexec.c: Include fcntl.h.
31750         (__have_pipe2): New variable.
31751         (__have_dup3): Likewise.
31752
31753 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31754
31755         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31756
31757 2012-08-17  Marek Polacek  <polacek@redhat.com>
31758
31759         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31760         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31761
31762 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31763
31764         * configure.in: Add AC_SUBST for sysheaders.
31765         * configure: Regenerated.
31766         * config.make.in (sysheaders): New substituted variable.
31767
31768         * sysdeps/unix/mkfifo.c: Moved ...
31769         * sysdeps/posix/mkfifo.c: ... here.
31770         * sysdeps/unix/mkfifoat.c: Moved ...
31771         * sysdeps/posix/mkfifoat.c: ... here.
31772
31773         * sysdeps/unix/utime.c: Moved ...
31774         * sysdeps/posix/utime.c: ... here.
31775
31776         * sysdeps/unix/time.c: Moved ...
31777         * sysdeps/posix/time.c: ... here.
31778         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31779         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31780
31781         * sysdeps/unix/nice.c: Moved ...
31782         * sysdeps/posix/nice.c: ... here.
31783
31784         * sysdeps/unix/alarm.c: Moved ...
31785         * sysdeps/posix/alarm.c: ... here.
31786
31787         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31788
31789 2012-08-17  Jeff Law <law@redhat.com>
31790
31791         * intl/Makefile (codeset_mo): New variable.
31792         ($(codeset_mo)): New target.
31793         (tst-codeset.out): Depend on that.  Remove explicit rule.
31794         (tst-gettext3.out, tst-gettext5.out): Likewise.
31795         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31796         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31797         * intl/tst-codeset.sh: Remove.
31798         * intl/tst-gettext3.sh: Likewise.
31799         * intl/tst-gettext5.sh: Likewise.
31800
31801 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31802
31803         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31804         * sysdeps/unix/syscalls.list: ... here.
31805
31806         * sysdeps/posix/getaddrinfo.c
31807         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31808         (gaiconf_init, gaiconf_reload): Use them.
31809         [!_STATBUF_ST_NSEC]
31810         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31811         Define using time_t rather than struct timespec.
31812
31813         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31814         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31815         Macros removed.
31816         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31817         [!NO_THREADS].
31818         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31819         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31820         Likewise.
31821
31822         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31823         __libc_cleanup_push argument.
31824
31825         * bits/param.h: New file.
31826         * misc/sys/param.h: New file.
31827         * include/sys/param.h: New file.
31828         * misc/Makefile (headers): Add bits/param.h.
31829         * sysdeps/generic/sys/param.h: File removed.
31830         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31831         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31832         * sysdeps/mach/hurd/bits/param.h: New file.
31833         * sysdeps/mach/hurd/sys/param.h: File removed.
31834
31835         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31836         last change.
31837
31838         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31839         [_IO_MTSAFE_IO].
31840         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31841         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31842         New macros.
31843
31844         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31845         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31846         rather than -D_IO_MTSAFE_IO conditionally.
31847         * stdio-common/Makefile (CPPFLAGS): Likewise.
31848         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31849         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31850         Use $(libio-mtsafe).
31851         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31852         of -D_IO_MTSAFE_IO.
31853         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31854         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31855         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31856         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31857         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31858         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31859         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31860         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31861         (CFLAGS-fread_u_chk.c): Likewise.
31862         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31863         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31864         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31865         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31866         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31867         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31868         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31869         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31870         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31871
31872         * libio/Makefile: Test [$(libc-reentrant) = yes]
31873         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31874
31875         * Makeconfig
31876         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31877         * sysdeps/pthread/configure: File removed.
31878         * sysdeps/pthread/Makeconfig: New file.
31879         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31880         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31881
31882 2012-08-16  Gary Benson  <gbenson@redhat.com>
31883
31884         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31885         unmapping the first object in a namespace.
31886
31887 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31888
31889         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31890         (__internal_setnetgrent): ... this.  Add internal_function to
31891         definition.  Add libc_hidden_def.
31892         (setnetgrent): Update caller.
31893         (internal_endnetgrent): Renamed to ...
31894         (__internal_endnetgrent): ... this.  Add internal_function to
31895         definition.  Add libc_hidden_def.
31896         (endnetgrent): Update caller.
31897         (internal_getnetgrent_r): Renamed to ...
31898         (__internal_getnetgrent_r): ... this.  Add internal_function to
31899         definition.  Add libc_hidden_def.
31900         (__getnetgrent_r): Update caller.
31901         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31902
31903 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31904
31905         * stdlib/longlong.h: Update from GCC.
31906
31907 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31908
31909         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31910         on _QL, which is set by umul_ppmm but never used.
31911         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31912         variables, which are set by GMP macros but never used.
31913         * stdio-common/_itowa.c (_itowa): Likewise.
31914         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31915         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31916
31917 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31918
31919         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31920         struct La_sh_regs is not constant.
31921         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31922         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31923         and struct La_sparc64_regs are not constant.
31924
31925 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31926
31927         * sysdeps/unix/sysv/linux/kernel-features.h
31928         (__ASSUME_POSIX_TIMERS): Remove.
31929         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31930         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31931         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31932         Make code unconditional.
31933         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31934         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31935         Make code unconditional.
31936         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31937         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31938         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31939         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31940         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31941         Make code unconditional.
31942         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31943         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31944         (__libc_missing_posix_timers): Remove.
31945
31946 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31947
31948         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31949         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31950
31951         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31952
31953         * elf/dl-sym.c: Include <stdlib.h>.
31954
31955         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31956         constants, which avoids warnings in 32-bit builds.
31957
31958         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31959         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31960
31961         * misc/lseek.c: File moved to ...
31962         * io/lseek.c: ... here.
31963
31964         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31965
31966         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31967         shifting LEN more than 31 bits at once.
31968
31969 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31970
31971         [BZ #14195]
31972         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31973         segmentation fault for a case of two empty input strings.
31974         * string/test-strncasecmp.c (check1): Renamed to...
31975         (bz12205): ...this.
31976         (bz14195): Add new testcase for two empty input strings and N > 0.
31977         (test_main): Call new testcase, adapt for renamed function.
31978
31979 2012-08-15  Andreas Jaeger  <aj@suse.de>
31980
31981         [BZ #14090]
31982         * crypt/md5test2.c: New test, based on test supplied by Serge
31983         Belyshev <belyshev@depni.sinp.msu.ru>.
31984         * crypt/Makefile (xtests): Add md5test-giant..
31985         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31986
31987 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31988
31989         [BZ #14090]
31990         * crypt/md5.c (md5_process_block): Don't assume the buffer
31991         length is less than 2**32.
31992         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31993         length is less than 2**64.
31994
31995 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31996
31997         * string/str-two-way.h: Include <sys/param.h>.
31998         (MAX): Macro removed.
31999
32000         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32001         Move #define and #undef of memmove to just before and after
32002         including <string.h>.
32003
32004         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32005         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32006         and after including <string.h>.  Move declarations of
32007         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32008         to before #include "string/memmove.c".
32009
32010         * include/dirent.h: Declare __getdirentries.
32011
32012         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32013         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32014
32015 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32016
32017         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32018         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32019         * sysdeps/i386/configure: Regenerated.
32020         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32021         STABS_CURRENT_FILE, and STABS_FUN.
32022         (END): Remove call to STABS_FUN_END.
32023         (STABS_CURRENT_FILE1): Delete.
32024         (STABS_CURRENT_FILE): Likewise.
32025         (STABS_FUN): Likewise.
32026         (STABS_FUN_END): Likewise.
32027         (STABS_FUN2): Likewise.
32028         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32029         * sysdeps/x86_64/configure: Regenerated.
32030
32031 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32032
32033         * elf/dl-open.c: Include <atomic.h>.
32034         * elf/dl-lookup.c: Likewise.
32035
32036 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32037
32038         * sysdeps/unix/sysv/linux/kernel-features.h
32039         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32040         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32041         unconditionally.
32042         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32043         unconditionally.
32044         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32045         condition on __ASSUME_CLONE_THREAD_FLAGS.
32046
32047 2012-08-14  Andreas Jaeger  <aj@suse.de>
32048
32049         * sysdeps/i386/fpu/libm-test-ulps: Update.
32050
32051 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32052
32053         * include/atomic.h (atomic_exchange_and_add): Split into ...
32054         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32055         New atomic macros.
32056
32057 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32058
32059         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32060
32061 2012-08-13  Jeff Law <law@redhat.com>
32062
32063         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32064         null byte in the output string.
32065
32066 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32067
32068         * sysdeps/unix/sysv/linux/kernel-features.h
32069         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32070         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32071         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32072         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32073         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32074         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32075         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32076
32077 2012-08-09  Jeff Law <law@redhat.com>
32078
32079         [BZ #13939]
32080         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32081         When avoid_arena is set, don't retry in the that arena.  Pick the
32082         next one, whatever it might be.
32083         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32084         (arena_lock): Pass in new parameter to arena_get2.
32085         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32086         arena_get2.
32087         (__libc_malloc): Unify retrying after main arena failure with
32088         __libc_memalign version.
32089         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32090
32091 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32092
32093         [BZ #14166]
32094         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32095         to __redirect_strstr.
32096         (__strstr_sse42): Use typeof __redirect_strstr.
32097         (__strstr_ia32): Likewise.
32098         (__libc_strstr): New prototype.
32099         (strstr): Renamed to ...
32100         (__libc_strstr): This.
32101         (strstr): New strong alias of __libc_strstr.
32102         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32103         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32104         __redirect_time.
32105         Include <time.h>.
32106         (__libc_time): New prototype.
32107         (time_ifunc): Replace time with __libc_time.
32108         (time): New strong alias and hidden definition of __libc_time.
32109         (__GI_time): Remove strong alias.
32110         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32111         Include <stddef.h>.
32112         (memmove): Redefined to __redirect_memmove.
32113         (__memmove_sse2): Use typeof __redirect_memmove.
32114         (__memmove_ssse3): Likewise.
32115         (__memmove_ssse3_back): Likewise.
32116         (__libc_memmove): New prototype.
32117         (memmove): Renamed to ...
32118         (__libc_memmove): This.
32119         (memmove): New strong alias of __libc_memmove.
32120
32121 2012-08-08  Mark Salter  <msalter@redhat.com>
32122
32123         * elf/elf.h
32124         (R_MN10300_TLS_GD): Define.
32125         (R_MN10300_TLS_LD): Likewise.
32126         (R_MN10300_TLS_LDO): Likewise.
32127         (R_MN10300_TLS_GOTIE): Likewise.
32128         (R_MN10300_TLS_IE): Likewise.
32129         (R_MN10300_TLS_LE): Likewise.
32130         (R_MN10300_TLS_DTPMOD): Likewise.
32131         (R_MN10300_TLS_DTPOFF): Likewise.
32132         (R_MN10300_TLS_TPOFF): Likewise.
32133         (R_MN10300_SYM_DIFF): Likewise.
32134         (R_MN10300_ALIGN): Likewise.
32135         (R_MN10300_NUM): Update.
32136
32137 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32138
32139         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32140         Remove.
32141
32142 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32143
32144         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32145
32146         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32147         sysdeps/unix -> sysdeps/posix move.
32148         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32149
32150 2012-08-07      Allan McRae     <allan@archlinux.org>
32151
32152         [BZ #14303]
32153         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32154         (SUNOS_CPP): Likewise.
32155         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32156         not found.
32157         (open_input): Call CPP using execvp.
32158
32159 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32160
32161         * sysdeps/unix/sysv/linux/kernel-features.h
32162         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32163         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32164         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32165         (__ASSUME_WAITID_SYSCALL): Likewise.
32166         * sysdeps/unix/sysv/linux/dl-execstack.c
32167         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32168         code unconditional.
32169         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32170         conditional code.
32171         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32172         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32173         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32174         code.
32175         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32176         unconditional.
32177         [__ASSUME_WAITID_SYSCALL]: Likewise.
32178         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32179
32180 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32181
32182         * sysdeps/unix/closedir.c: Renamed to ...
32183         * sysdeps/posix/closedir.c: ... here.
32184         * sysdeps/unix/dirfd.c: Renamed to ...
32185         * sysdeps/posix/dirfd.c: ... here.
32186         * sysdeps/unix/dirstream.h: Renamed to ...
32187         * sysdeps/posix/dirstream.h: ... here.
32188         * sysdeps/unix/fdopendir.c: Renamed to ...
32189         * sysdeps/posix/fdopendir.c: ... here.
32190         * sysdeps/unix/opendir.c: Renamed to ...
32191         * sysdeps/posix/opendir.c: ... here.
32192         * sysdeps/unix/readdir.c: Renamed to ...
32193         * sysdeps/posix/readdir.c: ... here.
32194         * sysdeps/unix/readdir_r.c: Renamed to ...
32195         * sysdeps/posix/readdir_r.c: ... here.
32196         * sysdeps/unix/rewinddir.c: Renamed to ...
32197         * sysdeps/posix/rewinddir.c: ... here.
32198         * sysdeps/unix/seekdir.c: Renamed to ...
32199         * sysdeps/posix/seekdir.c: ... here.
32200         * sysdeps/unix/telldir.c: Renamed to ...
32201         * sysdeps/posix/telldir.c: ... here.
32202         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32203         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32204         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32205         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32206
32207         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32208         * bits/fcntl.h: ... here.
32209
32210         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32211         not 0.
32212         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32213         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32214         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32215         (struct flock): Move l_start, l_len to the beginning.
32216         Use __pid_t for l_pid.
32217         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32218         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32219         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32220         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32221         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32222         [__USE_LARGEFILE64] (struct flock64): New type.
32223         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32224
32225         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32226         * bits/dirent.h: ... here.
32227
32228         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32229         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32230
32231 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32232
32233         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32234         Change from 2.6.0 to 2.6.16.
32235         * sysdeps/unix/sysv/linux/configure: Regenerated.
32236         * sysdeps/unix/sysv/linux/kernel-features.h
32237         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32238         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32239         version.
32240         (__ASSUME_UTIMES): Likewise.
32241         (__ASSUME_CLONE_STOPPED): Remove.
32242         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32243         architectures, not kernel version.
32244         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32245         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32246         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32247         (__ASSUME_WAITID_SYSCALL): Likewise.
32248         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32249         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32250         * README: State 2.6.16 as minimum Linux kernel version.  Do not
32251         refer to older versions.
32252
32253 2012-08-06  Roland McGrath  <roland@hack.frob.com>
32254
32255         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32256         Define alphasort64 as an alias.
32257         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32258         Define versionsort64 as an alias.
32259         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32260         Define scandir64 as an alias.
32261         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32262         Define scandirat64 as an alias.
32263         * dirent/alphasort64.c (alphasort64):
32264         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32265         * dirent/versionsort64.c: Likewise.
32266         * dirent/scandir64.c: Likewise.
32267         * dirent/scandirat64.c: Likewise.
32268         * sysdeps/wordsize-64/alphasort.c: File removed.
32269         * sysdeps/wordsize-64/alphasort64.c: File removed.
32270         * sysdeps/wordsize-64/scandir.c: File removed.
32271         * sysdeps/wordsize-64/scandir64.c: File removed.
32272         * sysdeps/wordsize-64/scandirat.c: File removed.
32273         * sysdeps/wordsize-64/scandirat64.c: File removed.
32274         * sysdeps/wordsize-64/versionsort.c: File removed.
32275         * sysdeps/wordsize-64/versionsort64.c: File removed.
32276         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32277         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32278         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32279         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32280         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32281         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32282         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32283         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32284
32285         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32286         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32287         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32288         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32289         [defined __arch64__ || defined __sparcv9]
32290         (__INO_T_MATCHES_INO64_T): New macro.
32291         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32292         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32293         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32294         * sysdeps/unix/sysv/linux/bits/dirent.h
32295         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32296         (_DIRENT_MATCHES_DIRENT64): New macro.
32297
32298         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32299         Define lockf64 as an alias.
32300         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32301         Define fseeko64 as an alias.
32302         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32303         Define ftello64 as an alias.
32304         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32305         Define _IO_fgetpos64 and fgetpos64 as aliases.
32306         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32307         Define _IO_fsetpos64 and fsetpos64 as aliases.
32308         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
32309         Conditionalize body on this.
32310         * libio/fseeko64.c: Likewise.
32311         * libio/ftello64.c: Likewise.
32312         * libio/iofgetpos64.c: Likewise.
32313         * libio/iofsetpos64.c: Likewise.
32314         * sysdeps/wordsize-64/lockf.c: File removed.
32315         * sysdeps/wordsize-64/lockf64.c: File removed.
32316         * sysdeps/wordsize-64/fseeko.c: File removed.
32317         * sysdeps/wordsize-64/fseeko64.c: File removed.
32318         * sysdeps/wordsize-64/ftello.c: File removed.
32319         * sysdeps/wordsize-64/ftello64.c: File removed.
32320         * sysdeps/wordsize-64/iofgetpos.c: File removed.
32321         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
32322         * sysdeps/wordsize-64/iofsetpos.c: File removed.
32323         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32324         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32325         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32326         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32327         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32328         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32329         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32330         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32331         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32332         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32333         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32334
32335         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32336         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32337         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32338         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32339         [defined __arch64__ || defined __sparcv9]
32340         (__OFF_T_MATCHES_OFF64_T): New macro.
32341         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32342         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32343         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32344         (__OFF_T_MATCHES_OFF64_T): New macro.
32345
32346 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32347
32348         * stdlib/secure-getenv.c (__secure_getenv): Replace
32349         GLIBC_2_16 with GLIBC_2_17.
32350
32351 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32352
32353         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32354         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32355
32356 2012-08-03  David S. Miller  <davem@davemloft.net>
32357
32358         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32359
32360 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32361
32362         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32363         Remove.
32364         (__ASSUME_CORRECT_SI_PID): Likewise.
32365         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32366         (__ASSUME_TMPFS_NAME): Likewise.
32367         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32368         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32369         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32370         (HAVE_AUX_SECURE): Make definition unconditional.
32371         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32372         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32373
32374 2012-08-03  Roland McGrath  <roland@hack.frob.com>
32375
32376         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32377         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32378         * sysdeps/mach/hurd/eloop-threshold.h: New file.
32379         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32380         __eloop_threshold instead of SYMLOOP_MAX.
32381
32382         * sysdeps/generic/eloop-threshold.h: New file.
32383         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32384         of MAXSYMLINKS.
32385         * elf/chroot_canon.c (chroot_canon): Likewise.
32386
32387 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32388
32389         [BZ #13717]
32390         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32391         Change to 2.6.0 everywhere.
32392         * sysdeps/unix/sysv/linux/configure: Regenerated.
32393         * sysdeps/unix/sysv/linux/kernel-features.h
32394         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32395         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32396         kernel versions.
32397         (__ASSUME_POSIX_TIMERS): Define unconditionally.
32398         (__ASSUME_FUTEX_REQUEUE): Remove.
32399         (__ASSUME_STATFS64): Define unconditionally.
32400         (__ASSUME_AT_SECURE): Likewise.
32401         (__ASSUME_CORRECT_SI_PID): Likewise.
32402         (__ASSUME_TGKILL): Define without depending on kernel version for
32403         i386.
32404         (__ASSUME_UTIMES): Likewise.
32405         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32406         kernel version.
32407         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32408         (__ASSUME_TMPFS_NAME): Likewise.
32409         * README: Update reference to Linux kernel versions.
32410
32411 2012-08-02  Marek Polacek  <polacek@redhat.com>
32412
32413         [BZ# 14150]
32414         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
32415         libc_cv_asm_type_prefix with %.
32416         * configure: Regenerated.
32417         * include/libc-symbols.h: Remove comment about
32418         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32419         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32420         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32421         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32422         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32423         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32424         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32425         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32426         * elf/tst-unique2mod1.c: Likewise.
32427         * elf/tst-unique1mod2.c: Likewise.
32428         * elf/tst-unique1mod1.c: Likewise.
32429         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32430         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32431         Replace ASM_TYPE_DIRECTIVE with .type.
32432         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32433         * sysdeps/i386/sysdep.h: Likewise.
32434         * sysdeps/x86_64/sysdep.h: Likewise.
32435         * sysdeps/sh/sysdep.h: Likewise.
32436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32437         Do not define ASM_TYPE_DIRECTIVE.
32438         * sysdeps/powerpc/sysdep.h: Likewise.
32439         * sysdeps/powerpc/powerpc32/sysdep.h:
32440         Replace ASM_TYPE_DIRECTIVE with .type.
32441         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32442         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32443         * sysdeps/i386/fpu/e_powf.S: Likewise.
32444         * sysdeps/i386/fpu/e_expl.S: Likewise.
32445         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32446         * sysdeps/i386/fpu/e_acosh.S: Likewise.
32447         * sysdeps/i386/fpu/e_pow.S: Likewise.
32448         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32449         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32450         * sysdeps/i386/fpu/s_expm1.S: Likewise.
32451         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32452         * sysdeps/i386/fpu/e_log2.S: Likewise.
32453         * sysdeps/i386/fpu/e_log2l.S: Likewise.
32454         * sysdeps/i386/fpu/e_scalb.S: Likewise.
32455         * sysdeps/i386/fpu/e_powl.S: Likewise.
32456         * sysdeps/i386/fpu/e_log10f.S: Likewise.
32457         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32458         * sysdeps/i386/fpu/e_logl.S: Likewise.
32459         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32460         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32461         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32462         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32463         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32464         * sysdeps/i386/fpu/e_log.S: Likewise.
32465         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32466         * sysdeps/i386/fpu/e_logf.S: Likewise.
32467         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32468         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32469         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32470         * sysdeps/i386/fpu/e_log10.S: Likewise.
32471         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32472         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32473         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32474         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32475         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32476         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32477         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32478         * sysdeps/i386/i686/strtok.S: Likewise.
32479         * sysdeps/i386/i386-mcount.S: Likewise.
32480         * sysdeps/i386/strtok.S: Likewise.
32481         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32482         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32483         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32484         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32485         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32486         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32487         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32488         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32489         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32490         * sysdeps/x86_64/_mcount.S: Likewise.
32491         * sysdeps/x86_64/strtok.S: Likewise.
32492         * sysdeps/sh/_mcount.S: Likewise.
32493
32494 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32495
32496         * libio/iofopen.c: Include <fcntl.h>.
32497         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32498         (_IO_fopen64, fopen64): Define as aliases.
32499         * libio/iofopen64.c: Include <fcntl.h>.
32500         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32501         Conditionalize body on this.
32502         * sysdeps/wordsize-64/iofopen.c: File removed.
32503         * sysdeps/wordsize-64/iofopen64.c: File removed.
32504
32505 2012-08-01  Marek Polacek  <polacek@redhat.com>
32506
32507         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32508         Use dlfcn directly instead of a variable.
32509         (binfmt-subdir): Do not define.
32510         (dlfcn): Likewise.
32511
32512 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32513
32514         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32515         Remove all definitions.
32516         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32517         <kernel-features.h>.
32518         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32519         (miss_F_GETOWN_EX): Remove all definitions.
32520         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32521         macro definition.
32522         [!__ASSUME_FCNTL64]: Remove conditional code.
32523         [__ASSUME_FCNTL64]: Make code unconditional.
32524         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32525         <kernel-features.h>.
32526         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32527         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32528         (lockf64) [__NR_fcntl64]: Make code unconditional.
32529         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32530
32531         * sysdeps/unix/sysv/linux/kernel-features.h
32532         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32533         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32534         Make code unconditional.
32535         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32536         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32538         [__NR_vfork]: Make code unconditional.
32539         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32540         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32542         [__NR_vfork]: Make code unconditional.
32543         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32544         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32545
32546 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32547
32548         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32549         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32550
32551         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32552         Define mkstemp64 as an alias.
32553         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32554         Define mkstemps64 as an alias.
32555         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32556         Define mkostemp64 as an alias.
32557         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32558         Define mkostemps64 as an alias.
32559         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32560         Conditionalize body on this.
32561         * misc/mkostemp64.c: Likewise.
32562         * misc/mkostemps64.c: Likewise.
32563         * misc/mkstemps64.c: Likewise.
32564         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32565         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32566         * sysdeps/wordsize-64/mkostemp.c: File removed.
32567         * sysdeps/wordsize-64/mkstemp.c: File removed.
32568         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32569         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32570         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32571         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32572
32573         [BZ #14138]
32574         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32575         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32576         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32577         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32578
32579         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32580         compat_symbol macros from <shlib-compat.h> rather than the underlying
32581         default_symbol_version and symbol_version macros, so that DEFAULT
32582         lines in shlib-versions are respected.
32583         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32584
32585 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32586
32587         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32588         Declare with warn_unused_result.
32589         (setgid, setregid, setegid, setresgid): Likewise.
32590         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32591         Likewise.
32592         * WUR-REPORT: Remove set*id functions.
32593
32594 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32595
32596         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32597
32598 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32599
32600         [BZ #10191]
32601         * include/sys/socket.h (__libc_accept, __libc_accept4):
32602         Add attribute_hidden.
32603         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32604
32605         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32606         use of PTR_MANGLE.
32607         * inet/getnetgrent_r.c (setup): Likewise.
32608
32609         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32610
32611 2012-07-31  David S. Miller  <davem@davemloft.net>
32612
32613         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32614
32615 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32616
32617         [BZ #13629]
32618         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32619         value between 1.0 and 2.0 and smaller part has absolute value less
32620         than 1.0.
32621         * math/s_clog10.c (__clog10): Likewise.
32622         * math/s_clog10f.c (__clog10f): Likewise.
32623         * math/s_clog10l.c (__clog10l): Likewise.
32624         * math/s_clogf.c (__clogf): Likewise.
32625         * math/s_clogl.c (__clogl): Likewise.
32626         * math/libm-test.inc (clog_test): Add more tests.
32627         (clog10_test): Likewise.
32628         * sysdeps/i386/fpu/libm-test-ulps: Update.
32629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32630
32631 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32632
32633         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32634         Exit with zero in case no suitable GID is found, and write a
32635         message to standard error.
32636
32637 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32638
32639         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32640         rather than to 1.
32641         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32642         (MAXPATHLEN): Removed.
32643         (NOGROUP, NODEV): New macros.
32644         (setbit, clrbit, isset, isclr): New macros.
32645         (howmany, roundup, powerof2): New macros.
32646         (DEV_BSIZE): New macro.
32647
32648         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32649         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32650
32651         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32652         definition on [!__NO_LONG_DOUBLE_MATH].
32653
32654         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32655         PTR_MANGLE and PTR_DEMANGLE.
32656
32657         * socket/accept4.c (accept4): Rename to __libc_accept4.
32658         Define accept4 as a weak alias.
32659
32660         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32661         on [_DIRENT_HAVE_D_TYPE].
32662         * io/ftw.c (ftw_dir): Likewise.
32663
32664         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32665
32666         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32667
32668         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32669         Use the BSD numbers rather than the arbitrary ones we had.
32670         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32671         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32672         (SIGXCPU, SIGXFSZ): New macros.
32673         (_NSIG): Now 32.
32674
32675         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32676         initializer on [_LIBC_REENTRANT].
32677
32678         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32679         definitions inside [_POSIX_MAPPED_FILES].
32680
32681         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32682
32683         * dirent/opendir.c: Include <fcntl.h>.
32684
32685         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32686         (__libc_getspecific): Likewise.
32687         (__libc_key_create): Likewise.
32688
32689         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32690         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32691         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32692         (tmpfile64): Define as alias.
32693         * sysdeps/wordsize-64/tmpfile.c: File removed.
32694         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32695         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32696         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32697
32698         * stdio-common/vfscanf.c: Include <stdbool.h>.
32699         * nss/makedb.c: Likewise.
32700         * stdio-common/_i18n_number.h: Likewise.
32701         * argp/argp-help.c: Likewise.
32702         * posix/wordexp.c: Likewise.
32703         * sysdeps/posix/spawni.c: Likewise.
32704         * nss/nss_files/files-initgroups.c: Likewise.
32705         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32706         * nss/nss_files/files-initgroups.c: Likewise.
32707         * nss/nss_db/db-netgrp.c: Likewise.
32708         * nss/nss_db/db-initgroups.c: Likewise.
32709         * io/fchmodat.c: Include <sys/stat.h>.
32710
32711         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32712         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32713
32714         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32715         [HAVE_MMAP].
32716
32717         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32718         Add multiple inclusion protection.
32719
32720 2012-07-27  David S. Miller  <davem@davemloft.net>
32721
32722         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32723
32724 2012-07-27  Gary Benson  <gbenson@redhat.com>
32725
32726         [BZ #14298]
32727         * elf/rtld.c: Include <stap-probe.h>.
32728         (dl_main): Added static probes "init_start" and "init_complete".
32729         * elf/dl-load.c: Include <stap-probe.h>.
32730         (lose): Take new parameter "nsid".
32731         Added static probe "map_failed".
32732         (_dl_map_object_from_fd): Pass namespace id to lose.
32733         Added static probe "map_start".
32734         (open_verify): Pass namespace id to lose.
32735         * elf/dl-open.c: Include <stap-probe.h>.
32736         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32737         and "reloc_complete".
32738         * elf/dl-close.c: Include <stap-probe.h>.
32739         (_dl_close_worker): Added static probes "unmap_start" and
32740         "unmap_complete".
32741         * elf/rtld-debugger-interface.txt: New file documenting the above.
32742
32743 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32744
32745         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32746         rather than a string variable.
32747         * sunrpc/rpc_main.c (h_output): Likewise.
32748         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32749
32750 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32751
32752         * inet/check_native.c: New file.
32753
32754 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32755
32756         [BZ #13629]
32757         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32758         if larger part has absolute value 1.0.
32759         * math/s_clog10.c (__clog10): Likewise.
32760         * math/s_clog10f.c (__clog10f): Likewise.
32761         * math/s_clog10l.c (__clog10l): Likewise.
32762         * math/s_clogf.c (__clogf): Likewise.
32763         * math/s_clogl.c (__clogl): Likewise.
32764         * math/libm-test.inc (clog_test): Add more tests.
32765         (clog10_test): Likewise.
32766         * sysdeps/i386/fpu/libm-test-ulps: Update.
32767         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32768
32769         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32770         (pltexit): Likewise.
32771         (La_regs): Likewise.
32772         (La_retval): Likewise.
32773         (int_retval): Likewise.
32774         Update #error for removed macros to refer only to definitions in
32775         tst-audit.h.
32776         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32777         macro.
32778         (pltexit): Likewise.
32779         (La_regs): Likewise.
32780         (La_retval): Likewise.
32781         (int_retval): Likewise.
32782         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32783         macro.
32784         (pltexit): Likewise.
32785         (La_regs): Likewise.
32786         (La_retval): Likewise.
32787         (int_retval): Likewise.
32788         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32789         macro.
32790         (pltexit): Likewise.
32791         (La_regs): Likewise.
32792         (La_retval): Likewise.
32793         (int_retval): Likewise.
32794         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32795         macro.
32796         (pltexit): Likewise.
32797         (La_regs): Likewise.
32798         (La_retval): Likewise.
32799         (int_retval): Likewise.
32800         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32801         macro.
32802         (pltexit): Likewise.
32803         (La_regs): Likewise.
32804         (La_retval): Likewise.
32805         (int_retval): Likewise.
32806         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32807         macro.
32808         (pltexit): Likewise.
32809         (La_regs): Likewise.
32810         (La_retval): Likewise.
32811         (int_retval): Likewise.
32812         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32813         macro definitions in tst-audit.h.
32814         * sysdeps/i386/tst-audit.h: New file.
32815         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32816         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32817         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32818         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32819         * sysdeps/sh/tst-audit.h: Likewise.
32820         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32821         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32822         * sysdeps/x86_64/tst-audit.h: Likewise.
32823
32824 2012-07-26  Andreas Jaeger  <aj@suse.de>
32825
32826         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32827         ptrace.
32828
32829         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32830         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32831         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32832         PTRACE_O_MASK.
32833         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32834         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32835         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32836
32837         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32838         value.
32839
32840         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32841         _sigsys.
32842         (si_call_addr, si_syscall, si_arch): Define new macro.
32843         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32844         _sigsys.
32845         (si_call_addr, si_syscall, si_arch): Define new marcro.
32846         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32847         _sigsys.
32848         (si_call_addr, si_syscall, si_arch): Define new macro.
32849         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32850         _sigsys.
32851         (si_call_addr, si_syscall, si_arch): Define new macro.
32852
32853 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32854
32855         [BZ #13717]
32856         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32857         Change to 2.4.21 where previously 2.4.1.
32858         * sysdeps/unix/sysv/linux/configure: Regenerated.
32859         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32860         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32861         Linux kernel version.
32862         (__ASSUME_STD_AUXV): Remove.
32863         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32864         kernel version.
32865         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32866         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32867         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32868         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32869         (__ASSUME_NETLINK_SUPPORT): Likewise.
32870         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32871         (__no_netlink_support): Remove conditional definition.
32872         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32873         Remove.
32874         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32875         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32876         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32877         (if_nameindex_ioctl): Remove.
32878         (if_nameindex_netlink): Do not handle __no_netlink_support.
32879         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32880         code.
32881         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32882         Remove conditional code.
32883         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32884         code.
32885         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32886         unconditional.
32887         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32888         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32889         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32890         Remove.
32891         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32892         [!__ASSUME_STD_AUXV]: Remove conditional code.
32893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32894         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32895         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32897         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32898         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32899         code.
32900         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32902         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32903         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32904         conditional code.
32905         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32907         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32908         code.
32909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32910         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32911         conditional code.
32912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32913         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32914         code unconditional.
32915         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32916         conditional code.
32917         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32918         unconditional.
32919         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32920         conditional code.
32921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32922         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32923         unconditional.
32924         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32925         conditional code.
32926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32927         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32928         code unconditional.
32929         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32930         conditional code.
32931         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32932         unconditional.
32933         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32934         conditional code.
32935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32936         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32937         code unconditional.
32938         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32939         conditional code.
32940         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32941         unconditional.
32942         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32943         conditional code.
32944
32945 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32946
32947         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32948         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32949         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32950         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32951         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32952         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32953         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32954         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32955         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32956         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32957         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32958         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32959         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32960         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32961         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32962         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32963         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32964         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32965         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32966         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32967         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32968         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32969         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32970
32971 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32972
32973         * Versions.def: Add GLIBC_2.17.
32974         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32975         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32976         Introduce __libc_secure_getenv.
32977         * stdlib/Versions (2.17): Add secure_getenv
32978         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32979         * stdlib/secure-getenv.c: Rename __secure_getenv to
32980         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32981         symbol __secure_getenv for GLIBC_2.0.
32982         * stdlib/tst-secure-getenv.c: New.
32983         * stdlib/Makefile (tests): Add testcase.
32984         * manual/startup.texi (Environment Access): Document
32985         secure_getenv.
32986         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32987         __libc_secure_getenv.
32988         * inet/ruserpass.c (ruserpass): Likewise.
32989         * malloc/mtrace.c (mtrace): Likewise.
32990         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32991         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32992         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32993         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32994         HAVE_SECURE_GETENV.
32995         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32996         __secure_getenv to __libc_secure_getenv.
32997         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32999         Likewise.
33000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33001         Likewise.
33002         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33003         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33004         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33005         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33006         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33007         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33008         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33009
33010 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33011
33012         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33013         (struct La_i86_retval): Likewise.
33014         (struct La_x86_64_regs): Likewise.
33015         (struct La_x86_64_retval): Likewise.
33016         (struct La_x32_regs): Likewise.
33017         (struct La_x32_retval): Likewise.
33018         (struct La_ppc32_regs): Likewise.
33019         (struct La_ppc32_retval): Likewise.
33020         (struct La_ppc64_regs): Likewise.
33021         (struct La_ppc64_retval): Likewise.
33022         (struct La_sh_regs): Likewise.
33023         (struct La_sh_retval): Likewise.
33024         (struct La_s390_32_regs): Likewise.
33025         (struct La_s390_32_retval): Likewise.
33026         (struct La_s390_64_regs): Likewise.
33027         (struct La_s390_64_retval): Likewise.
33028         (struct La_sparc32_regs): Likewise.
33029         (struct La_sparc32_retval): Likewise.
33030         (struct La_sparc64_regs): Likewise.
33031         (struct La_sparc64_retval): Likewise.
33032         (struct audit_ifaces): Remove architecture-specific pltenter and
33033         pltexit members.
33034         * sysdeps/i386/ldsodefs.h: New file.
33035         * sysdeps/powerpc/ldsodefs.h: Likewise.
33036         * sysdeps/s390/ldsodefs.h: Likewise.
33037         * sysdeps/sh/ldsodefs.h: Likewise.
33038         * sysdeps/sparc/ldsodefs.h: Likewise.
33039         * sysdeps/x86_64/ldsodefs.h: Likewise.
33040
33041 2012-07-25  Marek Polacek  <polacek@redhat.com>
33042
33043         [BZ #6808]
33044         * math/libm-test.inc (yn_test): Add another test.
33045         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33046         to ERANGE when the result is +-Inf.
33047         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33048         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33049         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33050         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33051
33052 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33053
33054         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33055         equal to 0.
33056         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33057         clock_t.
33058         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33059
33060 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33061
33062         * configure.in <sysdeps resolving>: Correct printing
33063         Implies_before.
33064         * configure: Regenerate.
33065
33066 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33067
33068         * math/w_ilogb.c: Include <limits.h>.
33069         * math/w_ilogbl.c: Likewise.
33070
33071 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33072
33073         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33074         va_copy.  Document allowing for unavailable va_copy only as
33075         pre-C99 compatibility.
33076         * manual/string.texi (Copying and Concatenation): Use va_copy
33077         instead of __va_copy in concat example.
33078
33079 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33080
33081         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33082         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33083         it if not null.
33084
33085         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33086         with O_NOLINK passed to __file_name_lookup.
33087
33088         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33089         with O_NOLINK passed to __file_name_lookup.
33090
33091         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33092         negative N or less than NGIDS.
33093
33094         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33095         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33096         enough.  Use memcpy instead of strncpy.
33097
33098 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33099
33100         * elf/Makefile (check-data): Remove.
33101         (localplt.data): New vpath directive.
33102         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33103         instead of $(check-data).
33104         * scripts/data/localplt-generic.data: Move to ...
33105         * sysdeps/generic/localplt.data: ... here.
33106         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33107         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33108         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33110         ... here.
33111         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33113         ... here.
33114         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33116         ... here.
33117         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33118         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33119         ... here.
33120         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33121         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33122         ... here.
33123         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33124         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33125         ... here.
33126
33127 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33128
33129         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33130         PPC32 and PPC64 files.
33131         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33132         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33133
33134 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33135
33136         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33137         __makecontext_ret to ...
33138         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33139         ... here and call exit if uc_link is NULL.  New file.
33140         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33141         __makecontext_ret.S.
33142         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33143         __makecontext_ret to ...
33144         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33145         ... here and call exit if uc_link is NULL.  New file.
33146         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33147         __makecontext_ret.S.
33148
33149 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33150
33151         * elf/elf.h (R_390_IRELATIVE): New definition.
33152         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33153         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33154         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33155         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33156         (elf_machine_lazy_rel): Likewise.
33157         * sysdeps/s390/dl-irel.h: New file.
33158         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33159         * sysdeps/s390/s390-64/memset.S: New asm code.
33160         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33161         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33162         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33163         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33164         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33165         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33166         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33167         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33168         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33169         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33170         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33171         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33172         * sysdeps/s390/s390-32/memset.S: New asm code.
33173         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33174
33175 2012-07-17  Marek Polacek  <polacek@redhat.com>
33176
33177         [BZ #14349]
33178         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33179         * sysdeps/s390/s390-64/configure.in: Likewise.
33180         * sysdeps/sparc/configure.in: Likewise.
33181         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33182         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33183         * sysdeps/i386/configure.in: Likewise.
33184         * sysdeps/x86_64/configure.in: Likewise.
33185         * sysdeps/sh/configure.in: Likewise.
33186         * sysdeps/s390/s390-32/configure: Regenerated.
33187         * sysdeps/s390/s390-64/configure: Likewise.
33188         * sysdeps/x86_64/configure: Likewise.
33189         * sysdeps/sh/configure: Likewise.
33190         * sysdeps/powerpc/powerpc64/configure: Likewise.
33191         * sysdeps/powerpc/powerpc32/configure: Likewise.
33192         * sysdeps/sparc/configure: Likwise.
33193         * sysdeps/i386/configure: Likewise.
33194
33195         * elf/dl-open.c: Comment fixes.
33196
33197 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33198
33199         * Makefile [CXX] (check-data): Remove.
33200         [CXX] (c++-types.data): New vpath directive.
33201         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33202         vpath.  Do not allow for C++ type data being missing.
33203         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33204         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33205         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33206         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33207         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33208         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33209         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33211         ... here.
33212         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33214         ... here.
33215         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33216         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33217         ... here.
33218         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33219         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33220         ... here.
33221         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33222         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33223         ... here.
33224         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33225         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33226         ... here.
33227         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33228         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33229         ... here.
33230         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33231         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33232
33233         * elf/tls-macros.h (TLS_LE): Move architecture-specific
33234         definitions to architecture-specific files.
33235         (TLS_IE): Likewise.
33236         (TLS_LD): Likewise.
33237         (TLS_GD): Likewise.
33238         * sysdeps/i386/tls-macros.h: New file.
33239         * sysdeps/powerpc/tls-macros.h: Likewise.
33240         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33241         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33242         * sysdeps/sh/tls-macros.h: Likewise.
33243         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33244         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33245         * sysdeps/x86_64/tls-macros.h: Likewise.
33246
33247 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33248
33249         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33250         zero value for regular exit case.
33251
33252         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33253         (__start_context): Preserve zero value for regular exit case.
33254
33255 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33256             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33257
33258         * manual/setjmp.texi (setcontext): Clarify normal process
33259         termination when uc_link is the null pointer.
33260         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33261         exit call.
33262
33263 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
33264
33265         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33266         preprocessor.  Test for each exception mask separately.
33267
33268 2012-07-16  Andreas Jaeger  <aj@suse.de>
33269
33270         * po/ru.po: Update from translation team.
33271
33272 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
33273
33274         * conform/data/string.h-data (NULL): Use macro-constant.  Require
33275         equal to 0.
33276         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33277         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33278         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33279         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33280         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33281
33282 2012-07-13  Andreas Jaeger  <aj@suse.de>
33283
33284         * po/fr.po: Update from translation team.
33285
33286 2012-07-12  Marek Polacek  <polacek@redhat.com>
33287
33288         [BZ #14173]
33289         * math/libm-test.inc (yn_test): Add test for BZ #14173.
33290         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33291         loop condition.
33292
33293 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
33294
33295         [BZ #13717]
33296         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33297         Change to 2.4.1 where previously 2.4.0.
33298         * sysdeps/unix/sysv/linux/configure: Regenerated.
33299         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33300         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33301         version.
33302         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33303         (__ASSUME_AT_CLKTCK): Remove.
33304         (__ASSUME_AT_PAGESIZE): Likewise.
33305         (__ASSUME_AT_XID): Likewise.
33306         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33307         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33308         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
33309         unconditionally.
33310         (HAVE_AUX_PAGESIZE): Likewise.
33311         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
33312         [__ASSUME_AT_CLKTCK]: Make code unconditional.
33313         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
33314
33315 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
33316
33317         [BZ #14307]
33318         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
33319         the temporary buffer used to invoke __gethostbyname2_r,
33320         __gethostbyaddr_r and gethostbyname4_r to make room for struct
33321         host_data / struct gaih_addrtuple.
33322         * resolv/nss_dns/dns-host.c (global scope): Move definition of
33323         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33324         header file nss/nsswitch.h.
33325         * nss/nsswitch.h (global scope): Add definition of implementation
33326         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33327         resolv/nss_dns/dns-host.c).
33328
33329 2012-07-11  Andreas Jaeger  <aj@suse.de>
33330
33331         * po/fr.po: Update from translation team.
33332
33333         * po/sv.po: Update from translation team
33334         * po/fr.po: Another update from translation team.
33335
33336 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33337
33338         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33339         for subnormals or multiply small sinh result by itself.
33340         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33341         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33342
33343 2012-07-11  David S. Miller  <davem@davemloft.net>
33344
33345         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33346
33347 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
33348
33349         [BZ #14347]
33350         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33351         (INTERNAL_MARK): Shift it here.
33352
33353 2012-07-10  Marek Polacek  <polacek@redhat.com>
33354
33355         [BZ #14151]
33356         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
33357         libc_cv_asm_global_directive with .globl.
33358         * configure: Regenerated.
33359         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33360         with .globl.
33361         * sysdeps/i386/configure: Regenerated.
33362         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33363         with .globl.
33364         * sysdeps/x86_64/configure: Regenerated.
33365         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33366         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33367         * elf/tst-unique2mod2.c: Likewise.
33368         * elf/tst-unique2mod1.c: Likewise.
33369         * elf/tst-unique1mod2.c: Likewise.
33370         * elf/tst-unique1mod1.c: Likewise.
33371         * sysdeps/s390/s390-32/sysdep.h: Likewise.
33372         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33373         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33374         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33375         * sysdeps/mach/sysdep.h: Likewise.
33376         * sysdeps/i386/sysdep.h: Likewise.
33377         * sysdeps/i386/i386-mcount.S: Likewise.
33378         * sysdeps/x86_64/_mcount.S: Likewise.
33379         * sysdeps/x86_64/sysdep.h: Likewise.
33380         * sysdeps/sh/_mcount.S: Likewise.
33381         * sysdeps/sh/sysdep.h: Likewise.
33382         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33383         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33384         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33385         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33386         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33387         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33388         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33389         * locale/localeinfo.h: Likewise.
33390         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33391         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33392
33393 2012-07-09  Roland McGrath  <roland@hack.frob.com>
33394
33395         [BZ #14336]
33396         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33397         system".
33398         * manual/message.texi (The Uniforum approach): Likewise.
33399         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33400         (glibc iconv Implementation): Likewise.
33401
33402 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
33403
33404         [BZ #14337]
33405         * math/s_clog.c (__clog): Avoid scaling a value down where that
33406         could result in underflow.
33407         * math/s_clog10.c (__clog10): Likewise.
33408         * math/s_clog10f.c (__clog10f): Likewise.
33409         * math/s_clog10l.c (__clog10l): Likewise.
33410         * math/s_clogf.c (__clogf): Likewise.
33411         * math/s_clogl.c (__clogl): Likewise.
33412         * math/libm-test.inc (clog_test): Add more tests.
33413         (clog10_test): Likewise.
33414         * sysdeps/i386/fpu/libm-test-ulps: Update.
33415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33416
33417 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
33418
33419         [BZ #14283]
33420         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33421         by 7 not 8 to examine high bit of fractional part.
33422
33423         [BZ #14042]
33424         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33425         for call to __mcount_internal.
33426         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33427         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33428         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33429
33430 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
33431
33432         [BZ #14154]
33433         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33434         approximation for values within 0x1p-13f of an odd multiple of
33435         pi/4.
33436         * math/libm-test.inc (tan_test): Do not allow spurious underflow
33437         exception.  Add more tests.
33438         * sysdeps/i386/fpu/libm-test-ulps: Update.
33439
33440         [BZ #6778]
33441         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33442         inputs and return -1 for them.  Do not check for +Inf in case not
33443         reachable for +Inf.
33444         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33445         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33446         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33447         and return -1 for them.  Do not check for +Inf in case not
33448         reachable for +Inf.
33449         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33450         define.
33451         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33452         and return -1 for them.  Do not check for +Inf in case not
33453         reachable for +Inf.
33454         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
33455         spurious underflow.
33456         * sysdeps/i386/fpu/libm-test-ulps: Update.
33457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33458
33459 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33460
33461         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33462
33463 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33464
33465         [BZ #14157]
33466         [BZ #14331]
33467         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33468         could result in spurious underflow.  Scale down values above
33469         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33470         * math/s_csqrtf.c (__csqrtf): Likewise.
33471         * math/s_csqrtl.c (__csqrtl): Likewise.
33472         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33473         spurious underflow.
33474         * sysdeps/i386/fpu/libm-test-ulps: Update.
33475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33476
33477 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33478
33479         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33480         xopen-msg.sed.
33481         * catgets/xopen-msg.awk: New file.
33482         * catgets/xopen-msg.sed: Removed.
33483
33484         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33485         po2text.sed.
33486         * intl/po2test.awk: New file.
33487         * intl/po2test.sed: Removed.
33488
33489 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33490
33491         [BZ #14328]
33492         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33493         or multiply small sinh result by itself.
33494         * math/s_ctanf.c (__ctanf): Likewise.
33495         * math/s_ctanh.c (__ctanh): Likewise.
33496         * math/s_ctanhf.c (__ctanhf): Likewise.
33497         * math/s_ctanhl.c (__ctanhl): Likewise.
33498         * math/s_ctanl.c (__ctanl): Likewise.
33499         * math/libm-test.inc (ctan_test_tonearest): New function.
33500         (ctan_test_towardzero): Likewise.
33501         (ctan_test_downward): Likewise.
33502         (ctan_test_upward): Likewise.
33503         (ctanh_test_tonearest): Likewise.
33504         (ctanh_test_towardzero): Likewise.
33505         (ctanh_test_downward): Likewise.
33506         (ctanh_test_upward): Likewise.
33507         (main): Call these new functions.
33508         * sysdeps/i386/fpu/libm-test-ulps: Update.
33509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33510
33511 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33512
33513         * .gitignore: Delete /ports entry.
33514
33515 2012-07-03  Andreas Jaeger  <aj@suse.de>
33516
33517         * po/bg.po: Update from translation team.
33518         * po/cs.po: Likewise.
33519         * po/de.po: Likewise.
33520         * po/hr.po: Likewise.
33521         * po/nl.pl: Likewise.
33522         * po/pl.po: Likewise.
33523         * po/vi.po: Likewise.
33524
33525 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33526
33527         * Makeconfig [!+link] (+link-before-libc): New variable.
33528         [!+link] (+link-after-libc): Likewise.
33529         [!+link] (+link-tests): Likewise.
33530         [!+link] (+link): Define in terms of $(+link-before-libc) and
33531         $(+link-after-libc).
33532         [!+link-static] (+link-static-before-libc): New variable.
33533         [!+link-static] (+link-static-after-libc): Likewise.
33534         [!+link-static] (+link-static-tests): Likewise.
33535         [!+link-static] (+link-static): Define in terms of
33536         $(+link-static-before-libc) and $(+link-static-after-libc).
33537         [build-shared] (link-libc-before-gnulib): New variable.
33538         [build-shared] (link-libc-tests): Likewise.
33539         [build-shared] (link-libc): Define in terms of
33540         $(link-libc-before-gnulib).
33541         [!build-shared] (link-libc-tests): New variable.
33542         (link-libc-static-tests): New variable.
33543         [!gnulib] (gnulib-arch): New variable.
33544         [!gnulib] (gnulib-tests): Likewise.
33545         [!gnulib] (static-gnulib-arch): Likewise.
33546         [!gnulib] (static-gnulib-tests): Likewise.
33547         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33548         Define with "=" instead of ":=".
33549         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33550         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33551         * Rules (binaries-all-notests): New variable.
33552         (binaries-all-tests): Likewise.
33553         (binaries-static-notests): Likewise.
33554         (binaries-static-tests): Likewise.
33555         (binaries-all): Define using $(binaries-all-notests) and
33556         $(binaries-all-tests).
33557         (binaries-static): Define using $(binaries-static-notests) and
33558         $(binaries-static-tests).
33559         (binaries-shared-tests): New variable.
33560         (binaries-shared-notests): Likewise.
33561         (binaries-shared): Remove variable.
33562         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33563         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33564         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33565         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33566         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33567         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33568         * elf/Makefile (sln-modules): New variable.
33569         (extra-objs): Add $(sln-modules:=.o).
33570         (ldconfig-modules): Add static-stubs.
33571         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33572         * elf/static-stubs.c: New file.
33573
33574         [BZ #14283]
33575         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33576         by 7 not 8 to examine high bit of fractional part.  Use volatile
33577         variables when splitting into final array of floats if
33578         __FLT_EVAL_METHOD__ != 0.
33579         * math/libm-test.inc (cos_test): Add another test.
33580         (sin_test): Likewise.
33581         * sysdeps/i386/fpu/libm-test-ulps: Update.
33582
33583         [BZ #14273]
33584         * math/libm-test.inc (cosh_test): Add more tests.
33585
33586         * version.h (RELEASE): Set to "development".
33587         (VERSION): Set to "2.16.90".
33588
33589 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33590
33591         * NEWS: Update copyright. Remove last-updated date.
33592         Mention math library bug fixes and timezone data changes.
33593         * README: Mention GNU/Hurd, x32, and HPPA support status.
33594
33595 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33596
33597         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33598
33599 2012-06-27  Andreas Jaeger  <aj@suse.de>
33600
33601         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33602
33603 2012-06-25  Andreas Jaeger  <aj@suse.de>
33604
33605         * sysdeps/s390/fpu/libm-test-ulps: Update.
33606
33607 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33608             Thomas Schwinge  <thomas@codesourcery.com>
33609
33610         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33611         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33612         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33613         fanotify_mark.
33614
33615 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33616
33617         * sysdeps/mach/start.c: Remove file.
33618         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33619         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33620         * sysdeps/sh/init-first.c: Likewise.
33621
33622         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33623         registers for frame unwinding purposes, add CFI directives.
33624         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33625         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33626         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33627         Likewise.
33628
33629         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33630         __fortify_fail returning.
33631         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33632
33633         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33634         sysdeps/sh/____longjmp_chk.S.
33635         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33636         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33637         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33638         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33639
33640         * sysdeps/sh/abort-instr.h: New file.
33641         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33642         process in case exit returns.
33643
33644         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33645         initialize the GOT register before use.
33646
33647         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33648         calculation of ARGC > 4.
33649
33650         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33651         meaningful names to some local labels.
33652
33653 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33654             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33655
33656         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33657         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33658         (__arch_compare_and_exchange_val_16_acq): Likewise.
33659         (__arch_compare_and_exchange_val_32_acq): Likewise.
33660         (atomic_exchange_and_add): Fix gUSA sequence.
33661         (atomic_add): Likewise.
33662         (atomic_add_negative): Likewise.
33663         (atomic_add_zero): Likewise.
33664         (atomic_bit_test_set): Likewise.
33665
33666 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33667
33668         [BZ #13579]
33669         * include/link.h (struct link_map): Add l_free_initfini.
33670         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33671         l_initfini.
33672         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33673         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33674         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33675         set.
33676
33677 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33678
33679         * configure.in: Use AC_LANG_SOURCE.
33680         * configure: Regenerate.
33681
33682 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33683
33684         * configure.in (libc_cv_localstatedir): New substituted variable.
33685         * configure: Regenerated.
33686         * config.make.in (localstatedir): New variable, substituted from
33687         libc_cv_localstatedir.
33688         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33689         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33690         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33691         * sysdeps/gnu/configure: Regenerated.
33692
33693 2012-06-21  Jeff Law  <law@redhat.com>
33694
33695         [BZ #14277]
33696         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33697         free.  Simplify list management for _LIBC case.
33698
33699 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33700
33701         [BZ #14273]
33702         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33703         Clear sign bit of 64-bit integer value before comparing against
33704         overflow value.
33705
33706         * sysdeps/mach/configure: Regenerated.
33707
33708 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33709
33710         [BZ #14278]
33711         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33712
33713 2012-06-21  Jeff Law  <law@redhat.com>
33714
33715         [BZ #13882]
33716         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33717         uint16_t for elements in the "seen" array to avoid char overflows.
33718         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33719         * elf/dl-open.c (dl_open_worker): Likewise.
33720
33721 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33722
33723         * scripts/list-sources.sh: Scan PORTS for translations.
33724         * po/libc.pot: Regenerated.
33725
33726 2012-06-21  Andreas Jaeger  <aj@suse.de>
33727
33728         [BZ #12194]
33729         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33730         warning.
33731         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33732         * bits/byteswap-16.h (__bswap_16): Likewise.
33733         * bits/byteswap.h (__bswap_constant_16): Likewise.
33734
33735 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33736
33737         [BZ #14117]
33738         * sysdeps/i386/fpu_control.h: Removed.
33739         * sysdeps/x86_64/fpu_control.h: Moved to ...
33740         * sysdeps/x86/fpu_control.h: Here.
33741
33742         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33743         (_FPU_SETCW): Likewise.
33744
33745 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33746
33747         [BZ #14117]
33748         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33749         * sysdeps/x86/fpu/bits/mathinline.h: This.
33750         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33751
33752         [BZ #14050]
33753         [BZ #14117]
33754         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33755         functions if __x86_64__ is defined.
33756
33757 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33758
33759         * string/endian.h: Add !__ASSEMBLER__ condition for including
33760         conversion interfaces.
33761
33762 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33763
33764         [BZ #14241]
33765         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33766         of ABS(x) in calculating zero to negative powers other than odd
33767         integers.
33768         * math/libm-test.inc (pow_test): Add more tests.
33769
33770 2012-06-15  Andreas Jaeger  <aj@suse.de>
33771
33772         * manual/contrib.texi (Contributors): Update entry of Liubov
33773         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33774         Machado Filho.
33775
33776 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33777
33778         * string/string.h: Add __wur to GNU version of strerror_r.
33779
33780 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33781
33782         [BZ #14229]
33783         * string/Makefile (tests): Add tst-strtok_r.
33784         * string/tst-strtok_r.c: New file.
33785         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33786         RAX_LP/RDX_LP on SAVE_PTR.
33787
33788 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33789
33790         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33791
33792 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33793
33794         * libm_test.inc (csqrt_test): Allow more spurious underflow
33795         exceptions.
33796         (j0_test): Likewise.
33797         (j1_test): Likewise.
33798         (y0_test): Likewise.
33799         (y1_test): Likewise.
33800
33801 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33802
33803         * po/Makefile (libc.pot): Use UTF-8 charset.
33804
33805 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33806
33807         [BZ #14210]
33808         Suppress sign-conversion warning from FD_SET.
33809         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33810         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33811         not unsigned long int.
33812         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33813
33814 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33815
33816         [BZ #14050]
33817         [BZ #14117]
33818         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33819         __extern_always_inline instead of __extern_inline.
33820         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33821         (__signbit): Likewise.
33822         (__signbitl): Support C++ namespace.
33823         (lrintf): New inline function.
33824         (lrint): Likewise.
33825         (llrintf): Likewise.
33826         (llrint): Likewise.
33827         (fmaxf): Likewise.
33828         (fmax): Likewise.
33829         (fminf): Likewise.
33830         (fmin): Likewise.
33831         (rint): Likewise.
33832         (rintf): Likewise.
33833         (ceil): Likewise.
33834         (ceilf): Likewise.
33835         (floor): Likewise.
33836         (floorf): Likewise.
33837         (nearbyint): Likewise.
33838         (nearbyintf): Likewise.
33839
33840 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33841
33842         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33843         non-default versions.
33844
33845 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33846
33847         [BZ #14218]
33848         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33849
33850 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33851
33852         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33853         (FE_UPWARD, FE_DOWNWARD): Don't define.
33854         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33855         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33856
33857         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33858         reading it.
33859         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33860         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33861
33862 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33863
33864         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33865         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33866         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33867         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33868
33869 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33870
33871         [BZ #14117]
33872         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33873         * sysdeps/i386/fpu/Implies: New file.
33874         * sysdeps/x86_64/fpu/Implies: Likewise.
33875         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33876         * sysdeps/x86/fpu/bits/fenv.h: This.
33877
33878         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33879         __SSE_MATH__.
33880
33881 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33882
33883         [BZ #14134]
33884         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33885         character 0xffff that matches the last element of the
33886         conversion table.
33887
33888 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33889
33890         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33891         fmodl commit.
33892
33893 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33894
33895         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33896         values higher than 25.6283.
33897
33898 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33899
33900         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33901         subnormal exponent extraction and add some __builtin_expect.
33902         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33903         Fix for subnormal mantissa calculation.
33904
33905 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33906
33907         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33908         cpu2 is -1 and errno is not ENOSYS.
33909
33910 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33911
33912         [BZ #14117]
33913         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33914         * sysdeps/x86/bits/string.h: This.
33915         * sysdeps/x86_64/bits/string.h: Removed.
33916
33917         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33918         if not compiling for x86-64, but compiling for >= i486.
33919
33920         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33921         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33922
33923         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33924         New macro from Linux kernel 3.4.0.
33925         (FP_XSTATE_MAGIC2): Likewise.
33926         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33927         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33928         (struct _fpx_sw_bytes): New struct.
33929         (struct _xsave_hdr): Likewise.
33930         (struct _ymmh_state): Likewise.
33931         (struct _xstate): Likewise.
33932
33933         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33934         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33935         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33936         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33937         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33938         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33939
33940         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33941         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33942         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33943         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33944         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33945         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33946
33947 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33948
33949         [BZ #13743]
33950         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33951         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33952         (sysdep_headers): Include sys/platform/ppc.h.
33953         * sysdeps/powerpc/test-gettimebase.c: Test for
33954         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33955         * manual/Makefile (appendices): Include platform.texi.
33956         * manual/contrib.texi (Contributors): Update @node pointers.
33957         * manual/maint.texi (Maintenance): Likewise.
33958         (Platform): New node.
33959         * manual/platform.texi: New file.  Document the new features.
33960
33961 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33962             Jakub Jelinek  <jakub@redhat.com>
33963
33964         [BZ #14188]
33965         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33966         where __builtin_expect is unavailable.
33967
33968 2012-06-03  David S. Miller  <davem@davemloft.net>
33969
33970         * stdlib/longlong.h: Updated from GCC.
33971
33972 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33973
33974         [BZ #14042]
33975         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33976         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33977         __mcount_internal.
33978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33979         (GLIBC_2.16): Likewise.
33980
33981 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33982
33983         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33984
33985 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33986
33987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33988         (default-abi): New variable.
33989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33990         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33991         variable.
33992         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33993         Likewise.
33994         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33995         Likewise.
33996         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33997         Likewise.
33998
33999         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34000         definition.  Document in comment.
34001
34002 2012-06-01  David S. Miller  <davem@davemloft.net>
34003
34004         * stdlib/longlong.h: Updated from GCC.
34005
34006 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34007
34008         [BZ #14117]
34009         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34010         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34011         sys/debugreg.h sys/io.h here.
34012         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34013         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34014         sys/io.h.
34015         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34016         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34017         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34018         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34019         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34020         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34021
34022         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34023         Define only if __x86_64__ is defined.
34024
34025 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34026
34027         [BZ #14048]
34028         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34029         Use int64_t for variable i.
34030         * math/libm-test.inc (fmod_test): Add more tests.
34031
34032         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34033         z computation is not scheduled after fetestexcept.
34034         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34035         Use math_force_eval instead of asm to ensure calculation scheduled
34036         before exception test.
34037         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34038         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34039
34040 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34041
34042         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34043         computation is not scheduled after fetestexcept.
34044
34045 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34046
34047         [BZ #14117]
34048         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34049         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34050
34051 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34052
34053         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34054         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34055
34056 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34057
34058         [BZ #14117]
34059         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34060         <bits/wordsize.h>.
34061         (__WCHAR_MIN): Support __WORDSIZE == 64.
34062         (__WCHAR_MAX): Likewise.
34063
34064         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34065         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34066
34067         [BZ #14183]
34068         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34069         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34070
34071         [BZ #14117]
34072         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34073         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34074
34075         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34076         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34077
34078         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34079         Defined to 1 if __x86_64__ isn't defined.
34080         (_STAT_VER_LINUX_OLD): New.
34081         (st_atime): Remove duplicate.
34082         (st_mtime): Likewise.
34083         (st_ctime): Likewise.
34084
34085 2012-05-31  David S. Miller  <davem@davemloft.net>
34086
34087         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34088         entries.
34089
34090 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34091
34092         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34093         gen-libm-test.pl.
34094
34095         [BZ #14132]
34096         * elf/dl-reloc.c: Include <_itoa.h>.
34097         (_dl_reloc_bad_type): Remove use of INTUSE.
34098         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34099         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34100         * stdio-common/psiginfo.c (psiginfo): Likewise.
34101         * stdio-common/psignal.c (psignal): Likewise.
34102         * string/strsignal.c (strsignal): Likewise.
34103         * include/signal.h (_sys_siglist): Declare hidden proto.
34104         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34105         INTVARDEF with libc_hidden_data_def.
34106         * stdio-common/itoa-udigits.c: Likewise.
34107         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34108         (_itoa_lower_digits_internal): Remove declaration.
34109         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34110         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34111         (_sys_sigabbrev_internal): Remove aliases.
34112         (_sys_siglist): Define hidden alias.
34113
34114 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34115
34116         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34117         bits/sysctl.h.
34118
34119 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34120
34121         [BZ #14117]
34122         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34123         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34124
34125         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34126         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34127         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34128         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34129         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34130         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34131
34132         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34133         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34134         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34135
34136         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34137         with __addr.
34138         (insw): Likewise.
34139         (insl): Likewise.
34140         (outsb): Likewise.
34141         (outsw): Likewise.
34142         (outsl): Likewise.
34143
34144         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34145         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34146         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34147
34148         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34149         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34150         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34151         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34152         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34153         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34154
34155         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34156         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34157
34158         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34159         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34160
34161         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34162         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34163         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34164
34165         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34166         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34167         to ...
34168         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34169
34170         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34171         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34172         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34173
34174         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34175         for x86-64.
34176         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34177
34178 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34179
34180         * math/math.h (M_El): Use two more decimal places.
34181         (M_LOG2El): Likewise.
34182         (M_LOG10El): Likewise.
34183         (M_LN2l): Likewise.
34184         (M_LN10l): Likewise.
34185         (M_PIl): Likewise.
34186         (M_PI_2l): Likewise.
34187         (M_PI_4l): Likewise.
34188         (M_1_PIl): Likewise.
34189         (M_2_PIl): Likewise.
34190         (M_2_SQRTPIl): Likewise.
34191         (M_SQRT2l): Likewise.
34192         (M_SQRT1_2l): Likewise.
34193
34194 2012-05-31  David S. Miller  <davem@davemloft.net>
34195
34196         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34197         values between float registers.
34198         * sysdeps/sparc/sparc64/memset.S: Likewise.
34199         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34200
34201 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34202
34203         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34204         -D_FORTIFY_SOURCE=1.
34205         (CPPFLAGS-tst-longjmp_chk.c): Define.
34206         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34207         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34208         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34209         CFLAGS-tst-wchar-h.c.
34210
34211 2012-05-31  Marek Polacek  <polacek@redhat.com>
34212
34213         [BZ #14132]
34214         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34215         __endmntent_internal): Remove declaration.
34216         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34217         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34218         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34219
34220 2012-05-30  David S. Miller  <davem@davemloft.net>
34221
34222         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34223         (___Q_simulate_exceptions): Use real FP ops rather than writing
34224         into the %fsr.
34225         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34226         Likewise.
34227
34228 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34229
34230         [BZ #14117]
34231         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34232         * sysdeps/x86/bits/xtitypes.h: This.
34233
34234         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34235         * sysdeps/x86/bits/wordsize.h: This.
34236
34237         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34238         * sysdeps/x86/bits/huge_vall.h: This.
34239
34240         * sysdeps/i386/bits/select.h: Removed.
34241         * sysdeps/x86_64/bits/select.h: Renamed to ...
34242         * sysdeps/x86/bits/select.h: This.
34243
34244         * sysdeps/i386/bits/setjmp.h: Removed.
34245         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34246         * sysdeps/x86/bits/setjmp.h: This.
34247
34248         * sysdeps/i386/bits/mathdef.h: Removed.
34249         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34250         * sysdeps/x86/bits/mathdef.h: This.
34251
34252 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
34253
34254         [BZ #14132]
34255         * include/sys/socket.h (__connect_internal)
34256         (__libc_sa_len_internal): Remove declaration.
34257         (__connect, __libc_sa_len): Declare hidden_proto.
34258         (SA_LEN): Remove use of INTUSE.
34259         * socket/connect.c: Add libc_hidden_def.
34260         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34261         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34262         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34263         alias.
34264         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34265         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34266         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34267         of adding _internal alias.
34268
34269 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34270
34271         [BZ #14117]
34272         * sysdeps/i386/bits/link.h: Removed.
34273         * sysdeps/i386/bits/linkmap.h: Likewise.
34274         * sysdeps/x86_64/bits/link.h: Renamed to ...
34275         * sysdeps/x86/bits/link.h: This.
34276         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34277         * sysdeps/x86/bits/linkmap.h: This.
34278
34279         * sysdeps/i386/bits/endian.h: Removed.
34280         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34281         * sysdeps/x86/bits/endian.h: This.
34282
34283         * sysdeps/i386/bits/byteswap.h: Removed.
34284         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34285         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34286         * sysdeps/x86/bits/byteswap.h: This.
34287         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34288         * sysdeps/x86/bits/byteswap-16.h: This.
34289         * sysdeps/i386/Implies: Add x86.
34290         * sysdeps/x86_64/Implies: Likewise.
34291
34292 2012-05-30  David S. Miller  <davem@davemloft.net>
34293
34294         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34295         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34296         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34297         (FP_TRAPPING_EXCEPTIONS): Define.
34298         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34299         (FP_TRAPPING_EXCEPTIONS): Define.
34300         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34301         subnormals only when inexact has been signalled or underflow
34302         exceptions are enabled.
34303         (_FP_PACK_CANONICAL): Likewise.
34304
34305 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34306
34307         [BZ #14183]
34308         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
34309         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
34310
34311 2012-05-30  Richard Henderson  <rth@twiddle.net>
34312
34313         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
34314         with #ifndef NOT_IN_libc.
34315
34316         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
34317         marked to avoid plt entry.
34318
34319 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34320
34321         [BZ #14112]
34322         * Makeconfig (default-abi): New macro.
34323         (abi-includes): Likewise.
34324         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
34325         $(abi-$(default-abi)-lib-soname) for soname if defined.
34326         ($(common-objpfx)gnu/lib-names.stmp): Generate from
34327         abi-variants.
34328         * Makefile (installed-stubs): Likewise.
34329         * include/stubs-biarch.h: Removed.
34330         * scripts/lib-names.awk: Only handle one library at a time.
34331         * scripts/soversions.awk: Remove WORDSIZE support.
34332         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34333         entries.
34334         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34335         Removed.
34336         (syscall-list-default-condition): Likewise.
34337         (syscall-list-default-condition): Likewise.
34338         (syscall-list-includes): Likewise.
34339         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34340         syscall-list-* with abi-*.  Handle undefined abi-variants.
34341         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34342         * sysdeps/unix/sysv/linux/i386/Implies: New file.
34343         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34344         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34345         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34346         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34347         Removed.
34348         (syscall-list-32-options): Likewise.
34349         (syscall-list-32-condition): Likewise.
34350         (syscall-list-64-options): Likewise.
34351         (syscall-list-64-condition): Likewise.
34352         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34353         macro.
34354         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34355         Renamed to ...
34356         (abi-*): This.
34357         (abi-64-ld-soname): New macro.
34358         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34359         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34360         Renamed to ...
34361         (abi-*): This.
34362         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34363         * sysdeps/x86_64/x32/shlib-versions: Likewise.
34364
34365 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
34366
34367         * sysdeps/unix/sysv/linux/kernel-features.h
34368         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34369         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34370         include <kernel-features.h>.
34371         [!__NR_ftruncate64]: Remove conditional code.
34372         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34373         [__NR_ftruncate64]: Make code unconditional.
34374         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34375         * sysdeps/unix/sysv/linux/truncate64.c: Do not
34376         include <kernel-features.h>.
34377         [!__NR_ftruncate64]: Remove conditional code.
34378         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34379         [__NR_ftruncate64]: Make code unconditional.
34380         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34382         include <kernel-features.h>.
34383         [!__NR_ftruncate64]: Remove conditional code.
34384         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34385         [__NR_ftruncate64]: Make code unconditional.
34386         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34388         include <kernel-features.h>.
34389         [!__NR_ftruncate64]: Remove conditional code.
34390         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34391         [__NR_ftruncate64]: Make code unconditional.
34392         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34393
34394         * configure.in (libc_cv_fpie): Weaken to a compile test using
34395         LIBC_TRY_CC_OPTION.
34396         * configure: Regenerated.
34397
34398 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34399
34400         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34402         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34404         Refreshed.
34405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34406         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34407         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34408         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34409         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34410         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34411         Refreshed.
34412
34413 2012-05-27  David S. Miller  <davem@davemloft.net>
34414
34415         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34416         (___Q_zero): New.
34417         (__Q_simulate_exceptions): Return void.  Change to simulate
34418         exceptions by writing into the %fsr.
34419         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34420         (__Qp_handle_exceptions): Likewise.
34421         (numbers): Delete.
34422         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34423         __Qp_handle_exceptions.
34424         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34425         __Qp_handle_exceptions.
34426         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34427         as unused and give dummy FP_RND_NEAREST initializer.
34428         (FP_INHIBIT_RESULTS): Define.
34429         (___Q_simulate_exceptions): Update declaration.
34430         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34431         formatting.
34432         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34433         as unused and give dummy FP_RND_NEAREST initializer.
34434         (__Qp_handle_exceptions): Update declaration.
34435         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34436         formatting.
34437
34438 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
34439
34440         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34441         the temporary FPU control word.
34442         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34443         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34444         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34445         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34446         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34447         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34448         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34449         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34450         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34451         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34452         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34453
34454 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34455
34456         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34457         fields.
34458
34459 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34460
34461         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34462         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34463         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34464         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34465         Likewise.
34466         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34467         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34468         Likewise.
34469
34470 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34471
34472         * po/h.po: Update from translation team.
34473
34474 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34475
34476         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34477
34478         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34479         handling of denormals.
34480         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34481         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34482         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34483         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34484         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34485         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34486         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34487         Likewise.
34488
34489 2012-05-26  Marek Polacek  <polacek@redhat.com>
34490
34491         [BZ #14152]
34492         * math/libm-test.inc (fma_test): Don't always expect underflow
34493         exception.
34494
34495 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34496
34497         [BZ #12416]
34498         * elf/tst-execstack.c: Include stackinfo.h.
34499         (do_test): Adjust test case to ensure that pthread_getattr_np
34500         behaviour remains the same after marking stack executable.
34501
34502 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34503
34504         * sysdeps/unix/sysv/linux/kernel-features.h
34505         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34506         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34507         kernel-features.h.
34508         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34509         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34510         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34511         kernel-features.h.
34512         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34513         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34514
34515 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34516
34517         * configure.in: Define the default includes to being none.
34518         * configure: Regenerated.
34519
34520 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34521
34522         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34523         * sysdeps/x86_64/setjmp.S: Likewise.
34524         * sysdeps/i386/bsd-setjmp.S: Likewise.
34525         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34526         * sysdeps/i386/setjmp.S: Likewise.
34527         * sysdeps/i386/__longjmp.S: Likewise.
34528         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34529         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34530
34531         * include/stap-probe.h: New file.
34532         * configure.in: Handle --enable-systemtap.
34533         * configure: Regenerated.
34534         * config.h.in (USE_STAP_PROBE): New #undef.
34535         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34536         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34537         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34538
34539 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34540
34541         [BZ #13717]
34542         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34543         to 2.4.0 where earlier.
34544         * sysdeps/unix/sysv/linux/configure: Regenerated.
34545         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34546         <kernel-features.h>.
34547         [__ASSUME_32BITUIDS]: Make code unconditional.
34548         [!__ASSUME_32BITUIDS]: Remove conditional code.
34549         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34550         <kernel-features.h>.
34551         [__ASSUME_32BITUIDS]: Make code unconditional.
34552         [!__ASSUME_32BITUIDS]: Remove conditional code.
34553         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34554         [__ASSUME_32BITUIDS]: Make code unconditional.
34555         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34556         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34557         <kernel-features.h>.
34558         [__ASSUME_32BITUIDS]: Make code unconditional.
34559         [!__ASSUME_32BITUIDS]: Remove conditional code.
34560         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34561         <kernel-features.h>.
34562         [__ASSUME_32BITUIDS]: Make code unconditional.
34563         [!__ASSUME_32BITUIDS]: Remove conditional code.
34564         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34565         <kernel-features.h>.
34566         [__ASSUME_32BITUIDS]: Make code unconditional.
34567         [!__ASSUME_32BITUIDS]: Remove conditional code.
34568         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34569         <kernel-features.h>.
34570         [__ASSUME_32BITUIDS]: Make code unconditional.
34571         [!__ASSUME_32BITUIDS]: Remove conditional code.
34572         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34573         <kernel-features.h>.
34574         [__ASSUME_32BITUIDS]: Make code unconditional.
34575         [!__ASSUME_32BITUIDS]: Remove conditional code.
34576         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34577         <kernel-features.h>.
34578         [__ASSUME_32BITUIDS]: Make code unconditional.
34579         [!__ASSUME_32BITUIDS]: Remove conditional code.
34580         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34581         <kernel-features.h>.
34582         [__ASSUME_32BITUIDS]: Make code unconditional.
34583         [!__ASSUME_32BITUIDS]: Remove conditional code.
34584         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34585         <kernel-features.h>.
34586         [__ASSUME_32BITUIDS]: Make code unconditional.
34587         [!__ASSUME_32BITUIDS]: Remove conditional code.
34588         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34589         <kernel-features.h>.
34590         [__ASSUME_32BITUIDS]: Make code unconditional.
34591         [!__ASSUME_32BITUIDS]: Remove conditional code.
34592         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34593         <kernel-features.h>.
34594         [__ASSUME_32BITUIDS]: Make code unconditional.
34595         [!__ASSUME_32BITUIDS]: Remove conditional code.
34596         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34597         <kernel-features.h>.
34598         [__NR_setresgid] (__setresgid): Do not declare.
34599         [__ASSUME_32BITUIDS]: Make code unconditional.
34600         [!__ASSUME_32BITUIDS]: Remove conditional code.
34601         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34602         <kernel-features.h>.
34603         [__NR_setresuid] (__setresuid): Do not declare.
34604         [__ASSUME_32BITUIDS]: Make code unconditional.
34605         [!__ASSUME_32BITUIDS]: Remove conditional code.
34606         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
34607         <kernel-features.h>.
34608         [__ASSUME_32BITUIDS]: Make code unconditional.
34609         [!__ASSUME_32BITUIDS]: Remove conditional code.
34610         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
34611         <kernel-features.h>.
34612         [__ASSUME_32BITUIDS]: Make code unconditional.
34613         [!__ASSUME_32BITUIDS]: Remove conditional code.
34614         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
34615         <kernel-features.h>.
34616         [__ASSUME_32BITUIDS]: Make code unconditional.
34617         [!__ASSUME_32BITUIDS]: Remove conditional code.
34618         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
34619         <kernel-features.h>.
34620         [__ASSUME_32BITUIDS]: Make code unconditional.
34621         [!__ASSUME_32BITUIDS]: Remove conditional code.
34622         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
34623         <kernel-features.h>.
34624         [__ASSUME_32BITUIDS]: Make code unconditional.
34625         [!__ASSUME_32BITUIDS]: Remove conditional code.
34626         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34627         <kernel-features.h>.
34628         [__ASSUME_32BITUIDS]: Make code unconditional.
34629         [!__ASSUME_32BITUIDS]: Remove conditional code.
34630         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34631         <kernel-features.h>.
34632         [__ASSUME_32BITUIDS]: Make code unconditional.
34633         [!__ASSUME_32BITUIDS]: Remove conditional code.
34634         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34635         <kernel-features.h>.
34636         [__ASSUME_32BITUIDS]: Make code unconditional.
34637         [!__ASSUME_32BITUIDS]: Remove conditional code.
34638         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34639         <kernel-features.h>.
34640         [__ASSUME_32BITUIDS]: Make code unconditional.
34641         [!__ASSUME_32BITUIDS]: Remove conditional code.
34642         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34643         <kernel-features.h>.
34644         [__ASSUME_32BITUIDS]: Make code unconditional.
34645         [!__ASSUME_32BITUIDS]: Remove conditional code.
34646         * sysdeps/unix/sysv/linux/kernel-features.h
34647         (__ASSUME_SETRESUID_SYSCALL): Remove.
34648         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34649         (__ASSUME_32BITUIDS): Likewise.
34650         (__ASSUME_LDT_WORKS): Likewise.
34651         (__ASSUME_O_DIRECTORY): Likewise.
34652         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34653         architecture but not kernel version.
34654         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34655         (__ASSUME_MMAP2_SYSCALL): Likewise.
34656         (__ASSUME_STAT64_SYSCALL): Likewise.
34657         (__ASSUME_IPC64): Likewise.
34658         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34659         <kernel-features.h>.
34660         [__ASSUME_32BITUIDS]: Make code unconditional.
34661         [!__ASSUME_32BITUIDS]: Remove conditional code.
34662         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34663         <kernel-features.h>.
34664         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34665         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34666         132096]: Remove conditional code.
34667         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34668         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34669         <kernel-features.h>.
34670         [__ASSUME_32BITUIDS]: Make code unconditional.
34671         [!__ASSUME_32BITUIDS]: Remove conditional code.
34672         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34673         <kernel-features.h>.
34674         [__ASSUME_32BITUIDS]: Make code unconditional.
34675         [!__ASSUME_32BITUIDS]: Remove conditional code.
34676         * sysdeps/unix/sysv/linux/setegid.c: Do not include
34677         <kernel-features.h>.
34678         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34679         unconditional.
34680         (__setresgid): Do not declare.
34681         [__ASSUME_32BITUIDS]: Make code unconditional.
34682         [!__ASSUME_32BITUIDS]: Remove conditional code.
34683         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34684         <kernel-features.h>.
34685         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34686         unconditional.
34687         (__setresuid): Do not declare.
34688         [__ASSUME_32BITUIDS]: Make code unconditional.
34689         [!__ASSUME_32BITUIDS]: Remove conditional code.
34690         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34691         <kernel-features.h>.
34692         [__ASSUME_32BITUIDS]: Make code unconditional.
34693         [!__ASSUME_32BITUIDS]: Remove conditional code.
34694         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34695         <kernel-features.h>.
34696         [__ASSUME_32BITUIDS]: Make code unconditional.
34697         [!__ASSUME_32BITUIDS]: Remove conditional code.
34698
34699 2012-05-25  Richard Henderson  <rth@twiddle.net>
34700
34701         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34702         dl_hwcap to ifunc resolver.
34703         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34704         elf_ifunc_invoke.
34705         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34706         dl_hwcap to ifunc resolver.
34707         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34708
34709 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34710
34711         [BZ #14153]
34712         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34713         for |x| <= 2**-26, not 2**-57.
34714         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34715         exception.
34716
34717 2012-05-24  Jeff Law  <law@redhat.com>
34718
34719         * stdio-common/Makefile (tests): Add bug25.
34720         * stdio-common/bug25.c: New test.
34721
34722 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34723
34724         [BZ #13576]
34725         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34726         multiple of MALLOC_ALIGNMENT in size.
34727         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34728
34729 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34730
34731         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34732         Require >= 256.
34733         (FILENAME_MAX): Use macro-int-constant.
34734         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34735         (_IOFBF): Use macro-int-constant.
34736         (_IOLBF): Likewise.
34737         (_IONBF): Likewise.
34738         (SEEK_CUR): Likewise.
34739         (SEEK_END): Likewise.
34740         (SEEK_SET): Likewise.
34741         (TMP_MAX): Likewise.
34742         (EOF): Use macro-int-constant.  Require < 0.
34743         (NULL): Use macro-constant.  Require == 0.
34744         (stdin): Require type to be FILE *.
34745         (stdout): Likewise.
34746         (stderr): Likewise.
34747         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34748         macro-int-constant.
34749         (EXIT_SUCCESS): Likewise.
34750         (NULL): Use macro-constant.  Require == 0.
34751         (RAND_MAX): Use macro-int-constant.
34752         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34753         [C99-based standards] (strtof): Require function.
34754         [C99-based standards] (strtold): Likewise.
34755         [C99-based standards] (strtoll): Likewise.
34756         [C99-based standards] (strtoull): Likewise.
34757         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34758         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34759         [ISO || ISO99 || ISO11] (math.h): Likewise.
34760         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34761         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34762         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34763
34764 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34765
34766         [BZ #14132]
34767         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34768         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34769         * intl/dgettext.c (DCGETTEXT): Likewise.
34770         * intl/gettext.c (DCGETTEXT): Likewise.
34771         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34772         * posix/regex_internal.h (gettext): Likewise.
34773         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34774         Remove declaration.
34775         * include/argz.h (__argz_count_internal)
34776         (__argz_stringify_internal): Remove declaration.
34777         (__argz_count, __argz_stringify): Declare hidden proto.
34778         * intl/dcgettext.c: Remove use of INTDEF.
34779         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34780         * string/argz-stringify.c: Likewise.
34781         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34782         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34783         Declare hidden proto.
34784         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34785         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34786         Declare hidden proto.
34787         * include/stdio.h (__asprintf_internal): Don't declare.
34788         (__asprintf): Don't define as macro.  Declare hidden proto.
34789         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34790         (__fsetlocking): Declare hidden proto.
34791         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34792         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34793         hidden proto.
34794         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34795         (_IO_setlinebuf): Remove use of INTUSE.
34796         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34797         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34798         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34799         Remove declaration.
34800         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34801         (_IO_do_flush): Remove use of INTUSE.
34802         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34803         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34804         (_IO_adjust_column, _IO_least_wmarker)
34805         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34806         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34807         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34808         (_IO_default_doallocate, _IO_wdefault_doallocate)
34809         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34810         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34811         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34812         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34813         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34814         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34815         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34816         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34817         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34818         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34819         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34820         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34821         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34822         proto.
34823         (_IO_flush_all_internal, _IO_adjust_column_internal)
34824         (_IO_default_uflow_internal, _IO_default_finish_internal)
34825         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34826         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34827         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34828         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34829         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34830         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34831         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34832         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34833         (_IO_file_close_internal, _IO_file_close_it_internal)
34834         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34835         (_IO_file_init_internal, _IO_file_attach_internal)
34836         (_IO_file_fopen_internal, _IO_file_read_internal)
34837         (_IO_file_sync_internal, _IO_file_seek_internal)
34838         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34839         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34840         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34841         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34842         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34843         (_IO_list_all_internal, _IO_link_in_internal)
34844         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34845         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34846         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34847         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34848         (_IO_do_write_internal, _IO_padn_internal)
34849         (_IO_getline_info_internal, _IO_getline_internal)
34850         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34851         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34852         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34853         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34854         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34855         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34856         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34857         with libc_hidden_ver, remove use of INTUSE.
34858         * libio/genops.c: Likewise.
34859         * libio/freopen.c: Likewise.
34860         * libio/freopen64.c: Likewise.
34861         * libio/iofclose.c: Likewise.
34862         * libio/iofdopen.c: Likewise.
34863         * libio/iofflush.c: Likewise.
34864         * libio/iofflush_u.c: Likewise.
34865         * libio/iofgets.c: Likewise.
34866         * libio/iofgets_u.c: Likewise.
34867         * libio/iofopen.c: Likewise.
34868         * libio/iofopncook.c: Likewise.
34869         * libio/iofread.c: Likewise.
34870         * libio/iofread_u.c: Likewise.
34871         * libio/ioftell.c: Likewise.
34872         * libio/iofwrite.c: Likewise.
34873         * libio/iogetline.c: Likewise.
34874         * libio/iogets.c: Likewise.
34875         * libio/iogetwline.c: Likewise.
34876         * libio/iopadn.c: Likewise.
34877         * libio/iopopen.c: Likewise.
34878         * libio/ioseekoff.c: Likewise.
34879         * libio/ioseekpos.c: Likewise.
34880         * libio/iosetbuffer.c: Likewise.
34881         * libio/iosetvbuf.c: Likewise.
34882         * libio/ioungetc.c: Likewise.
34883         * libio/ioungetwc.c: Likewise.
34884         * libio/iovdprintf.c: Likewise.
34885         * libio/iovsprintf.c: Likewise.
34886         * libio/iovsscanf.c: Likewise.
34887         * libio/memstream.c: Likewise.
34888         * libio/obprintf.c: Likewise.
34889         * libio/oldfileops.c: Likewise.
34890         * libio/oldiofclose.c: Likewise.
34891         * libio/oldiofdopen.c: Likewise.
34892         * libio/oldiofopen.c: Likewise.
34893         * libio/oldiopopen.c: Likewise.
34894         * libio/oldstdfiles.c: Likewise.
34895         * libio/putc.c: Likewise.
34896         * libio/setbuf.c: Likewise.
34897         * libio/setlinebuf.c: Likewise.
34898         * libio/stdfiles.c: Likewise.
34899         * libio/strops.c: Likewise.
34900         * libio/vasprintf.c: Likewise.
34901         * libio/vscanf.c: Likewise.
34902         * libio/vsnprintf.c: Likewise.
34903         * libio/vswprintf.c: Likewise.
34904         * libio/wfiledoalloc.c: Likewise.
34905         * libio/wfileops.c: Likewise.
34906         * libio/wgenops.c: Likewise.
34907         * libio/wmemstream.c: Likewise.
34908         * libio/wstrops.c: Likewise.
34909         * libio/__fpurge.c: Likewise.
34910         * libio/__fsetlocking.c: Likewise.
34911         * assert/assert.c: Likewise.
34912         * debug/fgets_chk.c: Likewise.
34913         * debug/fgets_u_chk.c: Likewise.
34914         * debug/fread_chk.c: Likewise.
34915         * debug/fread_u_chk.c: Likewise.
34916         * debug/gets_chk.c: Likewise.
34917         * debug/obprintf_chk.c: Likewise.
34918         * debug/vasprintf_chk.c: Likewise.
34919         * debug/vdprintf_chk.c: Likewise.
34920         * debug/vsnprintf_chk.c: Likewise.
34921         * debug/vsprintf_chk.c: Likewise.
34922         * malloc/mtrace.c: Likewise.
34923         * misc/error.c: Likewise.
34924         * misc/syslog.c: Likewise.
34925         * stdio-common/asprintf.c: Likewise.
34926         * stdio-common/fxprintf.c: Likewise.
34927         * stdio-common/getw.c: Likewise.
34928         * stdio-common/isoc99_fscanf.c: Likewise.
34929         * stdio-common/isoc99_scanf.c: Likewise.
34930         * stdio-common/isoc99_vfscanf.c: Likewise.
34931         * stdio-common/isoc99_vscanf.c: Likewise.
34932         * stdio-common/isoc99_vsscanf.c: Likewise.
34933         * stdio-common/printf-prs.c: Likewise.
34934         * stdio-common/printf_fp.c: Likewise.
34935         * stdio-common/printf_fphex.c: Likewise.
34936         * stdio-common/printf_size.c: Likewise.
34937         * stdio-common/putw.c: Likewise.
34938         * stdio-common/scanf.c: Likewise.
34939         * stdio-common/sprintf.c: Likewise.
34940         * stdio-common/tmpfile.c: Likewise.
34941         * stdio-common/vfprintf.c: Likewise.
34942         * stdio-common/vfscanf.c: Likewise.
34943         * stdlib/strfmon_l.c: Likewise.
34944         * sunrpc/openchild.c: Likewise.
34945         * sunrpc/xdr_stdio.c: Likewise.
34946         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34947         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34948
34949 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34950
34951         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34952
34953         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34954         in the third column, to generate for the shared library an IFUNC
34955         that uses _dl_vdso_vsym.
34956         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34957         * Makeconfig (object-suffixes-noshared): New variable.
34958
34959         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34960         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34961         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34962         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34963
34964         [BZ #14132]
34965         * include/sys/time.h (__gettimeofday): Remove macro.
34966         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34967         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34968         Remove INTDEF.
34969         (__gettimeofday): Add libc_hidden_def.
34970         (gettimeofday): Add libc_hidden_weak.
34971         * sysdeps/mach/gettimeofday.c: Likewise.
34972         * sysdeps/posix/gettimeofday.c: Likewise.
34973         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34974         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34975         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34976         (__gettimeofday_internal): Remove strong_alias.
34977         (__gettimeofday): Add libc_hidden_def.
34978         (gettimeofday): Add libc_hidden_weak.
34979         * sysdeps/unix/syscalls.list (gettimeofday):
34980         Remove __gettimeofday_internal alias.
34981
34982 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34983             H.J. Lu  <hongjiu.lu@intel.com>
34984
34985         [BZ #12495]
34986         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34987         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34988         (largebin_index_32_big): New.
34989         (largebin_index): Use it for 16-byte alignment.
34990         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34991         correction with front_misalign.
34992
34993 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34994
34995         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34996         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34997         Likewise.
34998         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34999         Likewise.
35000         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35001         Likewise.
35002         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35003         Likewise.
35004         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35005         Likewise.
35006         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35007         Likewise.
35008         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35009         Likewise.
35010         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35011         Likewise.
35012         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35013         Likewise.
35014         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35015         Likewise.
35016         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35017         Likewise.
35018         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35019         Likewise.
35020
35021         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35022         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35023
35024 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35025
35026         [BZ #10846]
35027         [BZ #14036]
35028         * math/libm-test.inc (exp_test): Add test from bug 14036.
35029         (pow_test): Add test from bug 10846.
35030
35031         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35032         and other flags.
35033         (special_function): Do not include flags in test name.
35034         (parse_args): Likewise.
35035         * sysdeps/i386/fpu/libm-test-ulps: Update.
35036         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35037         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35038         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35040
35041         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35042         exceptions.
35043         * math/libm-test.inc ("Philosophy"): Update comment about
35044         exception testing.
35045         (UNDERFLOW_EXCEPTION): New macro.
35046         (UNDERFLOW_EXCEPTION_OK): Likewise.
35047         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35048         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35049         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35050         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35051         (INVALID_EXCEPTION_OK): Update value.
35052         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35053         (OVERFLOW_EXCEPTION_OK): Likewise.
35054         (IGNORE_ZERO_INF_SIGN): Likewise.
35055         (test_exceptions): Handle underflow exceptions.
35056         (acos_test): Update for underflow exception expectations.
35057         (cexp_test): Likewise.
35058         (clog_test): Likewise.
35059         (clog10_test): Likewise.
35060         (csqrt_test): Likewise.
35061         (ctan_test): Likewise.
35062         (ctanh_test): Likewise.
35063         (exp_test): Likewise.
35064         (exp10_test): Likewise.
35065         (exp2_test): Likewise.
35066         (expm1_test): Likewise.
35067         (fma_test): Likewise.
35068         (j0_test): Likewise.
35069         (jn_test): Likewise.
35070         (nexttoward_test): Likewise.
35071         (pow_test): Likewise.
35072         (scalbn_test): Likewise.
35073         (scalbln_test): Likewise.
35074         (tan_test): Likewise.
35075         (y1_test): Likewise.
35076         * sysdeps/i386/fpu/libm-test-ulps: Update.
35077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35078
35079 2012-05-23  David S. Miller  <davem@davemloft.net>
35080
35081         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35082         (__libc_sigaction): Remove unused local variables.
35083
35084 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35085
35086         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35087
35088 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35089
35090         mktime: avoid signed integer overflow
35091         * time/mktime.c (__mktime_internal): Do not mishandle the case
35092         where diff == INT_MIN.
35093
35094         mktime: simplify computation of average
35095         * time/mktime.c (ranged_convert): Use new time_t_avg function
35096         instead of rolling our own (probably-slower) code.
35097
35098         mktime: do not assume signed right shift propagates sign bit
35099         * time/mktime.c (isdst_differ): New static function.
35100         (__mktime_internal): No need to normalize tm_isdst now.
35101         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35102         tm_isdst values.
35103
35104         mktime: merge another wrapv change from gnulib
35105         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35106         from some compilers.
35107
35108         mktime: remove incorrect attempt at unusual arithmetics
35109         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35110         The code didn't really work on such machines anyway.
35111         (TYPE_MINIMUM): Assume two's complement.
35112         (twos_complement_arithmetic): Verify that long_int and time_t
35113         are two's complement (or unsigned, in the latter case).
35114
35115         mktime: check signed shifts on long_int and time_t, too
35116         * time/mktime.c (SHR): Check that shifts work as desired
35117         on the types long_int and time_t too, as SHR is used on
35118         such types.
35119
35120         mktime: do not assume 'long' is wide enough
35121         * time/mktime.c (verify): Move decl up.
35122         (long_int): New type.
35123         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35124         to remove assumption in the code that 'long' is wide enough to
35125         store year values.  This assumption is not true on x32 and on
35126         some non-glibc platforms.
35127
35128         mktime: merge wrapv change from gnulib
35129         * time/mktime.c (WRAPV): New macro.
35130         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35131         (guess_time_tm, __mktime_internal): Do not assume that signed
35132         integer overflow wraps around; modern compilers generate code
35133         where this assumption is no longer valid.
35134
35135 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35136
35137         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35138         Replace "jmp L(pseudo_end)" with "ret".
35139         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35140         Likewise.
35141
35142 2012-05-23  Andreas Jaeger  <aj@suse.de>
35143
35144         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35145         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35146
35147 2012-05-23  Andreas Jaeger  <aj@suse.de>
35148             Maximilian Attems  <max@stro.at>
35149
35150         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35151         New macros.
35152
35153 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35154
35155         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35156         code so that pseudo_end is just ret and the stack pointer is
35157         correct also for static library in error case.
35158
35159 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35160
35161         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35162         move to syscalls.list.
35163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35167
35168         * manual/install.texi (Running make install): Do not mention Linux
35169         kernel version for which pt_chown is not needed.
35170         (Linux): Do not mention problems with nscd with 2.0 kernels.
35171         * INSTALL: Regenerated.
35172
35173 2012-05-23  Andreas Jaeger  <aj@suse.de>
35174
35175         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35176         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35177         macro.
35178         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35179         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35180         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35181         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35182         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35183         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35184         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35185         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35186         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35187         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35188         * sysdeps/unix/sysv/linux/bits/in.h
35189         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35190
35191 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35192
35193         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35194         (PREPARE_VERSION): Just use assert instead, it will be elided
35195         under [NDEBUG] anyway.
35196
35197 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35198
35199         * sysdeps/unix/sysv/linux/Makefile: Include
35200         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35201         (sysdep_routines): Remove sysctl.
35202         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35203         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35204         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35205         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35206         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35207
35208 2012-05-22  Andreas Jaeger  <aj@suse.de>
35209
35210         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35211         that pseudo_end is just ret and the stack pointer is correct also
35212         for static library in error case.
35213
35214 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35215
35216         [BZ #14122]
35217         * nss/nsswitch.c (defconfig_entries): New variable.
35218         (__nss_database_lookup): Don't leak defconfig entries.
35219         (nss_parse_service_list): Don't leak on error paths.
35220         (free_database_entries): New function.
35221         (free_defconfig): New function.
35222         (free_mem): Move common code to free_database_entries.
35223
35224 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35225
35226         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35227         Add arch_prctl.
35228         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35229
35230         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35231         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35232         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35233         New macro.
35234         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35235         (INTERNAL_SYSCALL_TYPES): Likewise.
35236         (LOAD_ARGS_TYPES_[1-6]): Likewise.
35237         (LOAD_REGS_TYPES_[1-6]): Likewise.
35238         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35239         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35240
35241 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35242
35243         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35244         copysignl for GLIBC_2_0.
35245         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35246         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35247         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35248         logbl for GLIBC_2_0.
35249         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35250         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35251
35252 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35253
35254         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35255         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35256
35257         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35258         Use "neg %eax".
35259
35260         * time/mktime.c: Update copyright years.
35261
35262 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35263
35264         mktime: merge comment-quoting-style change from gnulib
35265         * time/mktime.c: Quote 'like this' in comments.
35266         The GNU coding standards suggest that we no longer quote `like this',
35267         as "`" and "'" are typically rendered asymmetrically nowadays.
35268         The typical gnulib style is to quote 'like this' when quoting
35269         code, and "like this" when quoting English.
35270
35271         * time/mktime.c (compile-command): Add "-I.".
35272
35273         mktime: merge mktime-internal.h change from gnulib
35274         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35275
35276         mktime: merge time_r change from gnulib
35277         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35278
35279         mktime: merge DEBUG change from gnulib
35280         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35281         case system <time.h> has a #define.
35282
35283         mktime: merge <sys/types.h> change from gnulib
35284         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35285         since <time.t> is now guaranteed to define time_t.
35286
35287         mktime: merge HAVE_CONFIG_H change from gnulib
35288         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35289
35290 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35291
35292         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35293         Use "neg %eax".
35294
35295         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35296         __rlim_t cast.
35297         (struct rusage): Use anonymous union to pad each field to
35298         __syscall_slong_t.
35299
35300 2012-05-21  David S. Miller  <davem@davemloft.net>
35301
35302         * Makefules (o-iterator): Remove .s cases.
35303         (compile-command.s): Delete.
35304         (COMPILE.s): Delete.
35305         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35306
35307 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
35308
35309         * configure.in (libc_cv_predef_stack_protector): Only consider
35310         "foobar" and "__stack_chk_fail" lines in libc_undefs.
35311         * configure: Regenerated.
35312
35313 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35314
35315         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35316         New macro.  Use R*LP on int and pointer.
35317         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
35318         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
35319         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
35320         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
35321
35322         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
35323         [__WORDSIZE_TIME64_COMPAT32] instead of
35324         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35325         (struct utmp): Likewise.
35326         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35327         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35328         Renamed to ...
35329         (__WORDSIZE_TIME64_COMPAT32): This.
35330         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35331         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35332         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35333         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35334         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35335         (__WORDSIZE_TIME64_COMPAT32): New macro.
35336
35337 2012-05-21  Andreas Jaeger  <aj@suse.de>
35338
35339         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35340         only if [SHARED]. Add prototype for __wcschr_ia32.
35341
35342 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35343
35344         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35345         of %rbp unmolested in the jmp_buf while mangling the low bits.
35346         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35347         unmolested high bits of %rbp while demangling the low bits.
35348         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35349
35350 2012-05-21  Andreas Jaeger  <aj@suse.de>
35351
35352         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35353         * sunrpc/svc_simple.c: Use it for registerrpc.
35354         * sunrpc/xcrypt.c: Use it for passwd2des.
35355
35356         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35357
35358 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35359
35360         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35361         Don't define if [__SYSCALL_WORDSIZE != 32].
35362         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35363         New macro.
35364
35365 2012-05-21  Bruno Haible  <bruno@clisp.org>
35366             Andreas Jaeger  <aj@suse.de>
35367
35368         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35369         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35370         inptr and inend for must_buffer_ch.
35371         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35372         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35373         * stdio-common/Makefile (tests): Remove bug15.
35374         (bug15-ENV): Remove macro.
35375         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35376         anymore.
35377
35378 2012-05-19  Andreas Jaeger  <aj@suse.de>
35379             Roland McGrath  <roland@hack.frob.com>
35380
35381         * manual/contrib.texi: Completely rewritten. It contains now an
35382         alphabetical list of contributors and their contributions.
35383
35384 2012-05-21  Richard Henderson  <rth@twiddle.net>
35385
35386         * misc/getauxval.c (__getauxval): Use unsigned long int.
35387         * misc/sys/auxv.h: Include <sys/cdefs.h>.
35388         (getauxval): Use unsigned long int.
35389
35390 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35391
35392         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35393
35394 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35395
35396         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35397         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35398         __alignof__ (long double).
35399
35400 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35401
35402         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35403
35404 2012-05-20  Richard Henderson  <rth@twiddle.net>
35405
35406         * misc/getauxval.c: New file.
35407         * misc/sys/auxv.h: New file.
35408         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35409         (routines): Add getauxval.
35410         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35411         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35412         * elf/dl-sysdep.c (_dl_auxv): Remove.
35413         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35414         * elf/dl-support.c (_dl_auxv): New variable.
35415         (_dl_aux_init): Initialize it.
35416         * manual/startup.texi (Auxiliary Vector): New node.
35417         * sysdeps/generic/bits/hwcap.h: New file.
35418         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35419         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
35420         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35421         * sysdeps/sparc/sysdep.h: ... here.  Include it.
35422         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35423         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
35424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35425         Update.
35426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35427         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35428         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35429         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35430         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35431         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35432         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35433         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35434
35435 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35436
35437         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35438
35439 2012-05-19  David S. Miller  <davem@davemloft.net>
35440
35441         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35442
35443 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35444
35445         [BZ #14123]
35446         * math/s_ccosh.c: Include <float.h>
35447         (__ccosh): Avoid internal overflow calculating sinh and cosh
35448         values before multiplying by sin and cos values.
35449         * math/s_ccoshf.c: Likewise.
35450         * math/s_ccoshl.c: Likewise.
35451         * math/s_csin.c: Likewise.
35452         * math/s_csinf.c: Likewise.
35453         * math/s_csinl.c: Likewise.
35454         * math/s_csinh.c: Likewise.
35455         * math/s_csinhf.c: Likewise.
35456         * math/s_csinhl.c: Likewise.
35457         * math/libm-test.inc (ccos_test): Add more tests.
35458         (ccosh_test): Likewise.
35459         (csin_test): Likewise.
35460         (csinh_test): Likewise.
35461         * sysdeps/i386/fpu/libm-test-ulps: Update.
35462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35463
35464 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35465
35466         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35467         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35468
35469         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35470
35471 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35472
35473         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35474         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35475         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35476         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35477         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35478         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35479         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35480         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35481         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35482         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35483         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35484         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35485         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35486         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35487         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35488         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35489         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35490         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35491         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35492         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35493         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35494         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35495         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35496         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35497         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35498         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35499         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35500         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35501         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35502         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35503         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35504
35505 2012-05-18  Andreas Jaeger  <aj@suse.de>
35506
35507         * csu/.gitignore: Delete.
35508
35509 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35510
35511         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35512         (timex): Use __syscall_slong_t.
35513
35514 2012-05-18  Andreas Jaeger  <aj@suse.de>
35515             Carlos O'Donell  <carlos_odonell@mentor.com>
35516
35517         * manual/install.texi (Configuring and compiling): Update
35518         description about files modified in the source directory.
35519         * INSTALL: Regenerated.
35520
35521 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35522
35523         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35524         value.  Use "or" to set return value to -1.
35525         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35526         negate return value.
35527
35528 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35529
35530         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35531         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35532         failure if the compiler has Graphite support disabled.
35533         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35534         Likewise.
35535         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35536         (CFLAGS-memmove.c): Likewise.
35537         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35538         Likewise.
35539
35540 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35541
35542         * sysdeps/x86_64/x32/_itoa.h: New file.
35543
35544         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35545         getdents system call only if kernel and user dirents have the
35546         same d_ino and d_off.
35547
35548         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35549         LLONG_MAX != LONG_MAX.
35550         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35551         (_fitoa_word): Likewise.
35552
35553         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35554         years.
35555         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35556         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35557         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35558
35559         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35560         include <bits/wordsize.h>.  Check __x86_64__ instead of
35561         __WORDSIZE.
35562         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35563         if __x86_64__ is defined.  Use anonymous union on fpstate.
35564
35565         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35566         anonymous union.
35567
35568 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35569
35570         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35571         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35572         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35573         Refer to _rtld_local_ro instead of _rtld_global_ro.
35574         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35575         Likewise.
35576         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35577         Likewise.
35578         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35579         Likewise.
35580         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35581         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35582         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35583
35584         * sysdeps/powerpc/powerpc32/dl-machine.c
35585         (__elf_machine_runtime_setup) [PROF]: Don't reference
35586         _dl_prof_resolve.
35587
35588 2012-05-18  Andreas Jaeger  <aj@suse.de>
35589
35590         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35591         function only available for GCCs before 3.4 since GCC 3.4
35592         introduced a builtin.
35593         (lrint): Likewise.
35594         (llrintf): Likewise.
35595         (llrint): Likewise.
35596         (fmaxf): Likewise.
35597         (fmax): Likewise.
35598         (fminf): Likewise.
35599         (fmin): Likewise.
35600         (rint): Likewise.
35601         (rintf): Likewise.
35602         (nearbyint): Likewise.
35603         (nearbyintf): Likewise.
35604         (ceil): Likewise.
35605         (ceilf): Likewise.
35606         (floor): Likewise.
35607         (floorf): Likewise.
35608
35609 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35610
35611         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35612         on both fields and cast pointer to __syscall_ulong_t.
35613
35614         * bits/types.h (__fsword_t): New type.
35615         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35616         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35617         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35618         (__FSWORD_T_TYPE): Likewise.
35619         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35620         (__FSWORD_T_TYPE): Likewise.
35621         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35622         (__FSWORD_T_TYPE): Likewise.
35623         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35624         (__FSWORD_T_TYPE): Likewise.
35625         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35626         __SWORD_TYPE with __fsword_t.
35627         (statfs64): Likewise.
35628
35629 2012-05-17  David S. Miller  <davem@davemloft.net>
35630
35631         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35632
35633 2012-05-17  Andreas Jaeger  <aj@suse.de>
35634
35635         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35636         warning.
35637
35638 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35639
35640         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35641
35642 2012-05-17  Andreas Jaeger  <aj@suse.de>
35643
35644         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35645         when it is used.
35646
35647 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35648
35649         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35650
35651 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35652
35653         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35654         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35655
35656 2012-05-17  Andreas Jaeger  <aj@suse.de>
35657             Carlos O'Donell  <carlos_odonell@mentor.com>
35658
35659         [BZ #14059]
35660         * sysdeps/x86_64/multiarch/init-arch.h
35661         (bit_YMM_Usable): Rename to...
35662         (bit_AVX_Usable): ... this.
35663         (bit_FMA4_Usable): New macro.
35664         (bit_XMM_state): New macro.
35665         (bit_YMM_state): New macro.
35666         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35667         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35668         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35669         (CPUID_OSXSAVE): New macro.
35670         (CPUID_AVX): New macro.
35671         (CPUID_FMA4): New macro.
35672         (index_YMM_Usable): Rename to...
35673         (index_AVX_Usable): ... this.
35674         (HAS_AVX): Use HAS_ARCH_FEATURE.
35675         (HAS_FMA4): Likewise.
35676         (HAS_YMM_USABLE): Remove.
35677         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35678         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35679         are present.
35680         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35681         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35682         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35683         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35684         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35685
35686 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35687
35688         * math/libm-test.c: Support platforms without multiple rounding modes.
35689         * math/bug-nextafter.c: Support platforms without FP exceptions.
35690         * math/bug-nexttoward.c: Likewise.
35691         * math/test-fenv.c: Likewise.
35692         * math/test-misc.c: Likewise.
35693         * stdlib/bug-getcontext.c: Likewise.
35694
35695 2012-05-17  Andreas Jaeger  <aj@suse.de>
35696
35697         * manual/examples/search.c (critter_cmp): Change signature to
35698         avoid warnings.
35699         * manual/string.texi (Collation Functions): Likewise.
35700
35701 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35702
35703         * bits/types.h: Fold copyright years.
35704         * bits/typesizes.h: Likewise.
35705         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35706         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35707         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35708         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35709         * time/time.h: Likewise.
35710
35711 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35712
35713         [BZ #208]
35714         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35715         in instead of returning them.  Return void.
35716         (__libc_mallinfo): Accumulate over all arenas.
35717         (__malloc_stats): Adjust for change in int_mallinfo interface.
35718
35719 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35720
35721         [BZ #10375]
35722         * configure.in (NM): Add AC_CHECK_TOOL for it.
35723         (libc_extra_cflags): New substituted variable.
35724         Check for -fstack-protector being used implicitly.
35725         * configure: Regenerated.
35726         * config.make.in (config-extra-cflags): New variable,
35727         gets @libc_extra_cflags@.
35728         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35729
35730         [BZ #10375]
35731         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35732         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35733         * configure: Regenerated.
35734         * config.make.in (CPPUNDEFS): New substituted variable.
35735         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35736         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35737         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35738
35739 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35740
35741         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35742         (mq_attr): Use __syscall_slong_t.
35743
35744 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35745
35746         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35747         Check __x86_64__ instead of __WORDSIZE.
35748         (_STAT_VER_LINUX): Likewise.
35749         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35750         __syscall_ulong_t and __syscall_slong_t.
35751         (stat64): Likewise.
35752
35753 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35754
35755         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35756
35757 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35758
35759         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35760
35761 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35762
35763         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35764         __syscall_ulong_t.
35765
35766         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35767         include <bits/wordsize.h>.  Check __x86_64__ instead of
35768         __WORDSIZE.
35769         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35770         defined.
35771         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35772
35773         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35774         include <bits/wordsize.h>.  Check __x86_64__ instead of
35775         __WORDSIZE.
35776         (user_regs_struct): Use "__extension__ unsigned long long"
35777         instead of "unsigned long" if __x86_64__ is defined.
35778         (user): Likewise.  Pad after pointer field if __ILP32__ is
35779         defined.
35780
35781 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35782
35783         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35784         versions 5 to 9.
35785         * configure: Regenerated.
35786         * manual/install.texi (texinfo): Increase version requirement to
35787         4.5 or later.
35788         * INSTALL: Regenerated.
35789
35790         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35791
35792 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35793
35794         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35795
35796         * sysdeps/x86_64/x32/ffs.c: New file.
35797
35798         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35799         __syscall_ulong_t.
35800         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35801         defined.  Use __syscall_ulong_t.
35802         (shminfo): Use __syscall_ulong_t.
35803         (shm_info): Likewise.
35804
35805         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35806         __syscall_ulong_t.
35807
35808         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35809         <bits/wordsize.h>.
35810         (msgqnum_t): Use __syscall_ulong_t.
35811         (msglen_t): Likewise.
35812         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35813         __syscall_ulong_t.
35814
35815         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35816         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35817
35818         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35819
35820         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35821         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35822
35823         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35824         __syscall_slong_t.
35825
35826         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35827         include <bits/wordsize.h>.  Check __x86_64__ instead of
35828         __WORDSIZE.
35829
35830         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35831         "unsigned long long int" if __x86_64__ is defined.
35832         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35833
35834         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35835         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35836         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35837
35838         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35839         <stdint.h>.
35840         (GET_PC): Cast to uintptr_t first.
35841         (GET_FRAME): Likewise.
35842         (GET_STACK): Likewise.
35843
35844         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35845         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35846         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35847         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35848         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35849         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35850         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35851         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35852         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35853         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35854         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35855         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35856         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35857         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35858         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35859         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35860         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35861         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35862         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35863         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35864         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35865         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35866         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35867         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35868         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35869         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35870         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35871         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35872         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35873
35874 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35875
35876         * Makerules (+depfiles): Also collect depfiles from .oS in
35877         $(extra-objs).
35878         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35879         .oS, $(libnldbl-routines)).
35880
35881         * Makerules (native-compile-mkdep-flags): Define.
35882         * sunrpc/Makefile (extra-objs): Add $(addprefix
35883         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35884         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35885         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35886         calling $(make-target-directory).
35887
35888 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35889
35890         * bits/types.h (__snseconds_t): Removed.
35891         * time/time.h (struct timespec): Replace __snseconds_t with
35892         __syscall_slong_t.
35893         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35894         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35895         Likewise.
35896         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35897         (__SNSECONDS_T_TYPE): Likewise.
35898         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35899         (__SNSECONDS_T_TYPE): Likewise.
35900         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35901         (__SNSECONDS_T_TYPE): Likewise.
35902
35903 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35904
35905         * sysdeps/mach/hurd/bits/typesizes.h
35906         (__SYSCALL_SLONG_TYPE): New macro.
35907         (__SYSCALL_ULONG_TYPE): Likewise.
35908
35909 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35910
35911         * bits/types.h (__syscall_slong_t): New type.
35912         (__syscall_ulong_t): Likewise.
35913
35914         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35915         (__SYSCALL_ULONG_TYPE): Likewise.
35916         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35917         (__SYSCALL_SLONG_TYPE): Likewise.
35918         (__SYSCALL_ULONG_TYPE): Likewise.
35919         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35920         (__SYSCALL_SLONG_TYPE): Likewise.
35921         (__SYSCALL_ULONG_TYPE): Likewise.
35922         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35923         (__SYSCALL_SLONG_TYPE): Likewise.
35924         (__SYSCALL_ULONG_TYPE): Likewise.
35925
35926 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35927
35928         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35929         Add sigaltstack-offsets.sym.
35930         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35931         <sigaltstack-offsets.h>.
35932         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35933         longjmp_msg pointer.
35934         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35935         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35936         signal stack.
35937         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35938
35939 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35940
35941         * elf/stackguard-macros.h: Remove file.
35942         * sysdeps/generic/stackguard-macros.h: New file.
35943         * sysdeps/i386/stackguard-macros.h: Likewise.
35944         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35945         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35946         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35947         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35948         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35949         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35950         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35951         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35952         <elf/stackguard-macros.h>.
35953
35954         [BZ #14109]
35955         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35956         __aligned__ in attribute.
35957         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35958         (gregset_t): Likewise.
35959
35960 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35961
35962         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35963         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35964         * sysdeps/x86_64/x32/Implies-after: New file.
35965
35966 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35967
35968         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35969         and access return value for _dl_profile_fixup.  Use R10_LP to
35970         load frame size.
35971
35972 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35973
35974         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35975
35976 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35977
35978         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35979         * sysdeps/x86_64/x32/sysdep.h: New file.
35980
35981 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35982
35983         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35984         * sysdeps/x86_64/setjmp.S: Likewise.
35985
35986 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35987
35988         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35989         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35990         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35991         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35992         remove unused global constant.
35993
35994 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35995
35996         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35997         include of <not-cancel.h>.
35998
35999 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36000
36001         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36002
36003 2012-05-15  Jeff Law  <law@redhat.com>
36004             Andreas Jaeger  <aj@suse.de>
36005
36006         [BZ #13594]
36007         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36008         out from...
36009         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36010         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36011         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36012         code changing __hst_map_handle.map.
36013
36014 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36015
36016         * configure.in (sysnames): Look for Implies-before and Implies-after
36017         files.
36018         * configure: Regenerated.
36019
36020 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36021
36022         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36023         8-byte data alignment with LP_SIZE alignment.
36024
36025 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36026
36027         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36028         into R10_LP.
36029
36030 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36031
36032         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36033
36034 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36035
36036         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36037         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36038         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36039         Likewise.
36040         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36041
36042 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36043
36044         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36045         (stackinfo_sub_sp): Likewise.
36046
36047 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36048
36049         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36050         RAX_LP.
36051
36052 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36053
36054         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36055         into R*_LP.
36056
36057 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36058
36059         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36060         sizes into R*_LP.
36061
36062 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36063
36064         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36065
36066 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36067
36068         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36069         into R11_LP and load __x86_64_shared_cache_size_half into
36070         R8_LP.
36071
36072 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36073
36074         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36075         R8_LP.
36076
36077 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36078
36079         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36080         logb for POWER7.
36081         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36082         logbf for POWER7.
36083         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36084         logbl for POWER7.
36085         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36086         powerpc32/power7/fpu/s_logb.c via #include.
36087         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36088         powerpc32/power7/fpu/s_logbf.c via #include.
36089         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36090         powerpc32/power7/fpu/s_logbl.c via #include.
36091
36092 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36093
36094         * README.libm: Remove file.
36095
36096 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36097
36098         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36099         count for x32.  Use R*_LP and omit operand-size suffix.
36100
36101 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36102
36103         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36104         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36105         * sysdeps/x86_64/x32/shlib-versions: New file.
36106
36107 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36108
36109         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36110         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36111         Use _dl_fatal_printf instead.
36112
36113 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36114
36115         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36116         set if not set by the user.  Do not allow for being unset.
36117         * sysdeps/unix/sysv/linux/configure: Regenerated.
36118
36119 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36120
36121         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36122         the `q' suffix from lea and replace .quad with ASM_ADDR.
36123
36124 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36125
36126         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36127         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36128         instead of $17.
36129         (PTR_DEMANGLE): Likewise.
36130
36131 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36132
36133         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36134         (LP_OP): Likewise.
36135         (ASM_ADDR): Likewise.
36136         (RAX_LP): Likewise.
36137         (RBP_LP): Likewise.
36138         (RBX_LP): Likewise.
36139         (RCX_LP): Likewise.
36140         (RDI_LP): Likewise.
36141         (RSI_LP): Likewise.
36142         (RSP_LP): Likewise.
36143         (R8_LP): Likewise.
36144         (R9_LP): Likewise.
36145         (R10_LP): Likewise.
36146         (R10_LP): Likewise.
36147         (R11_LP): Likewise.
36148         (R12_LP): Likewise.
36149         (R13_LP): Likewise.
36150         (R14_LP): Likewise.
36151         (R15_LP): Likewise.
36152
36153 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36154
36155         * sysdeps/x86_64/x32/dl-machine.h: New file.
36156
36157 2012-05-14  Andreas Jaeger  <aj@suse.de>
36158
36159         * manual/Makefile (subdir): Remove export of subdir.
36160         (all): Remove target.
36161         (.PHONY): Remove all from list.
36162         (mkinstalldirs): Remove.
36163         (.PHONY): Remove installdirs from list.
36164         ($(inst_infodir)/libc.info): Use make-target-directory.
36165         (installdirs): Remove.
36166         (subdir_%): Remove.
36167         (glibc-targets): Remove.
36168         (lib): Remove.
36169         (stubs): Remove.
36170         ($(objpfx)stubs ../po/manual.pot): Remove.
36171         ($(objpfx)stamp%): Remove.
36172         (make-target-directory): Remove.
36173         (subdir_install): Remove.
36174         (routines): Remove.
36175         (aux): Remove.
36176         (sources): Remove.
36177         (objects): Remove.
36178         (headers): Remove.
36179
36180         [BZ #13750]
36181         * manual/.gitignore: Remove, it's not needed anymore.
36182         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36183         all files in it.
36184         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36185         directory.
36186         (texis): Renamed to $(objpfx)texis.
36187         (texis-path): New, contains path to generated files.
36188         (chapters.%): Use texis-path for complete path, add extra argument
36189         libc-texinfo.sh.
36190         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36191         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36192         (summary,texi, stamp-summary): Use complete path of
36193         files. Generate files in build dir.
36194         (dir-add.texi): Build in build dir.
36195         (libm-err.texi,stamp-libm-err): Likewise.
36196         (version.texi, stamp-version): Likewise.
36197         (.%c.texi): Likewise.
36198         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36199         (mostlyclean): Remove target.
36200         (realclean): Remove target.
36201         (generated): Add new variable with contents from mostlyclean and
36202         realclean, remove entries duplicated in common-mostlyclean, add
36203         stamp-libm-err and stamp-version.
36204         (generated-dirs): Add libc directory.
36205         ($(inst_infodir)/libc.info): Install files from build dir.
36206
36207         * manual/install.texi (Configuring and compiling): Adjust since
36208         the info files are not part of the tar ball anymore.
36209
36210 2012-05-14  Andreas Jaeger  <aj@suse.de>
36211
36212         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36213         variable.
36214
36215 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36216
36217         [BZ #13717]
36218         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36219         to 2.2.0 where earlier.
36220         * sysdeps/unix/sysv/linux/configure: Regenerated.
36221         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36222         Remove conditional code.
36223         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36224         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36225         Remove conditional code.
36226         [!__NR_lchown]: Likewise.
36227         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36228         [__NR_lchown]: Likewise.
36229         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36230         comment referencing __ASSUME_LCHOWN_SYSCALL.
36231         * sysdeps/unix/sysv/linux/i386/sigaction.c
36232         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36233         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36234         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36235         Remove conditional code.
36236         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36237         (__protocol_available): Remove #if 0 code.
36238         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36239         conditional code.
36240         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36241         * sysdeps/unix/sysv/linux/kernel-features.h
36242         (__ASSUME_GETCWD_SYSCALL): Don't define.
36243         (__ASSUME_REALTIME_SIGNALS): Likewise.
36244         (__ASSUME_PREAD_SYSCALL): Likewise.
36245         (__ASSUME_PWRITE_SYSCALL): Likewise.
36246         (__ASSUME_POLL_SYSCALL): Likewise.
36247         (__ASSUME_LCHOWN_SYSCALL): Likewise.
36248         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36249         non-SPARC.
36250         (__ASSUME_SIOCGIFNAME): Don't define.
36251         (__ASSUME_MSG_NOSIGNAL): Likewise.
36252         (__ASSUME_SENDFILE): Define unconditionally.
36253         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36254         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36255         conditional code.
36256         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36257         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36258         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36259         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36260         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36261         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36262         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36264         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36265         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36267         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36268         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36270         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36271         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36273         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36274         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36276         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36277         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36279         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36280         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36282         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36283         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36285         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36286         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36287         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36288         Remove conditional code.
36289         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36290         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36291         Remove conditional code.
36292         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36293         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36294         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36295         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36296         Remove conditional code.
36297         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36298         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36299         Remove conditional code.
36300         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36301         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36302         Remove conditional code.
36303         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36304         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36305         Remove conditional code.
36306         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36307         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36308         Remove conditional code.
36309         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36310         * sysdeps/unix/sysv/linux/sh/pwrite64.c
36311         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36312         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36313         * sysdeps/unix/sysv/linux/sigaction.c
36314         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36315         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36316         * sysdeps/unix/sysv/linux/sigpending.c
36317         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36318         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36319         * sysdeps/unix/sysv/linux/sigprocmask.c
36320         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36321         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36322         * sysdeps/unix/sysv/linux/sigsuspend.c
36323         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36324         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36325         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36326         (__libc_missing_rt_sigs): Remove.
36327         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36328         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36329         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36330         Remove conditional code.
36331         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36332         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36333         return 1.
36334         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36335         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36336         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36337         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36338
36339 2012-05-14  Andreas Jaeger  <aj@suse.de>
36340
36341         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36342         it's not used in glibc.
36343         (__coshm1): Likewise.
36344         (__acosh1p): Likewise.
36345         (__sgn): Likewise.
36346
36347         * manual/string.texi (Copying and Concatenation): Add missing
36348         variable in concat example.
36349         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36350
36351 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36352
36353         [BZ #14103]
36354         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36355         __builtin_clzl with __builtin_clzll.
36356
36357 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36358
36359         [BZ #14104]
36360         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36361         libc_freeres_ptr.
36362
36363 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36364
36365         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36366         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36367         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36368         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36369
36370 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
36371
36372         * NEWS: Update ia64 info.
36373
36374 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
36375
36376         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36377         used as bcopy.
36378
36379 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
36380
36381         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36382         * sysdeps/unix/syscalls.list (dup3): Likewise.
36383         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36384         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36385
36386 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36387
36388         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36389         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36390
36391 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36392
36393         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36394         thread pointer.
36395         (TLS_IE): Use mov/add instead of movq/addq to load thread
36396         pointer.
36397         (TLS_GD_PREFIX): New.
36398         (TLS_GD): Use it.
36399
36400 2012-05-11  David S. Miller  <davem@davemloft.net>
36401
36402         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36403         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36404         (_FPU_SETCW): Likewise.
36405
36406 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36407
36408         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36409         is 32-byte aligned.
36410
36411 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
36412
36413         [BZ #11837]
36414         * iconvdata/gb18030.c: Update tables.
36415         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
36416         characters specially.
36417         (BODY for TO_LOOP): Add encoding of missing ranges.
36418
36419 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
36420
36421         [BZ #13673]
36422         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36423         * sysdeps/mach/hurd/dup3.c: Likewise.
36424         * sysdeps/mach/hurd/readlinkat.c: Likewise.
36425         * sysdeps/powerpc/memmove.c:: Likewise.
36426
36427 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36428
36429         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36430         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36431
36432 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36433
36434         * elf/elf.h (R_X86_64_RELATIVE64): New.
36435         (R_X86_64_NUM): Updated.
36436         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36437         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
36438         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36439         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36440         tst-quad1pie tst-quad2pie
36441         (modules-names): Add tst-quadmod1 tst-quadmod2.
36442         ($(objpfx)tst-quad1): New dependency.
36443         ($(objpfx)tst-quad2): Likewise.
36444         ($(objpfx)tst-quad1pie): Likewise.
36445         ($(objpfx)tst-quad2pie): Likewise.
36446         * sysdeps/x86_64/tst-quad1.c: New file.
36447         * sysdeps/x86_64/tst-quad1pie.c: New file.
36448         * sysdeps/x86_64/tst-quad2.c: Likewise.
36449         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36450         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36451         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36452         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36453         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36454
36455 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36456
36457         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36458         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36459         * streams/stropts.h (t_scalar_t): Define type.
36460
36461         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36462         (_PATH_PRESERVE): Set to "/var/lib".
36463         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36464
36465         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36466         instead of int.
36467
36468         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36469         if __dir_mkfile succeeded.
36470
36471         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36472         checking for _hurd_dtablesize.  Unlock it right after having
36473         finished _hurd_dtable allocation.
36474
36475 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36476
36477         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36478         * sysdeps/mach/hurd/configure: Regenerated.
36479         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36480         special-casing to...
36481         * sysdeps/gnu/configure.in: ... this new file.
36482         * sysdeps/unix/sysv/linux/configure: Regenerated.
36483         * sysdeps/gnu/configure: New generated file.
36484
36485         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36486         for Linux: use nsec instead of usec, as well as:
36487         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36488         members of type struct timespec.
36489         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36490         New macros.
36491         (struct stat64): Likewise.
36492         (_STATBUF_ST_NSEC): New macro.
36493         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36494
36495         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36496         __strtoul_internal rather than strtoul.
36497
36498 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36499
36500         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36501         and reject them.
36502
36503 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36504
36505         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36506         which preserves existing values.
36507         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36508
36509 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36510
36511         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36512         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36513         greater than FD_SETSIZE.
36514
36515 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36516
36517         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36518         allocated, call __vm_protect to finish enabling the existing space, and
36519         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36520         allocate the remainder.
36521
36522 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36523
36524         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36525         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36526
36527 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36528
36529         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36530         sysdeps/mach/hurd/readlink.c.
36531
36532         * posix/tst-sysconf.c (posix_options): Only use
36533         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36534         _POSIX_SYNCHRONIZED_IO when they are defined
36535         * sysdeps/mach/hurd/bits/posix_opt.h:
36536         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36537         (_XOPEN_REALTIME): Undefine macro.
36538         (_XOPEN_REALTIME_THREADS): Undefine macro.
36539         (_XOPEN_SHM): Undefine macro.
36540         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36541         macro to -1.
36542         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36543         macro to -1.
36544         (_POSIX_ASYNC_IO): Undefine macro.
36545         (_POSIX_PRIORITIZED_IO): Undefine macro.
36546         (_POSIX_SPIN_LOCKS): Define macro to -1.
36547
36548         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36549         SA_NODEFER, SA_RESETHAND.
36550         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36551         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36552         F_DUPFD_CLOEXEC.
36553
36554 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36555
36556         * elf/Makefile (pldd-modules): Define unconditionally.
36557
36558 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36559
36560         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36561
36562 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36563
36564         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36565         Return ENOENT when name is empty.
36566         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36567
36568 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36569
36570         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36571
36572         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36573
36574 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36575
36576         Fix mlock in all cases except non-readable pages.
36577         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36578         instead of VM_PROT_ALL as parameter to __vm_wire function.
36579
36580         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36581         (__mkdir): When path is `/', just fail with EEXIST.
36582         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36583
36584 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36585
36586         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36587         <sys/uio.h> (for writev).
36588         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36589         and <sys/param.h> (for MIN).
36590
36591 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36592
36593         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36594         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36595         if interrupted.
36596
36597 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36598
36599         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36600         Depend on against $(link-rpcuserlibs).
36601
36602 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36603
36604         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36605         (__libc_stack_end): Do not use attribute_relro.
36606         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36607         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36608         to libthread-provided value.
36609         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36610         attribute_relro.
36611
36612 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36613
36614         [BZ #3748]
36615         * bits/libc-lock.h (__libc_once_get): New macro.
36616         * sysdeps/mach/bits/libc-lock.h: Likewise.
36617         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36618         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36619         instead of using implementation details.
36620
36621         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36622         * libio/freopen.c: Likewise.
36623         * libio/freopen64.c: Likewise.
36624         * misc/syslog.c: Likewise.
36625         * nscd/connections.c: Likewise.
36626         * nscd/netgroupcache.c: Likewise.
36627         * sysdeps/posix/getcwd.c: Likewise.
36628
36629 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36630
36631         * math/w_ilogbf.c: Add #include <limits.h>.
36632
36633 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36634
36635         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36636         path instead of returning without unlocking.
36637
36638         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36639         immediate-write ioctls.
36640         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36641
36642 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36643
36644         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36645         __builtin_frame_address instead of making assumptions about the
36646         location of the return address relative to DATA.  Force early load of
36647         the return address.
36648         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36649         __builtin_frame_address.
36650
36651         dup3 for GNU Hurd.
36652         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36653         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36654         implement dup3 and do some further code clean-ups.
36655         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36656         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36657
36658 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36659
36660         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36661
36662         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36663         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36664         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36665         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36666         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36667         d->port.lock.
36668
36669         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36670         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36671         when handler == SIG_ERR, not when handler != SIG_ERR.
36672
36673 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36674
36675         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36676         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36677         definitions.
36678
36679         accept4 for GNU Hurd.
36680         * include/sys/socket.h (__libc_accept4): New prototype.
36681         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36682         to implement __libc_accept4.
36683         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36684         __libc_accept4.
36685         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36686
36687         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36688         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36689         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36690         signal-defines.sym.
36691
36692 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36693
36694         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36695
36696 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36697
36698         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36699         assertion on O_CLOEXEC flag.
36700         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36701         * hurd/intern-fd.c: Likewise.
36702         * hurd/port2fd.c: Likewise.
36703
36704 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36705
36706         [BZ #3906]
36707         * bits/in.h (IPV6_PKTINFO): Define new macro.
36708         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36709
36710 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36711
36712         [BZ #13954]
36713         [BZ #13955]
36714         [BZ #13956]
36715         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36716         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36717         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36718         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36719         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36720         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36721         * math/libm-test.inc (logb_test) : Additional logb tests.
36722
36723 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36724             Andreas Jaeger  <aj@suse.de>
36725
36726         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36727         * configure: Regenerated.
36728         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36729         * config.make.in (link-obsolete-rpc): New substituted variable.
36730         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36731         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36732         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36733         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36734         so that libc.a contains the symbols.
36735         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36736         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36737         * sunrpc/auth_none.c: Likewise.
36738         * sunrpc/auth_unix.c: Likewise.
36739         * sunrpc/authdes_prot.c: Likewise.
36740         * sunrpc/authuxprot.c: Likewise.
36741         * sunrpc/clnt_gen.c: Likewise.
36742         * sunrpc/clnt_perr.c: Likewise.
36743         * sunrpc/clnt_raw.c: Likewise.
36744         * sunrpc/clnt_simp.c: Likewise.
36745         * sunrpc/clnt_tcp.c: Likewise.
36746         * sunrpc/clnt_udp.c: Likewise.
36747         * sunrpc/clnt_unix.c: Likewise.
36748         * sunrpc/des_crypt.c: Likewise.
36749         * sunrpc/des_soft.c: Likewise.
36750         * sunrpc/get_myaddr.c: Likewise.
36751         * sunrpc/key_call.c: Likewise.
36752         * sunrpc/key_prot.c: Likewise.
36753         * sunrpc/netname.c: Likewise.
36754         * sunrpc/pm_getmaps.c: Likewise.
36755         * sunrpc/pm_getport.c: Likewise.
36756         * sunrpc/pmap_clnt.c: Likewise.
36757         * sunrpc/pmap_prot.c: Likewise.
36758         * sunrpc/pmap_prot2.c: Likewise.
36759         * sunrpc/pmap_rmt.c: Likewise.
36760         * sunrpc/publickey.c: Likewise.
36761         * sunrpc/rpc_cmsg.c: Likewise.
36762         * sunrpc/rpc_common.c: Likewise.
36763         * sunrpc/rpc_dtable.c: Likewise.
36764         * sunrpc/rpc_prot.c: Likewise.
36765         * sunrpc/rpc_thread.c: Likewise.
36766         * sunrpc/rtime.c: Likewise.
36767         * sunrpc/svc.c: Likewise.
36768         * sunrpc/svc_auth.c: Likewise.
36769         * sunrpc/svc_raw.c: Likewise.
36770         * sunrpc/svc_run.c: Likewise.
36771         * sunrpc/svc_tcp.c: Likewise.
36772         * sunrpc/svc_udp.c: Likewise.
36773         * sunrpc/svc_unix.c: Likewise.
36774         * sunrpc/svcauth_des.c: Likewise.
36775         * sunrpc/xcrypt.c: Likewise.
36776         * sunrpc/xdr.c: Likewise.
36777         * sunrpc/xdr_array.c: Likewise.
36778         * sunrpc/xdr_float.c: Likewise.
36779         * sunrpc/xdr_intXX_t.c: Likewise.
36780         * sunrpc/xdr_mem.c: Likewise.
36781         * sunrpc/xdr_rec.c: Likewise.
36782         * sunrpc/xdr_ref.c: Likewise.
36783         * sunrpc/xdr_sizeof.c: Likewise.
36784         * sunrpc/xdr_stdio.c: Likewise.
36785
36786 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36787
36788         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36789         change.  Update copyright years.
36790
36791 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36792
36793         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36794
36795 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36796             Joseph Myers  <joseph@codesourcery.com>
36797             Paul Pluzhnikov  <ppluzhnikov@google.com>
36798
36799         [BZ #14012]
36800         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36801         requiring rpcgen.
36802         [cross-compiling] (extra-libs): Likewise.
36803         [cross-compiling] (extra-libs-others): Likewise.
36804         [cross-compiling] (librpcsvc-routines): Likewise.
36805         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36806         [cross-compiling] (omit-deps): Likewise.
36807         (sunrpc-CPPFLAGS): New variable.
36808         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36809         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36810         (cross-rpcgen-objs): New variable.
36811         (extra-objs): Append $(cross-rpcgen-objs).
36812         ($(cross-rpcgen-objs)): New rule.
36813         ($(objpfx)cross-rpcgen): Likewise.
36814         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36815         comment.
36816         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36817         ($(objpfx)x%.stmp): Likewise.
36818         * sunrpc/proto.h [IS_IN_build] (_): Define.
36819         [IS_IN_build] (_libc_intl_domainname): Likewise.
36820
36821 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36822
36823         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36824         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36825         and R_X86_64_TPOFF64.
36826
36827 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36828
36829         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36830         sysdeps/unix/sysv/syscalls.list.
36831         (stime): Likewise.
36832         (utime): Likewise.
36833         * sysdeps/unix/sysv/syscalls.list: Remove file.
36834
36835 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36836
36837         [BZ #3440]
36838         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36839         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36840         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36841         (__LC_IDENTIFICATION): Make these macros useful in #if
36842         expressions, as required by C99.
36843
36844 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36845
36846         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36847         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36848         after this.
36849
36850 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36851
36852         * stdlib/longlong.h: Updated from GCC.
36853
36854 2012-05-09  Andreas Jaeger  <aj@suse.de>
36855
36856         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36857         default is first entry.
36858         (run_mode): Set type.
36859         (main): Remove informal message about syslog.
36860         (options): Fix typo.
36861
36862         [BZ #14053]
36863         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36864         to asm.
36865         (lrint): Likewise.
36866         (llrintf): Likewise.
36867         (llrint): Likewise.
36868         (rint): Likewise.
36869         (rintf): Likewise.
36870         (nearbyint): Likewise.
36871         (nearbyintf): Likewise.
36872
36873 2012-05-09  Andreas Jaeger  <aj@suse.de>
36874             Pedro Alves  <palves@redhat.com>
36875
36876         * nscd/nscd.c (run_mode): Use enum.
36877         (main): Cleanup coding style issue.
36878
36879 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36880             Andreas Jaeger  <aj@suse.de>
36881
36882         * nscd/nscd.c (go_background): Replaced with...
36883         (run_mode): ... this.
36884         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36885         (options): Add -F --foreground.
36886         (main): Implement it.
36887         (parse_opt): Parse it.
36888
36889 2012-05-09  Andreas Jaeger  <aj@suse.de>
36890
36891         [BZ #14083]
36892         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36893         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36894         -Wconversion warning.
36895         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36896         Likewise.
36897
36898 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36899
36900         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36901         == 0.
36902         (LC_ALL): Use macro-int-constant.
36903         (LC_COLLATE): Likewise.
36904         (LC_CTYPE): Likewise.
36905         (LC_MESSAGES): Likewise.
36906         (LC_MONETARY): Likewise.
36907         (LC_NUMERIC): Likewise.
36908         (LC_TIME): Likewise.
36909         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36910         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36911         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36912         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36913         Specify type.
36914         [C99-based standards] (float_t): Expect type.
36915         [C99-based standards] (double_t): Expect type.
36916         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36917         type.
36918         [C99-based standards] (HUGE_VALL): Likewise.
36919         [C99-based standards] (INFINITY): Likewise.
36920         [C99-based standards] (NAN): Likewise.
36921         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36922         [C99-based standards] (FP_NAN): Likewise.
36923         [C99-based standards] (FP_NORMAL): Likewise.
36924         [C99-based standards] (FP_SUBNORMAL): Likewise.
36925         [C99-based standards] (FP_ZERO): Likewise.
36926         [C99-based standards] (FP_FAST_FMA): Use
36927         optional-macro-int-constant.  Specify type.  Require == 1.
36928         [C99-based standards] (FP_FAST_FMAF): Likewise.
36929         [C99-based standards] (FP_FAST_FMAL): Likewise.
36930         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36931         [C99-based standards] (FP_ILOGBNAN): Likewise.
36932         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36933         Specify type.
36934         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36935         [C99-based standards] (math_errhandling): Specify type.
36936         [ISO99 || ISO11] (signgam): Do not allow.
36937         [non-C99-based standards] (copysignf): Do not allow.
36938         [non-C99-based standards] (exp2f): Likewise.
36939         [non-C99-based standards] (log2f): Likewise.
36940         [non-C99-based standards] (modff): Allow.
36941         [non-C99-based standards] (erff): Do not allow.
36942         [non-C99-based standards] (erfcf): Likewise.
36943         [non-C99-based standards] (gammaf): Likewise.
36944         [non-C99-based standards] (hypotf): Likewise.
36945         [non-C99-based standards] (j0f): Likewise.
36946         [non-C99-based standards] (j1f): Likewise.
36947         [non-C99-based standards] (jnf): Likewise.
36948         [non-C99-based standards] (lgammaf): Likewise.
36949         [non-C99-based standards] (tgammaf): Likewise.
36950         [non-C99-based standards] (y0f): Likewise.
36951         [non-C99-based standards] (y1f): Likewise.
36952         [non-C99-based standards] (ynf): Likewise.
36953         [non-C99-based standards] (isnanf): Likewise.
36954         [non-C99-based standards] (acoshf): Likewise.
36955         [non-C99-based standards] (asinhf): Likewise.
36956         [non-C99-based standards] (atanhf): Likewise.
36957         [non-C99-based standards] (cbrtf): Likewise.
36958         [non-C99-based standards] (expm1f): Likewise.
36959         [non-C99-based standards] (ilogbf): Likewise.
36960         [non-C99-based standards] (log1pf): Likewise.
36961         [non-C99-based standards] (logbf): Likewise.
36962         [non-C99-based standards] (nextafterf): Likewise.
36963         [non-C99-based standards] (remainderf): Likewise.
36964         [non-C99-based standards] (rintf): Likewise.
36965         [non-C99-based standards] (scalbf): Likewise.
36966         [non-C99-based standards] (copysignl): Likewise.
36967         [non-C99-based standards] (exp2l): Likewise.
36968         [non-C99-based standards] (log2l): Likewise.
36969         [non-C99-based standards] (modfl): Allow.
36970         [non-C99-based standards] (erfl): Do not allow.
36971         [non-C99-based standards] (erfcl): Likewise.
36972         [non-C99-based standards] (gammal): Likewise.
36973         [non-C99-based standards] (hypotl): Likewise.
36974         [non-C99-based standards] (j0l): Likewise.
36975         [non-C99-based standards] (j1l): Likewise.
36976         [non-C99-based standards] (jnl): Likewise.
36977         [non-C99-based standards] (lgammal): Likewise.
36978         [non-C99-based standards] (tgammal): Likewise.
36979         [non-C99-based standards] (y0l): Likewise.
36980         [non-C99-based standards] (y1l): Likewise.
36981         [non-C99-based standards] (ynl): Likewise.
36982         [non-C99-based standards] (isnanl): Likewise.
36983         [non-C99-based standards] (acoshl): Likewise.
36984         [non-C99-based standards] (asinhl): Likewise.
36985         [non-C99-based standards] (atanhl): Likewise.
36986         [non-C99-based standards] (cbrtl): Likewise.
36987         [non-C99-based standards] (expm1l): Likewise.
36988         [non-C99-based standards] (ilogbl): Likewise.
36989         [non-C99-based standards] (log1pl): Likewise.
36990         [non-C99-based standards] (logbl): Likewise.
36991         [non-C99-based standards] (nextafterl): Likewise.
36992         [non-C99-based standards] (remainderl): Likewise.
36993         [non-C99-based standards] (rintl): Likewise.
36994         [non-C99-based standards] (scalbl): Likewise.
36995         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36996         [non-C99-based standards] (FP_*): Do not allow.
36997         [C99-based standards] (FP_*): Change to
36998         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36999         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37000         allow.
37001         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37002         (SIG_ERR): Likewise.
37003         [X/Open-based standards] (SIG_HOLD): Likewise.
37004         (SIG_IGN): Likewise.
37005         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37006         positive value.
37007         (SIGFPE): Likewise.
37008         (SIGILL): Likewise.
37009         (SIGINT): Likewise.
37010         (SIGSEGV): Likewise.
37011         (SIGTER): Likewise.
37012         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37013         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37014         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37015         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37016         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37017         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37018         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37019         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37020         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37021         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37022         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37023         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37024         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37025         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37026         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37027         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37028         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37029         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37030         [X/Open-based standards] (SIGTRAP): Likewise.
37031         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37032         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37033         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37034         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37035         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37036         allow.
37037
37038 2012-05-08  Ian Wienand  <ianw@vmware.com>
37039
37040         [BZ #14080]
37041         * time/tzset.c (__tzset_parse_tz): Update default rules for
37042         daylight time changes in the Energy Policy Act of 2005.
37043
37044 2012-05-09  Andreas Jaeger  <aj@suse.de>
37045
37046         [BZ #13983]
37047         * elf/ldconfig.c (parse_conf): Change string to make clear that
37048         ldconfig only issued a warning if ld.so.conf does not exist.
37049
37050 2012-05-08  David S. Miller  <davem@davemloft.net>
37051
37052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37053         movxtod instead of popping the value on the stack.
37054
37055         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37056
37057 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37058
37059         * config.h.in: Add HAVE_ARM_PCS_VFP.
37060
37061 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37062
37063         [BZ #13979]
37064         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37065         checking but the checks are disabled for any reason.
37066
37067 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37068
37069         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37070         and ELF64_R_TYPE with ELFW(R_TYPE).
37071
37072 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37073
37074         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37075         (ulimit): Likewise.
37076
37077         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37078         (settimeofday): Likewise.
37079
37080 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37081
37082         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37083         a struct th_u2 inside the union, and move tu_block/tu_code into
37084         a new th_u3 union of tu_block/tu_code inside of that.  Move
37085         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37086         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37087         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37088         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37089         (th_stuff): Change to th_u1.tu_stuff.
37090         (th_data): Define.
37091         (th_msg): Change to th_u1.th_u2.tu_data.
37092
37093 2012-05-07  David S. Miller  <davem@davemloft.net>
37094
37095         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37096
37097         [BZ #14074]
37098         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37099         (SETUP_PIC_REG): Use it.
37100         (SETUP_PIC_REG_LEAF): Use it.
37101
37102 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37103
37104         [BZ #13885]
37105         [BZ #13923]
37106         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37107         USE_AS_EXPM1L.
37108         (EXPL_FINITE): Likewise.
37109         (FLDLOG): Likewise.
37110         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37111         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37112         e_expl.S.
37113         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37114         USE_AS_EXPM1L.
37115         (EXPL_FINITE): Likewise.
37116         (FLDLOG): Likewise.
37117         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37118         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37119         e_expl.S.
37120         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37121         test of -max_value argument for long double.
37122         * sysdeps/i386/fpu/libm-test-ulps: Update.
37123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37124
37125 2012-05-06  David S. Miller  <davem@davemloft.net>
37126
37127         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37128         quad soft-float symbols whose references which are compiler
37129         generated.
37130         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37131
37132 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37133
37134         [BZ #13884]
37135         [BZ #13914]
37136         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37137         USE_AS_EXP10L.
37138         (EXPL_FINITE): Likewise.
37139         (FLDLOG): Likewise.
37140         (c0): Likewise.
37141         (c1): Likewise.
37142         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37143         Adjust comments for base varying.
37144         (__expl_finite): Change alias to EXPL_FINITE.
37145         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37146         e_expl.S.
37147         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37148         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37149         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37150         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37151         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37152         USE_AS_EXP10L.
37153         (EXPL_FINITE): Likewise.
37154         (FLDLOG): Likewise.
37155         (c0): Likewise.
37156         (c1): Likewise.
37157         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37158         Adjust comments for base varying.
37159         (__expl_finite): Change alias to EXPL_FINITE.
37160         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37161         tests for bugs.
37162         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37163
37164         [BZ #14064]
37165         * math/libm-test.inc (check_float_internal): Correct ulp
37166         calculation for subnormal expected results.
37167
37168 2012-05-06  Andreas Jaeger  <aj@suse.de>
37169
37170         * Makeconfig (+math-flags): New, set to -frounding-math.
37171         (+cflags): Add +math-flags so that all of glibc gets compiled with
37172         it.
37173
37174         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37175
37176 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37177
37178         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37179         Disable one test.
37180
37181         [BZ #13787]
37182         [BZ #13922]
37183         [BZ #14036]
37184         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37185         (__ieee754_expl): Allow for and saturate large arguments.
37186         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37187         (u_threshold): Likewise.
37188         (__exp): Call __ieee754_exp before checking for overflow and
37189         underflow.
37190         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37191         (u_threshold): Likewise.
37192         (__expf): Call __ieee754_expf before checking for overflow and
37193         underflow.
37194         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37195         (u_threshold): Likewise.
37196         (__expl): Call __ieee754_expl before checking for overflow and
37197         underflow.
37198         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37199         (__ieee754_expl): Allow for and saturate large arguments.
37200         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37201         missing overflow exception on overflow.
37202         (expm1_test): Do not allow missing overflow exception on overflow.
37203
37204         * sysdeps/i386/fpu/e_expl.c: Move to ...
37205         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37206         rather than using inline asm.
37207         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37208         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37209         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37210
37211         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37212         (nice): Likewise.
37213         (poll): Likewise.
37214         (signal): Likewise.
37215         (time): Likewise.
37216         (times): Likewise.
37217
37218 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37219
37220         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37221         sysdeps/unix/common/syscalls.list.
37222         (fchmod): Likewise.
37223         (fchown): Likewise.
37224         (ftruncate): Likewise.
37225         (getrusage): Likewise.
37226         (gettimeofday): Likewise.
37227         (setpgid): Likewise.
37228         (setregid): Likewise.
37229         (setreuid): Likewise.
37230         (sigaction): Likewise.
37231         (truncate): Likewise.
37232         (vhangup): Likewise.
37233         * sysdeps/unix/common/syscalls.list: Remove file.
37234         * sysdeps/unix/bsd/Implies: Don't include unix/common.
37235         * sysdeps/unix/sysv/linux/Implies: Likewise.
37236
37237 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
37238
37239         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37240         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37241         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37242         Moved to ...
37243         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37244         Here.
37245         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37246         to ...
37247         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37248         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37249         to ...
37250         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37251         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37252         to ...
37253         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37254         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37255         to ...
37256         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37257         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37258         to ...
37259         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37260         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37261         to ...
37262         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37263         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37264         to ...
37265         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37266         Here.
37267         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37268         to ...
37269         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37270         Here.
37271         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37272         to ...
37273         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37274         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37275         Moved to ...
37276         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37277         Here.
37278         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37279         to ...
37280         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37281
37282 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37283
37284         * sysdeps/unix/common/bits/dirent.h: Remove file.
37285         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37286
37287         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37288         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37289         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37290         * sysdeps/unix/bsd/isatty.c: Likewise.
37291         * sysdeps/unix/bsd/tcdrain.c: Likewise.
37292         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37293         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37294
37295 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37296
37297         [BZ #13563]
37298         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37299         long double comparison inaccuracies.
37300         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37301         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37302
37303 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
37304
37305         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37306         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37307
37308 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37309
37310         [BZ #14049]
37311         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
37312         nonzero digits before rounding a hex value.
37313         * stdlib/tst-strtod.c (tests): Add another test.
37314
37315 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37316
37317         * sysdeps/s390/fpu/libm-test-ulps: Update.
37318
37319 2012-05-03  Andreas Jaeger  <aj@suse.de>
37320
37321         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
37322         does not get optimized out.
37323         (malloc_opt_barrier): New.
37324
37325 2012-05-03  Andreas Jaeger  <aj@suse.de>
37326             Roland McGrath  <roland@hack.frob.com>
37327
37328         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
37329         intermediate file deletion.
37330         (generated): Add .symlist files.
37331
37332 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37333
37334         [BZ #13775]
37335         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37336         Redirect under this condition.
37337         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37338         [__USE_GNU] (__dprintf_chk): Not under this condition.
37339         [__USE_GNU] (__vdprintf_chk): Likewise.
37340         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37341         under this condition.
37342         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37343         [__USE_XOPEN2K8] (dprintf): Define under this condition.
37344         [__USE_XOPEN2K8] (vdprintf): Likewise.
37345         [__USE_GNU] (__dprintf_chk): Not under this condition.
37346         [__USE_GNU] (__vdprintf_chk): Likewise.
37347         [__USE_GNU] (dprintf): Likewise.
37348         [__USE_GNU] (vdprintf): Likewise.
37349
37350 2012-05-03  Roland McGrath  <roland@hack.frob.com>
37351
37352         * elf/Makefile (common-generated): Set this instead of generated for
37353         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
37354         $(all-built-dso)-derived lists.
37355
37356 2012-05-03  Andreas Jaeger  <aj@suse.de>
37357
37358         * sysdeps/i386/fpu/libm-test-ulps: Update.
37359
37360         * FAQ: Removed.
37361         * FAQ.in: Likewise.
37362         * scripts/gen-FAQ.pl: Likewise.
37363         * manual/install.texi (Installation): Point to online location of
37364         FAQ.
37365         * Makefile (files-for-dist): Remove FAQ.
37366         (FAQ): Remove.
37367
37368 2012-05-02  Allan McRae  <allan@archlinux.org>
37369
37370         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37371         (LDFLAGS-reldepmod5.so): Likewise.
37372         (LDFLAGS-reldep6mod1.so): Likewise.
37373         (LDFLAGS-reldep6mod4.so): Likewise.
37374         (LDFLAGS-reldep8mod3.so): Likewise.
37375         (LDFLAGS-unload4mod1.so): Likewise.
37376         (LDFLAGS-unload4mod2.so): Likewise.
37377         (LDFLAGS-tst-initorder): Likewise.
37378         (LDFLAGS-tst-initordera2.so): Likewise.
37379         (LDFLAGS-tst-initordera3.so): Likewise.
37380         (LDFLAGS-tst-initordera4.so): Likewise.
37381         (LDFLAGS-tst-initorderb2.so): Likewise.
37382         (LDFLAGS-noload): Likewise.
37383         (LDFLAGS-next): Likewise.
37384         (LDFLAGS-order2mod1.so): Likewise.
37385         (LDFLAGS-order2mod2.so): Likewise.
37386         (LDFLAGS-tst-initorder2): Likewise.
37387         (LDFLAGS-tst-initorder2a.so): Likewise.
37388         (LDFLAGS-tst-initorder2b.so): Likewise.
37389         (LDFLAGS-tst-initorder2c.so): Likewise.
37390         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37391
37392 2012-05-02  David S. Miller  <davem@davemloft.net>
37393
37394         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37395
37396 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
37397
37398         [BZ #14055]
37399         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37400
37401 2012-05-02  Andreas Jaeger  <aj@suse.de>
37402
37403         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37404         since we manipulate rounding mode.
37405         (CPPFLAGS-test-idouble.c): Likewise.
37406         (CPPFLAGS-test-ifloat.c): Likewise.
37407         (CFLAGS-test-ldouble.c): Likewise.
37408         (CFLAGS-test-double.c): Likewise.
37409         (CFLAGS-test-float.c): Likewise.
37410         (CFLAGS-test-misc.c): Likewise.
37411         (CFLAGS-test-test-fenv.c): Likewise.
37412
37413 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37414
37415         [BZ #2550]
37416         [BZ #2570]
37417         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37418         comparisons to determine direction to adjust input.
37419
37420 2012-05-01  Roland McGrath  <roland@hack.frob.com>
37421
37422         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37423         output to the target.
37424
37425         * scripts/localplt.awk: New file.
37426         * elf/Makefile ($(objpfx)check-localplt): Target removed.
37427         (check-localplt-CFLAGS): Variable removed.
37428         ($(all-built-dso:=.jmprel)): New static pattern rule.
37429         (generated): Add those targets.
37430         (localplt-built-dso): New variable.
37431         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37432
37433         * elf/check-localplt.c: File removed.
37434
37435         * scripts/check-execstack.awk: New file.
37436         * elf/Makefile ($(objpfx)check-execstack): Target removed.
37437         (check-execstack-CFLAGS): Variable removed.
37438         ($(objpfx)check-execstack.h): Target removed.
37439         ($(objpfx)execstack-default): New target.
37440         (generated): Add that instead of check-execstack.h.
37441         ($(all-built-dso:=.phdr)): New static pattern rule.
37442         (generated): Add those targets.
37443         * elf/check-execstack.c: File removed.
37444
37445         * scripts/check-textrel.awk: New file.
37446         * elf/Makefile ($(objpfx)check-textrel): Target removed.
37447         (check-textrel-CFLAGS): Variable removed.
37448         (all-built-dso): Use := to define.o
37449         ($(all-built-dso:=.dyn)): New static pattern rule.
37450         (generated): Add those targets.
37451         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37452         * config.make.in (READELF): New substituted variable.
37453         * elf/check-textrel.c: File removed.
37454
37455 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37456
37457         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37458         allow.
37459         * conform/data/ctype.h-data [C99-based standards] (isblank):
37460         Expect function.
37461         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37462         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37463         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37464         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37465         Specify type.  Require positive value.
37466         (EILSEQ): Likewise.
37467         (ERANGE): Likewise.
37468         [ISO || POSIX] (EILSEQ): Do not expect.
37469         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37470         Specify type.  Require positive value.
37471         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37472         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37473         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37474         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37475         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37476         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37477         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37478         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37479         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37480         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37481         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37482         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37483         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37484         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37485         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37486         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37487         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37488         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37489         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37490         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37491         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37492         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37493         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37494         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37495         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37496         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37497         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37498         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37499         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37500         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37501         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37502         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37503         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37504         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37505         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37506         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37507         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37508         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37509         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37510         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37511         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37512         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37513         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37514         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37515         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37516         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37517         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37518         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37519         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37520         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37521         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37522         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37523         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37524         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37525         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37526         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37527         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37528         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37529         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37530         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37531         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37532         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37533         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37534         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37535         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37536         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37537         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37538         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37539         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37540         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37541         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37542         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37543         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37544         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37545         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37546         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37547         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37548         Require >= 2.
37549         (FLT_ROUNDS): Expect as macro, not constant.
37550         (FLT_MANT_DIG): Use macro-int-constant.
37551         (DBL_MANT_DIG): Likewise.
37552         (LDBL_MANT_DIG): Likewise.
37553         (FLT_DIG): Likewise.
37554         (DBL_DIG): Likewise.
37555         (LDBL_DIG): Likewise.
37556         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37557         (DBL_MIN_EXP): Likewise.
37558         (LDBL_MIN_EXP): Likewise.
37559         (FLT_MAX_EXP): Use macro-int-constant.
37560         (DBL_MAX_EXP): Likewise.
37561         (LDBL_MAX_EXP): Likewise.
37562         (FLT_MAX_10_EXP): Likewise.
37563         (DBL_MAX_10_EXP): Likewise.
37564         (LDBL_MAX_10_EXP): Likewise.
37565         (FLT_MAX): Use macro-constant.
37566         (DBL_MAX): Likewise.
37567         (LDBL_MAX): Likewise.
37568         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37569         (DBL_EPSILON): Likewise.
37570         (LDBL_EPSILON): Likewise.
37571         (FLT_MIN): Likewise.
37572         (DBL_MIN): Likewise.
37573         (LDBL_MIN): Likewise.
37574         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37575         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37576         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37577         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37578         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37579         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37580         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37581         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37582         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37583         [ISO11] (FLT_TRUE_MIN): Likewise.
37584         [ISO11] (LDBL_TRUE_MIN): Likewise.
37585         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37586         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37587         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37588         (SCHAR_MAX): Likewise.
37589         (UCHAR_MAX): Likewise.
37590         (CHAR_MIN): Likewise.
37591         (CHAR_MAX): Likewise.
37592         (MB_LEN_MAX): Use macro-int-constant.
37593         (SHRT_MIN): Use macro-int-constant.  Specify type.
37594         (SHRT_MAX): Likewise.
37595         (USHRT_MAX): Likewise.
37596         (INT_MAX): Likewise.
37597         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37598         bound negative.
37599         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37600         bound with "U".
37601         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37602         bound with "L".
37603         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37604         bound negative.  Suffix upper bound with "L".
37605         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37606         bound with "UL".
37607         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37608         Specify type.
37609         [C99-based standards] (LLONG_MAX): Likewise.
37610         [C99-based standards] (ULLONG_MAX): Likewise.
37611         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37612         == 0.
37613         [ISO11] (max_align_t): Require type.
37614         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37615
37616         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37617         from $CFLAGS, without defining away __attribute__ calls.
37618         (checknamespace): Use $CFLAGS_namespace.
37619
37620         * conform/conformtest.pl (@keywords): Only include C99 keywords
37621         for standards based on C99 or C11.
37622
37623         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37624         Disable tests.
37625         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37626         UNIX98]: Likewise.
37627
37628         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37629         usability of symbols in #if.
37630
37631         * conform/conformtest.pl: If macro or constant types start
37632         "promoted:", expect the symbol to be of the following type
37633         promoted by the integer promotions.
37634
37635         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37636         in one place.  Also handle "macro-constant".
37637
37638         * conform/conformtest.pl: Only accept expected macro values with
37639         "==".  Parse all "macro" lines in one place.
37640         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37641
37642         * conform/conformtest.pl: Handle braced types on "constant" lines
37643         instead of handling "typed-constant".
37644         * conform/data/signal.h-data: Use "constant" instead of
37645         "typed-constant".
37646
37647         * conform/conformtest.pl: Handle "optional-" at start of lines in
37648         one place rather than duplicating several cases.  Handle each
37649         format of "macro" line with initial "optional-".
37650
37651         * conform/conformtest.pl: Only accept expected constant or
37652         optional-constant values with "==".  Parse all "constant" lines in
37653         one place.  Parse all "optional-constant" lines in one place.
37654         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37655         * conform/data/fmtmsg.h-data: Likewise.
37656         * conform/data/netinet/in.h-data: Likewise.
37657         * conform/data/tar.h-data: Likewise.
37658         * conform/data/limits.h-data: Use "==" form on "constant" and
37659         "optional-constant" lines.
37660
37661         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37662         Use -std=c99 for XOPEN2K.
37663         (@knownproblems): Remove.
37664         (newtoken): Don't check %isknown.
37665
37666         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37667         Do not expect macro.
37668         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37669         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37670         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37671         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37672         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37673         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37674         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37675         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37676         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37677         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37678         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37679         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37680         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37681         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37682         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37683         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37684         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37685         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37686         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37687         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37688         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37689         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37690         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37691         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37692         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37693         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37694         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37695         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37696         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37697         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37698         [XPG3] (acosh): Likewise.
37699         [XPG3] (asinh): Likewise.
37700         [XPG3] (atanh): Likewise.
37701         [XPG3] (cbrt): Likewise.
37702         [XPG3] (expm1): Likewise.
37703         [XPG3] (ilogb): Likewise.
37704         [XPG3] (log1p): Likewise.
37705         [XPG3] (logb): Likewise.
37706         [XPG3] (nextafter): Likewise.
37707         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37708         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37709         [XPG3] (remainder): Likewise.
37710         [XPG3] (rint): Likewise.
37711         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37712         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37713         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37714         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37715         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37716         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37717         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37718         [UNIX98 || XOPEN2K] (scalb): Expect.
37719         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37720         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37721         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37722         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37723         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37724         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37725         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37726         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37727         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37728         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37729         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37730         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37731         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37732         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37733         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37734         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37735         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37736         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37737         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37738         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37739         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37740         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37741         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37742         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37743         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37744         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37745         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37746         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37747         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37748         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37749         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37750         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37751         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37752         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37753         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37754         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37755         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37756         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37757         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37758         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37759         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37760         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37761         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37762         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37763         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37764         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37765         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37766         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37767         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37768         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37769         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37770         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37771         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37772         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37773         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37774         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37775         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37776         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37777         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37778         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37779         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37780         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37781         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37782         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37783         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37784         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37785         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37786         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37787         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37788         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37789         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37790         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37791         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37792         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37793         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37794         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37795         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37796         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37797         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37798         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37799         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37800         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37801         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37802         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37803         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37804         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37805         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37806         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37807         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37808         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37809         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37810         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37811         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37812         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37813         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37814         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37815         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37816         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37817         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37818         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37819         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37820         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37821         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37822         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37823         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37824         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37825         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37826         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37827         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37828         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37829         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37830         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37831         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37832         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37833         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37834         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37835         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37836         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37837         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37838         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37839         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37840         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37841         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37842         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37843         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37844         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37845         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37846         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37847         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37848         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37849         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37850         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37851         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37852         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37853         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37854         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37855         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37856
37857         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37858         _XOPEN_SOURCE_EXTENDED for XPG4.
37859
37860         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37861
37862         * Makeconfig (localtime): Remove variable.
37863         (inst_localtime-file): Likewise.
37864
37865 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37866
37867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37868         Update.
37869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37870         Update.
37871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37872         Update.
37873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37874         Update.
37875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37876         Update.
37877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37878         Update.
37879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37880         Update.
37881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37882         Update.
37883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37884         Update.
37885
37886 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37887
37888         [BZ #2550]
37889         [BZ #2570]
37890         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37891         comparisons to determine direction to adjust input.
37892         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37893         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37894         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37895         Likewise.
37896         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37897         Likewise.
37898         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37899         Likewise.
37900         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37901         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37902         Likewise.
37903         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37904         Likewise.
37905         * math/libm-test.inc (nexttoward_test): Add more tests.
37906
37907 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37908
37909         [BZ #14040]
37910         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37911         in version GLIBC_2.1, not GLIBC_2.0.
37912         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37913         Likewise.
37914
37915 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37916
37917         [BZ #13942]
37918         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37919         (1 - x) * (1 + x).
37920         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37921         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37922         * math/libm-test.inc (acos_test): Add more tests.
37923         (asin_test): Likewise.
37924         * sysdeps/i386/fpu/libm-test-ulps: Update.
37925         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37926
37927         [BZ #14034]
37928         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37929         of square root.
37930         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37931         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37932         * math/libm-test.inc (acos_test_tonearest): New function.
37933         (acos_test_towardzero): Likewise.
37934         (acos_test_downward): Likewise.
37935         (acos_test_upward): Likewise.
37936         (asin_test_tonearest): Likewise.
37937         (asin_test_towardzero): Likewise.
37938         (asin_test_downward): Likewise.
37939         (asin_test_upward): Likewise.
37940         (main): Call the new functions.
37941         * sysdeps/i386/fpu/libm-test-ulps: Update.
37942         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37943
37944         [BZ #13884]
37945         [BZ #13924]
37946         * math/e_exp10.c: Include <float.h>.
37947         (__ieee754_exp10): Handle underflow here rather than multiplying
37948         large negative argument by M_LN10.
37949         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37950         of __ieee754_expf.
37951         * math/e_exp10l.c: Include <float.h>.
37952         (__ieee754_exp10l): Handle underflow here rather than multiplying
37953         large negative argument by M_LN10l.
37954         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37955         spurious overflow exception on underflow.
37956
37957 2012-04-29  Marek Polacek  <polacek@redhat.com>
37958
37959         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37960         (__fortify_function): New macro.
37961         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37962         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37963         __extern_always_inline.
37964         * libio/bits/stdio2.h: Likewise.
37965         * libio/bits/stdio.h: Likewise.
37966         * string/string.h: Likewise.
37967         * string/bits/string3.h: Likewise.
37968         * include/stdio.h: Likewise.
37969         * stdlib/bits/stdlib.h: Likewise.
37970         * stdlib/stdlib.h: Likewise.
37971         * rt/bits/mqueue2.h: Likewise.
37972         * rt/mqueue.h: Likewise.
37973         * posix/bits/unistd.h: Likewise.
37974         * posix/unistd.h: Likewise.
37975         * io/bits/poll2.h: Likewise.
37976         * io/bits/fcntl2.h: Likewise.
37977         * io/fcntl.h: Likewise.
37978         * io/sys/poll.h: Likewise.
37979         * misc/bits/syslog.h: Likewise.
37980         * misc/bits/syslog-ldbl.h: Likewise.
37981         * misc/sys/syslog.h: Likewise.
37982         * socket/bits/socket2.h: Likewise.
37983         * socket/sys/socket.h: Likewise.
37984         * debug/tst-chk1.c: Likewise.
37985         * wcsmbs/bits/wchar2.h: Likewise.
37986         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37987         * wcsmbs/wchar.h: Likewise.
37988
37989 2012-04-29  Andreas Jaeger  <aj@suse.de>
37990
37991         * Makerules (tests): Remove enable-check-abi protection.
37992         (check-abi-warn): Remove.
37993         (check-abi-%): Remove check-abi-warn usage.
37994
37995         * configure.in: Remove check-abi configure option.
37996         * configure: Regenerated.
37997         * config.make.in (enable-check-abi): Remove.
37998
37999 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38000
38001         [BZ #14033]
38002         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38003         double functions to double *_finite functions.
38004
38005         [BZ #13941]
38006         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38007         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38008         LDBL_MIN_EXP.
38009         * stdio-common/Makefile (tests): Add tst-sprintf3.
38010         * stdio-common/tst-sprintf3.c: New file.
38011
38012         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38013         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38014
38015 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38016
38017         * conform/conformtest.pl: Remove duplicate typed-constant
38018         handling.
38019
38020 2012-04-28  David S. Miller  <davem@davemloft.net>
38021
38022         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38023         (check-abi-%): Remove AWK script prerequisite and explicit
38024         abilist directory.
38025         (check-abi): Rewrite to just diff the symlist with the abilist.
38026         (config-tls, config-abi-config): Delete, no longer used.
38027         (update-abi-%): Remove AWK script and explicit abilist directory.
38028         (update-abi): Rewrite to simply compare and conditionally copy the
38029         symlist and the sysdep abilist file.  Remove update-abi-config
38030         checks.
38031         * abilist/ld.abilist: Remove.
38032         * abilist/libBrokenLocale.abilist: Remove.
38033         * abilist/libanl.abilist: Remove.
38034         * abilist/libcrypt.abilist: Remove.
38035         * abilist/libdl.abilist: Remove.
38036         * abilist/librt.abilist: Remove.
38037         * abilist/libthread_db.abilist: Remove.
38038         * abilist/libutil.abilist: Remove.
38039         * scripts/extract-abilist.awk: Remove.
38040         * scripts/merge-abilist.awk: Remove.
38041         * sysdeps/generic/libcidn.abilist: New file.
38042         * sysdeps/generic/libnss_compat.abilist: New file.
38043         * sysdeps/generic/libnss_db.abilist: New file.
38044         * sysdeps/generic/libnss_dns.abilist: New file.
38045         * sysdeps/generic/libnss_files.abilist: New file.
38046         * sysdeps/generic/libnss_hesiod.abilist: New file.
38047         * sysdeps/generic/libnss_nis.abilist: New file.
38048         * sysdeps/generic/libnss_nisplus.abilist: New file.
38049         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38050         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38051         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38052         file.
38053         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38054         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38055         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38056         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38057         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38058         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38059         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38060         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38061         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38062         file.
38063         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38064         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38065         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38066         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38067         file.
38068         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38069         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38070         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38071         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38072         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38073         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38074         file.
38075         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38076         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38077         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38078         file.
38079         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38080         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38081         New file.
38082         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38083         New file.
38084         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38085         New file.
38086         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38087         New file.
38088         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38089         New file.
38090         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38091         New file.
38092         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38093         New file.
38094         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38095         New file.
38096         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38097         New file.
38098         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38099         New file.
38100         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38101         New file.
38102         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38103         New file.
38104         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38105         New file.
38106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38107         file.
38108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38109         New file.
38110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38111         New file.
38112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38113         file.
38114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38115         New file.
38116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38117         New file.
38118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38119         file.
38120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38121         New file.
38122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38123         New file.
38124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38125         New file.
38126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38127         New file.
38128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38129         New file.
38130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38131         New file.
38132         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38133         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38134         file.
38135         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38136         New file.
38137         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38138         file.
38139         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38140         file.
38141         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38142         file.
38143         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38144         file.
38145         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38146         file.
38147         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38148         New file.
38149         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38150         file.
38151         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38152         file.
38153         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38154         New file.
38155         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38156         file.
38157         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38158         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38159         file.
38160         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38161         New file.
38162         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38163         file.
38164         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38165         file.
38166         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38167         file.
38168         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38169         file.
38170         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38171         file.
38172         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38173         New file.
38174         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38175         file.
38176         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38177         file.
38178         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38179         New file.
38180         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38181         file.
38182         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38183         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38184         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38185         file.
38186         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38187         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38188         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38189         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38190         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38191         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38192         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38193         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38194         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38195         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38196         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38197         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38198         file.
38199         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38200         New file.
38201         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38202         file.
38203         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38204         file.
38205         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38206         file.
38207         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38208         file.
38209         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38210         file.
38211         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38212         New file.
38213         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38214         New file.
38215         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38216         file.
38217         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38218         New file.
38219         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38220         file.
38221         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38222         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38223         file.
38224         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38225         New file.
38226         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38227         file.
38228         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38229         file.
38230         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38231         file.
38232         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38233         file.
38234         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38235         file.
38236         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38237         New file.
38238         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38239         New file.
38240         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38241         file.
38242         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38243         New file.
38244         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38245         file.
38246
38247 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38248
38249         * conform/conformtest.pl: Fix typo in handling typed-constant from
38250         allow-header.
38251
38252 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38253
38254         * README: Cut down references to pre-2.6 Linux kernels and
38255         Linuxthreads.  Update lists of configurations in libc and ports
38256         and sort alphabetically.  Say "or newer" with Linux kernel version
38257         requirements.
38258
38259         * config.h.in [IS_IN_build]: Allow compiling without optimization.
38260
38261 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
38262
38263         [BZ #887]
38264         * math/libm-test.inc (logb_test_downward): New test to expose
38265         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38266         rounding mode.
38267
38268 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38269
38270         [BZ #14027]
38271         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38272         to be done.
38273         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38274         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38275
38276 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
38277
38278         * sysdeps/unix/i386/brk.S: Remove file.
38279         * sysdeps/unix/i386/dl-brk.S: Likewise.
38280         * sysdeps/unix/i386/pipe.S: Likewise.
38281         * sysdeps/unix/i386/sigreturn.S: Likewise.
38282         * sysdeps/unix/i386/syscall.S: Likewise.
38283         * sysdeps/unix/i386/vfork.S: Likewise.
38284         * sysdeps/unix/i386/wait.S: Likewise.
38285
38286         * sysdeps/unix/common/tcsendbrk.c: Move to ...
38287         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38288
38289         * configure.in (arm*-none*): Do not allow without
38290         --enable-hacker-mode.
38291         (netbsd*): Remove case setting base_os.
38292         (386bsd*): Likewise.
38293         (freebsd*): Likewise.
38294         (bsdi*): Likewise.
38295         (osf*): Likewise.
38296         (sunos*): Likewise.
38297         (ultrix*): Likewise.
38298         (newsos*): Likewise.
38299         (dynix*): Likewise.
38300         (*bsd*): Likewise.
38301         (sysv*): Likewise.
38302         (isc*): Likewise.
38303         (esix*): Likewise.
38304         (sco*): Likewise.
38305         (minix*): Likewise.
38306         (irix4*): Likewise.
38307         (irix6*): Likewise.
38308         (solaris[2-9]*): Likewise.
38309         (none): Likewise.
38310         * configure: Regenerated.
38311
38312 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38313
38314         [BZ #11521]
38315         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
38316         overflow or cancellation in calculating denominator.
38317         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
38318         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
38319         down expression to avoid unexpected rounding in newer GCCs.
38320         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
38321
38322 2012-04-26  David S. Miller  <davem@davemloft.net>
38323
38324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38325         long-double compat symbols.
38326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38331         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38332         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38333         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38334         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38335         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38336         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38337         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38338         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38339
38340 2012-04-25  David S. Miller  <davem@davemloft.net>
38341
38342         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38343         HWCAP_* values only after the memory barriers have been defined.
38344         (atomic_full_barrier): Define.
38345         (atomic_read_barrier): Define.
38346         (atomic_write_barrier): Define.
38347
38348 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38349
38350         * shlib-versions: Add libgcc_s version information.
38351         * sysdeps/generic/libgcc_s.h: Remove.
38352         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38353         libgcc_s.h.
38354         * sysdeps/gnu/unwind-resume.c: Likewise.
38355         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38356
38357 2012-04-25  David S. Miller  <davem@davemloft.net>
38358
38359         * sysdeps/unix/sparc/brk.S: Delete.
38360         * sysdeps/unix/sparc/dl-brk.S: Delete.
38361         * sysdeps/unix/sparc/pipe.S: Delete.
38362         * sysdeps/unix/sparc/sysdep.S: Delete.
38363         * sysdeps/unix/sparc/sysdep.h: Delete.
38364         * sysdeps/unix/sparc/vfork.S: Delete.
38365         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38366         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38367         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38368         (ret_ERRVAL, r0, r1, MOVE): Define.
38369         (JUMPTARGET): Remove.
38370         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38371         sysdeps/unix/sparc/sysdep.h
38372         (ENTRY, END): Remove.
38373         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38374
38375 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
38376
38377         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38378         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38379         -DIS_IN_build.
38380
38381         * timezone/README: Update upstream location and email address for
38382         tzcode and tzdata.
38383         * timezone/zdump.c: Update from tzcode 2012b.
38384         * timezone/zic.c: Likewise.
38385
38386         * configure.in (libc_cv_as_needed): Remove test.
38387         * configure: Regenerated.
38388         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38389         conditional definition.
38390         [$(have-as-needed) != yes] (no-as-needed): Likewise.
38391         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38392         * config.make.in (have-as-needed): Remove variable.
38393
38394 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38395             Paul Pluzhnikov  <ppluzhnikov@google.com>
38396
38397         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38398         strings correctly.
38399
38400 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
38401
38402         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38403         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38404         * sysdeps/sh/strlen.S: Likewise.
38405
38406 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38407
38408         * sysdeps/unix/fork.S: Remove file.
38409         * sysdeps/unix/i386/fork.S: Likewise.
38410         * sysdeps/unix/sparc/fork.S: Likewise.
38411
38412         * sysdeps/unix/system.c: Remove file.
38413         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38414
38415         * sysdeps/unix/getegid.S: Remove file.
38416         * sysdeps/unix/geteuid.S: Likewise.
38417
38418 2012-04-24  Roland McGrath  <roland@hack.frob.com>
38419
38420         * scripts/check-localplt.awk: New file.
38421         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38422         of diff.
38423         * scripts/data/localplt-generic.data: Add a comment.
38424
38425         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38426         NODE when __dir_mkfile failed.
38427         * sysdeps/mach/hurd/symlinkat.c: Likewise.
38428         Reported by Ludovic Courtès <ludo@gnu.org>.
38429
38430 2012-04-24  Andreas Jaeger  <aj@suse.de>
38431
38432         * Makerules (common-clean): Also remove gen-as-const-headers
38433         files.
38434
38435 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38436
38437         * Makerules (native-compile): Do not change working directory for
38438         build.  Use $(OUTPUT_OPTION) in command.
38439         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38440
38441 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38442
38443         [BZ #13886]
38444         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38445         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38446         * math/libm-test.inc (floor_test): Add more tests.
38447         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38448
38449 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38450
38451         * sysdeps/unix/getdents.c: Remove file.
38452         * sysdeps/unix/sysv/getdents.c: Likewise.
38453         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38454
38455         * sysdeps/unix/syscalls.list (madvise): Add syscall from
38456         sysdeps/unix/mman/syscalls.list.
38457         (mmap): Likewise.
38458         (mprotect): Likewise.
38459         (msync): Likewise.
38460         (munmap): Likewise.
38461         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38462         * sysdeps/unix/mman/syscalls.list: Remove.
38463         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38464
38465         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38466         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38467         * configure: Regenerated.
38468         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38469         $(libgcc_s_suffix).
38470         * config.make.in (libgcc_s_suffix): Remove variable.
38471
38472 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38473
38474         * sysdeps/unix/sysv/gethostname.c: Move to ...
38475         * sysdeps/posix/gethostname.c: ... here.
38476
38477         * sysdeps/unix/execve.S: Remove file.
38478
38479         * sysdeps/unix/_exit.S: Remove file.
38480
38481 2012-04-23  Andreas Jaeger  <aj@suse.de>
38482
38483         [BZ #13739]
38484         * manual/Makefile: Remove make dist support, there's no
38485         need for a stand-alone documentation tar ball.
38486         (TEXI2DVI): Define always, it's not in Makeconfig.
38487         (dist): Removed.
38488         (tar-it): Removed.
38489         (edition): Removed.
38490         (glibc-doc-$(edition).tar): Removed
38491         (%.Z): Removed.
38492         (%.gz): Removed.
38493         (%.uu): Removed.
38494         (ETAGS): Remove, it's in Makeconfig.
38495         (move-if-change): Remove, it's in Makeconfig.
38496
38497 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38498
38499         [BZ #13970]
38500         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38501         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38502         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38503         (strtod_l, strtof_l, strtold_l): Remove __wur.
38504         It is not necessarily an error to ignore strtol's return value.
38505         One can reliably look at the stored endptr to decide whether
38506         the number had valid syntax.
38507
38508 2012-04-21  Andreas Jaeger  <aj@suse.de>
38509
38510         [BZ #13739]
38511         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38512
38513 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38514
38515         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38516         * sysdeps/unix/sysv/Versions: Remove file.
38517
38518 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38519
38520         [BZ #13927]
38521         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38522
38523 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38524
38525         [BZ #7064]
38526         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38527         version from __vm86.
38528
38529 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38530
38531         * sysdeps/unix/common/lxstat.c: Remove file.
38532         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38533
38534         * sysdeps/unix/sysv/Makefile: Remove file.
38535
38536         * sysdeps/unix/sysv/direct.h: Remove file.
38537
38538         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38539         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38540         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38541         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38542         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38543         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38544         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38545
38546         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38547
38548         * sysdeps/unix/xmknod.c: Remove file.
38549         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38550
38551         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38552
38553         * sysdeps/unix/sysv/i386/time.S: Remove file.
38554
38555         * sysdeps/unix/fxstat.c: Remove file.
38556         * sysdeps/unix/xstat.c: Likewise.
38557         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38558
38559         * sysdeps/unix/sysv/sigaction.c: Remove file.
38560
38561         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38562         (sysdep_headers): Remove variable.
38563         [termio.h not in sysdep_headers] (generated): Likewise.
38564         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38565         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38566         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38567         * sysdeps/unix/sysv/tcflow.c: Likewise.
38568         * sysdeps/unix/sysv/tcflush.c: Likewise.
38569         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38570         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38571         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38572         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38573         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38574
38575         * sysdeps/unix/siglist.c: Remove file.
38576
38577         * sysdeps/unix/getppid.S: Remove file.
38578
38579         * sysdeps/unix/mkdir.c: Remove file.
38580         * sysdeps/unix/rmdir.c: Likewise.
38581
38582 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38583
38584         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38585         ERR_MAX value.
38586         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38587         errlist-compat value.
38588
38589 2012-04-18  David S. Miller  <davem@davemloft.net>
38590
38591         * sysdeps/generic/memcopy.h (reg_char): Delete.
38592         * debug/strcat_chk.c: Use char, not reg_char.
38593         * debug/strcpy_chk.c: Likewise.
38594         * debug/strncat_chk.c: Likewise.
38595         * debug/strncpy_chk.c: Likewise.
38596         * string/memchr.c: Likewise.
38597         * string/memrchr.c: Likewise.
38598         * string/rawmemchr.c: Likewise.
38599         * string/strcat.c: Likewise.
38600         * string/strchr.c: Likewise.
38601         * string/strchrnul.c: Likewise.
38602         * string/strcmp.c: Likewise.
38603         * string/strcpy.c: Likewise.
38604         * string/strncat.c: Likewise.
38605         * string/strncmp.c: Likewise.
38606         * string/strncpy.c: Likewise.
38607
38608 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38609
38610         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38611         __builtin_memcopy is called when src and dest ranges are known to not
38612         overlap.
38613
38614 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38615
38616         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38617         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38618         fwd_align_merge macro call.
38619         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38620         bwd_align_merge macro call.
38621         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38622
38623 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38624
38625         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38626         bwd_align_merge macros.
38627         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38628         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38629         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38630
38631 2012-04-18  David S. Miller  <davem@davemloft.net>
38632
38633         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38634
38635 2012-04-18  Andreas Jaeger  <aj@suse.de>
38636
38637         [BZ# 6794]
38638         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38639         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38640         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38641
38642         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38643         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38644         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38645
38646         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38647         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38648         Adjust for changed ldbl-128 files.
38649
38650         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38651         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38652         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38653
38654 2012-04-17  David S. Miller  <davem@davemloft.net>
38655
38656         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38657
38658 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38659
38660         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38661         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38662         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38663         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38664         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38665         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38666
38667 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38668
38669         [BZ #6794]
38670         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38671         * math/libm-test.inc: Add ilogb errno and exception tests.
38672         * math/w_ilogb.c: New file: ilogb wrapper.
38673         * math/w_ilogbf.c: New file: ilogbf wrapper.
38674         * math/w_ilogbl.c: New file: ilogbl wrapper.
38675         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38676         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38677         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38678         exception being thrown with 0.0 as argument.
38679         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38680         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38681         exception being thrown with 0.0 as argument.
38682         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38683         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38684         exception being thrown with 0.0 as argument.
38685         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38686         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38687         exception being thrown with 0.0 as argument.
38688         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38689         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38690         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38691         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38692         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38693         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38694         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38695         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38696         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38697
38698 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38699
38700         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38701         with altivec.
38702
38703 2012-04-16  Marek Polacek  <polacek@redhat.com>
38704
38705         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38706
38707 2012-04-16  Marek Polacek  <polacek@redhat.com>
38708
38709         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38710         operands of fdivp instruction.
38711
38712 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38713
38714         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38715         * elf/tst-auditmod3b.c: Likewise.
38716         * elf/tst-auditmod4b.c: Likewise.
38717         * elf/tst-auditmod5b.c: Likewise.
38718         * elf/tst-auditmod6b.c: Likewise.
38719         * elf/tst-auditmod6c.c: Likewise.
38720         * elf/tst-auditmod7b.c: Likewise.
38721         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38722         * sysdeps/x86_64/preconfigure.in: Likewise.
38723         * sysdeps/x86_64/preconfigure: Regenerated.
38724
38725 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38726
38727         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38728         __ILP32__.
38729
38730 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38731
38732         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38733         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38734
38735 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38736
38737         [BZ #13973]
38738         * locale/iso-639.def: Fix gl language name. Spotted by
38739         Yaron Shahrabani.
38740
38741 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38742
38743         [BZ #2074]
38744         * libio/libio.h (__io_write_fn): Update comment.
38745
38746 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38747
38748         [BZ #2074]
38749         * stdio.texi (Hook Functions): The user provided writer function
38750         is not allowed to return -1.
38751
38752 2012-04-11  David S. Miller  <davem@davemloft.net>
38753
38754         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38755
38756 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38757
38758         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38759         Add a leading slash to rtkaio.
38760
38761 2012-04-11  Jim Meyering  <meyering@redhat.com>
38762
38763         [BZ #11959]
38764         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38765         It is not necessarily an error to ignore fwrite's return
38766         value.  One can reliably use ferror to test for errors after
38767         the fact.
38768
38769 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38770
38771         * bits/types.h (__snseconds_t): New type.
38772         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38773
38774         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38775         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38776         (__SNSECONDS_T_TYPE): Likewise.
38777         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38778         (__SNSECONDS_T_TYPE): Likewise.
38779         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38780         (__SNSECONDS_T_TYPE): Likewise.
38781
38782 2012-04-10  Andreas Jaeger  <aj@suse.de>
38783
38784         [BZ #2636]
38785         * manual/time.texi (Processor Time): Return type of times is
38786         elapsed real time since an arbitrary point in the past.
38787         (CPU Time): Move CLK_TCK from here...
38788         (Processor Time): ...to here.  Correct description.
38789         * manual/conf.texi (Constants for Sysconf): Correct description of
38790         _SC_CLK_TCK.
38791
38792 2012-04-10  David S. Miller  <davem@davemloft.net>
38793
38794         [BZ #13967]
38795         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38796         where the is a gap between DT_REL(A) and DT_JMPREL.
38797
38798 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38799
38800         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38801         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38802         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38803
38804 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38805
38806         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38807         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38808         (dl_main): Handle --inhibit-cache.
38809         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38810         _dl_inhibit_cache.
38811         * elf/dl-load.c (_dl_map_object): Use it.
38812         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38813
38814 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38815
38816         [BZ #13872]
38817         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38818         (__ieee754_powl): Saturate large exponents rather than testing for
38819         overflow of y*log2(x).
38820         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38821         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38822         exceptions.
38823
38824         [BZ #11521]
38825         * math/s_ctan.c: Include <float.h>.
38826         (__ctan): Avoid internal overflow or cancellation in calculating
38827         denominator.
38828         * math/s_ctanf.c: Likewise.
38829         * math/s_ctanl.c: Likewise.
38830         * math/s_ctanh.c: Likewise.
38831         * math/s_ctanhf.c: Likewise.
38832         * math/s_ctanhl.c: Likewise.
38833         * math/libm-test.inc (ctan_test): Add more tests.
38834         (ctanh_test): Likewise.
38835         * sysdeps/i386/fpu/libm-test-ulps: Update.
38836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38837
38838 2012-04-09  Andreas Jaeger  <aj@suse.de>
38839
38840         [BZ #6894]
38841         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38842         is an optional BSD extension.
38843
38844         [BZ #10254]
38845         * manual/stdio.texi (Opening Streams): Document additional fopen
38846         parameters.
38847
38848 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38849
38850         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38851         %eax without telling the compiler.
38852
38853 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38854
38855         [BZ # 13963]
38856         * manual/install.texi: Use sourceware.org.
38857
38858 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38859
38860         [BZ #13873]
38861         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38862         (__ieee754_pow): Generate overflow and underflow using huge*huge
38863         and tiny*tiny rather than just returning constant infinity or zero
38864         for large exponents.
38865         * math/libm-test.inc (pow_test): Require overflow exceptions for
38866         applicable cases of large exponents.
38867
38868         [BZ #706]
38869         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38870         (__ieee754_pow): Use iterative multiplication algorithm only for
38871         integer exponents with absolute value below 1024.  Check for odd
38872         integer exponents when using algorithm for real exponents.
38873         * math/libm-test.inc (pow_test): Add more tests.
38874         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38875
38876 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38877
38878         [BZ #13705]
38879         * math/libm-test.inc (exp_test): Do not allow overflow exception
38880         on underflow test.
38881
38882 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38883
38884         [BZ #13705]
38885         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38886         instead of __kernel_standard_f.
38887
38888 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38889
38890         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38891         * sysdeps/x86_64/memset_chk.S: Likewise.
38892
38893 2012-04-08  Andreas Jaeger  <aj@suse.de>
38894
38895         [BZ #10153]
38896         * manual/startup.texi (Environment Access): Describe return value
38897         for putenv and setenv.
38898
38899         [BZ #6895]
38900         * manual/filesys.texi (Directory Entries): Add description for
38901         DT_LNK.
38902
38903         [BZ #6890]
38904         * manual/filesys.texi (Directory Entries): Clarify that it's file
38905         system not operating system in the description of DT_UNKNOWN.
38906
38907         [BZ #6578]
38908         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38909
38910 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38911
38912         [BZ #6649]
38913         * manual/llio.texi (Opening and Closing Files): Add cross
38914         reference to explain mode argument.
38915
38916 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38917
38918         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38919         * sysdeps/x86_64/memset_chk.S: Likewise.
38920
38921 2012-04-07  David S. Miller  <davem@davemloft.net>
38922
38923         * elf/elf.h (R_SPARC_WDISP10): Define.
38924         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38925         R_SPARC_SIZE32.
38926         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38927         R_SPARC_SIZE64 and R_SPARC_H34.
38928
38929 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38930
38931         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38932         conditions and remove no longer applicable assertion.
38933
38934 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38935
38936         * bits/byteswap.h: Include <features.h>.
38937         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38938         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38939
38940 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38941
38942         * bits/byteswap.h (__bswap_16): Removed.
38943         Include <bits/byteswap-16.h> to get __bswap_16.
38944         * sysdeps/i386/bits/byteswap.h: Likewise.
38945         * sysdeps/s390/bits/byteswap.h: Likewise.
38946         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38947         * bits/byteswap-16.h: New file.
38948         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38949         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38950         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38951         * string/Makefile (headers): Add bits/byteswap-16.h.
38952
38953 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38954
38955         [BZ #13895]
38956         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38957         extra indirection.
38958         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38959         * nss/tst-nss-static.c: New.
38960
38961 2012-04-06  Robert Millan  <rmh@gnu.org>
38962
38963         [BZ #6486]
38964         * manual/llio.texi (File Position Primitive): lseek
38965         refers to WHENCE when it really means OFFSET.
38966
38967 2012-04-06  Andreas Jaeger  <aj@suse.de>
38968
38969         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38970         strncmp declarations.
38971
38972         * abilist/libc.abilist: Add __poll and __ppoll.
38973
38974 2012-04-05  David S. Miller  <davem@davemloft.net>
38975
38976         * scripts/check-local-headers.sh: Accept a host triplet in the
38977         path matched by the exclude regexp.
38978
38979         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38980         definition.
38981         * sysdeps/powerpc/powerpc32/dl-machine.h
38982         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38983         * sysdeps/s390/s390-32/dl-machine.h
38984         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38985         * sysdeps/sparc/sparc32/dl-machine.h
38986         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38987         * sysdeps/sparc/sparc64/dl-machine.h
38988         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38989
38990         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38991         lazy binding.
38992         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38993         undefined symbol errors.
38994
38995         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38996         DT_NEEDED entries.
38997
38998 2012-04-05  Michael Matz  <matz@suse.de>
38999
39000         [BZ #13592]
39001         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39002
39003 2012-04-05  Andreas Jaeger  <aj@suse.de>
39004
39005         [BZ #13908]
39006         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39007         comment.
39008
39009 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39010
39011         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39012         which ROUND is no valid rounding mode.
39013
39014 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39015
39016         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39017         read again.
39018         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39019
39020 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39021
39022         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39023         an exception using FPU order intentionally.
39024
39025 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39026
39027         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39028         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39029         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39030         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39031
39032 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39033
39034         [BZ #12340]
39035         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39036         EINVAL when BUFLEN is too smal.
39037
39038 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39039
39040         [BZ #13553]
39041         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39042         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39043
39044 2012-04-03  Andreas Jaeger  <aj@suse.de>
39045
39046         [BZ #13938]
39047         * manual/setjmp.texi (System V contexts): Fix sentence.
39048
39049         [BZ #13926]
39050         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39051         New macro for this case.
39052         [!__GNUC__] (__bswap_64): New inline function for this case.
39053         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39054         * bits/byteswap.h: Likewise.
39055         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39056         ull, guard with __GLIBC_HAVE_LONG_LONG.
39057
39058         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39059         __GLIBC_HAVE_LONG_LONG.
39060
39061         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39062         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39063
39064 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39065
39066         [BZ #13691]
39067         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39068         inptr and inend, rather than using last_ch.
39069
39070 2012-04-02  David S. Miller  <davem@davemloft.net>
39071
39072         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39073         * stdio-common/printf-parse.h (read_int): Change return type to
39074         'int', return -1 on INT_MAX overflow.
39075         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39076         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39077         overflows INT_MAX.  Check for overflow of in-format-string precision
39078         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39079         SIZE_MAX not INT_MAX for integer overflow test.
39080         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39081         skip the construct in the format string but do not record anything.
39082         * stdio-common/bug22.c: Adjust to test both width/prevision
39083         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39084         explicitly for proper errno values.
39085
39086 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39087
39088         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39089         CHAR_MAX.
39090         * string/test-strcmp.c [! WIDE]: Likewise.
39091         * time/tst-mktime2.c: Likewise for INT_MAX.
39092         * string/test-string.h: #include <sys/param.h> for MIN.
39093
39094         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39095         * sysdeps/i386/init-first.c (init): Likewise.
39096         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39097         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39098         * sysdeps/sh/init-first.c (init): Likewise.
39099
39100 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39101
39102         * po/ru.po: Update from translation team.
39103         * po/vi.po: Likewise.
39104
39105 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39106
39107         * resolv/nss_dns/dns-host.c: Merge copyright years.
39108
39109 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39110
39111         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39112         Optimize memcpy with prefetch if
39113         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39114         src, dst pointers have unequal 16 byte alignments.
39115
39116 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39117
39118         [BZ #13928]
39119         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39120         from a CNAME entry and return the minimum ttl for the query.
39121         (gaih_getanswer_slice): Likewise.
39122
39123 2012-03-30  Jeff Law  <law@redhat.com>
39124
39125         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39126         due to long keys.
39127         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39128         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39129
39130         * resolv/nss_dns/dns-host.c: Update copyright year.
39131
39132 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39133
39134         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39135         requests to save a system call.  Fix check that all bytes are sent.
39136
39137         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39138         comments for sendmmsg.
39139
39140 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39141
39142         [BZ #13691]
39143         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39144         with only 1 character between 0x0041 and 0x01b0.
39145         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39146         * wcsmbs/tst-mbsnrtowcs.c: New file.
39147
39148 2012-03-29  David S. Miller  <davem@davemloft.net>
39149
39150         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39151         small copies by hand.
39152
39153 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39154
39155         [BZ #13761]
39156         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39157         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39158         group memberships.
39159
39160 2012-03-28  David S. Miller  <davem@davemloft.net>
39161
39162         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39163         that branches into memcpy.
39164         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39165         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39166         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39167         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39168         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39169         bits.
39170         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39171         implementation too.
39172         * sysdeps/sparc/mempcpy.S: New file.
39173
39174         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39175         the IFUNC routine in the libc case.
39176         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39177
39178         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39179         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39180         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39181         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39182         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39183         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39184         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39185         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39186
39187         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39188         loop to 256 bytes instead of 64 bytes and fix test signedness.
39189
39190         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39191         * sysdeps/sparc/sparc32/Makefile: rather than here...
39192         * sysdeps/sparc/sparc64/Makefile: and here.
39193
39194 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39195
39196         * malloc/mallocbug.c: Avoid warnings about unused variables.
39197
39198 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39199
39200         [BZ #13760]
39201         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39202         in the right place. Discard and retry query if response is
39203         larger than input buffer size.
39204
39205 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39206
39207         [BZ #369]
39208         [BZ #2678]
39209         [BZ #3866]
39210         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39211         x for large integer exponent.
39212         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39213         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39214         sign of result as needed afterwards.
39215         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39216         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39217         result for underflowing pow the same as for overflow.
39218         (__kernel_standard_l): Handle powl overflow and underflow here
39219         rather than calling __kernel_standard.
39220         * math/libm-test.inc (pow_test): Add more tests.
39221
39222         [BZ #3868]
39223         [BZ #13879]
39224         [BZ #13910]
39225         [BZ #13911]
39226         [BZ #13912]
39227         [BZ #13913]
39228         [BZ #13915]
39229         [BZ #13916]
39230         [BZ #13917]
39231         [BZ #13918]
39232         [BZ #13919]
39233         [BZ #13920]
39234         [BZ #13921]
39235         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39236         * sysdeps/ieee754/k_standard.c: Include <float.h>.
39237         (__kernel_standard_l): New function.
39238         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39239         __kernel_standard.
39240         * math/w_acosl.c (__acosl): Likewise.
39241         * math/w_asinl.c (__asinl): Likewise.
39242         * math/w_atan2l.c (__atan2l): Likewise.
39243         * math/w_atanhl.c (__atanhl): Likewise.
39244         * math/w_coshl.c (__coshl): Likewise.
39245         * math/w_exp10l.c (__exp10l): Likewise.
39246         * math/w_exp2l.c (__exp2l): Likewise.
39247         * math/w_fmodl.c (__fmodl): Likewise.
39248         * math/w_hypotl.c (__hypotl): Likewise.
39249         * math/w_j0l.c (__j0l, __y0l): Likewise.
39250         * math/w_j1l.c (__j1l, __y1l): Likewise.
39251         * math/w_jnl.c (__jnl, __ynl): Likewise.
39252         * math/w_lgammal.c (__lgammal): Likewise.
39253         * math/w_log10l.c (__log10l): Likewise.
39254         * math/w_log2l.c (__log2l): Likewise.
39255         * math/w_logl.c (__logl): Likewise.
39256         * math/w_powl.c (__powl): Likewise.
39257         * math/w_remainderl.c (__remainderl): Likewise.
39258         * math/w_scalbl.c (sysv_scalbl): Likewise.
39259         * math/w_sinhl.c (__sinhl): Likewise.
39260         * math/w_sqrtl.c (__sqrtl): Likewise.
39261         * math/w_tgammal.c (__tgammal): Likewise.
39262         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39263         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39264         * math/libm-test.inc (acos_test): Add more tests.
39265         (acosh_test): Likewise.
39266         (asin_test): Likewise.
39267         (atanh_test): Likewise.
39268         (exp_test): Likewise.
39269         (exp10_test): Likewise.
39270         (exp2_test): Likewise.
39271         (expm1_test): Likewise.
39272         (lgamma_test): Likewise.
39273         (log_test): Likewise.
39274         (log10_test): Likewise.
39275         (log1p_test): Likewise.
39276         (log2_test): Likewise.
39277         (pow_test): Do not allow some spurious overflow exceptions.
39278         (sqrt_test): Add more tests.
39279         (tgamma_test): Likewise.
39280         (y0_test): Likewise.
39281         (y1_test): Likewise.
39282         (yn_test): Likewise.
39283
39284 2012-03-27  Anton Blanchard  <anton@samba.org>
39285
39286         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39287         MAP_HUGETLB.
39288         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39289         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39290         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39291
39292 2012-03-27  David S. Miller  <davem@davemloft.net>
39293
39294         * conform/Makefile: Run run-conformtest.sh using $(BASH).
39295
39296         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39297         have-as-vis3 check.
39298
39299 2012-03-27  Andreas Jaeger  <aj@suse.de>
39300
39301         * sysdeps/x86_64/elf/configure.in: Moved to ...
39302         * sysdeps/x86_64/configure.in: ... here.
39303         * sysdeps/x86_64/elf/start.S: Moved to ...
39304         * sysdeps/x86_64/start.S: ... here.
39305         * sysdeps/x86_64/elf/configure: Delete.
39306
39307         * sysdeps/x86_64/configure.in: Merge contents from
39308         sysdeps/i386/configure.in (without i686 check).
39309
39310         * sysdeps/i386/elf/Versions: Merge into ...
39311         * sysdeps/i386/Versions: ... this.
39312         * sysdeps/i386/elf/Versions: Delete file.
39313         * sysdeps/i386/elf/start.S: Moved to ...
39314         * sysdeps/i386/start.S: ...here.
39315         * sysdeps/i386/elf/configure.in: Merge into...
39316         * sysdeps/i386/configure.in: ...here.
39317         * sysdeps/i386/elf/configure.in: Delete file.
39318         * sysdeps/i386/elf/configure: Delete file.
39319
39320         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
39321         * debug/backtracesyms.c: ... here.
39322         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
39323         * debug/backtracesymsfd.c: ... here.
39324         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39325         * sysdeps/generic/ifunc-sel.h: ... here.
39326
39327         * sysdeps/unix/i386/start.c: Delete file.
39328         * sysdeps/unix/sparc/start.c: Delete file.
39329         * sysdeps/unix/start.c: Delete file.
39330
39331         * sysdeps/sh/elf/configure.in: Moved to ...
39332         * sysdeps/sh/configure.in: ... here.
39333         * sysdeps/sh/elf/start.S: Moved to ...
39334         * sysdeps/sh/start.S: ... here.
39335         * sysdeps/sh/elf/configure: Delete file.
39336
39337         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39338         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39339         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39340         * sysdeps/powerpc/powerpc64/entry.h: ... here.
39341         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39342         * sysdeps/powerpc/powerpc64/start.S: here.
39343         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39344         * sysdeps/powerpc/powerpc64/Makefile: ... this.
39345         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39346         * sysdeps/powerpc/powerpc64/configure.in: ... this.
39347         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39348
39349         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39350         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39351         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39352         * sysdeps/powerpc/powerpc32/start.S: ... here.
39353         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39354         * sysdeps/powerpc/powerpc32/configure.in: ... this.
39355         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39356
39357         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39358         * sysdeps/powerpc/ifunc-sel.h: ... here.
39359         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39360         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39361
39362         * sysdeps/sparc/elf/configure.in: Moved to ...
39363         * sysdeps/sparc/configure.in: ... here.
39364         * sysdeps/sparc/elf/configure: Delete file.
39365         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39366         * sysdeps/sparc/sparc32/start.S: ... here.
39367         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39368         * sysdeps/sparc/sparc64/start.S: ... here.
39369         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39370         * sysdeps/sparc/sparc32/Makefile: ... this.
39371         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39372         * sysdeps/sparc/sparc64/Makefile: ... this.
39373
39374         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39375         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39376         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39377         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39378         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39379         * sysdeps/s390/s390-32/setjmp.S: ... here.
39380         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39381         * sysdeps/s390/s390-32/configure.in: ... here.
39382         * sysdeps/s390/s390-32/elf/configure: Delete file.
39383         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39384         * sysdeps/s390/s390-32/start.S: ... here.
39385
39386         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39387         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39388         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39389         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39390         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39391         * sysdeps/s390/s390-64/setjmp.S: ... here.
39392         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39393         * sysdeps/s390/s390-64/configure.in: ... here
39394         * sysdeps/s390/s390-64/elf/configure: Delete file.
39395         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39396         * sysdeps/s390/s390-64/start.S: ... here.
39397         * sysdeps/s390/s390-64/elf/configure: Delete.
39398
39399         * configure.in: Remove support for elf directories in sysdeps.
39400
39401         * configure: Regenerated.
39402         * sysdeps/i386/configure: Regenerated.
39403         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39404         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39405         * sysdeps/s390/s390-32/configure: Regenerated.
39406         * sysdeps/s390/s390-64/configure: Regenerated.
39407         * sysdeps/sh/configure: Regenerated.
39408         * sysdeps/sparc/configure: Regenerated.
39409         * sysdeps/x86_64/configure: Regenerated.
39410
39411 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
39412
39413         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39414
39415         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39416         denormal result into account.
39417
39418 2012-03-25  Roland McGrath  <roland@hack.frob.com>
39419
39420         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39421         Reported by Allan McRae <allan@archlinux.org>.
39422
39423 2012-03-23  Jeff Law  <law@redhat.com>
39424
39425         * nss/getnssent.c (__nss_getent): Fix typo.
39426
39427 2012-03-23  David S. Miller  <davem@davemloft.net>
39428
39429         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39430
39431 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
39432
39433         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39434         to pad to uint64_t for each field.
39435         (dl_tls_index): Replace unsigned long with uint64_t.
39436
39437 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
39438         Paul Pluzhnikov  <ppluzhnikov@google.com>
39439
39440         [BZ #6528]
39441         * grp/Makefile (otherlibs): Don't set it.
39442         * inet/Makefile (otherlibs): Likewise.
39443         * login/Makefile (otherlibs): Likewise.
39444         * nscd/Makefile (otherlibs): Likewise.
39445         * posix/Makefile (otherlibs): Likewise.
39446         * pwd/Makefile (otherlibs): Likewise.
39447         * rt/Makefile (otherlibs): Likewise.
39448         * sunrpc/Makefile (otherlibs): Likewise.
39449         * nss/Makefile (otherlibs): Likewise.
39450         Add libnss_files to routines and static-only-routines.
39451         ($(objpfx)getent): Remove rule.
39452         * resolv/Makefile: Add libnss_dns and libresolv to routines and
39453         static-only-routines.
39454
39455 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39456
39457         [BZ #13892]
39458         * math/s_cexp.c: Include <float.h>.
39459         (__cexp): Handle exp result overflowing not necessarily
39460         overflowing both real and imaginary parts of result.
39461         * math/s_cexpf.c: Likewise.
39462         * math/s_cexpl.c: Likewise.
39463         * math/libm-test.inc (cexp_test): Add more tests.
39464         * sysdeps/i386/fpu/libm-test-ulps: Update.
39465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39466
39467 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39468
39469         * include/link.h (ELFW): New macro.
39470         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39471         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39472
39473 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39474
39475         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39476         with uint64_t.
39477
39478 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39479
39480         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39481         declaration.
39482         (struct La_x32_retval): Likewise.
39483
39484 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39485
39486         * sysdeps/x86_64/preconfigure.in: New file.
39487         * sysdeps/x86_64/preconfigure: New generated file.
39488
39489 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39490
39491         [BZ #13824]
39492         * math/e_exp2l.c: Include <float.h>.
39493         (__ieee754_exp2l): Handle overflow and underflow cases
39494         separately.  Only pass fractional part of argument to
39495         __ieee754_expl.
39496         * math/libm-test.inc (exp2_test): Add more tests.
39497
39498         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39499         negating x to take absolute value.
39500         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39501         Likewise.
39502         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39503         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39504         Likewise.
39505         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39506         computing low part if x was negated.
39507         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39508
39509 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39510
39511         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39512         la_x32_gnu_pltexit.
39513         (pltexit): Cast int_retval to ptrdiff_t.
39514         * elf/tst-auditmod3b.c: Likewise.
39515         * elf/tst-auditmod4b.c: Likewise.
39516         * elf/tst-auditmod5b.c: Likewise.
39517         * elf/tst-auditmod6b.c: Likewise.
39518         * elf/tst-auditmod6c.c: Likewise.
39519         * elf/tst-auditmod7b.c: Likewise.
39520
39521         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39522         and x32_gnu_pltexit.
39523
39524         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39525         __ELF_NATIVE_CLASS.
39526         (La_x32_regs): New macro.
39527         (La_x32_retval): Likewise.
39528         (la_x32_gnu_pltenter): New function prototype.
39529         (la_x32_gnu_pltexit): Likewise.
39530
39531 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39532
39533         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39534         exponent.
39535
39536         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39537
39538         * configure.in (libc_cv_cc_nofma): Check for option to disable
39539         generation of FMA instructions.
39540         * configure: Regenerate.
39541         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39542         * sysdeps/ieee754/dbl-64/Makefile: New file.
39543         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39544         Remove brandred-fma4.
39545         (CFLAGS-brandred-fma4.c): Remove.
39546         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39547         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39548         define.
39549         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39550         define.
39551
39552 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39553
39554         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39555         LLONG_MAX != LONG_MAX.
39556         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39557         (_fitoa_word): Likewise.
39558         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39559         LLONG_MAX != LONG_MAX.
39560         * stdio-common/_itowa.h: Include <_itoa.h>.
39561         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39562         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39563         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39564         only if not defined.
39565         (_ITOA_WORD_TYPE): Likewise.
39566         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39567         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39568
39569 2012-03-21  David S. Miller  <davem@davemloft.net>
39570
39571         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39572
39573 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39574
39575         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39576         of x86_64 when setting libc_cv_slibdir, libdir and
39577         libc_cv_localedir.
39578         * sysdeps/unix/sysv/linux/configure: Regenerated.
39579
39580 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39581
39582         * manual/lang.texi (Old Varargs): Remove section.
39583         (How Variadic): Update menu.
39584         (va_start): Do not mention varargs.h.
39585
39586 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39587             Joseph Myers  <joseph@codesourcery.com>
39588
39589         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39590         link test.
39591         * configure: Regenerated.
39592
39593 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39594
39595         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39596         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39597         conformtest.pl
39598
39599 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39600
39601         * NOTES: Remove.
39602         * Makefile (files-for-dist): Remove NOTES.
39603         (NOTES): Remove rule.
39604         * README: Don't refer to NOTES.
39605         * manual/creature.texi: Don't include macros.texi.
39606         * manual/intro.texi (creature.texi): Remove comment referring to
39607         NOTES.
39608
39609         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39610         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39611         * configure: Regenerated.
39612         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39613         LIBC_TRY_CC_OPTION.
39614         (libc_cv_as_i686): Likewise.
39615         (libc_cv_cc_avx): Likewise.
39616         (libc_cv_cc_sse2avx): Likewise.
39617         (libc_cv_cc_fma4): Likewise.
39618         (libc_cv_cc_novzeroupper): Likewise.
39619         * sysdeps/i386/configure: Regenerated.
39620
39621         [BZ #13883]
39622         * sysdeps/i386/fpu/s_cexp.S: Remove.
39623         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39624         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39625         * math/libm-test.inc (cexp_test): Add more tests.
39626         * sysdeps/i386/fpu/libm-test-ulps: Update.
39627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39628
39629 2012-03-21  Allan McRae  <allan@archlinux.org>
39630
39631         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39632
39633 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39634
39635         [BZ #13871]
39636         * math/w_exp2.c: Do not include <float.h>.
39637         (o_threshold, u_threshold): Remove.
39638         (__exp2): Calculate result before checking finiteness and calling
39639         __kernel_standard.
39640         * math/w_exp2f.c: Likewise.
39641         * math/w_exp2l.c: Likewise.
39642         * math/libm-test.inc (exp2_test): Require overflow exception for
39643         1e6 input.
39644
39645         [BZ #3866]
39646         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39647         range of signed 64-bit integers before using fistpll.  Remove
39648         checks for whether integers fit in mantissa bits.
39649         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39650         the range of signed 32-bit integers before using fistpl.  Remove
39651         checks for whether integers fit in mantissa bits.
39652         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39653         (__ieee754_powl): Test for y outside the range of signed 64-bit
39654         integers before using fistpll.  Reduce 64-bit values to 63-bit
39655         ones as needed.
39656         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39657         divide-by-zero is raised for zero to large negative powers.
39658         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39659         (__ieee754_powl): Test for y outside the range of signed 64-bit
39660         integers before using fistpll.  Reduce 64-bit values to 63-bit
39661         ones as needed.
39662         * math/libm-test.inc (pow_test): Add more tests.
39663
39664 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39665
39666         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39667         <stdio-common/_itoa.h>.
39668         * debug/segfault.c: Likewise.
39669         * elf/dl-cache.c: Likewise.
39670         * elf/dl-minimal.c: Likewise.
39671         * elf/dl-misc.c: Likewise.
39672         * elf/dl-sysdep.c: Likewise.
39673         * elf/dl-version.c: Likewise.
39674         * elf/rtld.c: Likewise.
39675         * hurd/hurdsock.c: Likewise.
39676         * hurd/lookup-retry.c: Likewise.
39677         * malloc/malloc.c: Likewise.
39678         * malloc/mtrace.c: Likewise.
39679         * nscd/nscd_getgr_r.c: Likewise.
39680         * nscd/nscd_getpw_r.c: Likewise.
39681         * nscd/nscd_getserv_r.c: Likewise.
39682         * posix/getopt_init.c: Likewise.
39683         * posix/wordexp.c: Likewise.
39684         * stdio-common/_itoa.c: Likewise.
39685         * stdio-common/printf_fphex.c: Likewise.
39686         * stdio-common/vfprintf.c: Likewise.
39687         * string/_strerror.c: Likewise.
39688         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39689         * sysdeps/i386/i686/hp-timing.h: Likewise.
39690         * sysdeps/mach/_strerror.c: Likewise.
39691         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39692         * sysdeps/mach/hurd/sethostid.c: Likewise.
39693         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39694         * sysdeps/mach/xpg-strerror.c: Likewise.
39695         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39696         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39697         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39698         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39699         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39700         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39701         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39702         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39703         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39704         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39705         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39706         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39707         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39708         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39709         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39710         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39711         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39712         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39713         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39714         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39715         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39716
39717         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39718
39719         * stdio-common/_itoa.h: Moved to ...
39720         * sysdeps/generic/_itoa.h: Here.
39721
39722         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39723
39724         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39725         instead of "_itoa.h" and "_itowa.h".
39726         * stdio-common/vfprintf.: Likewise.
39727
39728 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39729
39730         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39731         <bits/wordsize.h>.
39732         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39733         (__signbit): Likwise.
39734         (llrintf): Likwise.
39735         (llrint): Likwise.
39736
39737 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39738
39739         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39740         __WORDSIZE != 64.
39741
39742 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39743
39744         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39745         OVERFLOW_EXCEPTION_OK.
39746         * math/libm-test.inc ("Philosophy"): Update comment about
39747         exception testing.
39748         (OVERFLOW_EXCEPTION): Define.
39749         (OVERFLOW_EXCEPTION_OK): Likewise.
39750         (INVALID_EXCEPTION_OK): Renumber.
39751         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39752         (IGNORE_ZERO_INF_SIGN): Likewise.
39753         (test_exceptions): Handle FE_OVERFLOW.
39754         (exp10_test): Expect overflow exceptions.
39755         (exp2_test): Likewise.
39756         (expm1_test): Likewise.
39757         (nextafter_test): Likewise.
39758         (pow_test): Likewise.
39759         (scalbn_test): Likewise.
39760         (scalbln_test): Likewise.
39761
39762 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39763
39764         * sysdeps/x86_64/bits/atomic.h
39765         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39766         64bit integer.
39767         (atomic_exchange_acq): Likewise.
39768         (__arch_exchange_and_add_body): Likewise.
39769         (__arch_add_body): Likewise.
39770         (atomic_add_negative): Likewise.
39771         (atomic_add_zero): Likewise.
39772
39773 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39774
39775         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39776         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39777
39778 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39779
39780         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39781         Check __x86_64__ instead of __WORDSIZE.
39782
39783 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39784
39785         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39786
39787 2012-03-19  David S. Miller  <davem@davemloft.net>
39788
39789         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39790
39791         * sysdeps/sparc/fpu/fenv_private.h: New file.
39792         * sysdeps/sparc/fpu/math_private.h: Use it.
39793         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39794         Remove.
39795         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39796         (libc_feholdexcept_setroundl): Remove.
39797         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39798         Remove.
39799         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39800         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39801
39802 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39803
39804         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39805         int64_t instead of long int.
39806         (INSERT_WORDS64): Likwise.
39807
39808 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39809
39810         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39811         _Unwind_GetCFA return to _Unwind_Ptr first.
39812
39813 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39814
39815         [BZ #13629]
39816         * math/s_clog.c: Include <float.h>.
39817         (__clog): Scale large or subnormal inputs.
39818         * math/s_clogf.c: Likewise.
39819         * math/s_clogl.c: Likewise.
39820         * math/s_clog10.c: Include <float.h>.
39821         (M_LOG10_2): Define.
39822         (__clog10): Scale large or subnormal inputs.
39823         * math/s_clog10f.c: Likewise.
39824         * math/s_clog10l.c: Likewise.
39825         * math/libm-test.inc (clog_test): Add more tests.
39826         (clog10_test): Likewise.
39827         * sysdeps/i386/fpu/libm-test-ulps: Update.
39828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39829
39830         [BZ #11451]
39831         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39832         x and y.
39833         * math/libm-test.inc (atan2_test): Add another test.
39834
39835         * Makerules (common-objdir-compile): Remove.
39836         * sysdeps/unix/Makefile (config-generated): Do not add
39837         $(unix-generated) to variable.
39838         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39839         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39840         Remove rule.
39841         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39842         Likewise.
39843         [generic bits/local_lim.h] (before-compile): Do not append to
39844         variable.
39845         [generic bits/local_lim.h] (common-generated): Likewise.
39846         [generic sys/param.h] (before-compile): Do not append to variable.
39847         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39848         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39849         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39850         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39851         include.
39852         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39853         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39854         [generic sys/param.h] ($(addprefix
39855         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39856         [generic sys/param.h] (common-generated): Do not append to
39857         variable.
39858         [generic sys/param.h] (sysdep_headers): Likewise.
39859         [generic bits/errno.h] (before-compile): Do not append to
39860         variable.
39861         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39862         rule.
39863         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39864         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39865         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39866         [generic bits/errno.h] (common-generated): Do not append to
39867         variable.
39868         [generic bits/ioctls.h] (before-compile): Do not append to
39869         variable.
39870         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39871         rule.
39872         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39873         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39874         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39875         rule.
39876         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39877         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39878         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39879         [generic bits/ioctls.h] (common-generated): Do not append to
39880         variable.
39881         [generic sys/syscall.h] (syscall.h): Remove variable.
39882         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39883         rule.
39884         [generic sys/syscall.h] (before-compile): Do not append to
39885         variable.
39886         [generic sys/syscall.h] (common-generated): Likewise.
39887         * sysdeps/unix/errnos-tmpl.c: Remove file.
39888         * sysdeps/unix/errnos.awk: Likewise.
39889         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39890         * sysdeps/unix/ioctls.awk: Likewise.
39891         * sysdeps/unix/mk-local_lim.c: Likewise.
39892         * sysdeps/unix/snarf-ioctls: Likewise.
39893
39894 2012-03-19  Richard Henderson  <rth@twiddle.net>
39895
39896         * sysdeps/i386/fpu/fenv_private.h: New file.
39897         * sysdeps/i386/fpu/math_private.h: Use it.
39898         (math_opt_barrier, math_force_eval): Remove.
39899         (libc_feholdexcept_setround_53bit): Remove.
39900         (libc_feupdateenv_53bit): Remove.
39901         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39902         (math_opt_barrier, math_force_eval): Remove.
39903         (libc_feholdexcept): Remove.
39904         (libc_feholdexcept_setround): Remove.
39905         (libc_fetestexcept, libc_fesetenv): Remove.
39906         (libc_feupdateenv_test): Remove.
39907         (libc_feupdateenv, libc_feholdsetround): Remove.
39908         (libc_feresetround): Remove.
39909
39910         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39911         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39912
39913         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39914         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39915         (libc_feupdateenv_testl): New.
39916         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39917         (libc_feupdateenv_testf): New.
39918         (libc_feupdateenv): Use libc_feupdateenv_test.
39919         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39920         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39921
39922         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39923         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39924         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39925         (libc_feresetround_noex): New.
39926         (libc_feresetround_noexf): New.
39927         (libc_feresetround_noexl): New.
39928         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39929         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39930         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39931         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39932         SET_RESTORE_ROUND.
39933         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39934         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39935         (__cos): Likewise.
39936         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39937         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39938         SET_RESTORE_ROUND_NOEX.
39939         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39940         SET_RESTORE_ROUND_NOEXF.
39941         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39942         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39943         (libc_feholdsetroundf): New.
39944         (libc_feresetround, libc_feresetroundf): New.
39945
39946         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39947         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39948         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39949
39950         * sysdeps/generic/math_private.h: Include <fenv.h>.
39951         (default_libc_feholdexcept): New.
39952         (default_libc_feholdexcept_setround): New.
39953         (default_libc_fesetenv, default_libc_feupdateenv): New.
39954         (libc_feholdexcept): Only define if undefined.
39955         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39956         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39957         (libc_feholdexcept_setroundl): Likewise.
39958         (libc_feholdexcept_setround_53bit): Likewise.
39959         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39960         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39961         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39962         (libc_feupdateenv_53bit): Likewise.
39963         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39964         (libc_feholdexcept): Convert from macro to inline function.
39965         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39966         (libc_fesetenv, libc_feupdateenv): Likewise.
39967
39968         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39969         not previously defined.
39970         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39971         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39972         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39973         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39974         * sysdeps/ieee754/flt-32/math_private.h: New file.
39975         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39976         math_private.h below SET_FLOAT_WORD.
39977         (__isnan, __isinf_ns, __finite): Remove.
39978         (__isnanf, __isinf_nsf, __finitef): Remove.
39979
39980 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39981
39982         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39983
39984 2012-03-17  David S. Miller  <davem@davemloft.net>
39985
39986         [BZ #6471]
39987         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39988         for 2.16.
39989
39990 2012-03-16  David S. Miller  <davem@davemloft.net>
39991
39992         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39993         warnings.
39994
39995         [BZ #6471]
39996         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39997         properly.
39998         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39999         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40000         sysdep_routines when subdir is sysvipc.
40001         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40002         __getshmlba helper.
40003
40004         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40005
40006 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40007
40008         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40009         [__LP64__].
40010
40011 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40012
40013         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40014         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40015         (__lround): Renamed to ...
40016         (__llround): This.  Replace long int with long long int.
40017         Define lround functions as aliases of llround functions.
40018         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40019
40020 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40021
40022         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40023         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40024         adresses to uintptr_t.  Replace "long int" and "unsigned long
40025         int" with "greg_t" on va_arg.
40026
40027 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40028
40029         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40030         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40031
40032         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40033         Move e_machine check before EI_CLASS check.  Handle x32
40034         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40035         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40036         SKIP_EM_IA_64 and include
40037         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40038
40039         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40040         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40041         (add_system_dir): New macro.
40042
40043         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40044         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40045
40046 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40047
40048         [BZ #2551]
40049         [BZ #2552]
40050         [BZ #2553]
40051         [BZ #2554]
40052         [BZ #2562]
40053         [BZ #2563]
40054         [BZ #2565]
40055         [BZ #2566]
40056         [BZ #2576]
40057         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40058         (y0): Likewise.
40059         * math/w_j0f.c (j0f): Likewise.
40060         (y0f): Likewise.
40061         * math/w_j0l.c (__j0l): Likewise.
40062         (__y0l): Likewise.
40063         * math/w_j1.c (j1): Likewise.
40064         (y1): Likewise.
40065         * math/w_j1f.c (j1f): Likewise.
40066         (y1f): Likewise.
40067         * math/w_j1l.c (__j1l): Likewise.
40068         (__y1l): Likewise.
40069         * math/w_jn.c (jn): Likewise.
40070         (yn): Likewise.
40071         * math/w_jnf.c (jnf): Likewise.
40072         (ynf): Likewise.
40073         * math/w_jnl.c (__jnl): Likewise.
40074         (__ynl): Likewise.
40075         * math/libm-test.inc (j0_test): Add more tests.
40076         (j1_test): Likewise.
40077         (jn_test): Likewise.  Add trailing semicolon to existing test.
40078         (y0_test): Likewise.
40079         (y1_test): Likewise.
40080         * sysdeps/i386/fpu/libm-test-ulps: Update.
40081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40082
40083         [BZ #13851]
40084         [BZ #13854]
40085         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40086         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40087         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40088         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40089         (__tanl): Set errno for infinite argument.
40090         * sysdeps/i386/fpu/mptan.c: Remove.
40091         * sysdeps/i386/fpu/s_tan.S: Likewise.
40092         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40093         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40094         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40095         * math/libm-test.inc (tan_test): Add more tests and enable more
40096         tests for double and long double.
40097         * sysdeps/i386/fpu/libm-test-ulps: Update.
40098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40099
40100 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40101
40102         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40103         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40104
40105 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40106
40107         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40108         * configure.in: Use it for both main tree and add-ons.
40109         * configure: Regenerated.
40110
40111 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40112
40113         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40114
40115 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40116
40117         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40118         in comment.
40119
40120         [BZ #13851]
40121         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40122         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40123         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40124         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40125         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40126         infinite argument.
40127         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40128         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40129         != 0 for prec == 2.
40130         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40131         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40132         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40133         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40134         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40135         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40136         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40137         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40138         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40139         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40140         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40141         * math/libm-test.inc (cos_test): Add more tests and enable more
40142         tests for long double.
40143         (sin_test): Likewise.
40144         (sincos_test): Likewise.
40145         * sysdeps/i386/fpu/libm-test-ulps: Update.
40146         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40147
40148 2012-03-16  David S. Miller  <davem@davemloft.net>
40149
40150         * sysdeps/sparc/fpu/math_private.h: New file.
40151
40152 2012-03-15  David S. Miller  <davem@davemloft.net>
40153
40154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40155         file.
40156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40158         file.
40159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40160         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40161         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40162         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40163         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40164         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40165         sysdep routines.
40166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40167
40168         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40169         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40170
40171         * sysdeps/sparc/sparc-ifunc.h: New file.
40172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40173         sparc-ifunc.h
40174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40176         Likewise.
40177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40178         Likewise.
40179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40183         Likewise.
40184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40189         Likewise.
40190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40191         Likewise.
40192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40196         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40197         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40198         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40199         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40200         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40201         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40202         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40203         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40204         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40205         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40206         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40207         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40208         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40209         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40210         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40211         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40212         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40213         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40214         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40215         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40216
40217 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40218
40219         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40220         scaling.
40221         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40222
40223 2012-03-15  Andreas Jaeger  <aj@suse.de>
40224
40225         [BZ #13852]
40226         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40227         ieee754/flt-32 implementation for sin, cos and sincos.
40228         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40229         * sysdeps/i386/fpu/s_cosf.S: Likewise.
40230         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40231         * sysdeps/i386/fpu/s_sinf.S: Likewise.
40232         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40233         ieee754/flt-32 implementation for tan.
40234
40235         * math/libm-test.inc (cos_test): Enable some large input tests for
40236         float as well
40237         (sin_test): Likewise.
40238         (sincos_test): Likewise.
40239         (tan_test): Add tests for large input.
40240
40241         * sysdeps/i386/fpu/libm-test-ulps: Update.
40242
40243 2012-03-15  Andreas Jaeger  <aj@suse.de>
40244
40245         [BZ #13658]
40246         * math/libm-test.inc (cos_test): Add more test cases.
40247         (sin_test): Likewise.
40248         (sincos_test): Likewise.
40249
40250 2012-03-15  Andreas Jaeger  <aj@suse.de>
40251
40252         [BZ #13837]
40253         * math/libm-test.inc (cos_test): Add a test case for large input
40254         value.
40255         (sin_test): Likewise.
40256         (sincos_test): Likewise.
40257
40258 2012-03-15  Andreas Jaeger  <aj@suse.de>
40259             Joseph Myers  <joseph@codesourcery.com>
40260
40261         [BZ #13658]
40262         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
40263         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40264         * sysdeps/i386/fpu/branred.c: Likewise.
40265         * sysdeps/i386/fpu/dosincos.c: Likewise.
40266         * sysdeps/i386/fpu/mpa.c: Likewise.
40267         * sysdeps/i386/fpu/s_cos.S: Likewise.
40268         * sysdeps/i386/fpu/s_sin.S: Likewise.
40269         * sysdeps/i386/fpu/s_sincos.S: Likewise.
40270         * sysdeps/i386/fpu/sincos32.c: Likewise.
40271
40272         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40273         Define.
40274         (libc_feupdateenv_53bit): Define.
40275         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40276         Define.
40277         (libc_feupdateenv_53bit): Define.
40278
40279         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40280         53 bit (without extend i386 double precision).
40281
40282         * math/libm-test.inc (sincos_test): Add tests for large input.
40283         (sin): Likewise.
40284         (cos): Likewise.
40285
40286         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40287
40288 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40289
40290         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40291
40292 2012-03-15  David S. Miller  <davem@davemloft.net>
40293
40294         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40295         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40296         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40297         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40298         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40299         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40300         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40301         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40302         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40303         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40304         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40305         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40306         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40307         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40308         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
40309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
40310         file.
40311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
40312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
40313         file.
40314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
40315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
40316         file.
40317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
40318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
40319         file.
40320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
40321         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
40322         fmin/fmax sysdep routines.
40323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40324
40325 2012-03-14  David S. Miller  <davem@davemloft.net>
40326
40327         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40328         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40329         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40330         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40331         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40332         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40333         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40334         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40335         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40336         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40337         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40338         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40339         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40340         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40341         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40342         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40343         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40344         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40345         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40346         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40347         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40348         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40349         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40350         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40351         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40352         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40353         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40354         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
40355         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40356         routines.
40357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40358         file.
40359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
40360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40361         file.
40362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
40363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40364         file.
40365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
40366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40367         file.
40368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
40369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40370         file.
40371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
40372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40373         file.
40374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40375         file.
40376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40377         file.
40378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40379         file.
40380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40381         New file.
40382         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40383         file.
40384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40385         file.
40386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
40387         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40388         file.
40389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
40390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40391         file.
40392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
40393         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40394         file.
40395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
40396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40397         VIS3 routines.
40398
40399         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40400         New file.
40401
40402         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40403
40404         * sysdeps/sparc/configure.in: New file.
40405         * sysdeps/sparc/configure: Generate.
40406         * configure.in (libc_cv_sparc_as_vis3): Substitute.
40407         * configure: Regenerate.
40408         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40409         * config.make.in (have-as-vis3): New.
40410         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40411         available use -Av9d instead of -Av9a.
40412         * sysdeps/sparc/sparc64/Makefile: Likewise.
40413         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
40414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40415         New file.
40416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40417         file.
40418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40419         New file.
40420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40421         file.
40422         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40423         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40424         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40425         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40426         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40427
40428         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40429         fzeros/fnegs to load 0x80000000 into a float register instead of
40430         using the stack.
40431         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40432
40433 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40434
40435         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40436         bits/syscall.h.
40437         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40438         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40439         ($(inst_includedir)/bits/syscall.h): Remove rule.
40440         ($(objpfx)bits/syscall.d): Include instead of
40441         $(objpfx)syscall-list.d.
40442         (generated): Change syscall-list.h and syscall-list.d to
40443         bits/syscall.h and bits/syscall.d.
40444
40445 2012-03-14  Roland McGrath  <roland@hack.frob.com>
40446
40447         [BZ #13846]
40448         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40449
40450 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40451
40452         [BZ #13841]
40453         * math/s_csqrt.c: Include <float.h>.
40454         (__csqrt): Scale large or subnormal inputs.
40455         * math/s_csqrtf.c: Likewise.
40456         * math/s_csqrtl.c: Likewise.
40457         * math/libm-test.inc (csqrt_test): Add more tests.
40458         * sysdeps/i386/fpu/libm-test-ulps: Update.
40459         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40460
40461         [BZ #13840]
40462         * math/libm-test.inc (hypot_test): Add more tests.
40463
40464 2012-03-13  David S. Miller  <davem@davemloft.net>
40465
40466         [BZ #13840]
40467         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40468         double-precision for the calculation instead of scaling.
40469
40470 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40471
40472         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40473         manipulate bits before adding and subtracting TWO52[sx].
40474         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40475         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40476         Likewise.
40477         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40478
40479 2012-03-13  David S. Miller  <davem@davemloft.net>
40480
40481         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40482         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40483         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40484         rtld-global-offsets.h
40485         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40486
40487         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40488         large parameters.
40489
40490         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40491
40492         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40493         'err' in the ifdef scope in which it is actually used.
40494
40495         * nss/nss_db/db-init.c: Include string.h
40496
40497 2012-03-12  David S. Miller  <davem@davemloft.net>
40498
40499         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40500         masking out of the most significant byte of random value used.
40501         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40502         Fix coding style in previous change.
40503
40504         * sysdeps/unix/sysv/linux/kernel-features.h
40505         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40506         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40507         expression.
40508         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40509         later.
40510
40511 2012-03-11  David S. Miller  <davem@davemloft.net>
40512
40513         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40514         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40515         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40516         for 'resultvar' otherwise things get truncated on 64-bit.
40517
40518         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40519         Fix masking out of the most significant byte of random value used.
40520
40521         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40522
40523 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40524
40525         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40526
40527 2012-03-09  David S. Miller  <davem@davemloft.net>
40528
40529         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40530         variables with appropriate CPP guards.
40531         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40532         from the frame pointer, not the stack pointer.  Correct layout
40533         comments.  Fix test on resulting framesize and the management of
40534         the outregs buffer for pltexit.  Preserve floating point return
40535         values across _dl_call_pltexit call.
40536         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40537         framesize and the management of the outregs buffer for pltexit.
40538         Preserve floating point return values across _dl_call_pltexit
40539         call.
40540         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40541         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40542         (la_sparc64_gnu_pltexit): New functions.
40543         (print_exit): Fix format string for return register value.
40544
40545 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40546
40547         * sunrpc/Makefile (others): Add rpcgen.
40548         ($(objpfx)rpcgen): Remove special build rule and dependency on
40549         libc.
40550         * sunrpc/rpcgen.c: New file.
40551
40552 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40553
40554         [BZ #13673]
40555         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40556         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40557         * sysdeps/i386/crti.S: Likewise.
40558         * sysdeps/i386/crtn.S: Likewise.
40559         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40560         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40561         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40562         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40563         * sysdeps/sh/crti.S: Likewise.
40564         * sysdeps/sh/crtn.S: Likewise.
40565         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40566
40567         [BZ #13673]
40568         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40569         with URL.
40570         * locale/programs/locfile-kw.gperf: Likewise.
40571         * locale/programs/charmap-kw.h: Regenerated.
40572         * locale/programs/locfile-kw.h: Likewise.
40573
40574         [BZ #13673]
40575         * intl/plural.y: Replace FSF snail mail address with URL.
40576         * intl/plural.c: Regenerated.
40577
40578 2012-03-09  Richard Henderson  <rth@twiddle.net>
40579
40580         * include/math_private.h: Remove file.
40581         * math/math_private.h: Move file ...
40582         * sysdeps/generic/math_private.h: ... here.
40583
40584         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40585         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40586         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40587
40588         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40589         and <math_private.h>.
40590         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40591         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40592         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40593         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40594         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40595         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40596         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40597         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40598         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40599         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40600         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40601         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40602         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40603         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40604         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40605         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40606         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40607         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40608         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40609         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40610         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40611         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40612         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40613         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40614         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40615         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40616         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40617         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40618         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40619         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40620         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40621         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40622         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40623         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40624         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40625         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40626         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40627         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40628         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40629         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40630         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40631         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40632         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40633         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40634         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40635         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40636         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40637         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40638         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40639         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40640         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40641         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40642         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40643         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40644         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40645         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40646         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40647         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40648         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40649         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40650         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40651         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40652         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40653         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40654         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40655         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40656         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40657         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40658         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40659         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40660         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40661         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40662         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40663         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40664         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40665         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40666         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40667         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40668         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40669         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40670         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40671         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40672         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40673         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40674         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40675         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40676         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40677         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40678         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40679         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40680         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40681         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40682         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40683         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40684         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40685         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40686         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40687         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40688         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40689         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40690         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40691         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40692         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40693         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40694         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40695         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40696         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40697         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40698         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40699         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40700         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40701         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40702         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40703         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40704         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40705         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40706         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40707         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40708         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40709         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40710         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40711         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40712         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40713         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40714         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40715         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40716         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40717         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40718         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40719         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40720         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40721         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40722         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40723         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40724         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40725         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40726         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40727         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40728         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40729         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40730         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40731         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40732         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40733         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40734         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40735         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40736         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40737         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40738         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40739         * sysdeps/ieee754/k_standard.c: Likewise.
40740         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40741         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40742         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40743         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40744         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40745         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40746         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40747         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40748         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40749         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40750         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40751         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40752         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40753         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40754         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40755         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40756         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40757         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40758         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40759         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40760         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40761         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40762         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40763         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40764         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40765         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40766         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40767         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40768         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40769         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40770         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40771         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40772         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40773         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40774         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40775         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40776         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40777         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40778         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40779         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40780         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40781         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40782         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40783         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40784         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40785         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40786         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40787         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40788         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40789         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40790         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40791         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40792         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40793         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40794         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40795         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40796         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40797         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40798         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40799         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40800         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40801         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40802         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40803         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40804         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40805         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40806         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40807         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40808         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40809         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40810         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40811         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40812         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40813         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40814         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40815         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40816         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40817         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40818         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40819         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40820         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40821         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40822         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40823         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40824         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40825         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40826         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40827         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40828         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40829         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40830         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40831         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40832         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40833         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40834         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40835         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40836         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40837         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40838         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40839         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40840         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40841         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40842         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40843         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40844         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40845         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40846         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40847         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40848         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40849         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40850         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40851         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40852         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40853         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40854         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40855         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40856         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40857         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40858         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40859         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40860         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40861         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40862         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40863         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40864         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40865         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40866         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40867         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40868         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40869         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40870         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40871         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40872         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40873         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40874         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40875         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40876         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40877         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40878         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40879         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40880         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40881         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40882         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40883         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40884         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40885         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40886         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40887         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40888         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40889         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40890         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40891         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40892         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40893         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40894         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40895         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40896         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40897         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40898         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40899         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40900         * sysdeps/ieee754/s_lib_version.c: Likewise.
40901         * sysdeps/ieee754/s_matherr.c: Likewise.
40902         * sysdeps/ieee754/s_signgam.c: Likewise.
40903         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40904         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40905         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40906         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40907         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40908         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40909         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40910         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40911         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40912         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40913         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40914         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40915         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40916         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40917         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40918         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40919         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40920         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40921         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40922         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40923         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40924
40925 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40926
40927         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40928         * sunrpc/rpc_main.c: Likewise.
40929         * sunrpc/rpc_svcout.c: Likewise.
40930
40931 2012-03-09  David S. Miller  <davem@davemloft.net>
40932
40933         * include/math_private.h: New file.
40934
40935 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40936
40937         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40938         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40939         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40940         from <bits/socket_type.h>.
40941         (enum __socket_type): Don't define here.
40942         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40943         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40944         bits/socket_type.h.
40945
40946         [BZ #13566]
40947         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40948         checking __USE_GNU.
40949
40950         * Makerules ($(inst_includedir)/%.h): New rule.
40951         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40952         (install-others): Remove variable setting.
40953         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40954
40955 2012-03-08  Richard Henderson  <rth@twiddle.net>
40956
40957         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40958         from macro to inline function; merge with the
40959         !__LIBC_INTERNAL_MATH_INLINES version.
40960         (__ieee754_sqrtf): Likewise.
40961
40962         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40963         to inline function.
40964         (__rintf, __floor, __floorf): Likewise.
40965
40966         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40967         macro to inline function.
40968         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40969
40970         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40971         not <math/math_private.h>.
40972
40973 2012-03-08  David S. Miller  <davem@davemloft.net>
40974
40975         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40976         copyright year.
40977         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40978
40979 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40980
40981         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40982         normalization.
40983         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40984         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40985
40986 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40987
40988         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40989         be defined individually, they must be defined as a block.  Define
40990         S for printing a string instead of hidint the different by using a
40991         macro for adding the 'l'.
40992         * stdio-common/tst-fphex-wide.c: Adjust.
40993
40994 2012-03-07  Marek Polacek  <polacek@redhat.com>
40995
40996         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40997
40998 2012-03-08  Marek Polacek  <polacek@redhat.com>
40999
41000         [BZ #13806]
41001         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41002         * stdio-common/tst-fphex.c: Define a few macros to make the
41003         test reusable.  Use them.
41004         * stdio-common/tst-fphex-wide.c: New file.
41005
41006 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41007
41008         [BZ #6911]
41009         * manual/macros.texi (gnusystems): New macro.
41010         (nongnusystems): Likewise.
41011         (gnulinuxhurdsystems): Likewise.
41012         (gnuhurdsystems): Likewise..
41013         (gnulinuxsystems): Likewise.
41014         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41015         variants of the GNU system, not "GNU system".
41016         * manual/conf.texi: Likewise.
41017         * manual/errno.texi: Likewise.  Update example of errno macro
41018         expansion.
41019         * manual/filesys.texi: Likewise.
41020         (getumask): Document as specific to GNU/Hurd.
41021         * manual/install.texi: Likewise.  Reword some references to
41022         GNU/Linux.
41023         * manual/intro.texi: Likewise.
41024         * manual/io.texi: Likewise.
41025         (File Name Portability): Detail which constraints are inapplicable
41026         to all GNU systems and which are only inapplicable to GNU/Hurd.
41027         * manual/job.texi: Likewise.
41028         * manual/llio.texi: Likewise.
41029         (O_NOCTTY): Document as present on GNU/Linux.
41030         * manual/maint.texi: Likewise.
41031         * manual/memory.texi: Likewise.
41032         * manual/pattern.texi: Likewise.
41033         * manual/pipe.texi: Likewise.
41034         * manual/process.texi: Likewise.
41035         * manual/resource.texi: Likewise.
41036         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41037         child on GNU/Hurd.
41038         * manual/setjmp.texi: Likewise.
41039         * manual/signal.texi: Likewise.
41040         * manual/startup.texi: Likewise.
41041         * manual/stdio.texi: Likewise.
41042         * manual/terminal.texi: Likewise.
41043         (ONLCR): Document as POSIX.
41044         (OXTABS): Document availability on GNU/Linux as XTABS.
41045         (ONOEOT): Document availability separately from other bits.
41046         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41047         * manual/time.texi: Likewise.
41048         * manual/users.texi: Likewise.
41049         * INSTALL: Regenerated.
41050         * sysdeps/gnu/errlist.c: Regenerated.
41051
41052         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41053         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41054         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41055         puts.
41056         * configure: Regenerated.
41057
41058 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41059
41060         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41061         default includes instead of AC_HEADER_CHECK.
41062         * sysdeps/i386/configure: Regenerated.
41063
41064         [BZ #10716]
41065         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41066         * math/s_cacoshf.c (__cacoshf): Likewise.
41067         * math/s_cacoshl.c (__cacoshl): Likewise.
41068         * math/s_casinh.c (__casinh): Set signs of result from argument.
41069         * math/s_casinhf.c (__casinhf): Likewise.
41070         * math/s_casinhl.c (__casinhl): Likewise.
41071         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41072         (casinh_test): Add more tests.
41073         * sysdeps/i386/fpu/libm-test-ulps: Update.
41074         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41075
41076 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41077
41078         * po/zh_TW.po: Update from translation team.
41079
41080         * login/Makefile (distribute): Remove variable.
41081         * catgets/Makefile: Likewise.
41082         * mach/Makefile: Likewise.
41083         * malloc/Makefile: Likewise.
41084         * misc/Makefile: Likewise.
41085         * iconv/Makefile: Likewise.
41086         * nscd/Makefile: Likewise.
41087         * hurd/Makefile: Likewise.
41088         * manual/Makefile: Likewise.
41089         * locale/Makefile: Likewise.
41090         * intl/Makefile: Likewise.
41091         * conform/Makefile: Likewise.
41092         * nss/Makefile: Likewise.
41093         * time/Makefile: Likewise.
41094         * soft-fp/Makefile: Likewise.
41095         * dirent/Makefile: Likewise.
41096         * gmon/Makefile: Likewise.
41097         * po/Makefile: Likewise.
41098         * rt/Makefile: Likewise.
41099         * socket/Makefile: Likewise.
41100         * math/Makefile: Likewise.
41101         * signal/Makefile: Likewise.
41102         * debug/Makefile: Likewise.
41103         * elf/Makefile: Likewise.
41104         * timezone/Makefile: Likewise.
41105         * stdlib/Makefile: Likewise.
41106         * iconvdata/Makefile: Likewise.
41107         * sunrpc/Makefile: Likewise.
41108         * io/Makefile: Likewise.
41109         * argp/Makefile: Likewise.
41110         * inet/Makefile: Likewise.
41111         * hesiod/Makefile: Likewise.
41112         * grp/Makefile: Likewise.
41113         * csu/Makefile: Likewise.
41114         * wctype/Makefile: Likewise.
41115         * crypt/Makefile: Likewise.
41116         * libio/Makefile: Likewise.
41117         * string/Makefile: Likewise.
41118         * nis/Makefile: Likewise.
41119         * resolv/Makefile: Likewise.
41120         * stdio-common/Makefile: Likewise.
41121         * wcsmbs/Makefile: Likewise.
41122         * dlfcn/Makefile: Likewise.
41123         * posix/Makefile: Likewise.
41124
41125         [BZ #6959]
41126         * timezone/Makefile: Don't install timezone files, just the programs
41127         and scripts.
41128
41129 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41130
41131         * nss/databases.def: Add missing gshadow entry.
41132
41133         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41134
41135 2012-03-06  Marek Polacek  <polacek@redhat.com>
41136
41137         [BZ #13726]
41138         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41139         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41140         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41141         * stdio-common/tst-long-dbl-fphex.c: New file.
41142
41143 2012-03-06  David S. Miller  <davem@davemloft.net>
41144
41145         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41146         (set_obp_int): New function.
41147         (get_obp_int): New function.
41148         (__get_clockfreq_via_dev_openprom): Likewise.
41149         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41150         Avoid unused variable warnings on 'val' and use builtin_expect.
41151         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41152         __builtin_expect.
41153         (INLINE_CLONE_SYSCALL): Likewise.
41154
41155 2012-03-05  David S. Miller  <davem@davemloft.net>
41156
41157         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41158
41159 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41160
41161         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41162
41163         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41164         only for |x| >= 40.
41165         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41166
41167 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41168
41169         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41170         Replace gettimeofday with __vdso_gettimeofday.
41171
41172         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41173         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41174         __vdso_clock_gettime and __vdso_getcpu.
41175
41176         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41177         time with __vdso_time.
41178
41179 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41180
41181         * manual/lang.texi (size_t): Note types to which size_t may be
41182         equivalent with the GNU C Library, but do not describe when
41183         differences between them are significant.
41184
41185 2012-03-05  Andreas Jaeger  <aj@suse.de>
41186
41187         * sysdeps/i386/fpu/libm-test-ulps: Update.
41188
41189 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41190
41191         [BZ #3976]
41192         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41193         (__ieee754_pow): Save and restore rounding mode and use
41194         round-to-nearest for main computations.
41195         * math/libm-test.inc (pow_test_tonearest): New function.
41196         (pow_test_towardzero): Likewise.
41197         (pow_test_downward): Likewise.
41198         (pow_test_upward): Likewise.
41199         (main): Call the new functions.
41200         * sysdeps/i386/fpu/libm-test-ulps: Update.
41201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41202
41203         [BZ #3976]
41204         * math/libm-test.inc (cosh_test_tonearest): New function.
41205         (cosh_test_towardzero): Likewise.
41206         (cosh_test_downward): Likewise.
41207         (cosh_test_upward): Likewise.
41208         (sinh_test_tonearest): Likewise.
41209         (sinh_test_towardzero): Likewise.
41210         (sinh_test_downward): Likewise.
41211         (sinh_test_upward): Likewise.
41212         (main): Call the new functions.
41213         * sysdeps/i386/fpu/libm-test-ulps: Update.
41214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41215
41216 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41217
41218         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41219         default stack guard is set in last bytes.
41220         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41221
41222 2012-03-05  Kees Cook  <keescook@chromium.org>
41223
41224         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
41225
41226         [BZ #13656]
41227         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41228         possibly allocate from heap instead of stack.
41229         * stdio-common/bug-vfprintf-nargs.c: New file.
41230         * stdio-common/Makefile (tests): Add nargs overflow test.
41231
41232 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
41233
41234         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41235
41236 2012-03-03  Marek Polacek  <polacek@redhat.com>
41237
41238         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41239         * math/math_private.h: Likewise.
41240         * stdlib/tst-strtod.c: Likewise.
41241         * sysdeps/i386/i486/bits/atomic.h: Likewise.
41242         * sysdeps/x86_64/bits/atomic.h: Likewise.
41243
41244 2012-03-02  David S. Miller  <davem@davemloft.net>
41245
41246         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41247         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41248         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41249         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41250         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41251         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41252         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41253         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41254
41255 2012-03-02  Roland McGrath  <roland@hack.frob.com>
41256
41257         [BZ #13792]
41258         * manual/examples/README: New file, says the example source files
41259         can be used under GPL>=2.
41260         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41261         line containing just "*/".
41262         * manual/examples/add.c: Add copyright header (GPL>=2).
41263         * manual/examples/argp-ex1.c: Likewise.
41264         * manual/examples/argp-ex2.c: Likewise.
41265         * manual/examples/argp-ex3.c: Likewise.
41266         * manual/examples/argp-ex4.c: Likewise.
41267         * manual/examples/atexit.c: Likewise.
41268         * manual/examples/db.c: Likewise.
41269         * manual/examples/dir.c: Likewise.
41270         * manual/examples/dir2.c: Likewise.
41271         * manual/examples/execinfo.c: Likewise.
41272         * manual/examples/filecli.c: Likewise.
41273         * manual/examples/filesrv.c: Likewise.
41274         * manual/examples/fmtmsgexpl.c: Likewise.
41275         * manual/examples/genpass.c: Likewise.
41276         * manual/examples/inetcli.c: Likewise.
41277         * manual/examples/inetsrv.c: Likewise.
41278         * manual/examples/isockad.c: Likewise.
41279         * manual/examples/longopt.c: Likewise.
41280         * manual/examples/memopen.c: Likewise.
41281         * manual/examples/memstrm.c: Likewise.
41282         * manual/examples/mkfsock.c: Likewise.
41283         * manual/examples/mkisock.c: Likewise.
41284         * manual/examples/mygetpass.c: Likewise.
41285         * manual/examples/pipe.c: Likewise.
41286         * manual/examples/popen.c: Likewise.
41287         * manual/examples/rprintf.c: Likewise.
41288         * manual/examples/search.c: Likewise.
41289         * manual/examples/select.c: Likewise.
41290         * manual/examples/setjmp.c: Likewise.
41291         * manual/examples/sigh1.c: Likewise.
41292         * manual/examples/sigusr.c: Likewise.
41293         * manual/examples/stpcpy.c: Likewise.
41294         * manual/examples/strdupa.c: Likewise.
41295         * manual/examples/strftim.c: Likewise.
41296         * manual/examples/strncat.c: Likewise.
41297         * manual/examples/subopt.c: Likewise.
41298         * manual/examples/swapcontext.c: Likewise.
41299         * manual/examples/termios.c: Likewise.
41300         * manual/examples/testopt.c: Likewise.
41301         * manual/examples/testpass.c: Likewise.
41302         * manual/examples/timeval_subtract.c: Likewise.
41303
41304         [BZ #13792]
41305         * manual/time.texi (Elapsed Time): Move timeval_subtract example
41306         function to ...
41307         * manual/timeval_subtract.c.texi: ... here, new file.
41308
41309 2012-03-02  David S. Miller  <davem@davemloft.net>
41310
41311         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
41312
41313 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
41314
41315         [BZ #3976]
41316         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
41317         (__sin): Save and restore rounding mode and use round-to-nearest
41318         for all computations.
41319         (__cos): Save and restore rounding mode and use round-to-nearest
41320         for all computations.
41321         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
41322         <fenv.h>.
41323         (tan): Save and restore rounding mode and use round-to-nearest for
41324         all computations.
41325         * math/libm-test.inc (cos_test_tonearest): New function.
41326         (cos_test_towardzero): Likewise.
41327         (cos_test_downward): Likewise.
41328         (cos_test_upward): Likewise.
41329         (sin_test_tonearest): Likewise.
41330         (sin_test_towardzero): Likewise.
41331         (sin_test_downward): Likewise.
41332         (sin_test_upward): Likewise.
41333         (tan_test_tonearest): Likewise.
41334         (tan_test_towardzero): Likewise.
41335         (tan_test_downward): Likewise.
41336         (tan_test_upward): Likewise.
41337         (main): Call the new functions.
41338         * sysdeps/i386/fpu/libm-test-ulps: Update.
41339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41340
41341         [BZ #10135]
41342         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41343         small n, then large n, before computing and testing k+n.
41344         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41345         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41346         Likewise.
41347         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41348         Likewise.
41349         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41350         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41351         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41352         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41353         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41354         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41355         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41356         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41357         * math/libm-test.inc (scalbn_test): Add more tests.
41358         (scalbln_test): Likewise.
41359
41360         * manual/filesys.texi (mode_t): Describe constraints on size and
41361         signedness, not exact equivalence to a particular type.
41362         (ino_t): Likewise.
41363         (ino64_t): Likewise.
41364         (dev_t): Likewise.
41365         (nlink_t): Likewise.
41366         (blkcnt_t): Likewise.
41367         (blkcnt64_t): Likewise.
41368         * manual/llio.texi (off_t): Likewise.
41369
41370         [BZ #3976]
41371         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41372         (__ieee754_exp): Save and restore rounding mode and use
41373         round-to-nearest for all computations.
41374         * math/libm-test.inc (exp_test_tonearest): New function.
41375         (exp_test_towardzero): Likewise.
41376         (exp_test_downward): Likewise.
41377         (exp_test_upward): Likewise.
41378         (main): Call the new functions.
41379         * sysdeps/i386/fpu/libm-test-ulps: Update.
41380         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41381
41382 2012-03-01  Chris Demetriou  <cgd@google.com>
41383
41384         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41385         have predictable order.
41386
41387 2012-03-01  David S. Miller  <davem@davemloft.net>
41388
41389         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41390
41391         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41392         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41393         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41394         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41395
41396         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41397         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41398         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41399         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41400         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41401         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41402         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41403         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41404         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41405
41406         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41407
41408         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41409         * sysdeps/sparc/fpu/libm-test-ulps: to here.
41410         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41411
41412         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41413         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41414         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41415         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41416         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41417         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41418         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41419         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41420         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41421         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41422         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41423         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41424         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41425         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41426         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41427         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41428         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41429         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41430         * sysdeps/sparc/elf/configure: Regenerated.
41431
41432 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
41433
41434         * configure.in (AS, LD): Require binutils 2.20 or later.
41435         * configure: Regenerated.
41436         * manual/install.texi (Tools for Compilation): Give binutils 2.20
41437         as required minimum version.
41438         * INSTALL: Regenerated.
41439
41440         [BZ #2541]
41441         [BZ #4108]
41442         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41443         before squaring exponent.
41444         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41445         bottom long double and 27 bits of top long double before squaring
41446         exponent.
41447         * math/libm-test.inc (erfc_test): Add more tests.
41448         * sysdeps/i386/fpu/libm-test-ulps: Update.
41449         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41450         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41451
41452 2012-03-01  Kai Tietz  <ktietz@redhat.com>
41453
41454         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41455         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41456         containing bit-fields.
41457         * soft-fp/extended.h (_FP_UNION_E): Likewise.
41458         * soft-fp/single.h (_FP_UNION_S): Likewise.
41459         * soft-fp/double.h (_FP_UNION_D): Likewise.
41460
41461 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41462
41463         [BZ #13786]
41464         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41465         not include ../strcmp.S.
41466         [USE_AS_STRNCASECMP_L]: Likewise.
41467         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41468         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41469         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41470         (__strncasecmp_l_ia32): Define as alias to
41471         __strncasecmp_l_nonascii.
41472
41473         [BZ #5794]
41474         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41475         * sysdeps/i386/fpu/libm-test-ulps: Update.
41476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41477
41478         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41480
41481 2012-02-29  Jeff Law  <law@redhat.com>
41482
41483         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41484         out of bounds read.
41485
41486 2012-02-29  Marek Polacek  <polacek@redhat.com>
41487
41488         [BZ #13706]
41489         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41490         * elf/Makefile: Add rules to run tst-unused-dep.out.
41491
41492 2012-02-28  David S. Miller  <davem@davemloft.net>
41493
41494         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41495         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41496         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41497         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41498         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41499         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41500
41501 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41502
41503         * math/libm-test.inc (llround_test): Move one test from
41504         lround_test.  Use TEST_f_L in moved test.
41505         (lround_test): Move misplaced test to llround_test.  Add testcase
41506         from bug 2561.
41507
41508 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41509
41510         * sysdeps/x86_64/fpu/e_expf.S: New file.
41511         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41512
41513 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41514
41515         [BZ #13637]
41516         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41517         of remain_len that may cause incomplete multi-byte character and
41518         false match.
41519         * posix/bug-regex33.c: New file.
41520         * posix/Makefile (tests): Add bug-regex33.
41521
41522 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41523
41524         * manual/macros.texi: New file.
41525         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41526         * manual/libc.texinfo: Include macros.texi.
41527         * manual/creatute.texi: Likewise.
41528         * manual/install.texi: Likewise.
41529         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41530         @glibcadj{} in references to the GNU C Library.
41531         * manual/charset.texi: Likewise.
41532         * manual/conf.texi: Likewise.
41533         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41534         when not using those macros.
41535         * manual/creature.texi: Likewise.
41536         * manual/crypt.texi: Likewise.
41537         * manual/errno.texi: Likewise.
41538         * manual/filesys.texi: Likewise.
41539         * manual/header.texi: Likewise.
41540         * manual/install.texi: Likewise.
41541         * manual/intro.texi: Likewise.
41542         * manual/io.texi: Likewise.
41543         * manual/job.texi: Likewise.
41544         * manual/lang.texi: Likewise.
41545         * manual/libc.texiinfo: Likewise.
41546         * manual/llio.texi: Likewise.
41547         * manual/locale.texi: Likewise.
41548         * manual/maint.texi: Likewise.
41549         * manual/math.texi: Likewise.
41550         * manual/memory.texi: Likewise.
41551         * manual/message.texi: Likewise.
41552         * manual/nss.texi: Likewise.
41553         * manual/pattern.texi: Likewise.
41554         * manual/process.texi: Likewise.
41555         * manual/resource.texi: Likewise.
41556         * manual/search.texi: Likewise.
41557         * manual/setjmp.texi: Likewise.
41558         * manual/signal.texi: Likewise.
41559         * manual/socket.texi: Likewise.
41560         * manual/startup.texi: Likewise.
41561         * manual/stdio.texi: Likewise.
41562         * manual/string.texi: Likewise.
41563         * manual/sysinfo.texi: Likewise.
41564         * manual/syslog.texi: Likewise.
41565         * manual/terminal.texi: Likewise.
41566         * manual/time.texi: Likewise.
41567         * manual/users.texi: Likewise.
41568         * INSTALL: Regenerated.
41569         * NOTES: Regenerated.
41570         * sysdeps/gnu/errlist.c: Regenerated.
41571
41572 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41573
41574         * include/dirent.h: Include <dirstream.h> before
41575         <dirent/dirent.h>.
41576
41577 2012-02-28  David S. Miller  <davem@davemloft.net>
41578
41579         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41580         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41581         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41582         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41583
41584 2012-02-27  David S. Miller  <davem@davemloft.net>
41585
41586         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41587         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41588         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41589         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41590
41591         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41592         frame pointer instead of stack pointer relative arg slot.
41593         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41594         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41595         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41596
41597 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41598
41599         [BZ #3992]
41600         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41601
41602 2012-02-27  David S. Miller  <davem@davemloft.net>
41603
41604         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41605         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41606         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41607         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41608         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41609         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41610         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41611         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41612
41613 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41614
41615         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41616         later.  Allow versions 5-9.
41617         * configure: Regenerated.
41618         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41619         required minimum version and 4.6 as recommended version.  Do not
41620         mention bugs in GCC 2.7 and 2.8.
41621         * INSTALL: Regenerated.
41622
41623 2012-02-27  David S. Miller  <davem@davemloft.net>
41624
41625         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41626         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41627         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41628         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41629         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41630         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41631         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41632         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41633
41634         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41635         manipulate bits before adding and subtracting TWO112[sx].
41636         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41637
41638 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41639
41640         [BZ #13775]
41641         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41642         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41643         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41644         being in POSIX, because they are in 1003.1-2008.
41645
41646         * rt/tst-aio.c: Include <fcntl.h>.
41647         * rt/tst-aio7.c: Likewise.
41648         * rt/tst-aio64.c: Likewise.
41649
41650         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41651
41652 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41653
41654         * manual/install.texi (--with-headers): Describe headers as
41655         interface headers, not private headers.
41656         (Specific advice for GNU/Linux systems): Describe use of headers
41657         from "make headers_install", not private headers from older
41658         kernels.
41659         * INSTALL: Regenerated.
41660         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41661         Change to 2.6.19.
41662         * sysdeps/unix/sysv/linux/configure: Regenerated.
41663
41664         * manual/llio.texi (fclean): Remove documentation.
41665
41666         * manual/Makefile (libc-texi-generated): New variable.  Include
41667         version.texi.
41668         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41669         $(libc-texi-generated), not duplicated list of files.
41670         (version.texi, stamp-version): New rules.
41671         (realclean): Remove $(libc-texi-generated), not individual files
41672         from that list.  Do not remove dir-add.texinfo.
41673         * manual/libc.texinfo: Comment out uses of edition numbers and
41674         references to printed manual.  Remove last-updated dates.
41675         (EDITION): Comment out.
41676         (ISBN): Likewise.
41677         (VERSION, UPDATED): Remove.
41678         (version.texi): Include.
41679
41680 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41681
41682         * sysdeps/posix/spawni.c: Include <signal.h>.
41683         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41684         * sysdeps/pthread/aio_fsync.c: Likewise.
41685
41686 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41687
41688         * conform/Makefile (tests): Run only when not cross-compiling and
41689         when fast-check is not defined.
41690
41691         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41692         * conform/data/limits.h-data: Fixes for POSIX2008.
41693         * conform/run-conformtest.sh: Run all tests.
41694         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41695         headers.
41696         * include/bits/dlfcn.h: Likewise.
41697         * include/langinfo.h: Likewise.
41698         * include/monetary.h: Likewise.
41699         * include/sys/poll.h: Likewise.
41700
41701         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41702         for __USE_GNU.
41703         * posix/spawn.h: Define __need_sigset_t.
41704         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41705         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41706         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41707         to get sigevent_t only.
41708         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41709         only for __USE_GNU.
41710         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41711         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41712         process_vm_writev only for __USE_GNU.
41713         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41714
41715         * conform/Makefile: For now ignore errors from run-conformtest.
41716         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41717         POSIX to avoid namespace pollution.  Don't prepend headers.
41718         * conform/data/aio.h-data: Fixes for POSIX testing.
41719         * conform/data/fcntl.h-data: Likewise.
41720         * conform/data/glob.h-data: Likewise.
41721         * conform/data/grp.h-data: Likewise.
41722         * conform/data/pthread.h-data: Likewise.
41723         * conform/data/pwd.h-data: Likewise.
41724         * conform/data/signal.h-data: Likewise.
41725         * conform/data/spawn.h-data: Likewise.
41726         * conform/data/stdio.h-data: Likewise.
41727         * conform/data/stdlib.h-data: Likewise.
41728         * conform/data/stropts.h-data: Likewise.
41729         * conform/data/sys/mman.h-data: Likewise.
41730         * conform/data/sys/stat.h-data: Likewise.
41731         * conform/data/sys/types.h-data: Likewise.
41732         * conform/data/sys/wait.h-data: Likewise.
41733         * conform/data/time.h-data: Likewise.
41734         * conform/data/unistd.h-data: Likewise.
41735         * conform/data/utime.h-data: Likewise.
41736
41737         * io/sys/stat.h: fchmod was always in POSIX.
41738         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41739         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41740         * rt/aio.h: Define __need_timespec before including <time.h>.
41741         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41742         struct.  Add forward declaration of pthread_attr_t and use it in
41743         sigevent.
41744         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41745         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41746         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41747         always remove CLK_TCK definition.
41748
41749 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41750
41751         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41752
41753 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41754
41755         * conform/run-conformtest.sh: New file.
41756         * conform/Makefile: Run run-conformtest for tests.
41757         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41758         support.
41759
41760         * conform/data/uchar.h-data: New file.
41761         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41762         * conform/data/arpa/inet.h-data: Likewise.
41763         * conform/data/assert.h-data: Likewise.
41764         * conform/data/complex.h-data: Likewise.
41765         * conform/data/cpio.h-data: Likewise.
41766         * conform/data/ctype.h-data: Likewise.
41767         * conform/data/dirent.h-data: Likewise.
41768         * conform/data/dlfcn.h-data: Likewise.
41769         * conform/data/errno.h-data: Likewise.
41770         * conform/data/fcntl.h-data: Likewise.
41771         * conform/data/float.h-data: Likewise.
41772         * conform/data/fmtmsg.h-data: Likewise.
41773         * conform/data/fnmatch.h-data: Likewise.
41774         * conform/data/ftw.h-data: Likewise.
41775         * conform/data/glob.h-data: Likewise.
41776         * conform/data/grp.h-data: Likewise.
41777         * conform/data/iconv.h-data: Likewise.
41778         * conform/data/inttypes.h-data: Likewise.
41779         * conform/data/langinfo.h-data: Likewise.
41780         * conform/data/libgen.h-data: Likewise.
41781         * conform/data/limits.h-data: Likewise.
41782         * conform/data/locale.h-data: Likewise.
41783         * conform/data/math.h-data: Likewise.
41784         * conform/data/monetary.h-data: Likewise.
41785         * conform/data/mqueue.h-data: Likewise.
41786         * conform/data/ndbm.h-data: Likewise.
41787         * conform/data/net/if.h-data: Likewise.
41788         * conform/data/netdb.h-data: Likewise.
41789         * conform/data/netinet/in.h-data: Likewise.
41790         * conform/data/nl_types.h-data: Likewise.
41791         * conform/data/poll.h-data: Likewise.
41792         * conform/data/pthread.h-data: Likewise.
41793         * conform/data/pwd.h-data: Likewise.
41794         * conform/data/regex.h-data: Likewise.
41795         * conform/data/sched.h-data: Likewise.
41796         * conform/data/search.h-data: Likewise.
41797         * conform/data/semaphore.h-data: Likewise.
41798         * conform/data/setjmp.h-data: Likewise.
41799         * conform/data/signal.h-data: Likewise.
41800         * conform/data/spawn.h-data: Likewise.
41801         * conform/data/stdarg.h-data: Likewise.
41802         * conform/data/stdio.h-data: Likewise.
41803         * conform/data/stdlib.h-data: Likewise.
41804         * conform/data/string.h-data: Likewise.
41805         * conform/data/strings.h-data: Likewise.
41806         * conform/data/stropts.h-data: Likewise.
41807         * conform/data/sys/ipc.h-data: Likewise.
41808         * conform/data/sys/mman.h-data: Likewise.
41809         * conform/data/sys/msg.h-data: Likewise.
41810         * conform/data/sys/resource.h-data: Likewise.
41811         * conform/data/sys/select.h-data: Likewise.
41812         * conform/data/sys/sem.h-data: Likewise.
41813         * conform/data/sys/shm.h-data: Likewise.
41814         * conform/data/sys/socket.h-data: Likewise.
41815         * conform/data/sys/stat.h-data: Likewise.
41816         * conform/data/sys/statvfs.h-data: Likewise.
41817         * conform/data/sys/time.h-data: Likewise.
41818         * conform/data/sys/timeb.h-data: Likewise.
41819         * conform/data/sys/times.h-data: Likewise.
41820         * conform/data/sys/types.h-data: Likewise.
41821         * conform/data/sys/uio.h-data: Likewise.
41822         * conform/data/sys/un.h-data: Likewise.
41823         * conform/data/sys/utsname.h-data: Likewise.
41824         * conform/data/sys/wait.h-data: Likewise.
41825         * conform/data/syslog.h-data: Likewise.
41826         * conform/data/tar.h-data: Likewise.
41827         * conform/data/termios.h-data: Likewise.
41828         * conform/data/utime.h-data: Likewise.
41829         * conform/data/utmpx.h-data: Likewise.
41830         * conform/data/varargs.h-data: Likewise.
41831         * conform/data/wchar.h-data: Likewise.
41832         * conform/data/wctype.h-data: Likewise.
41833         * conform/data/wordexp.h-data: Likewise.
41834
41835         * include/stropts.h: New file.
41836         * include/uchar.h: New file.
41837         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41838         * include/assert.h: Likewise.
41839         * include/ctype.h: Likewise.
41840         * include/dirent.h: Likewise.
41841         * include/dlfcn.h: Likewise.
41842         * include/fcntl.h: Likewise.
41843         * include/fnmatch.h: Likewise.
41844         * include/glob.h: Likewise.
41845         * include/grp.h: Likewise.
41846         * include/libio.h: Likewise.
41847         * include/locale.h: Likewise.
41848         * include/math.h: Likewise.
41849         * include/net/if.h: Likewise.
41850         * include/netdb.h: Likewise.
41851         * include/netinet/in.h: Likewise.
41852         * include/pthread.h: Likewise.
41853         * include/pwd.h: Likewise.
41854         * include/regex.h: Likewise.
41855         * include/sched.h: Likewise.
41856         * include/search.h: Likewise.
41857         * include/setjmp.h: Likewise.
41858         * include/signal.h: Likewise.
41859         * include/stdio.h: Likewise.
41860         * include/stdlib.h: Likewise.
41861         * include/string.h: Likewise.
41862         * include/sys/cdefs.h: Likewise.
41863         * include/sys/mman.h: Likewise.
41864         * include/sys/msg.h: Likewise.
41865         * include/sys/resource.h: Likewise.
41866         * include/sys/select.h: Likewise.
41867         * include/sys/socket.h: Likewise.
41868         * include/sys/stat.h: Likewise.
41869         * include/sys/statvfs.h: Likewise.
41870         * include/sys/time.h: Likewise.
41871         * include/sys/times.h: Likewise.
41872         * include/sys/uio.h: Likewise.
41873         * include/sys/utsname.h: Likewise.
41874         * include/sys/wait.h: Likewise.
41875         * include/termios.h: Likewise.
41876         * include/time.h: Likewise.
41877         * include/ulimit.h: Likewise.
41878         * include/unistd.h: Likewise.
41879         * include/utime.h: Likewise.
41880         * include/wchar.h: Likewise.
41881         * include/wctype.h: Likewise.
41882         * include/wordexp.h: Likewise.
41883
41884         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41885
41886         * time/time.h: TIME_UTC must be a macro.
41887         Make timespec_get available for ISO C11 only as well.
41888
41889 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41890
41891         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41892         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41893
41894 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41895
41896         * configure.in: Use -o not -a in test for unsupported multi-arch.
41897
41898 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41899
41900         * manual/texinfo.tex: Update to version 2012-01-19.16.
41901
41902 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41903
41904         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41905
41906 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41907
41908         [BZ #13738]
41909         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41910         * manual/fdl-1.3.texi: New file.
41911         * manual/fdl-1.1.texi: File removed.
41912
41913         [BZ #13738]
41914         * manual/libc.texinfo (FDL_VERSION): New @set.
41915         Use it for mention of FDL in cover text.
41916         (Documentation License): Use it in @include file name.
41917
41918 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41919             Roland McGrath  <roland@hack.frob.com>
41920
41921         [BZ #5461]
41922         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41923         (not LONG_LONG_MAX and LONG_LONG_MIN.
41924         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41925         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41926         name.
41927         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41928
41929 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41930
41931         [BZ #2547]
41932         [BZ #11365]
41933         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41934         manipulate bits before adding and subtracting TWO23[sx].
41935         * math/libm-test.inc (nearbyint_test): Add more tests.
41936
41937 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41938
41939         [BZ #2548]
41940         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41941         bits before adding and subtracting TWO23[sx].
41942         * math/libm-test.inc (rint_test): Add more tests.
41943         (rint_test_tonearest): Likewise.
41944         (rint_test_towardzero): Likewise.
41945         (rint_test_downward): Likewise.
41946         (rint_test_upward: Likewise.
41947
41948 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41949
41950         [BZ #10110]
41951         * include/stdc-predef.h: New file.  Extracted from features.h.
41952         * include/features.h: Include stdc-predef.h.
41953         * Makefile (headers): Add stdc-predef.h.
41954         * CONFORMANCE (Compiler limitations): Update.
41955
41956 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41957
41958         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41959
41960 2012-02-21  David S. Miller  <davem@davemloft.net>
41961
41962         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41963         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41964
41965 2012-02-20  David S. Miller  <davem@davemloft.net>
41966
41967         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41968         using a normal save/restore sequence, rather than allocating a
41969         dummy stack frame just to store a frame pointer and restore.
41970         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41971
41972 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41973
41974         * manual/install.texi: Fix stray word in line-wrapped comment.
41975
41976 2012-02-20  David S. Miller  <davem@davemloft.net>
41977
41978         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41979         both binutils and gcc support GOTDATA.
41980
41981         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41982         "rd %pc" in the PIC register setup sequences.
41983
41984         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41985         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41986         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41987         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41988         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41989         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41990         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41991         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41992         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41993         (SYSCALL_ERROR_HANDLER): Likewise.
41994         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41995         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41996         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41997         (SYSCALL_ERROR_HANDLER): Likewise.
41998
41999         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42000         (HAVE_GCC_GOTDATA): New.
42001         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42002         relocation support in both binutils and gcc.
42003         * sysdeps/sparc/elf/configure: Regenerate.
42004
42005         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42006         * sysdeps/sparc/sparc32/elf/configure: Delete.
42007         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42008         * sysdeps/sparc/sparc64/elf/configure: Delete.
42009         * sysdeps/sparc/elf/configure.in: New file.
42010         * sysdeps/sparc/elf/configure: Generate.
42011
42012         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42013         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42014         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42015         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42016         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42017
42018 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42019
42020         * manual/install.texi: Do not mention specific glibc version
42021         numbers.
42022         * manual/libc.texinfo (VERSION, UPDATED): Update.
42023         (@copying): Use @copyright{} and range of years.
42024
42025 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42026
42027         [BZ #13695]
42028         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42029         [crti.S not in sysdirs] (generated): Do not append.
42030         [crti.S not in sysdirs] (omit-deps): Likewise.
42031         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42032         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42033         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42034         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42035         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42036         Likewise.
42037         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42038         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42039         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42040         * csu/defs.awk: Remove file.
42041         * sysdeps/generic/initfini.c: Likewise.
42042         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42043         variable.
42044         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42045         Likewise.
42046
42047 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42048
42049         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42050         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42051         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42052         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42053         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42054         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42055         <bits/epoll.h>.
42056         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42057         (__EPOLL_PACKED): Define to empty if not defined by
42058         <bits/epoll.h>.
42059         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42060         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42061         bits/epoll.h.
42062
42063 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42064
42065         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42066         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42067         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42068         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42069         <bits/timerfd.h>.
42070         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42071         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42072         bits/timerfd.h.
42073
42074 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42075
42076         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42077         in C locale.
42078         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42079         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42080         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42082
42083 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42084
42085         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42086         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42087
42088 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42089
42090         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42091         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42092         defined.
42093         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42094         Likewise.
42095         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42096         entry for 2.16.
42097
42098 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42099
42100         * math/w_acos.c: Use non-signaling floating-point comparisons.
42101         * math/w_acosf.c: Likewise.
42102         * math/w_acosh.c: Likewise.
42103         * math/w_acoshf.c: Likewise.
42104         * math/w_acoshl.c: Likewise.
42105         * math/w_acosl.c: Likewise.
42106         * math/w_asin.c: Likewise.
42107         * math/w_asinf.c: Likewise.
42108         * math/w_asinl.c: Likewise.
42109         * math/w_atanh.c: Likewise.
42110         * math/w_atanhf.c: Likewise.
42111         * math/w_atanhl.c: Likewise.
42112         * math/w_exp2.c: Likewise.
42113         * math/w_exp2f.c: Likewise.
42114         * math/w_exp2l.c: Likewise.
42115         * math/w_j0.c: Likewise.
42116         * math/w_j0f.c: Likewise.
42117         * math/w_j0l.c: Likewise.
42118         * math/w_j1.c: Likewise.
42119         * math/w_j1f.c: Likewise.
42120         * math/w_j1l.c: Likewise.
42121         * math/w_jn.c: Likewise.
42122         * math/w_jnf.c: Likewise.
42123         * math/w_log.c: Likewise.
42124         * math/w_log10.c: Likewise.
42125         * math/w_log10f.c: Likewise.
42126         * math/w_log10l.c: Likewise.
42127         * math/w_log2.c: Likewise.
42128         * math/w_log2f.c: Likewise.
42129         * math/w_log2l.c: Likewise.
42130         * math/w_logf.c: Likewise.
42131         * math/w_logl.c: Likewise.
42132         * math/w_sqrt.c: Likewise.
42133         * math/w_sqrtf.c: Likewise.
42134         * math/w_sqrtl.c: Likewise.
42135         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42136         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42137         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42138         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42139         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42140
42141 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42142
42143         [BZ #9739]
42144         * manual/string.texi (strnlen): Use correct parameter name in
42145         equivalent expression.
42146
42147 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42148
42149         [BZ #11174]
42150         * manual/users.texi (seteuid): Consistently use neweuid for
42151         argument name.
42152
42153 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42154
42155         [BZ #13704]
42156         * manual/nss.texi (Services in the NSS configuration): Correct
42157         list of services in example configuration file.
42158
42159 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42160
42161         [BZ #11322]
42162         * manual/arith.texi: Remove statements about negative zero
42163         behaving identically to zero.
42164
42165 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42166
42167         [BZ #5993]
42168         * manual/install.texi: Do not document upgrading from libc5.
42169
42170 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42171
42172         [BZ #4596]
42173         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42174
42175 2012-02-18  David S. Miller  <davem@davemloft.net>
42176
42177         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42178         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42179         %o7 across the call.
42180         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42181         instead.
42182         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42183         SETUP_PIC_REG_LEAF.
42184         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42185         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42186         * sysdeps/sparc/crtn.S: Likewise.
42187
42188 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42189
42190         * aout/Makefile: Remove.
42191
42192 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42193
42194         [BZ #13058]
42195         * manual/examples/argp-ex1.c (main): Format definition in GNU
42196         style.
42197         * manual/examples/argp-ex2.c (main): Likewise.
42198         * manual/examples/argp-ex3.c (main): Likewise.
42199         * manual/examples/argp-ex4.c (main): Likewise.
42200         * manual/examples/longopt.c (main): Use new-style prototype
42201         definition.
42202         * manual/examples/strncat.c (main): Specify return type and use
42203         (void) for arguments.
42204         * manual/examples/subopt.c (main): Use char **argv argument.
42205
42206 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42207
42208         [BZ #5077]
42209         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42210         rounding modes.
42211
42212 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42213
42214         [BZ #6907]
42215         * manual/string.texi (strchr): Change when strchrnul is
42216         recommended.
42217
42218 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42219
42220         [BZ #174]
42221         * manual/locale.texi (setlocale): Document LOCPATH.
42222
42223 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42224
42225         [BZ #10210]
42226         * manual/process.texi (execle): Move @dots{} before last argument.
42227
42228 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
42229
42230         [BZ #12047]
42231         * manual/charset.texi (Generic Charset Conversion): Fix typo
42232         (LC_TYPE -> LC_CTYPE).
42233
42234 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
42235
42236         [BZ #5805]
42237         * manual/arith.texi (scalbn): Use @var{} on parameter names.
42238         (scalbnf): Likewise.
42239         (scalbnl): Likewise.
42240         (scalbln): Likewise.
42241         (scalblnf): Likewise.
42242         (scalblnl): Likewise.
42243         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42244         (vwarnx): Likewise.
42245         (verr): Likewise.
42246         (verrx): Likewise.
42247         * manual/filesys.texi (telldir): Use braces around return type.
42248         * manual/llio.texi (mmap): Add space after comma.
42249         (mmap64): Likewise.
42250         * manual/math.texi (jn): Use @var{} on parameter names.
42251         (jnf): Likewise.
42252         (jnl): Likewise.
42253         (yn): Likewise.
42254         (ynf): Likewise.
42255         (ynl): Likewise.
42256         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42257         line.
42258         * manual/resource.texi (ulimit): Use @dots{} instead of literal
42259         "...".
42260         (sched_get_priority_min): Remove semicolon on @deftypefun line.
42261         (sched_get_priority_max): Likewise.
42262         * manual/signal.texi (sigvec): Add space after comma.
42263         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42264         names.
42265         (if_indextoname): Likewise.
42266         (if_freenameindex): Likewise.
42267         (sendto): Use ',' instead of '.' in prototype.
42268         * manual/startup.texi (syscall): Use @dots{} instead of literal
42269         "...".
42270         * manual/stdio.texi (__fpending): Separate initial words of
42271         paragraph from @deftypefun line.
42272         * manual/syslog.texi (syslog): Use @dots{} instead of literal
42273         "...".
42274         (vsyslog): Use @var{} on parameter names.
42275         * manual/terminal.texi (stty): Use @var{} on parameter names.
42276         * manual/users.texi (getutmp): Use @var{} on parameter names.
42277         (getutmpx): Likewise.
42278
42279 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42280
42281         [BZ #6884]
42282         * manual/stdio.texi (fopen): Fix typos in description of
42283         ",ccs=STRING".
42284
42285 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42286
42287         [BZ #4026]
42288         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42289         get clock_id definition.
42290
42291 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
42292
42293         [BZ #4822]
42294         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42295         (madvise): Cast every argument to void on its own.
42296
42297 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42298
42299         [BZ #9902]
42300         * manual/startup.texi (Exit Status): Fix typo.
42301
42302 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42303
42304         [BZ #10140]
42305         * manual/examples/argp-ex1.c: Include <stdlib.h>.
42306         * manual/examples/argp-ex2.c: Likewise.
42307         * manual/examples/argp-ex3.c: Likewise.
42308
42309 2012-02-16  Richard Henderson  <rth@redhat.com>
42310
42311         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
42312         * sysdeps/s390/s390-32/initfini.c: Remove.
42313         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
42314         * sysdeps/s390/s390-64/initfini.c: Remove.
42315
42316 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42317
42318         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
42319         compiler output for sysdeps/generic/initfini.c.
42320         * sysdeps/sh/elf/initfini.c: Remove file.
42321
42322 2012-02-16  David S. Miller  <davem@davemloft.net>
42323
42324         [BZ #11494]
42325         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42326
42327         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42328         * sysdeps/sparc/crti.S: New file.
42329         * sysdeps/sparc/crtn.S: New file.
42330         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42331         * sysdeps/sparc/sparc64/Makefile: Likewise.
42332
42333 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42334
42335         [BZ #3335]
42336         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42337
42338 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42339
42340         [BZ #4822]
42341         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42342
42343         * mach/devstream.c (cookie_io_functions_t): Macro removed.
42344         (write, read, close): Likewise.
42345         Patch by Aurelien Jarno <aurelien@aurel32.net>.
42346
42347 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
42348
42349         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42350         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42351         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42352         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42353         <bits/signalfd.h>.
42354         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42355         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42356         bits/signalfd.h.
42357
42358 2012-02-14  Marek Polacek  <polacek@redhat.com>
42359
42360         * sysdeps/x86_64/crti.S: New file.
42361         * sysdeps/x86_64/crtn.S: New file.
42362         * sysdeps/x86_64/elf/initfini.c: Remove file.
42363
42364 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42365
42366         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42367         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42368         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42369         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42370         <bits/inotify.h>.
42371         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42372         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42373         bits/inotify.h.
42374
42375 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42376
42377         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42378         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42379         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42380         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42381         <bits/eventfd.h>.
42382         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42383         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42384         bits/eventfd.h.
42385
42386 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
42387
42388         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42389         __feraiseexcept instead of feraiseexcept.
42390
42391         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42392         nanosleep invocations.
42393         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42394         strings, and add error checking for a nanosleep invocations.
42395
42396 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
42397
42398         Replace FSF snail mail address with URLs, as per GNU coding standards.
42399         Most of the snail mail addresses were wrong anyway, and omitting
42400         them makes the source code easier to maintain.  Almost all of the
42401         changes are to license notices and to locale LC_IDENTIFICATION
42402         addresses, except for this one:
42403         * manual/libc.texinfo: In "Published by", give the FSF's URL,
42404         not its snail mail address.
42405
42406 2012-02-09  Richard Henderson  <rth@twiddle.net>
42407
42408         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42409         of kernel-features.h.
42410
42411         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42412
42413 2012-02-08  Marek Polacek  <polacek@redhat.com>
42414
42415         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42416         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42417         * sysdeps/gnu/_G_config.h: Likewise.
42418         * sysdeps/generic/_G_config.h: Likewise.
42419
42420 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
42421
42422         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42423         tests.
42424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42425
42426         * sysdeps/powerpc/powerpc32/crti.S: New file.
42427         * sysdeps/powerpc/powerpc32/crtn.S: New file.
42428         * sysdeps/powerpc/powerpc64/crti.S: New file.
42429         * sysdeps/powerpc/powerpc64/crtn.S: New file.
42430
42431         * Makeconfig (have-initfini): Don't set.
42432         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42433         * configure.in (nopic_initfini): Don't substitute.
42434         * config.h.in (HAVE_INITFINI): Don't #undef.
42435         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42436         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42437
42438 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
42439
42440         Support crti.S and crtn.S provided directly by architectures.
42441         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42442         [crti.S in sysdirs] (omit-deps): Likewise.
42443         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42444         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42445         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42446         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42447         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42448         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42449         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42450         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42451         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42452         compiler output for sysdeps/generic/initfini.c.
42453         * sysdeps/i386/elf/Makefile: Remove file.
42454         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42455
42456 2012-02-07  Marek Polacek  <polacek@redhat.com>
42457
42458         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42459         * sysdeps/gnu/_G_config.h: Likewise.
42460         * sysdeps/mach/hurd/_G_config.h: Likewise.
42461
42462 2012-02-07  Marek Polacek  <polacek@redhat.com>
42463
42464         * math/Makefile (tests): Add tst-CMPLX2.
42465         * math/tst-CMPLX2.c: New file.
42466
42467 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42468
42469         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42470
42471         * math/libm-test.inc (jn_test): Add missing L suffix.
42472
42473 2012-02-06  Marek Polacek  <polacek@redhat.com>
42474
42475         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42476         * sysdeps/i386/fpu/e_powf.S: Likewise.
42477         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42478         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42479         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42480         * sysdeps/i386/fpu/e_pow.S: Likewise.
42481         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42482         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42483         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42484         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42485         * sysdeps/i386/fpu/e_log2.S: Likewise.
42486         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42487         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42488         * sysdeps/i386/fpu/e_powl.S: Likewise.
42489         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42490         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42491         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42492         * sysdeps/i386/fpu/e_logl.S: Likewise.
42493         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42494         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42495         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42496         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42497         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42498         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42499         * sysdeps/i386/fpu/e_log.S: Likewise.
42500         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42501         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42502         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42503         * sysdeps/i386/fpu/e_logf.S: Likewise.
42504         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42505         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42506         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42507         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42508         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42509         * sysdeps/i386/fpu/e_log10.S: Likewise.
42510         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42511         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42512         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42513         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42514         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42515         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42516         * sysdeps/i386/asm-syntax.h: Likewise.
42517         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42518         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42519         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42520         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42521         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42522         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42523         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42524         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42525         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42526         * sysdeps/powerpc/sysdep.h: Likewise.
42527         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42528         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42529
42530 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42531
42532         [BZ #411]
42533         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42534
42535 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42536
42537         * sysdeps/i386/sysdep.h: Include <features.h>.
42538         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42539         version.
42540
42541 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42542
42543         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42544         Define.
42545         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42546         LOAD_PIC_REG_STR.
42547
42548 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42549
42550         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42551         (SETUP_PIC_REG): Use GET_PC_THUNK.
42552         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42553         macro.
42554
42555 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42556
42557         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42558         for non-PIC compilation.
42559         (SETUP_PIC_REG): Add .p2align directive.
42560         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42561         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42562         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42563         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42564         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42565         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42566         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42567         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42568         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42569         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42570         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42571         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42572         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42573         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42574         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42575         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42576         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42577         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42578         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42579         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42580         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42581         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42582         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42583         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42584         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42585         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42586         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42587         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42588         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42589         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42590         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42591         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42592         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42593         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42594         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42595         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42596         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42597         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42598         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42599         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42600         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42601
42602 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42603
42604         * math/tst-CMPLX.c: Include <stdio.h>.
42605
42606 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42607
42608         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42609         float.
42610         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42611         * sysdeps/sparc/bits/mathdef.h: Likewise.
42612
42613 2012-01-31  Marek Polacek  <polacek@redhat.com>
42614
42615         * libio/libio.h: Don't define _PARAMS.
42616         * locale/programs/config.h: Don't define PARAMS.
42617         * stdlib/strtol_l.c: Likewise.
42618         (__strtol_l): Remove PARAMS from the prototype.
42619
42620 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42621
42622         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42623         names.  Just use the correct names.  Remove unnecessary wrapper
42624         functions.
42625         * malloc/arena.c: Likewise.
42626         * malloc/hooks.c: Likewise.
42627
42628         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42629         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42630         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42631
42632 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42633
42634         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42635         into tail calls.
42636         (update_get_addr): New function.
42637         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42638         GET_ADDR_MODULE parameter.
42639
42640 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42641
42642         * crypt/cert.c: Remove __STDC__ conditionals.
42643         * crypt/crypt-entry.c: Likewise.
42644         * crypt/crypt_util.c: Likewise.
42645         * libio/filedoalloc.c: Likewise.
42646         * libio/fileops.c: Likewise.
42647         * libio/genops.c: Likewise.
42648         * libio/iofclose.c: Likewise.
42649         * libio/iofdopen.c: Likewise.
42650         * libio/iofopen.c: Likewise.
42651         * libio/iofopen64.c: Likewise.
42652         * libio/iogetdelim.c: Likewise.
42653         * libio/iopopen.c: Likewise.
42654         * libio/obprintf.c: Likewise.
42655         * libio/oldfileops.c: Likewise.
42656         * libio/oldiofclose.c: Likewise.
42657         * libio/oldiofdopen.c: Likewise.
42658         * libio/oldiofopen.c: Likewise.
42659         * libio/oldiopopen.c: Likewise.
42660         * libio/wfiledoalloc.c: Likewise.
42661         * libio/wgenops.c: Likewise.
42662         * locale/programs/xmalloc.c: Likewise.
42663         * misc/syslog.c: Likewise.
42664         * stdio-common/xbug.c: Likewise.
42665         * string/memchr.c: Likewise.
42666         * string/memcmp.c: Likewise.
42667         * string/memrchr.c: Likewise.
42668         * string/rawmemchr.c: Likewise.
42669         * sysdeps/posix/getcwd.c: Likewise.
42670         * time/strftime_l.c: Likewise.
42671
42672 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42673
42674         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42675         * config.make.in (config-cflags-sse2avx): Define.
42676         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42677         Fix typo.
42678
42679 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42680
42681         * scripts/config.guess: Update from upstream config git repository.
42682         * scripts/config.sub: Likewise.
42683
42684 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42685
42686         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42687         (EM_NUM): Update.
42688         (R_TILEPRO_*, R_TILEGX_*): New macros.
42689
42690         * scripts/firstversions.awk: Fix bug in version range handling.
42691
42692         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42693
42694         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42695
42696         * include/sys/epoll.h: New file.
42697         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42698         libc_hidden_def.
42699
42700 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42701
42702         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42703         Avoid unnecessary __WORDSIZE == 64 test.
42704         (fmaxf): Use VEX format if possible.
42705         (fmax): Likewise.
42706         (fminf): Likewise.
42707         (fmin): Likewise.
42708
42709         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42710         * math/math_private.h: Remove libc_fegetround* and
42711         libc_fesetround*.
42712         * sysdeps/i386/configure.in: Check for -msse2avx.
42713         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42714         also if SSE2AVX is defined.
42715         Remove libc_fegetround* and libc_fesetround*.
42716         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42717         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42718         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42719         of HAS_YMM_USABLE.
42720         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42721         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42722         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42723         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42724         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42725
42726         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42727
42728 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42729
42730         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42731         size is not set.
42732         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42733
42734 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42735
42736         [BZ #13618]
42737         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42738         relocation.
42739         * Makeconfig (libm): Define.
42740         * elf/Makefile: Add rules to build and run tst-relsort1.
42741         * elf/tst-relsort1.c: New file.
42742         * elf/tst-relsort1mod1.c: New file.
42743         * elf/tst-relsort1mod2.c: New file.
42744
42745 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42746
42747         * math/s_ldexp.c: Remove __STDC__ conditionals.
42748         * math/s_ldexpf.c: Likewise.
42749         * math/s_ldexpl.c: Likewise.
42750         * math/s_nextafter.c: Likewise.
42751         * math/s_nexttowardf.c: Likewise.
42752         * math/s_significand.c: Likewise.
42753         * math/s_significandf.c: Likewise.
42754         * math/s_significandl.c: Likewise.
42755         * math/w_jnl.c: Likewise.
42756         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42757         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42758         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42759         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42760         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42761         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42762         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42763         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42764         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42765         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42766         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42767         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42768         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42769         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42770         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42771         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42772         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42773         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42774         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42775         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42776         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42777         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42778         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42779         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42780         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42781         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42782         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42783         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42784         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42785         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42786         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42787         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42788         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42789         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42790         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42791         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42792         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42793         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42794         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42795         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42796         * sysdeps/ieee754/k_standard.c: Likewise.
42797         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42798         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42799         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42800         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42801         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42802         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42803         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42804         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42805         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42806         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42807         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42808         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42809         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42810         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42811         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42812         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42813         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42814         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42815         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42816         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42817         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42818         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42819         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42820         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42821         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42822         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42823         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42824         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42825         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42826         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42827         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42828         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42829         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42830         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42831         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42832         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42833         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42834         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42835         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42836         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42837         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42838         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42839         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42840         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42841         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42842         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42843         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42844         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42845         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42846         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42847         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42848         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42849         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42850         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42851         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42852         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42853         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42854         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42855         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42856         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42857         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42858         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42859         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42860         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42861         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42862         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42863         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42864         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42865         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42866         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42867         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42868         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42869         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42870         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42871         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42872         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42873         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42874         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42875         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42876         * sysdeps/ieee754/s_matherr.c: Likewise.
42877         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42878         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42879         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42880         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42881
42882 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42883
42884         * crypt/md5.h: Remove __STDC__ conditionals.
42885         * libio/libioP.h: Likewise.
42886         * locale/programs/config.h: Likewise.
42887         * sysdeps/generic/sysdep.h: Likewise.
42888         * sysdeps/i386/asm-syntax.h: Likewise.
42889         * sysdeps/s390/asm-syntax.h: Likewise.
42890         * sysdeps/unix/sysdep.h: Likewise.
42891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42893
42894 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42895
42896         * libio/libio.h: Remove __STDC__ conditionals.
42897         * malloc/obstack.h: Likewise.
42898         * math/complex.h: Likewise.
42899         * math/math.h: Likewise.
42900         * sysdeps/generic/_G_config.h: Likewise.
42901         * sysdeps/gnu/_G_config.h: Likewise.
42902         * sysdeps/mach/hurd/_G_config.h: Likewise.
42903         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42904         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42905         * sysdeps/sparc/bits/mathdef.h: Likewise.
42906
42907 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42908
42909         [BZ #13583]
42910         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42911         Clean up HAS_* macros.
42912         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42913         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42914         possible.
42915         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42916         HAS_AVX.
42917         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42918         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42919         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42920         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42921         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42922
42923 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42924
42925         * elf/tst-unique3.cc (gets): Remove declaration.
42926         * elf/tst-unique3lib.cc (gets): Likewise.
42927         * elf/tst-unique3lib2.cc (gets): Likewise.
42928         * elf/tst-unique4.cc (gets): Likewise.
42929
42930 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42931
42932         * include/stdio.h: Add C++ protection.  Add gets declarations and
42933         definitions.
42934         * debug/tst-chk1.c: Don't declare gets here.
42935         * stdio-common/tst-gets.c: Likewise.
42936
42937 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42938
42939         * posix/glob: Remove directory.
42940
42941 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42942
42943         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42944
42945 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42946
42947         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42948         of the non-standard EPFNOSUPPORT.
42949
42950 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42951
42952         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42953         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42954         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42955
42956 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42957
42958         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42959
42960 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42961
42962         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42963         transient errors.
42964         * nscd/grpcache.c (cache_addgr): Likewise.
42965         * nscd/hstcache.c (cache_addhst): Likewise.
42966         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42967         * nscd/pwdcache.c (cache_addpw): Likewise.
42968         * nscd/servicescache.c (cache_addserv): Likewise.
42969
42970 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42971
42972         * malloc/malloc.c: Various cleanups.
42973         * malloc/hooks.c: Likewise.
42974
42975         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42976         * stdlib/bug-fmtmsg1.c: New file.
42977
42978         * stdlib/fmtmsg.c (init): Add missing unlock.
42979         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42980
42981 2012-01-12  Marek Polacek  <polacek@redhat.com>
42982
42983         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42984         and _GNU_SOURCE.
42985
42986 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42987
42988         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42989         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42990         macro to ensure uniqueness of label name.
42991         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42992         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42993
42994 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42995
42996         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42997
42998         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42999         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43000         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43001         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43002
43003 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43004
43005         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43006
43007         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43008         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43009         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43010
43011         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43012
43013         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43014         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43015         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43016         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43017
43018         * math/bits/math-finite.h: Add ldexp support.
43019
43020 2012-01-10  Marek Polacek  <polacek@redhat.com>
43021
43022         * locale/programs/localedef.h (show_archive_content): Add noreturn
43023         attribute.
43024
43025 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43026
43027         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43028
43029 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43030
43031         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43032
43033         * io/Makefile (headers): Add bits/poll2.h.
43034
43035 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43036
43037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43038         typo #include statement.
43039
43040 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43041
43042         * include/sys/cdefs.h: Define __attribute_alloc_size.
43043         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43044         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43045         * elf/pldd.c: Likewise.
43046         * iconv/iconv_charmap.c: Likewise.
43047         * iconv/iconvconfig.c: Likewise.
43048         * iconv/strtab.c: Likewise.
43049         * locale/programs/locale.c: Likewise.
43050         * locale/programs/localedef.h: Likewise.
43051         * locale/programs/simple-hash.c: Likewise.
43052         * nscd/nscd.h: Likewise.
43053         * nss/makedb.c: Likewise.
43054         * sysdeps/generic/ldconfig.h: Likewise.
43055         * locale/programs/localedef.c: Remove xmalloc prototype.
43056         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43057
43058 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43059
43060         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43061         appropriate.
43062
43063 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43064
43065         * math/Makefile (tests): Add tst-CMPLX.
43066         * math/tst-CMPLX.c: New file.
43067
43068         * math/complex.h (CMPLXL): Fix typo.
43069
43070         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43071         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43072         GLIBC_2.16.
43073         * debug/tst-chk1.c: Add poll and ppoll tests.
43074         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43075         * include/sys/poll.h: Add hidden proto for ppoll.
43076         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43077         * sysdeps/mach/hurd/ppoll.c: Likewise.
43078         * io/ppoll.c: Likewise.
43079         * debug/poll_chk.c: New file.
43080         * debug/ppoll_chk.c: New file.
43081         * include/bits/poll2.h: New file.
43082         * io/bits/poll2.h: New file.
43083
43084         [BZ #1350]
43085         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43086
43087         * configure.in: static is always set to yes.  Remove.
43088         * config.make.in: Don't set build-static.
43089         * Makeconfig: Remove use of build-static.
43090         * dlfcn/Makefile: Likewise.
43091         * elf/Makefile: Likewise.
43092         * math/Makefile: Likewise.
43093         * misc/Makefile: Likewise.
43094         * nptl/Makefile: Likewise.
43095         * sysdeps/mach/hurd/Makefile: Likewise.
43096
43097         * configure.in: PWD_P is not used anymore.
43098         * config.make.in: Remove PWD_P entry.
43099
43100         * configure.in: Remove last remnants of RANLIB.
43101         No need to check for signed size_t anymore.
43102         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43103         and IA-64.
43104         Remove __builtin_expect test because we require at least gcc 3.4.
43105         * aclocal.m4: Likewise.
43106
43107         * wcsmbs/mbrtoc16.c: Implement using towc function.
43108         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43109         * wcsmbs/wcsmbsload.c: Likewise.
43110         * iconv/gconv_simple.c: Likewise.
43111         * iconv/gconv_int.h: Likewise.
43112         * iconv/gconv_builtin.h: Likewise.
43113         * iconv/iconv_prog.c: Remove CHAR16 handling.
43114
43115         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43116
43117         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43118
43119         * configure.in: Remove --with-elf and --enable-bounded options.
43120         Dont set base_machine for ia64.  More non-ELF conditions removed.
43121         Remove testing and setting of leading underscore information.
43122         * config.make.in (build-bounded): Set to no.
43123         * config.h.in: Remove NO_UNDERSCORES entry.
43124         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43125         them.
43126         * csu/start.c: Remove !NO_UNDERSCORE code.
43127         * locale/localeinfo.h: Likewise.
43128         * sysdeps/generic/machine-gmon.h: Likewise.
43129         * sysdeps/generic/sysdep.h: Likewise.
43130         * sysdeps/i386/sysdep.h: Likewise.
43131         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43132         * sysdeps/mach/sysdep.h: Likewise.
43133         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43134         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43135         * sysdeps/sh/sysdep.h: Likewise.
43136         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43137         * sysdeps/unix/i386/sysdep.S: Likewise.
43138         * sysdeps/unix/sparc/start.c: Likewise.
43139         * sysdeps/unix/sparc/sysdep.S: Likewise.
43140         * sysdeps/unix/sparc/sysdep.h: Likewise.
43141         * sysdeps/unix/start.c: Likewise.
43142         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43143         * sysdeps/x86_64/sysdep.h: Likewise.
43144
43145 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43146
43147         [BZ #13553]
43148         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43149         for non-gcc.
43150         * argp/argp-fmtstream.h: Use const instead __const.
43151         * argp/argp.h: Likewise.
43152         * assert/assert.h: Likewise.
43153         * bits/fenv.h: Likewise.
43154         * bits/sched.h: Likewise.
43155         * bits/sigset.h: Likewise.
43156         * bits/sigthread.h: Likewise.
43157         * catgets/nl_types.h: Likewise.
43158         * conform/data/pthread.h-data: Likewise.
43159         * crypt/crypt-private.h: Likewise.
43160         * crypt/crypt.h: Likewise.
43161         * crypt/crypt_util.c: Likewise.
43162         * ctype/ctype.h: Likewise.
43163         * debug/execinfo.h: Likewise.
43164         * debug/mbsnrtowcs_chk.c: Likewise.
43165         * debug/mbsrtowcs_chk.c: Likewise.
43166         * debug/wcsnrtombs_chk.c: Likewise.
43167         * debug/wcsrtombs_chk.c: Likewise.
43168         * debug/wcstombs_chk.c: Likewise.
43169         * dirent/dirent.h: Likewise.
43170         * dlfcn/dlfcn.h: Likewise.
43171         * elf/neededtest4.c: Likewise.
43172         * grp/grp.h: Likewise.
43173         * gshadow/gshadow.h: Likewise.
43174         * iconv/gconv.h: Likewise.
43175         * iconv/gconv_int.h: Likewise.
43176         * iconv/gconv_simple.c: Likewise.
43177         * iconv/iconv.h: Likewise.
43178         * iconv/loop.c: Likewise.
43179         * iconv/skeleton.c: Likewise.
43180         * include/aio.h: Likewise.
43181         * include/aliases.h: Likewise.
43182         * include/argz.h: Likewise.
43183         * include/arpa/inet.h: Likewise.
43184         * include/assert.h: Likewise.
43185         * include/dirent.h: Likewise.
43186         * include/dlfcn.h: Likewise.
43187         * include/execinfo.h: Likewise.
43188         * include/fcntl.h: Likewise.
43189         * include/fenv.h: Likewise.
43190         * include/glob.h: Likewise.
43191         * include/grp.h: Likewise.
43192         * include/libintl.h: Likewise.
43193         * include/mntent.h: Likewise.
43194         * include/netdb.h: Likewise.
43195         * include/pwd.h: Likewise.
43196         * include/rpc/netdb.h: Likewise.
43197         * include/sched.h: Likewise.
43198         * include/search.h: Likewise.
43199         * include/shadow.h: Likewise.
43200         * include/signal.h: Likewise.
43201         * include/stdio.h: Likewise.
43202         * include/stdlib.h: Likewise.
43203         * include/string.h: Likewise.
43204         * include/sys/socket.h: Likewise.
43205         * include/sys/stat.h: Likewise.
43206         * include/sys/statfs.h: Likewise.
43207         * include/sys/statvfs.h: Likewise.
43208         * include/sys/syslog.h: Likewise.
43209         * include/sys/time.h: Likewise.
43210         * include/sys/uio.h: Likewise.
43211         * include/time.h: Likewise.
43212         * include/unistd.h: Likewise.
43213         * include/utmp.h: Likewise.
43214         * include/wchar.h: Likewise.
43215         * include/wctype.h: Likewise.
43216         * inet/aliases.h: Likewise.
43217         * inet/arpa/inet.h: Likewise.
43218         * inet/netinet/ether.h: Likewise.
43219         * inet/netinet/in.h: Likewise.
43220         * intl/libintl.h: Likewise.
43221         * io/bits/fcntl2.h: Likewise.
43222         * io/fcntl.h: Likewise.
43223         * io/ftw.h: Likewise.
43224         * io/sys/poll.h: Likewise.
43225         * io/sys/stat.h: Likewise.
43226         * io/sys/statfs.h: Likewise.
43227         * io/sys/statvfs.h: Likewise.
43228         * io/utime.h: Likewise.
43229         * libio/bits/stdio.h: Likewise.
43230         * libio/bits/stdio2.h: Likewise.
43231         * libio/libio.h: Likewise.
43232         * libio/libioP.h: Likewise.
43233         * libio/stdio.h: Likewise.
43234         * locale/lc-ctype.c: Likewise.
43235         * locale/locale.h: Likewise.
43236         * login/utmp.h: Likewise.
43237         * malloc/arena.c: Likewise.
43238         * malloc/malloc.c: Likewise.
43239         * malloc/malloc.h: Likewise.
43240         * malloc/mcheck.c: Likewise.
43241         * malloc/mtrace.c: Likewise.
43242         * math/bits/mathcalls.h: Likewise.
43243         * math/fenv.h: Likewise.
43244         * math/math_private.h: Likewise.
43245         * misc/bits/error.h: Likewise.
43246         * misc/bits/syslog.h: Likewise.
43247         * misc/err.h: Likewise.
43248         * misc/error.h: Likewise.
43249         * misc/fstab.h: Likewise.
43250         * misc/mntent.h: Likewise.
43251         * misc/regexp.h: Likewise.
43252         * misc/search.h: Likewise.
43253         * misc/sgtty.h: Likewise.
43254         * misc/sys/mman.h: Likewise.
43255         * misc/sys/syslog.h: Likewise.
43256         * misc/sys/uio.h: Likewise.
43257         * misc/sys/xattr.h: Likewise.
43258         * misc/ttyent.h: Likewise.
43259         * nis/rpcsvc/ypclnt.h: Likewise.
43260         * nss/nss.h: Likewise.
43261         * posix/bits/unistd.h: Likewise.
43262         * posix/fnmatch.h: Likewise.
43263         * posix/glob.h: Likewise.
43264         * posix/sched.h: Likewise.
43265         * posix/spawn.h: Likewise.
43266         * posix/sys/wait.h: Likewise.
43267         * posix/unistd.h: Likewise.
43268         * posix/wordexp.h: Likewise.
43269         * pwd/pwd.h: Likewise.
43270         * resolv/netdb.h: Likewise.
43271         * resource/sys/resource.h: Likewise.
43272         * rt/aio.h: Likewise.
43273         * rt/bits/mqueue2.h: Likewise.
43274         * rt/mqueue.h: Likewise.
43275         * shadow/shadow.h: Likewise.
43276         * signal/signal.h: Likewise.
43277         * socket/send.c: Likewise.
43278         * socket/sendto.c: Likewise.
43279         * socket/sys/socket.h: Likewise.
43280         * stdio-common/printf.h: Likewise.
43281         * stdlib/bits/stdlib.h: Likewise.
43282         * stdlib/fmtmsg.h: Likewise.
43283         * stdlib/monetary.h: Likewise.
43284         * stdlib/stdlib.h: Likewise.
43285         * stdlib/ucontext.h: Likewise.
43286         * streams/stropts.h: Likewise.
43287         * string/argz.h: Likewise.
43288         * string/bits/string2.h: Likewise.
43289         * string/string.h: Likewise.
43290         * string/strings.h: Likewise.
43291         * sunrpc/rpc/auth.h: Likewise.
43292         * sunrpc/rpc/auth_des.h: Likewise.
43293         * sunrpc/rpc/clnt.h: Likewise.
43294         * sunrpc/rpc/netdb.h: Likewise.
43295         * sunrpc/rpc/pmap_clnt.h: Likewise.
43296         * sunrpc/rpc/xdr.h: Likewise.
43297         * sysdeps/generic/inttypes.h: Likewise.
43298         * sysdeps/generic/net/if.h: Likewise.
43299         * sysdeps/generic/sys/swap.h: Likewise.
43300         * sysdeps/gnu/net/if.h: Likewise.
43301         * sysdeps/gnu/utmpx.h: Likewise.
43302         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43303         * sysdeps/i386/i486/bits/string.h: Likewise.
43304         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43305         * sysdeps/s390/bits/string.h: Likewise.
43306         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43307         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43308         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
43309         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
43310         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
43311         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
43312         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
43313         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
43314         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
43315         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
43316         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
43317         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
43318         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
43319         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
43320         * sysdeps/unix/sysv/linux/readv.c: Likewise.
43321         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
43322         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
43323         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43324         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43325         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43326         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43327         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43328         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43329         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43330         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43331         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43332         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43333         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43334         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43335         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43336         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43337         * sysvipc/sys/ipc.h: Likewise.
43338         * sysvipc/sys/msg.h: Likewise.
43339         * sysvipc/sys/sem.h: Likewise.
43340         * sysvipc/sys/shm.h: Likewise.
43341         * termios/termios.h: Likewise.
43342         * time/sys/time.h: Likewise.
43343         * time/time.h: Likewise.
43344         * wcsmbs/bits/wchar2.h: Likewise.
43345         * wcsmbs/uchar.h: Likewise.
43346         * wcsmbs/wchar.h: Likewise.
43347         * wctype/wctype.h: Likewise.
43348
43349         [BZ #13551]
43350         * Makeconfig: Remove all but ELF support including AIX support.
43351         * Makerules: Likewise.
43352         * config.h.in: Likewise.
43353         * config.make.in: Likewise.
43354         * configure: Likewise.
43355         * configure.in: Likewise.
43356         * csu/Makefile: Likewise.
43357         * csu/version.c: Likewise.
43358         * debug/Makefile: Likewise.
43359         * dlfcn/Makefile: Likewise.
43360         * elf/Makefile: Likewise.
43361         * extra-lib.mk: Likewise.
43362         * iconv/Makefile: Likewise.
43363         * include/libc-symbols.h: Likewise.
43364         * include/shlib-compat.h: Likewise.
43365         * resolv/Makefile: Likewise.
43366         * resolv/res_libc.c: Likewise.
43367         * rt/Makefile: Likewise.
43368         * sysdeps/i386/asm-syntax.h: Likewise.
43369         * sysdeps/i386/sysdep.h: Likewise.
43370         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43371         * sysdeps/mach/sysdep.h: Likewise.
43372         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43373         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43374         * sysdeps/s390/asm-syntax.h: Likewise.
43375         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43376         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43377         * sysdeps/sh/sysdep.h: Likewise.
43378         * sysdeps/unix/sparc/sysdep.h: Likewise.
43379         * sysdeps/wordsize-32/divdi3.c: Likewise.
43380         * sysdeps/x86_64/sysdep.h: Likewise.
43381
43382         * argp/Versions: Remove _argp_unlock_xxx.
43383
43384         [BZ #13559]
43385         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
43386         * abilist/libBrokenLocale.abilist: Likewise.
43387         * abilist/libanl.abilist: Likewise.
43388         * abilist/libc.abilist: Likewise.
43389         * abilist/libcrypt.abilist: Likewise.
43390         * abilist/libdl.abilist: Likewise.
43391         * abilist/libm.abilist: Likewise.
43392         * abilist/libnsl.abilist: Likewise.
43393         * abilist/libpthread.abilist: Likewise.
43394         * abilist/libresolv.abilist: Likewise.
43395         * abilist/librt.abilist: Likewise.
43396         * abilist/libthread_db.abilist: Likewise.
43397         * abilist/libutil.abilist: Likewise.
43398         * abilist/libnss_db.abilist: New file.
43399
43400         * scripts/abilist.awk: Add support for indirect functions.
43401
43402         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43403
43404         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43405
43406         * shlib-versions: Remove entries for ports architectures.
43407
43408         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
43409         files in ports.
43410         * elf/stackguard-macros.h: Remove support for IA-64.
43411         * elf/tst-auditmod1.c: Likewise.
43412         * sysdeps/generic/ldsodefs.h: Likewise.
43413
43414         * sysdeps/unix/sysv/linux/configure.in: Ports should define
43415         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43416         configure files.
43417
43418         [BZ #13552]
43419         * configure.in: Remove --enable-omitfp support.
43420         * FAQ.in: Adjust.
43421         * config.make.in: Likewise.
43422         * Makeconfig: Likewise.
43423         * manual/install.texi: Likewise.
43424
43425         In case anyone cares, the IA-64 architecture could move to ports.
43426         * sysdeps/ia64/*: Removed.
43427         * sysdeps/unix/sysv/linux/ia64/*: Removed.
43428         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
43429
43430         [BZ #13555]
43431         * configure.in: Remove entries for unsupported architectures.
43432
43433         [BZ #13533]
43434         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43435         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
43436         routines.
43437         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43438         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43439         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
43440         fall back to using wcrtomb.
43441         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43442         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
43443         renaming.
43444         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43445         * wcsmbs/tst-c16c32-1.c: New file.
43446
43447         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43448         local variable.
43449
43450         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43451
43452         * elf/tst-unique3.cc: Add explicit declaration of gets.
43453         * elf/tst-unique3lib.cc: Likewise.
43454         * elf/tst-unique3lib2.cc: Likewise.
43455         * elf/tst-unique4.cc: Likewise.
43456
43457         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43458
43459 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43460
43461         [BZ #13566]
43462         * assert/assert.h (static_assert): Don't define for C++.
43463         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43464         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43465
43466 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43467
43468         * iconv/loop.c (single loop): Fix assertion in storing of
43469         remaining bytes.
43470
43471         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43472
43473 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43474
43475         * posix/getconf.c: Update copyright year.
43476         * nss/getent.c: Likewise.
43477         * nss/makedb.c: Likewise.
43478         * iconv/iconvconfig.c: Likewise.
43479         * iconv/iconv_prog.c: Likewise.
43480         * elf/ldconfig.c: Likewise.
43481         * elf/pldd.c: Likewise.
43482         * elf/sotruss.ksh: Likewise.
43483         * catgets/gencat.c: Likewise.
43484         * csu/version.c: Likewise.
43485         * elf/ldd.bash.in: Likewise.
43486         * elf/sprof.c (print_version): Likewise.
43487         * locale/programs/locale.c: Likewise.
43488         * locale/programs/localedef.c: Likewise.
43489         * login/programs/pt_chown.c: Likewise.
43490         * nscd/nscd.c (print_version): Likewise.
43491         * debug/xtrace.sh: Likewise.
43492         * malloc/memusage.sh: Likewise.
43493         * malloc/mtrace.pl: Likewise.
43494         * debug/catchsegv.sh: Likewise.
43495
43496 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43497
43498         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43499         pure attribute.
43500
43501 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43502
43503         [BZ #13533]
43504         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43505         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43506         transformations.
43507         * iconv/gconv_int.h: Likewise.
43508         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43509         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43510         from libc for GLIBC_2.16.
43511         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43512         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43513         * wcsmbs/uchar.h: Really define mbstate_t.
43514         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43515         * wcsmbs/c16rtomb.c: New file.
43516         * wcsmbs/mbrtoc16.c: New file.
43517         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43518         for C/POSIX locale.
43519         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43520         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43521
43522         * wcsmbs/wchar.h: Add missing __restrict.
43523
43524 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43525
43526         [BZ #13532]
43527         * time/Makefile (routines): Add timespec_get.
43528         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43529         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43530         timespec for ISO C11.
43531         * time/timespec_get.c: New file.
43532         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43533         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43534
43535         [BZ #13531]
43536         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43537         * stdlib/stdlib.h: Declare aligned_alloc.
43538         * Versions.def: Add GLIBC_2.16 for libc.
43539         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43540
43541         [BZ 13527]
43542         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43543         ISO C11.
43544
43545         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43546         code.
43547
43548         [BZ #13528]
43549         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43550
43551         [BZ #13529]
43552         * assert/assert.h (static_assert): Define.
43553
43554         * version.h: Update for 2.16 development version.
43555
43556         [BZ #13526]
43557         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43558         _ISOC11_SOURCE.
43559
43560         * version.h (RELEASE): Bump for 2.15 release.
43561         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43562
43563         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43564         Patch by Marek Polacek <mpolacek@redhat.com>.
43565
43566         * bits/byteswap.h: Protect long long constants with __extension__.
43567         * sysdeps/i386/bits/byteswap.h: Likewise.
43568         * sysdeps/ia64/bits/byteswap.h: Likewise.
43569         * sysdeps/s390/bits/byteswap.h: Likewise.
43570         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43571
43572 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43573
43574         [BZ #13540]
43575         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43576         destination buffer.
43577         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43578
43579 2011-12-23  Marek Polacek  <polacek@redhat.com>
43580
43581         * elf/dl-addr.c (determine_info): Add inline keyword.
43582         * elf/tst-auditmod4b.c (check_avx): Likewise.
43583         * elf/tst-auditmod6b.c (check_avx): Likewise.
43584         * elf/tst-auditmod6c.c (check_avx): Likewise.
43585         * elf/tst-auditmod7b.c (check_avx): Likewise.
43586
43587 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43588
43589         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43590         !__SSE_MATH__.
43591
43592 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43593
43594         [BZ #13540]
43595         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43596         processing for last bytes.
43597
43598 2011-08-06  Bruno Haible  <bruno@clisp.org>
43599
43600         [BZ #13061]
43601         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43602         U+0385, not to U+1FEE.
43603
43604         [BZ #13062]
43605         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43606         entry for U+00A5 U+0301.
43607
43608 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43609
43610         [BZ #13166]
43611         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43612         buffer for the output is too small.
43613
43614         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43615         optimization.
43616
43617         [BZ #13185]
43618         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43619         SSE flags if possible.
43620
43621 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43622
43623         [BZ #13540]
43624         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43625         processing for last bytes.
43626
43627 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43628
43629         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43630         (syscall-list-default-options, syscall-list-default-condition)
43631         (syscall-list-includes): Define.
43632         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43633         list of ABIs and options and #if conditions for each ABI.  Do not
43634         handle common syscalls between ABIs specially.
43635         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43636         Remove.
43637         (syscall-list-variants, syscall-list-32bit-options)
43638         (syscall-list-32bit-condition, syscall-list-64bit-options)
43639         (syscall-list-64bit-condition): Define.
43640         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43641         (syscall-list-variants, syscall-list-32bit-options)
43642         (syscall-list-32bit-condition, syscall-list-64bit-options)
43643         (syscall-list-64bit-condition): Define.
43644         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43645         Remove.
43646         (syscall-list-variants, syscall-list-32bit-options)
43647         (syscall-list-32bit-condition, syscall-list-64bit-options)
43648         (syscall-list-64bit-condition): Define.
43649         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43650         Remove.
43651         (syscall-list-variants, syscall-list-32bit-options)
43652         (syscall-list-32bit-condition, syscall-list-64bit-options)
43653         (syscall-list-64bit-condition): Define.
43654
43655 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43656
43657         * locale/iso-639.def: Add brx entry.
43658
43659         [BZ #13328]
43660         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43661         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43662
43663         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43664         __feraiseexcept_renamed.
43665
43666 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43667
43668         [BZ #13538]
43669         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43670         EPOLLET with unsigned values.
43671         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43672         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43673
43674         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43675         to large cancellation.
43676         * math/s_cacoshf.c: Likewise.
43677         * math/s_cacoshl.c: Likewise.
43678
43679 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43680
43681         [BZ #13305]
43682         [BZ #12786]
43683         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43684         * math/s_cacoshf.c: Likewise.
43685         * math/s_cacoshl.c: Likewise.
43686
43687 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43688
43689         [BZ #13439]
43690         * iconv/gconv.h: Define __GCONV_SWAP.
43691         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43692         * iconvdata/utf-16.c: Likewise.
43693         * iconvdata/utf-32.c: Likewise.
43694
43695 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43696
43697         [BZ #13524]
43698         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43699         numerator after shifting it by one limb.
43700
43701 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43702
43703         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43704         under [__USE_EXTERN_INLINES].
43705
43706 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43707
43708         [BZ #13446]
43709         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43710
43711 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43712
43713         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43714         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43715         optimized code.
43716         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43717         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43718         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43719         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43720         for strncasecmp/strncasecmp_l compilation.
43721         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43722         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43723
43724 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43725
43726         [BZ #13484]
43727         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43728         of __asm__.
43729
43730 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43731
43732         [BZ #13506]
43733         * time/tzfile.c (__tzfile_read): Check values from file header.
43734
43735 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43736
43737         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43738         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43739         * powerpc/powerpc32/dl-start.S: Likewise.
43740         * powerpc/powerpc32/elf/start.S: Likewise.
43741         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43742         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43743         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43744         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43745         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43746         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43747         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43748         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43749         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43750         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43751         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43752         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43753         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43754         * powerpc/powerpc32/memset.S: Likewise.
43755         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43756         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43757         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43758         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43759         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43760         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43761         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43762         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43763         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43764         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43765         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43766         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43767         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43768
43769 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43770
43771         * math/libm-test.inc: Added more nearbyint tests.
43772         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43773         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43774         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43775         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43776
43777 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43778
43779         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43780         FD_CLOEXEC.
43781
43782 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43783
43784         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43785         Add wcscpy-ssse3 wcscpy-c.
43786         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43787         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43788         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43789         * sysdeps/x86_64/wcschr.S: New file.
43790         * sysdeps/x86_64/wcsrchr.S: New file.
43791         * string/test-strcmp.c: Remove checking of wcscmp function for
43792         wrong alignments.
43793         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43794         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43795         wcsrchr-sse2 wcsrchr-c.
43796         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43797         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43798         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43799         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43800         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43801         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43802         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43803         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43804         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43805         * wcsmbc/wcschr.c (WCSCHR): New macro.
43806
43807 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43808
43809         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43810         * wcsmbs/test-wcsrchr.c: New file.
43811         * string/test-strrchr.c: Add wcsrchr support.
43812         (WIDE): New macro.
43813         * wcsmbs/test-wcscpy.c: New file.
43814         * string/test-strcpy.c: Add wcscpy support.
43815         (WIDE): New macro.
43816
43817 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43818
43819         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43820         the inner loop.
43821
43822 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43823
43824         [BZ #13472]
43825         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43826
43827 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43828
43829         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43830         Minor optimizations.
43831
43832         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43833         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43834         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43835
43836 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43837
43838         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43839         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43840         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43841         for gcc to avoid warnings.
43842         * inet/Makefile (tests): Add tst-checks.
43843         * inet/tst-checks.c: New file.
43844
43845         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43846         warning.
43847
43848         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43849         __wmemcmp_sse2.
43850
43851         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43852         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43853
43854         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43855
43856 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43857
43858         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43859         problem.
43860
43861         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43862
43863 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43864
43865         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43866         conditional on GCC version.
43867         (__arch_compare_and_exchange_val_8_acq)
43868         (__arch_compare_and_exchange_val_16_acq)
43869         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43870         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43871         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43872
43873 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43874
43875         * sysdeps/sh/backtrace.c: New file.
43876
43877 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43878
43879         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43880         parenthesis.
43881
43882 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43883
43884         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43885         falling back to utime.
43886
43887 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43888
43889         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43890         expectations for float.
43891
43892 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43893
43894         * locale/weight.h (findidx): Add parameter len.
43895         * locale/weightwc.h (findidx): Likewise.
43896         * posix/fnmatch_loop.c (FCT): Adjust caller.
43897         * posix/regcomp.c (build_equiv_class): Likewise.
43898         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43899         * posix/regexec.c (check_node_accept_bytes): Likewise.
43900         * string/strcoll_l.c (STRCOLL): Likewise.
43901         * string/strxfrm_l.c (STRXFRM): Likewise.
43902
43903 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43904
43905         * Makefile.in: Remove CVSOPT handling.
43906         * configure.in: Remove use of AC_REVISION.
43907         * iconvdata/Makefile (distribute): No need to filter out CVS.
43908         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43909         handling.
43910
43911 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43912
43913         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43914         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43915         [USE_AS_STRNCASECMP_L]: Likewise.
43916         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43917         NO_TLS_DIRECT_SEG_REFS.
43918         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43919         Fix argument offsets for non-PIC.
43920         [USE_AS_STRNCASECMP_L]: Likewise.
43921         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43922         NO_TLS_DIRECT_SEG_REFS.
43923
43924 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43925
43926         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43927         O_CLOEXEC.
43928         * locale/loadlocale.c (_nl_load_locale): Likewise.
43929
43930 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43931
43932         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43933         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43934         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43935         (SYSCALL_GETTIME): Set errno on error.
43936
43937         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43938         count references to noai6ai_cached.
43939
43940 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43941
43942         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43943
43944         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43945         FD_CLOEXEC for /proc/self/maps.
43946
43947         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43948         FD_CLOEXEC for /proc/meminfo.
43949
43950         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43951         gai.conf.
43952
43953         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43954         FD_CLOEXEC for given file.
43955
43956         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43957
43958         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43959         FD_CLOEXEC for /etc/hosts.
43960         (_gethtent): Likewise.
43961
43962         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43963
43964         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43965         cancellation and set FD_CLOEXEC for /etc/netgroup.
43966
43967         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43968         reading /etc/publickey.
43969
43970         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43971         allow cancellation when reading /etc/group.
43972
43973         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43974         cancellation.
43975         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43976
43977         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43978         when using data file.
43979
43980         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43981
43982         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43983         (write_nis_obj): Use "c" and "e" in fopen.
43984
43985         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43986
43987         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43988
43989         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43990
43991         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43992
43993         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43994         locale.alias.
43995
43996         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43997
43998         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43999
44000         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44001
44002         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44003         file parsing and set FD_CLOEXEC.
44004
44005 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44006
44007         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44008
44009 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44010
44011         * malloc/arena.c (arena_get2): Don't call reused_arena when
44012         _int_new_arena failed.
44013
44014 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44015
44016         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44017         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44018         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44019         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44020         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44021         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44022         to compile strcasecmp and strncasecmp.
44023         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44024         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44025
44026         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44027
44028 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44029
44030         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44031         locale-defines.sym to gen-as-const-headers.
44032         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44033         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44034         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44035         to compile strcasecmp and strncasecmp.
44036         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44037         strcasecmp_l and strncasecmp_l.
44038         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44039         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44040         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44041         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44042         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44043         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44044         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44045         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44046         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44047         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44048         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44049
44050 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44051
44052         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44053         result of SYSDEP_GETTIME_CPU to retval.
44054         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44055         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44056
44057         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44058         variable.
44059
44060         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44061         mantissa words.
44062         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44063
44064         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44065         from unused variable.
44066
44067         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44068         DWARF definitions.
44069         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44070         for assembling.
44071
44072         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44073         over namespaces.
44074
44075         * sunrpc/rpc_prot.c (rejected): Fix case value.
44076
44077         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44078         unsigned long long int to avoid warnings in shift.
44079
44080         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44081         of use of trans.
44082         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44083         variable tmp.
44084
44085         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44086         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44087         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44088
44089         * nis/nis_table.c (nis_list): Use variable of correct type for
44090         result of __follow_path call.
44091
44092 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44093
44094         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44095         of math functions ceil, trunc, floor, round, and sqrt, when
44096         avaliable on the platform.
44097         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44098         name clash.
44099         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44100         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44101         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44102
44103 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44104
44105         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44106         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44107
44108 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44109
44110         * include/unistd.h: Fix __readlink return type.
44111         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44112
44113 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44114
44115         * stdlib/ucontext.h: Undo last change for makecontext.
44116
44117 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44118
44119         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44120
44121         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44122         * setjmp/setjmp.h: Mark functions as non-leaf.
44123         * setjmp/bits/setjmp2.h: Likewise.
44124         * stdlib/ucontext.h: Likewise.
44125
44126 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44127
44128         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44129         (reused_arena): Don't check arena limit.
44130         (arena_get2): Atomically check arena limit.
44131
44132 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44133
44134         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44135         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44136
44137         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44138         instructions.
44139
44140 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44141
44142         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44143         handler when locking.
44144
44145         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44146         Fix size of allocated buffer.
44147
44148 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44149
44150         [BZ #10103]
44151         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44152         declarations for long double functions.
44153         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44154
44155         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44156
44157 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44158
44159         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44160         installed.
44161
44162         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44163         is disabled.
44164
44165 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44166
44167         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44168
44169 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44170
44171         * include/alloca.h (stackinfo_alloca_round): Define.
44172         (extend_alloca): Use it.
44173         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44174         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44175         here.
44176
44177         * scripts/check-local-headers.sh: Ignore libaudit.h.
44178
44179         * nscd/Makefile (extra-objs): Make recursively expanded.
44180
44181 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44182
44183         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44184         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44185
44186         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44187         * posix/tst-rfc3484-2.c: Likewise.
44188         * posix/tst-rfc3484-3.c: Likewise.
44189
44190         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44191         process_vm_writev.
44192         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44193         process_vm_writev.
44194         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44195         process_vm_writev from libc using GLIBC_2.15 version.
44196
44197         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44198
44199 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44200
44201         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44202         stack usage.
44203
44204 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44205
44206         [BZ #13367]
44207         * nss/getent.c (initgroups_keys): Show error message in case no group
44208         names are given.
44209
44210         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44211         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44212         __bump_nl_timestamp.
44213         * nscd/connections (nscd_init): When host database is served open
44214         netlink socket and request notification about configuration changes.
44215         (main_loop_poll): Track netlink file descriptor and bump timestamp
44216         in case data becomes available.
44217         (main_loop_epoll): Likewise.
44218         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44219         (database_pers_head): Add extra_data fileds.
44220         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44221         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44222         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44223         Adjust caller.
44224         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44225         in6ai data, call __free_in6ai.
44226         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44227         Add -DHAVE_NETLINK.
44228         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
44229         interface information.  Reuse previous data if netlink timestamp
44230         is not changed.
44231         (__bump_nl_timestamp): New function.
44232         (__free_in6ai): New function.
44233
44234 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
44235
44236         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44237         close_not_cancel_no_status here.
44238         (__check_pf): Reorganize code a bit to not call close twice if OOM.
44239
44240 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44241
44242         [BZ #13276]
44243         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44244         return value.
44245
44246         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
44247         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44248         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44249
44250 2011-07-03  Andreas Jaeger  <aj@suse.de>
44251
44252         [BZ #10709]
44253         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44254         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44255         * math/libm-test.inc (sin_test): Add test case.
44256
44257 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44258
44259         [BZ #13337]
44260         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44261         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44262
44263         * elf/chroot_canon.c (chroot_canon): Cleanups.
44264
44265         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44266
44267         [BZ #13335]
44268         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44269         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44270
44271         * string/test-strchr.c: Make usable for strchrnul testing.
44272         * string/test-strchrnul.c: New file.
44273         * string/Makefile (strop-tests): Add strchrnul.
44274
44275         * po/it.po: Update from translation team.
44276         * po/es.po: Likewise.
44277
44278 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44279
44280         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44281         the three constants needed as parameters.  Drop the others.
44282         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44283         __m128i_strloadu_tolower.
44284         Create and initialize variable zero and use it in all the places
44285         where _mm_setzero_si128 was used.
44286
44287         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44288         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44289         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44290         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44291         anymore.
44292         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44293         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44294         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44295         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44296         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44297         __mpranred, __mptan.
44298         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44299         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44300         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44301         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44302         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44303         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44304         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44305         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44306         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44307
44308 2011-10-28  Andreas Schwab  <schwab@redhat.com>
44309
44310         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
44311         redefine if SHARED.
44312         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
44313
44314         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
44315         wide char related routines to wcsmbs subdir.
44316
44317 2011-10-27  Andreas Schwab  <schwab@redhat.com>
44318
44319         [BZ #13344]
44320         * misc/sys/cdefs.h (__THROWNL): Define.
44321         * posix/unistd.h: Use __THREADNL instead of __THREAD
44322         for memory synchronization functions.
44323
44324 2011-10-26  Roland McGrath  <roland@hack.frob.com>
44325
44326         [BZ #13349]
44327         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44328         doesn't exist.
44329         * manual/stdio.texi (Obstack Streams): Node removed.
44330
44331 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44332
44333         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44334         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44335         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44336
44337         * math/math_private.h (math_force_eval): Allow non-addressable
44338         arguments.
44339         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44340
44341 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44342
44343         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44344         file is not needed.
44345
44346         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44347         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44348         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44349         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44350         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44351         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44352         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44353         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44354         Add AVX variants.
44355         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44356         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44357         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44358         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44359         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44360         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44361         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44362         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44363         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44364         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44365         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44366         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44367         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44368         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44369         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44370         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44371         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44372         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44373         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44374
44375         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44376         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
44377
44378         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44379         place.  Use VEX encoding when compiling for AVX.
44380
44381 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44382
44383         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44384         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44385
44386         * string/test-strchr.c (do_test): Don't generate NUL bytes.
44387
44388 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44389
44390         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
44391         useless if() expression.
44392         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44393         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44394         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44395         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44396         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44397         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44398         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44399         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44400         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44401         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44402         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44403         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44404         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44405         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44406         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44407         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44408         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44409         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44410         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44411
44412         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44413
44414 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44415
44416         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44417         condition.
44418         * elf/dl-fini.c (_dl_sort_fini): Likewise.
44419
44420 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44421
44422         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44423         .text section.  Avoid duplicate constants.
44424         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44425         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44426         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44427         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44428         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44429         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44430         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44431         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44432         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44433         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44434         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44435         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44436         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44437         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44438         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44439         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44440         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44441         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44442         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44443         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44444         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44445         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44446         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44447         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44448         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44449         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44450         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44451         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44452         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44453         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44454         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44455         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44456         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44457         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44458         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44459         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44460         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44461         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44462         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44463         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44464         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44465         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44466         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44467         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44468         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44469
44470 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44471
44472         * sysdeps/x86_64/dla.h: Move to ...
44473         * sysdeps/x86_64/fpu/dla.h: ...here.
44474         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44475         situations.  Use __builtin_fma only for gcc 4.6 and up.
44476
44477         * config.make.in: Add have-mfma4 entry.
44478         * configure.in: Substitute libc_cv_cc_fma4.
44479         * math/Makefile (dbl-only-routines): Add sincostab.
44480         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44481         Use __sincostab not sincos.
44482         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44483         name is a macro.
44484         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44485         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44486         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44487         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44488         using __copysign.
44489         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44490         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44491         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44492         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44493         and __inv.
44494         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44495         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44496         __copysign.
44497         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44498         define aliases when function name is a macro.
44499         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44500         sysdeps/ieee754/dbl-64/sincos.tbl.
44501         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44502         fma4-enabled routines.
44503         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44504         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44505         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44506         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44507         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44508         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44509         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44510         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44511         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44512         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44513         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44514         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44515         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44516         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44517         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44518         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44519         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44520         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44521         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44522         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44523         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44524         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44525         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44526         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44527         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44528         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44529         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44530         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44531         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44532         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44533
44534         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44535         rename.
44536         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44537         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44538         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44539         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44540         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44541         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44542         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44543         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44544
44545 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44546
44547         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44548
44549 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44550
44551         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44552
44553         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44554         prediction.
44555         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44556
44557         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44558         Remove unused variable magic_bits.
44559         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44560
44561         * string/strnlen.c: Define and use STRNLEN macro.
44562         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44563         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44564         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44565         * wcsmbs/wcslen.c: Define and use WCSLEN.
44566         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44567         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44568         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44569         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44570         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44571         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44572         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44573
44574 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44575
44576         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44577         strnlen-sse2-no-bsf.
44578         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44579         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44580         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44581         Add strnlen support.
44582         (USE_AS_STRNLEN): New macro.
44583         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44584         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44585         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44586         * sysdeps/x86_64/wcslen.S: New file.
44587
44588 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44589
44590         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44591         XMM-moves are used for copying on small sizes.
44592
44593 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44594
44595         * wcsmbs/Makefile (strop-tests): Add wcschr.
44596         * wcsmbs/test-wcschr.c: New file.
44597         * string/test-strchr.c: Update.
44598         Add wcschr support.
44599         (WIDE): New macro.
44600
44601 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44602
44603         * wcsmbs/Makefile (strop-tests): Add wcslen.
44604         * wcsmbs/test-wcslen.c: New file.
44605         * string/test-strlen.c: Update.
44606         Add wcslen support.
44607         (WIDE): New macro.
44608
44609 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44610
44611         * po/it.po: Update from translation team.
44612
44613 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44614
44615         * sysdeps/x86_64/wcscmp.S: Update.
44616         Fix wrong comparison semantics.
44617         wcscmp shall use signed comparison not unsigned.
44618         Don't use substraction to avoid overflow bug.
44619         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44620         * wcsmbc/wcscmp.c: Likewise.
44621         * string/test-strcmp.c: Likewise.
44622         Add new tests to check cases with negative values.
44623
44624 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44625
44626         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44627         * sysdeps/x86_64/dla.h: ...here.  New file.
44628         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44629         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44630         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44631         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44632         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44633         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44634         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44635         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44636         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44637
44638 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44639
44640         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44641         __ynl_finite aliases.
44642
44643 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44644
44645         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44646
44647         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44648         define DLA_FMA.
44649         [DLA_FMA] (EMULV): Use DLA_FMA.
44650         [DLA_FMA] (MUL12): Use EMULV.
44651         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44652         that are not needed.
44653         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44654         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44655         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44656         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44657         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44658         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44659         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44660
44661 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44662
44663         * math/s_nan.c: Undef __nan.
44664         * math/s_nanf.c: Undef __nanf.
44665         * math/s_nanl.c: Undef __nanl.
44666         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44667         "math_private.h".
44668
44669 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44670
44671         * math/s_catan.c: Add branch predictions.
44672         * math/s_catanf.c: Likewise.
44673         * math/s_catanh.c: Likewise.
44674         * math/s_catanhf.c: Likewise.
44675         * math/s_catanhl.c: Likewise.
44676         * math/s_catanl.c: Likewise.
44677         * math/s_cexp.c: Likewise.
44678         * math/s_cexpf.c: Likewise.
44679         * math/s_cexpl.c: Likewise.
44680         * math/s_clog.c: Likewise.
44681         * math/s_clog10.c: Likewise.
44682         * math/s_clog10f.c: Likewise.
44683         * math/s_clog10l.c: Likewise.
44684         * math/s_clogf.c: Likewise.
44685         * math/s_clogl.c: Likewise.
44686         * math/s_csqrt.c: Likewise.
44687         * math/s_csqrtf.c: Likewise.
44688         * math/s_csqrtl.c: Likewise.
44689         * math/s_ctanf.c: Likewise.
44690         * math/s_ctanh.c: Likewise.
44691         * math/s_ctanhf.c: Likewise.
44692         * math/s_ctanhl.c: Likewise.
44693         * math/s_ctanl.c: Likewise.
44694
44695         * math/math_private.h: Define __nan, __nanf, __nanl.
44696         * math/s_cacosh.c: Include <math_private.h>.
44697         * math/s_cacoshl.c: Likewise.
44698         * math/s_casinh.c: Likewise.
44699         * math/s_casinhf.c: Likewise.
44700         * math/s_casinhl.c: Likewise.
44701         * math/s_ccos.c: Rely entire on ccosh.
44702         * math/s_ccosf.c: Rely entire on ccoshf.
44703         * math/s_ccosl.c: Rely entirely on ccoshl.
44704         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44705         Remove tests for FE_INVALID.
44706         * math/s_ccoshf.c: Likewise.
44707         * math/s_ccoshl.c: Likewise.
44708         * math/s_csin.c: Likewise.
44709         * math/s_csinf.c: Likewise.
44710         * math/s_csinh.c Likewise.
44711         * math/s_csinhf.c: Likewise.
44712         * math/s_csinhl.c: Likewise.
44713         * math/s_csinl.c: Likewise.
44714         * math/s_ctan.c: Likewise.
44715         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44716         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44717         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44718
44719 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44720
44721         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44722         compilation problems.
44723
44724         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44725         __builtin_expect.
44726
44727 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44728
44729         * sysdeps/i386/configure.in: Test for -mfma4 option.
44730         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44731         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44732         COMMON_CPUID_INDEX_80000001.
44733         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44734         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44735         use it if FMA3 is not supported.
44736         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44737
44738         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44739         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44740
44741 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44742
44743         [BZ #12892]
44744         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44745         it would create a cycle with a link time dependency.
44746
44747 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44748
44749         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44750         instruction.
44751         * string/Makefile (strop-tests): Add rawmemchr.
44752         * string/test-rawmemchr.c: New file.
44753
44754         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44755         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44756         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44757         when compiling str{,n}casecmp and when AVX is available.  Hook up
44758         new optimized code in initializers.
44759
44760 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44761
44762         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44763         __feraiseexcept instead of feraiseexcept.
44764
44765 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44766
44767         * math/math_private.h: Define defaults for libc_fetestexcept and
44768         libc_feupdateenv.
44769         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44770         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44771         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44772         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44773         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44774         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44775         libc_fetestexcept and libc_feupdateenv.
44776
44777         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44778         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44779         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44780         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44781         libc_feholdexcept_setround.
44782
44783         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44784         Add s_nearbyint-c and s_nearbyintf-c.
44785         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44786         nearbyintf inlines.
44787         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44788         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44789         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44790         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44791
44792         * math/math_private.h: Define defaults for libc_fegetround,
44793         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44794         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44795         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44796         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44797         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44798         standard functions.
44799         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44800         Remove comments and hacks for old compiler versions.
44801         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44802         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44803         libc_feholdexceptl.
44804
44805 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44806
44807         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44808         (__feraiseexcept_renamed): Add __NTH.
44809         (feraiseexcept): Add __NTH.  Rename local variables to fix
44810         namespace violations.
44811
44812 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44813
44814         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44815
44816         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44817
44818         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44819         recently added interfaces.
44820         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44821
44822         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44823         about macro parameter expansion.
44824
44825         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44826         __NO_MATH_INLINES is defined.  Cleanups.
44827
44828         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44829         and __floorf is target has SSE4.1.
44830         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44831         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44832         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44833         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44834
44835         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44836         name.
44837         (floorf): Likewise.
44838
44839         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44840
44841 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44842
44843         * misc/sys/cdefs.h: Fix last change.
44844
44845         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44846         database lookup.
44847
44848 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44849
44850         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44851
44852         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44853         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44854         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44855         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44856         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44857         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44858         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44859         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44860         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44861         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44862         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44863         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44864         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44865         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44866         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44867         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44868         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44869         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44870         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44871         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44872         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44873         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44874
44875         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44876         ceil, ceilf, floor, floorf.
44877
44878         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44879         Perform IRELATIVE relocations last.
44880
44881         * elf/do-rel.h: Add another parameter nrelative, replacing the
44882         local variable with the same name.  Change name of the function
44883         to end in Rel or Rela (uppercase).
44884         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44885         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44886         elf_dynamic_do_##reloc function.
44887
44888 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44889
44890         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44891         is sufficient, at least on modern CPUs.
44892
44893         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44894
44895         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44896         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44897
44898         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44899         __expl_finite.
44900         * math/bits/math-finite.h: Add entries for exp.
44901         * math/e_expl.c: Add __*_finite alias.
44902         * sysdeps/i386/fpu/e_exp.S: Likewise.
44903         * sysdeps/i386/fpu/e_expf.S: Likewise.
44904         * sysdeps/i386/fpu/e_expl.c: Likewise.
44905         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44906         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44907         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44908         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44909         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44910         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44911         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44912
44913         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44914         is sufficient, at least on modern CPUs.
44915
44916         * ctype/ctype-info.c (__ctype_init): Define.
44917         * include/ctype.h (__ctype_init): Declare.
44918         (__ctype_b_loc): The variable is always initialized.
44919         (__ctype_toupper_loc): Likewise.
44920         (__ctype_tolower_loc): Likewise.
44921         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44922         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44923
44924 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44925
44926         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44927
44928         * configure.in: Also look in $cxxmachine/include for C++ system
44929         headers.
44930
44931 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44932
44933         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44934         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44935         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44936         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44937         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44938         (USE_AS_WMEMCMP): New macro.
44939         Fixing indents.
44940         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44941         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44942         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44943         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44944         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44945         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44946         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44947         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44948         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44949         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44950         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44951         (USE_AS_WMEMCMP): New macro.
44952         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44953         * sysdeps/string/test-memcmp.c: Update.
44954         Fix simple_wmemcmp.
44955         Add new tests.
44956         * wcsmbs/wmemcmp.c: Update.
44957         (WMEMCMP): New macro.
44958         Fix overflow bug.
44959
44960 2011-10-12  Andreas Jaeger  <aj@suse.de>
44961
44962         [BZ #13268]
44963         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44964
44965 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44966
44967         * libio/iofwide.c (do_length): Avoid warning.
44968
44969         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44970
44971 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44972
44973         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44974
44975         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44976         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44977         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44978         * sysdeps/i386/i686/fpu/e_log.S: New file.
44979         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44980         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44981
44982         * ctype/ctype.h: Add support for inlined isXXX functions when
44983         compiling C++ code.
44984
44985 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44986
44987         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44988
44989         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44990
44991 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44992
44993         [BZ #13291]
44994         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44995
44996 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44997
44998         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44999         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45000         feraiseexcept.
45001
45002         * sysdeps/x86_64/memrchr.S: Check for zero size.
45003
45004         * string/stratcliff.c: Add memrchr tests.
45005
45006 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45007
45008         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45009         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45010         rawmemchr-sse2 rawmemchr-sse2-bsf.
45011         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45012         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45013         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45014         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45015         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45016         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45017         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45018         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45019         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45020         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45021         * string/memrchr.c (MEMRCHR): New macro.
45022
45023 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45024
45025         Add integration with gcc's -ffinite-math-only and optimize wrapper
45026         functions in libm.
45027         * Versions.def: Define GLIBC_2.15 version for libm.
45028         * math/Makefile (headers): Add bits/math-finite.h.
45029         * math/bits/math-finite.h: New file.
45030         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45031         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45032         * math/e_acoshl.c: Add __*_finite alias.
45033         * math/e_acosl.c: Likewise.
45034         * math/e_asinl.c: Likewise.
45035         * math/e_atan2l.c: Likewise.
45036         * math/e_atanhl.c: Likewise.
45037         * math/e_coshl.c: Likewise.
45038         * math/e_exp10.c: Likewise.
45039         * math/e_exp10f.c: Likewise.
45040         * math/e_exp10l.c: Likewise.
45041         * math/e_exp2l.c: Likewise.
45042         * math/e_fmodl.c: Likewise.
45043         * math/e_gammal_r.c: Likewise.
45044         * math/e_hypotl.c: Likewise.
45045         * math/e_j0l.c: Likewise.
45046         * math/e_j1l.c: Likewise.
45047         * math/e_jnl.c: Likewise.
45048         * math/e_lgammal_r.c: Likewise.
45049         * math/e_log10l.c: Likewise.
45050         * math/e_log2l.c: Likewise.
45051         * math/e_logl.c: Likewise.
45052         * math/e_powl.c: Likewise.
45053         * math/e_sinhl.c: Likewise.
45054         * math/e_sqrtl.c: Likewise.
45055         * math/e_scalb.c: Completely rewritten and optimized.
45056         * math/e_scalbf.c: Likewise.
45057         * math/e_scalbl.c: Likewise.
45058         * math/w_acos.c: Likewise.
45059         * math/w_acosf.c: Likewise.
45060         * math/w_acosl.c: Likewise.
45061         * math/w_acosh.c: Likewise.
45062         * math/w_acoshf.c: Likewise.
45063         * math/w_acoshl.c: Likewise.
45064         * math/w_asin.c: Likewise.
45065         * math/w_asinf.c: Likewise.
45066         * math/w_asinl.c: Likewise.
45067         * math/w_atan2.c: Likewise.
45068         * math/w_atan2f.c: Likewise.
45069         * math/w_atan2l.c: Likewise.
45070         * math/w_atanh.c: Likewise.
45071         * math/w_atanhf.c: Likewise.
45072         * math/w_atanhl.c: Likewise.
45073         * math/w_exp10.c: Likewise.
45074         * math/w_exp10f.c: Likewise.
45075         * math/w_exp10l.c: Likewise.
45076         * math/w_fmod.c: Likewise.
45077         * math/w_fmodf.c: Likewise.
45078         * math/w_fmodl.c: Likewise.
45079         * math/w_j0.c: Likewise.
45080         * math/w_j0f.c: Likewise.
45081         * math/w_j0l.c: Likewise.
45082         * math/w_j1.c: Likewise.
45083         * math/w_j1f.c: Likewise.
45084         * math/w_j1l.c: Likewise.
45085         * math/w_jn.c: Likewise.
45086         * math/w_jnf.c: Likewise.
45087         * math/w_log.c: Likewise.
45088         * math/w_logf.c: Likewise.
45089         * math/w_logl.c: Likewise.
45090         * math/w_log10.c: Likewise.
45091         * math/w_log10f.c: Likewise.
45092         * math/w_log10l.c: Likewise.
45093         * math/w_log2.c: Likewise.
45094         * math/w_log2f.c: Likewise.
45095         * math/w_log2l.c: Likewise.
45096         * math/w_pow.c: Likewise.
45097         * math/w_powf.c: Likewise.
45098         * math/w_powl.c: Likewise.
45099         * math/w_remainder.c: Likewise.
45100         * math/w_remainderf.c: Likewise.
45101         * math/w_remainderl.c: Likewise.
45102         * math/w_scalb.c: Likewise.
45103         * math/w_scalbf.c: Likewise.
45104         * math/w_scalbl.c: Likewise.
45105         * math/w_sqrt.c: Likewise.
45106         * math/w_sqrtf.c: Likewise.
45107         * math/w_sqrtl.c: Likewise.
45108         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45109         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45110         used.
45111         * math/math_private.h: Declare __kernel_standard_f.
45112         * math/w_cosh.c: Remove cruft and optimize a bit.
45113         * math/w_coshf.c: Likewise.
45114         * math/w_coshl.c: Likewise.
45115         * math/w_exp2.c: Likewise.
45116         * math/w_exp2f.c: Likewise.
45117         * math/w_exp2l.c: Likewise.
45118         * math/w_hypot.c: Likewise.
45119         * math/w_hypotf.c: Likewise.
45120         * math/w_hypotl.c: Likewise.
45121         * math/w_lgamma.c: Likewise.
45122         * math/w_lgamma_r.c: Likewise.
45123         * math/w_lgammaf.c: Likewise.
45124         * math/w_lgammaf_r.c: Likewise.
45125         * math/w_lgammal.c: Likewise.
45126         * math/w_lgammal_r.c: Likewise.
45127         * math/w_sinh.c: Likewise.
45128         * math/w_sinhf.c: Likewise.
45129         * math/w_sinhl.c: Likewise.
45130         * math/w_tgamma.c: Likewise.
45131         * math/w_tgammaf.c: Likewise.
45132         * math/w_tgammal.c: Likewise.
45133         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45134         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45135         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45136         Minor optimizations.  Pretty printing.  Remove cruft.
45137         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45138         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45139         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45140         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45141         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45142         * sysdeps/i386/fpu/e_asin.S: Likewise.
45143         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45144         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45145         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45146         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45147         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45148         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45149         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45150         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45151         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45152         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45153         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45154         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45155         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45156         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45157         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45158         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45159         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45160         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45161         * sysdeps/i386/fpu/e_log.S: Likewise.
45162         * sysdeps/i386/fpu/e_log10.S: Likewise.
45163         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45164         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45165         * sysdeps/i386/fpu/e_log2.S: Likewise.
45166         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45167         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45168         * sysdeps/i386/fpu/e_logf.S: Likewise.
45169         * sysdeps/i386/fpu/e_logl.S: Likewise.
45170         * sysdeps/i386/fpu/e_pow.S: Likewise.
45171         * sysdeps/i386/fpu/e_powf.S: Likewise.
45172         * sysdeps/i386/fpu/e_powl.S: Likewise.
45173         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45174         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45175         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45176         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45177         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45178         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45179         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45180         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45181         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45182         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45183         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45184         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45185         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45186         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45187         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45188         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45189         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45190         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45191         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45192         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45193         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45194         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45195         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45196         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45197         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45198         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45199         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45200         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45201         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45202         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45203         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45204         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45205         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45206         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45207         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45208         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45209         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45210         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45211         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45212         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45213         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45214         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45215         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45216         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45217         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45218         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45219         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45220         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45221         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45222         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45223         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45224         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45225         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45226         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45227         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45228         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45229         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45230         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45231         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45232         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45233         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45234         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45235         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45236         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45237         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45238         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45239         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45240         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45241         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45242         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45243         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45244         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45245         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45246         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45247         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45248         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45249         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45250         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45251         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45252         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45253         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45254         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45255         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45256         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45257         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45258         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45259         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45260         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45261         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45262         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45263         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45264         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45265         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45266         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45267         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45268         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45269         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45270         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45271         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45272         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45273         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45274         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45275         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45276         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45277         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45278         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45279         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45280         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45281         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45282         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45283         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45284         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45285         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45286         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45287         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45288         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45289         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45290         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45291         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45292         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
45293         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45294         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45295         (__isnanf): Likewise.
45296         (__isinf_ns): Likewise.
45297         (__isinf_nsf): Likewise.
45298         (__finite): Likewise.
45299         (__finitef): Likewise.
45300         (__ieee754_sqrt): Define as macro.
45301         (__ieee754_sqrtf): Define as macro.
45302         (__ieee754_sqrtl): Define as macro.
45303         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45304         inlined copy.
45305         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45306         __FINITE_MATH_ONLY__ consistent.
45307         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45308
45309 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
45310
45311         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
45312         of rawmemchr.
45313
45314         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
45315
45316 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
45317
45318         * po/ja.po: Update from translation team.
45319
45320 2011-10-08  Roland McGrath  <roland@hack.frob.com>
45321
45322         * locale/programs/locarchive.c (prepare_address_space): New function.
45323         (create_archive, enlarge_archive, open_archive): Use it.
45324
45325         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45326         inside [SHARED], where it is used.
45327
45328         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45329
45330         * nss/getent.c (netgroup_keys): Remove unused variable.
45331         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45332
45333 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45334
45335         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45336         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45337         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45338         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45339         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45340         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45341         * math/Makefile (libm-calls): Add s_isinf_ns.
45342         * math/divtc3.c: Use __isinf_nsl instead of isinf.
45343         * math/multc3.c: Likewise.
45344         * math/s_casin.c: Likewise.
45345         * math/s_casinf.c: Likewise.
45346         * math/s_casinl.c: Likewise.
45347         * math/s_ccos.c: Likewise.
45348         * math/s_ccosf.c: Likewise.
45349         * math/s_ccosl.c: Likewise.
45350         * math/s_ctan.c: Likewise.
45351         * math/s_ctanf.c: Likewise.
45352         * math/s_ctanh.c: Likewise.
45353         * math/s_ctanhf.c: Likewise.
45354         * math/s_ctanhl.c: Likewise.
45355         * math/s_ctanl.c: Likewise.
45356         * math/w_fmod.c: Likewise.
45357         * math/w_fmodf.c: Likewise.
45358         * math/w_fmodl.c: Likewise.
45359         * math/w_remainder.c: Likewise.
45360         * math/w_remainderf.c: Likewise.
45361         * math/w_remainderl.c: Likewise.
45362         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45363         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45364         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45365         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45366         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45367         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45368         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45369         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45370
45371         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45372         of the number.
45373         * stdio-common/printf_fphex.c: Likewise.
45374         * stdio-common/printf_size.c: Likewise.
45375
45376         * math/e_exp10.c: Include math_private.h using <...> not "...".
45377         * math/e_exp10f.c: Likewise.
45378         * math/e_exp10l.c: Likewise.
45379         * math/e_exp2l.c: Likewise.
45380         * math/e_j0l.c: Likewise.
45381         * math/e_j1l.c: Likewise.
45382         * math/e_jnl.c: Likewise.
45383         * math/e_lgammal_r.c: Likewise.
45384         * math/e_rem_pio2l.c: Likewise.
45385         * math/e_scalb.c: Likewise.
45386         * math/e_scalbf.c: Likewise.
45387         * math/e_scalbl.c: Likewise.
45388         * math/k_cosl.c: Likewise.
45389         * math/k_sinl.c: Likewise.
45390         * math/k_tanl.c: Likewise.
45391         * math/s_cacoshf.c: Likewise.
45392         * math/s_catan.c: Likewise.
45393         * math/s_catanf.c: Likewise.
45394         * math/s_catanh.c: Likewise.
45395         * math/s_catanhf.c: Likewise.
45396         * math/s_catanhl.c: Likewise.
45397         * math/s_catanl.c: Likewise.
45398         * math/s_ccosh.c: Likewise.
45399         * math/s_ccoshf.c: Likewise.
45400         * math/s_ccoshl.c: Likewise.
45401         * math/s_cexp.c: Likewise.
45402         * math/s_cexpf.c: Likewise.
45403         * math/s_cexpl.c: Likewise.
45404         * math/s_clog.c: Likewise.
45405         * math/s_clog10.c: Likewise.
45406         * math/s_clog10f.c: Likewise.
45407         * math/s_clog10l.c: Likewise.
45408         * math/s_clogf.c: Likewise.
45409         * math/s_clogl.c: Likewise.
45410         * math/s_csin.c: Likewise.
45411         * math/s_csinf.c: Likewise.
45412         * math/s_csinh.c: Likewise.
45413         * math/s_csinhf.c: Likewise.
45414         * math/s_csinhl.c: Likewise.
45415         * math/s_csinl.c: Likewise.
45416         * math/s_csqrt.c: Likewise.
45417         * math/s_csqrtf.c: Likewise.
45418         * math/s_csqrtl.c: Likewise.
45419         * math/s_ctan.c: Likewise.
45420         * math/s_ctanf.c: Likewise.
45421         * math/s_ctanh.c: Likewise.
45422         * math/s_ctanhf.c: Likewise.
45423         * math/s_ctanhl.c: Likewise.
45424         * math/s_ctanl.c: Likewise.
45425         * math/s_ldexp.c: Likewise.
45426         * math/s_ldexpf.c: Likewise.
45427         * math/s_ldexpl.c: Likewise.
45428         * math/s_significand.c: Likewise.
45429         * math/s_significandf.c: Likewise.
45430         * math/s_significandl.c: Likewise.
45431         * math/w_acos.c: Likewise.
45432         * math/w_acosf.c: Likewise.
45433         * math/w_acosh.c: Likewise.
45434         * math/w_acoshf.c: Likewise.
45435         * math/w_acoshl.c: Likewise.
45436         * math/w_acosl.c: Likewise.
45437         * math/w_asin.c: Likewise.
45438         * math/w_asinf.c: Likewise.
45439         * math/w_asinl.c: Likewise.
45440         * math/w_atan2.c: Likewise.
45441         * math/w_atan2f.c: Likewise.
45442         * math/w_atan2l.c: Likewise.
45443         * math/w_atanh.c: Likewise.
45444         * math/w_atanhf.c: Likewise.
45445         * math/w_atanhl.c: Likewise.
45446         * math/w_cosh.c: Likewise.
45447         * math/w_coshf.c: Likewise.
45448         * math/w_coshl.c: Likewise.
45449         * math/w_dremf.c: Likewise.
45450         * math/w_exp10.c: Likewise.
45451         * math/w_exp10f.c: Likewise.
45452         * math/w_exp10l.c: Likewise.
45453         * math/w_exp2.c: Likewise.
45454         * math/w_exp2f.c: Likewise.
45455         * math/w_fmod.c: Likewise.
45456         * math/w_fmodf.c: Likewise.
45457         * math/w_fmodl.c: Likewise.
45458         * math/w_hypot.c: Likewise.
45459         * math/w_hypotf.c: Likewise.
45460         * math/w_hypotl.c: Likewise.
45461         * math/w_j0.c: Likewise.
45462         * math/w_j0f.c: Likewise.
45463         * math/w_j0l.c: Likewise.
45464         * math/w_j1.c: Likewise.
45465         * math/w_j1f.c: Likewise.
45466         * math/w_j1l.c: Likewise.
45467         * math/w_jn.c: Likewise.
45468         * math/w_jnf.c: Likewise.
45469         * math/w_jnl.c: Likewise.
45470         * math/w_lgamma.c: Likewise.
45471         * math/w_lgamma_r.c: Likewise.
45472         * math/w_lgammaf.c: Likewise.
45473         * math/w_lgammaf_r.c: Likewise.
45474         * math/w_lgammal.c: Likewise.
45475         * math/w_lgammal_r.c: Likewise.
45476         * math/w_log.c: Likewise.
45477         * math/w_log10.c: Likewise.
45478         * math/w_log10f.c: Likewise.
45479         * math/w_log10l.c: Likewise.
45480         * math/w_log2.c: Likewise.
45481         * math/w_log2f.c: Likewise.
45482         * math/w_log2l.c: Likewise.
45483         * math/w_logf.c: Likewise.
45484         * math/w_logl.c: Likewise.
45485         * math/w_pow.c: Likewise.
45486         * math/w_powf.c: Likewise.
45487         * math/w_powl.c: Likewise.
45488         * math/w_remainder.c: Likewise.
45489         * math/w_remainderf.c: Likewise.
45490         * math/w_remainderl.c: Likewise.
45491         * math/w_scalb.c: Likewise.
45492         * math/w_scalbf.c: Likewise.
45493         * math/w_scalbl.c: Likewise.
45494         * math/w_sinh.c: Likewise.
45495         * math/w_sinhf.c: Likewise.
45496         * math/w_sinhl.c: Likewise.
45497         * math/w_sqrt.c: Likewise.
45498         * math/w_sqrtf.c: Likewise.
45499         * math/w_sqrtl.c: Likewise.
45500         * math/w_tgamma.c: Likewise.
45501         * math/w_tgammaf.c: Likewise.
45502         * math/w_tgammal.c: Likewise.
45503
45504         * po/ja.po: Update from translation team.
45505
45506 2011-09-29  Andreas Jaeger  <aj@suse.de>
45507
45508         [BZ #13179]
45509         * sunrpc/netname.c (netname2host): Fix logic.
45510
45511         [BZ #6779]
45512         [BZ #6783]
45513         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45514         correctly.
45515         * math/w_remainder.c (__remainder): Likewise.
45516         * math/w_remainderf.c (__remainderf): Likewise.
45517         * math/libm-test.inc (remainder_test): Add test cases.
45518
45519 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45520
45521         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45522         sdiv_qrnnd.
45523
45524 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45525
45526         * string/test-memcmp.c: Avoid unncessary #defines.
45527         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45528
45529 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45530
45531         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45532         Use new sse2 version for core i3 - i7 as it's faster
45533         than sse42 version.
45534         (bit_Prefer_PMINUB_for_stringop): New.
45535         * sysdeps/x86_64/rawmemchr.S: Update.
45536         Replace with faster SSE2 version.
45537         * sysdeps/x86_64/memrchr.S: New file.
45538         * sysdeps/x86_64/memchr.S: Update.
45539         Replace with faster SSE2 version.
45540
45541 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45542
45543         * elf/dl-load.c (lose): Add cast to avoid warning.
45544
45545 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45546
45547         * po/ca.po: Update from translation team.
45548
45549         * inet/getnetgrent_r.c: Hook up nscd.
45550         * nscd/Makefile (routines): Add nscd_netgroup.
45551         (nscd-modules): Add netgroupcache.
45552         (CFLAGS-netgroupcache.c): Define.
45553         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45554         (cache_search): Add const to second parameter.
45555         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45556         INNETGR.
45557         (dbs): Add netgrdb entry.
45558         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45559         (verify_persistent_db): Handle netgrdb.
45560         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45561         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45562         GETFDNETGR.
45563         (netgroup_response_header): Define.
45564         (innetgroup_response_header): Define.
45565         (datahead): Add netgroup_response_header and innetgroup_response_header
45566         elements.
45567         * nscd/nscd.conf: Add entries for netgroup cache.
45568         * nscd/nscd.h (dbtype): Add netgrdb.
45569         (_PATH_NSCD_NETGROUP_DB): Define.
45570         (netgroup_iov_disabled): Declare.
45571         (xmalloc, xcalloc, xrealloc): Move declarations here.
45572         (cache_search): Adjust prototype.
45573         Add netgroup-related prototypes.
45574         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45575         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45576         (__nscd_innetgr): Declare.
45577         * nscd/selinux.c (perms): Use access_vector_t as element type and
45578         add netgroup-related initializers.
45579         * nscd/netgroupcache.c: New file.
45580         * nscd/nscd_netgroup.c: New file.
45581         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45582         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45583         For four parameters use innetgr.
45584         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45585         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45586         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45587         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45588
45589         * nscd/connections.c (register_traced_file): Don't register file
45590         for disabled databases.
45591
45592 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45593
45594         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45595
45596         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45597         from tree and freeing node.
45598
45599 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45600
45601         * nss/nsswitch.c (__nss_database_lookup): Handle
45602         nss_parse_service_list out of memory case.
45603
45604 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45605
45606         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45607         out of memory case.
45608
45609 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45610
45611         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45612         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45613         pass it down.
45614         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45615         elf_machine_rela, elf_machine_lazy_rel.
45616         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45617         (ELF_DYNAMIC_DO_REL): Likewise.
45618         (ELF_DYNAMIC_DO_RELA): Likewise.
45619         (ELF_DYNAMIC_RELOCATE): Likewise.
45620         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45621         to ELF_DYNAMIC_DO_REL.
45622         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45623         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45624         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45625         elf_machine_rela.
45626         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45627         skip_ifunc, don't call ifunc function if non-zero.
45628         (elf_machine_rela): Likewise.
45629         (elf_machine_lazy_rel): Likewise.
45630         (elf_machine_lazy_rela): Likewise.
45631         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45632         (elf_machine_lazy_rel): Likewise.
45633         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45634         Likewise.
45635         (elf_machine_lazy_rel): Likewise.
45636         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45637         Likewise.
45638         (elf_machine_lazy_rel): Likewise.
45639         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45640         (elf_machine_lazy_rel): Likewise.
45641         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45642         (elf_machine_lazy_rel): Likewise.
45643         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45644         (elf_machine_lazy_rel): Likewise.
45645         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45646         (elf_machine_lazy_rel): Likewise.
45647         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45648         (elf_machine_lazy_rel): Likewise.
45649         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45650         (elf_machine_lazy_rel): Likewise.
45651
45652 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45653
45654         * nss/nss_files/files-init.c (_nss_files_init): Use static
45655         initialization for all the *_traced_file variables.
45656
45657 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45658
45659         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45660
45661 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45662
45663         [BZ #13226]
45664         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45665
45666 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45667
45668         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45669         Reread the line before reparsing it.
45670
45671 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45672
45673         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45674
45675 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45676             Maxim Kuvyrkov  <maxim@codesourcery.com>
45677             Joseph Myers  <joseph@codesourcery.com>
45678
45679         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45680         if needed for __stack_chk_guard.
45681
45682 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45683
45684         * sysdeps/posix/spawni.c (script_execute): Always define it.
45685         It will be optimized away if unused.
45686         (maybe_script_execute): New function.
45687         (__spawni): Call it.
45688
45689         * Makerules: Don't include tls.make.
45690         (config-tls): Always set to thread.
45691         * tls.make.c: File removed.
45692
45693 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45694
45695         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45696         * config.make.in (CPPFLAGS-config): New substituted variable.
45697
45698 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45699
45700         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45701
45702         [BZ #13192]
45703         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45704         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45705
45706 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45707
45708         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45709         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45710         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45711         (CALL_FAIL): Likewise.
45712         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45713         (CALL_FAIL): Macro removed.
45714         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45715
45716 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45717
45718         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45719         for __FINITE_MATH_ONLY__ == 1.
45720
45721 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45722
45723         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45724         __ieee754_sqrt instead of sqrt.
45725         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45726         __ieee754_sqrtf instead of sqrtf.
45727         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45728         __floorf instead of floorf.
45729         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45730         __floorf, __truncf instead of floorf, truncf.
45731
45732 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45733
45734         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45735
45736         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45737         __extern_always_inline.
45738         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45739         32-bit.
45740
45741 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45742
45743         * elf/rtld.c (dl_main): Also relocate in dependency order when
45744         doing symbol dependency testing.
45745
45746 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45747
45748         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45749         Always define `refsym'.
45750
45751 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45752
45753         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45754         (__FD_ELT): Renamed from __FDELT.
45755         * misc/bits/select2.h (__FD_ELT): Likewise.
45756         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45757         __FD_MASK instead of __FDELT, __FDMASK.
45758         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45759         Likewise.
45760         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45761         Likewise.
45762
45763         * elf/Makefile (gen-ldd): Fix pattern.
45764
45765         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45766         (init_tls): Likewise.
45767
45768 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45769
45770         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45771
45772 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45773
45774         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45775         `struct cmsghdr *' instead of `void *'.
45776         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45777         Likewise.
45778
45779 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45780
45781         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45782         if non-absolute.
45783         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45784         ldd_rewrite_script.
45785
45786 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45787
45788         * configure.in: Remove --with-tls option.
45789         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45790         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45791         out in case it is missing.
45792         * sysdeps/ia64/elf/configure.in: Likewise.
45793         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45794         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45795         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45796         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45797         * sysdeps/sh/elf/configure.in: Likewise.
45798         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45799         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45800         * sysdeps/x86_64/elf/configure.in: Likewise.
45801         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45802         * sysdeps/mach/hurd/tls.h: Likewise.
45803
45804         [BZ #13067]
45805         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45806
45807         [BZ #13090]
45808         * configure.in: Fix use of AC_INIT.
45809
45810         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45811
45812 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45813
45814         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45815         __set_errno.
45816         * malloc/hooks.c: Likewise.
45817
45818         [BZ #11929]
45819         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45820         variables statically.
45821         (narenas): Initialize.
45822         (list_lock): Initialize.
45823         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45824         initializtion of main_arena and list_lock.  Small cleanups.
45825         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45826         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45827         Add initializers to main_arena and mp_.
45828         (malloc_state): Remove pagesize member.  Change all users to use
45829         GLRO(dl_pagesize).
45830
45831         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45832         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45833         is always initialized.
45834
45835         * malloc/malloc.c: Removed unused configurations and dead code.
45836         * malloc/arena.c: Likewise.
45837         * malloc/hooks.c: Likewise.
45838         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45839
45840         * include/tls.h: Removed.  USE___THREAD must always be defined.
45841         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45842         * elf/dl-libc.c: Likewise.
45843         * elf/dl-tsd.c: Likewise.
45844         * include/errno.h: Likewise.
45845         * include/netdb.h: Likewise.
45846         * include/resolv.h: Likewise.
45847         * inet/herrno-loc.c: Likewise.
45848         * inet/herrno.c: Likewise.
45849         * malloc/arena.c: Likewise.
45850         * malloc/hooks.c: Likewise.
45851         * malloc/malloc.c: Likewise.
45852         * resolv/res-state.c: Likewise.
45853         * resolv/res_libc.c: Likewise.
45854         * sysdeps/i386/dl-machine.h: Likewise.
45855         * sysdeps/ia64/dl-machine.h: Likewise.
45856         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45857         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45858         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45859         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45860         * sysdeps/sh/dl-machine.h: Likewise.
45861         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45862         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45863         * sysdeps/unix/i386/sysdep.S: Likewise.
45864         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45865         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45866         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45867         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45868         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45869         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45870         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45871         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45872         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45873         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45874         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45875         * sysdeps/x86_64/dl-machine.h: Likewise.
45876         * tls.make.c: Likewise.
45877
45878         * configure.in: Remove --with-__thread option.  Make tests for
45879         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45880         tls_model attribute fail if no support is available.  Remove
45881         USE_IN_LIBIO.
45882         * Makeconfig: Adjust for dropped configure option.  All features are
45883         now mandatory.
45884         * Makerules: Likewise.
45885         * Versions.def: Likewise.
45886         * argp/argp-fmtstream.c: Likewise.
45887         * argp/argp-fmtstream.h: Likewise.
45888         * argp/argp-help.c: Likewise.
45889         * assert/assert.c: Likewise.
45890         * config.h.in: Likewise.
45891         * config.make.in: Likewise.
45892         * configure: Likewise.
45893         * configure.in: Likewise.
45894         * csu/Versions: Likewise.
45895         * csu/init.c: Likewise.
45896         * elf/tst-audit2.c: Likewise.
45897         * elf/tst-tls10.c: Likewise.
45898         * elf/tst-tls10.h: Likewise.
45899         * elf/tst-tls11.c: Likewise.
45900         * elf/tst-tls12.c: Likewise.
45901         * elf/tst-tls14.c: Likewise.
45902         * elf/tst-tlsmod11.c: Likewise.
45903         * elf/tst-tlsmod12.c: Likewise.
45904         * elf/tst-tlsmod13.c: Likewise.
45905         * elf/tst-tlsmod13a.c: Likewise.
45906         * elf/tst-tlsmod14a.c: Likewise.
45907         * elf/tst-tlsmod15b.c: Likewise.
45908         * elf/tst-tlsmod16a.c: Likewise.
45909         * elf/tst-tlsmod16b.c: Likewise.
45910         * elf/tst-tlsmod7.c: Likewise.
45911         * elf/tst-tlsmod8.c: Likewise.
45912         * elf/tst-tlsmod9.c: Likewise.
45913         * gmon/gmon.c: Likewise.
45914         * grp/fgetgrent_r.c: Likewise.
45915         * grp/putgrent.c: Likewise.
45916         * hurd/fopenport.c: Likewise.
45917         * include/libc-symbols.h: Likewise.
45918         * include/tls.h: Likewise.
45919         * intl/gettextP.h: Likewise.
45920         * intl/loadinfo.h: Likewise.
45921         * locale/global-locale.c: Likewise.
45922         * locale/localeinfo.h: Likewise.
45923         * mach/devstream.c: Likewise.
45924         * malloc/arena.c: Likewise.
45925         * malloc/set-freeres.c: Likewise.
45926         * misc/err.c: Likewise.
45927         * misc/getttyent.c: Likewise.
45928         * misc/mntent_r.c: Likewise.
45929         * posix/getopt.c: Likewise.
45930         * posix/wordexp.c: Likewise.
45931         * pwd/fgetpwent_r.c: Likewise.
45932         * resolv/Versions: Likewise.
45933         * resolv/res_hconf.c: Likewise.
45934         * shadow/fgetspent_r.c: Likewise.
45935         * shadow/putspent.c: Likewise.
45936         * stdio-common/printf_fphex.c: Likewise.
45937         * stdio-common/tmpfile.c: Likewise.
45938         * stdlib/abort.c: Likewise.
45939         * stdlib/fmtmsg.c: Likewise.
45940         * sunrpc/auth_unix.c: Likewise.
45941         * sunrpc/clnt_perr.c: Likewise.
45942         * sunrpc/clnt_tcp.c: Likewise.
45943         * sunrpc/clnt_udp.c: Likewise.
45944         * sunrpc/clnt_unix.c: Likewise.
45945         * sunrpc/openchild.c: Likewise.
45946         * sunrpc/svc_simple.c: Likewise.
45947         * sunrpc/svc_tcp.c: Likewise.
45948         * sunrpc/svc_udp.c: Likewise.
45949         * sunrpc/svc_unix.c: Likewise.
45950         * sunrpc/xdr.c: Likewise.
45951         * sunrpc/xdr_array.c: Likewise.
45952         * sunrpc/xdr_rec.c: Likewise.
45953         * sunrpc/xdr_ref.c: Likewise.
45954         * sunrpc/xdr_stdio.c: Likewise.
45955
45956 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45957
45958         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45959
45960 2011-07-03  Andreas Jaeger  <aj@suse.de>
45961
45962         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45963         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45964         regenerate with gen-libm-tests.pl.
45965
45966 2010-05-12  Petr Baudis  <pasky@suse.cz>
45967
45968         [BZ #11589]
45969         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45970         around j0() zero points by switching to j1().
45971         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45972         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45973         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45974         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45975
45976 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45977
45978         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45979         instead of 0.
45980         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45981         instead of 0.
45982         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45983         Patch in part by Pavel Roskin <proski@gnu.org>.
45984
45985         [BZ #13138]
45986         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45987         realloc.
45988         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45989         Free memory block if necessary.
45990
45991         [BZ #12847]
45992         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45993         be NULL.  Don't lock in this case.
45994
45995 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45996
45997         * elf/elf.h (ELFOSABI_GNU): New macro.
45998         (ELFOSABI_LINUX): Define to that.
45999
46000 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46001
46002         * string/strncat.c (strncat): Undef the symbol in case it has been
46003         defined in bits/string.h.
46004
46005 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46006
46007         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46008
46009         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46010         link map.
46011
46012 2011-08-17  Andreas Jaeger  <aj@suse.de>
46013
46014         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46015
46016 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46017             Ian Lance Taylor  <iant@google.com>
46018
46019         * math/libm-test.inc (lround_test): New testcase.
46020         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46021
46022 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46023
46024         * Makefile: Remove support for automatic cvs check-ins.
46025         * Makerules: Likewise.
46026         * config.make.in: Likewise.
46027         * configure.in: Likewise.
46028         * intl/Makefile: Likewise.
46029         * locale/Makefile: Likewise.
46030         * po/Makefile: Likewise.
46031         * posix/Makefile: Likewise.
46032         * sysdeps/gnu/Makefile: Likewise.
46033         * sysdeps/mach/hurd/Makefile: Likewise.
46034         * sysdeps/sparc/sparc32/Makefile: Likewise.
46035
46036         [BZ #13118]
46037         * posix/Makefile (bug-regex32-ENV): Define.
46038         Patch by John Stanley <jpsinthemix@verizon.net>.
46039
46040         * misc/Makefile (headers): Add bits/select2.h.
46041         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46042         * misc/bits/select2.h: New file.
46043         * include/bits/select2.h: New file.
46044         * debug/Makefile (routines): Add fdelt_chk.
46045         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46046         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46047         FD_ISSET.
46048         * debug/fdelt_chk.c: New file.
46049
46050         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46051         * wcsmbs/test-wmemcmp.c: Likewise.
46052         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46053         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46054
46055 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46056
46057         * string/Makefile (strop-tests): Add memcmp.
46058         * string/test-wmemcmp.c: New file.
46059         * string/test-memcmp.c: Add wmemcmp support.
46060
46061 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46062
46063         [BZ #13153]
46064         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46065         2011-07-19 change.
46066
46067         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46068         garbage value in a __mach_port_mod_refs call in the cases of the
46069         task-self and thread-self ports.
46070
46071 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46072
46073         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46074
46075 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46076
46077         * elf/dl-load.c (lose): Check for non-null L.
46078
46079 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46080
46081         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46082
46083         * elf/dl-libc.c (dlerror_run): Pass back error code from
46084         dl_catch_error.
46085
46086         [BZ #13123]
46087         * elf/dl-load.c (lose): Free l_origin if it is valid.
46088
46089         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46090         names.
46091         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46092         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46093         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46094         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46095         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46096         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46097
46098 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46099
46100         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46101         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46102         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46103         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46104         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46105         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46106         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46107         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46108         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46109         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46110
46111 2011-08-15  Alan Modra  <amodra@gmail.com>
46112
46113         [BZ #13092]
46114         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46115         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46116         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46117         ppc_mcount to static-only-routines.
46118         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46119         __mcount_internal.
46120         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46121         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46122
46123 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46124
46125         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46126         for finite and infinity parameters.
46127
46128 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46129
46130         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46131         and add nop instructions for throughput optimization.
46132         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46133
46134 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46135
46136         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46137         aligned copy for power7 with vector-scalar instructions.
46138         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46139
46140 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46141
46142         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46143         AVX check.
46144
46145 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46146
46147         [BZ #13144]
46148         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46149         last change.
46150
46151 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46152
46153         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46154         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46155         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46156         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46157         clock_gettime.
46158
46159 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46160
46161         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46162         Forgot to demangle the pointer.
46163
46164         * sysdeps/i386/sysdep.h: Define atom_text_section.
46165         * sysdeps/x86_64/sysdep.h: Likewise.
46166         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46167         section with atom_text_section.
46168         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46169         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46170         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46171         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46172         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46173
46174         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46175         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46176         already be defined.  Change to take two parameters and don't assign
46177         result to variable.  Adjust all users.
46178         Define INTERNAL_GETTIME if not already defined.
46179         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46180         call.
46181         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46182         HAVE_CLOCK_GETTIME_VSYSCALL.
46183         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46184
46185         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46186         gettimeofday vsyscall, just use time.
46187
46188 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46189
46190         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46191         <errno.h>.
46192
46193 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46194
46195         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46196         syscall on x86-64.
46197         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46198         syscall.
46199         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46200         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46201         syscall if possible.
46202
46203 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46204
46205         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46206         e_ident.  Don't pass to find_mapsXX.
46207         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46208
46209 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46210
46211         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46212         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46213         * sysdeps/x86_64/multiarch/strchr.S: Update.
46214         Check bit_slow_BSF bit.
46215         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46216         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46217         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46218
46219 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46220
46221         [BZ #13134]
46222         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46223         before glibc 2.15.
46224         (tryshell): Define.
46225         (__spawni): Change last parameter to be flag.  Test
46226         SPAWN_XFLAGS_USE_PATH flag to use path or not.
46227         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46228         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46229         * posix/spawni.c: Likewise.
46230         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46231         * posix/spawnp.c: Likewise.  Change normal version to use
46232         SPAWN_XFLAGS_USE_PATH.
46233         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46234         SPAWN_XFLAGS_TRY_SHELL.
46235
46236         [BZ #13150]
46237         * posix/glob.h: Remove gcc 1.x support.
46238
46239         [BZ #13068]
46240         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46241
46242 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46243
46244         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46245         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46246         strrchr-sse2-bsf
46247         * sysdeps/i386/i686/multiarch/strchr.S: New file.
46248         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46249         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46250         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46251         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46252         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46253
46254 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46255
46256         * sysdeps/x86_64/wcscmp.S: New file.
46257
46258         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46259         wcscmp-c wcscmp-sse2
46260         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46261         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46262         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46263         * wcsmbs/wcscmp.c: Allow renaming.
46264
46265 2011-09-05  David S. Miller  <davem@davemloft.net>
46266
46267         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46268         stack slot, rather than the struct return pointer slot.
46269         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46270         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46271         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46272         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46273
46274 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46275
46276         * po/ja.po: Update from translation team.
46277
46278         [BZ #13144]
46279         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46280         kernel in 64-bit binaries.
46281
46282 2011-09-01  David S. Miller  <davem@davemloft.net>
46283
46284         * elf/elf.h (HWCAP_SPARC_*): Move to..
46285         * sysdeps/sparc/sysdep.h: this new file and add new values.
46286         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46287         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46288         _DL_HWCAP_COUNT to 24.
46289         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46290         entries.
46291         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46292         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46293         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46294         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46295         instead of magic constants.
46296         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46297
46298 2011-08-31  David S. Miller  <davem@davemloft.net>
46299
46300         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46301         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46302         Reimplement to do errno handling inline.
46303         (SYSCALL_ERROR_HANDLER): New macro.
46304         (__SYSCALL_STRING): Do not do errno handling in asm.
46305         (__CLONE_SYSCALL_STRING): Delete.
46306         (__INTERNAL_SYSCALL_STRING): Delete.
46307         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46308         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
46309         (PSEUDO): Reimplement to do errno handling inline.
46310         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
46311         (SYSCALL_ERROR_HANDLER): New macro.
46312         (__SYSCALL_STRING): Do not do errno handling in asm.
46313         (__CLONE_SYSCALL_STRING): Delete.
46314         (__INTERNAL_SYSCALL_STRING): Delete.
46315         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
46316         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
46317         i386.
46318         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
46319         (inline_syscall*): Add 'err' argument.
46320         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
46321         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
46322         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
46323         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46324
46325         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46326         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46327
46328 2011-08-30  Andreas Schwab  <schwab@redhat.com>
46329
46330         * elf/rtld.c (dl_main): Relocate objects in dependency order.
46331
46332 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46333
46334         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46335         directive.
46336
46337 2011-08-24  David S. Miller  <davem@davemloft.net>
46338
46339         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46340
46341 2011-08-24  Andreas Schwab  <schwab@redhat.com>
46342
46343         * elf/Makefile: Add rules to build and run unload8 test.
46344         * elf/unload8.c: New file.
46345         * elf/unload8mod1.c: New file.
46346         * elf/unload8mod1x.c: New file.
46347         * elf/unload8mod2.c: New file.
46348         * elf/unload8mod3.c: New file.
46349
46350         * elf/dl-close.c (_dl_close_worker): Reset private search list if
46351         it wasn't used.
46352
46353 2011-08-23  David S. Miller  <davem@davemloft.net>
46354
46355         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46356         subtract stack bias.
46357         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46358         %sp not %fp in calculations.
46359         (_JMPBUF_UNWINDS_ADJ): Likewise.
46360
46361         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46362         (aio_suspend): Call it to force an exception region around the
46363         AIO_MISC_WAIT() invocation.
46364
46365 2011-08-23  Andreas Schwab  <schwab@redhat.com>
46366
46367         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46368         backslash.
46369
46370 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
46371
46372         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46373         protection macro.
46374         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46375         and <dl-machine.h>.
46376         (Elf64_FuncDesc): Remove.
46377
46378 2011-08-22  David S. Miller  <davem@davemloft.net>
46379
46380         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46381         sigaltstack check, add missing cfi directives.
46382         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46383         missing cfi directives, and sigaltstack handling.
46384
46385 2011-08-16  Andreas Schwab  <schwab@redhat.com>
46386
46387         [BZ #11724]
46388         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46389         object is seen twice.
46390         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46391
46392         * elf/Makefile (distribute): Add tst-initorder2.c.
46393         (tests): Add tst-initorder2.
46394         (modules-names): Add tst-initorder2a tst-initorder2b
46395         tst-initorder2c tst-initorder2d.  Add rules to build them.
46396         ($(objpfx)tst-initorder2.out): New rule.
46397         * elf/tst-initorder2.c: New file.
46398         * elf/tst-initorder2.exp: New file.
46399
46400 2011-08-22  Andreas Schwab  <schwab@redhat.com>
46401
46402         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46403
46404         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46405         dependencies back to end of function.
46406
46407         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46408         $(elfobjdir)/ld.so.
46409
46410 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
46411
46412         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46413         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46414         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46415         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46416         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46417         of __vdso_gettimeofday.
46418         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46419         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
46420         attribute_hidden.
46421         (_libc_vdso_platform_setup): Remove initialization of
46422         __vdso_gettimeofday and __vdso_time.
46423
46424 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46425
46426         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46427         and fgetc_unlocked.
46428         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46429         getc_unlocked.
46430
46431         * elf/dl-open.c (add_to_global): Report additions to the global scope
46432         for LD_DEBUG=scopes.
46433         (dl_open_worker): Also print scope of newly loaded dependencies.
46434         (_dl_show_scope): Indicate if there is no scope.
46435
46436         [BZ #13114]
46437         * stdio-common/Makefile (tests): Add bug24.
46438         * stdio-common/bug24.c: New file.
46439
46440 2011-08-19  Andreas Jaeger  <aj@suse.de>
46441
46442         [BZ #13114]
46443         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46444         non-existant file when using close-on-exec mode.
46445
46446 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46447
46448         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46449         the very first instruction.
46450
46451         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46452         the CFI state in the end.
46453         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46454         inclusion of dl-trampoline.h.
46455         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46456
46457 2011-08-19  Andreas Schwab  <schwab@redhat.com>
46458
46459         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46460         expectations for long double.
46461
46462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46463         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46464
46465 2011-08-14  David S. Miller  <davem@davemloft.net>
46466
46467         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46468         artificual limit depends upon the system page size.
46469
46470 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46471
46472         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46473         * resolv/Makefile: Define CFLAGS-libresolv.
46474
46475 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46476
46477         * nss/makedb.c (compute_tables): Make variables used in nested
46478         function static.
46479
46480 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46481
46482         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46483         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46484         if buffer was too small.
46485
46486         * elf/pldd.c (main): Attach to all threads in the process.
46487         Rewrite /proc handling to use *at functions.
46488
46489 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46490
46491         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46492         specifies first scope to show.
46493         (dl_open_worker): Update callers.  Move printing scope of new
46494         object to before the relocation.
46495         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46496         * sysdeps/generic/ldsodefs.h: Update declaration.
46497
46498         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46499         string for the scope number.
46500
46501 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46502
46503         * nscd/servicescache.c (cache_addserv): Make sure written is always
46504         initialized.
46505
46506 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46507
46508         * sysdeps/i386/i486/bits/atomic.h
46509         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46510         statement expression, so as to suppress "set but not used" warning.
46511         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46512
46513         * string/strncat.c (STRNCAT): Use prototype definition.
46514
46515         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46516         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46517         -Iprograms here.
46518         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46519         (localedef-modules): Add localedef.
46520         (locale-modules): Add locale.
46521
46522         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46523         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46524         to avoid a warning.
46525
46526 2011-08-14  David S. Miller  <davem@davemloft.net>
46527
46528         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46529         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46530
46531 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46532
46533         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46534         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46535         * elf/rtld.c (dl_main): Set l_name of vDSO.
46536         Call _dl_show_scope when DL_DEBUG_SCOPES.
46537         (process_dl_debug): Recognize scopes flag and also set it for all.
46538         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46539         Declare _dl_show_scope.
46540
46541         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46542         (do_dlopen): Pass caller_dlopen to dl_open.
46543         (__libc_dlopen_mode): Initialize caller_dlopen.
46544
46545         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46546         of libc.  Make tolower call locale-independent.  Optimize a bit by
46547         using isdigit instead of isalnum.
46548         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46549
46550 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46551
46552         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46553         was a dependency or dynamically loaded.
46554
46555 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46556
46557         * intl/l10nflist.c: Allow architecture-specific pop function.
46558         * sysdeps/x86_64/l10nflist.c: New file.
46559
46560         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46561         classification.
46562
46563 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46564
46565         * include/dirent.h: Add libc_hidden_proto for scandirat and
46566         scandirat64.  Don't declare __scandirat64.
46567         * dirent/scandirat.c: Add libc_hidden_def.
46568         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46569         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46570
46571 2011-08-10  David S. Miller  <davem@davemloft.net>
46572
46573         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46574         enum.
46575         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46576         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46577         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46578
46579 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46580
46581         * Versions.def [libc]: Add GLIBC_2.15.
46582         * dirent/Makefile (routines): Add scandirat and scandirat64.
46583         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46584         GLIBC_2.15.
46585         * dirent/dirent.h: Declare scandirat and scandirat64.
46586         * dirent/scandirat.c: New file.
46587         * dirent/scandirat64.c: New file.
46588         * sysdeps/wordsize-64/scandirat.c: New file.
46589         * sysdeps/wordsize-64/scandirat64.c: New file.
46590         * dirent/opendir.c: Define opendirat.
46591         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46592         using scandirat.
46593         * dirent/scandir64.c: Adjust for scandir.c change.
46594         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46595         __scandirat64, and __scandir_cancel_handler.
46596         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46597         additional parameter and use openat instead of open (outside of ld.so).
46598         Add new __opendir as wrapper around __opendirat.
46599         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46600         here without requiring old scandirat implementation.
46601
46602 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46603
46604         * dirent/scandir.c (cancel_handler): Renamed to
46605         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46606         defined.  Adjust users.
46607         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46608         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46609
46610 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46611
46612         * string/test-string.h (IMPL): Use __STRING to expand name and then
46613         stringify it.
46614
46615         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46616         of cleanups.
46617
46618 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46619
46620         * string/Makefile: Update.
46621         (strop-tests): Append strncat.
46622         * string/test-wcscmp.c: New file.
46623         New comprehensive test for wcscmp.
46624         * string/test-strcmp.c: Update.
46625         (WIDE): New define.
46626
46627 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46628
46629         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46630         line.
46631
46632 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46633
46634         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46635         encoding to ACE if AI_IDN.
46636
46637 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46638
46639         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46640         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46641
46642 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46643
46644         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46645         Fix overflow bug in strncat.
46646         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46647
46648         * string/test-strncat.c: Update.
46649         Add new tests for checking overflow bugs.
46650
46651 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46652
46653         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46654         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46655         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46656         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46657         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46658         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46659         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46660         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46661         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46662
46663         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46664         (USE_AS_STRCAT): Define.
46665         Add strcat and strncat support.
46666         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46667
46668 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46669
46670         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46671         __n bigger than INT_MAX+1.
46672         (__strncmp_g): Likewise.
46673
46674 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46675
46676         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46677         * libio/stido.h: Likewise.
46678
46679         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46680         (AF_NFC): Define.
46681         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46682         (AF_NFC): Define.
46683
46684         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46685         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46686         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46687         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46688         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46689
46690         [BZ #13021]
46691         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46692         installed.
46693
46694         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46695         typo.
46696         (_dl_x86_64_save_sse): Likewise.
46697
46698 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46699
46700         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46701         OSXSAVE.
46702         (_dl_x86_64_save_sse): Likewise.
46703
46704         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46705
46706         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46707
46708 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46709
46710         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46711         change.
46712         (_dl_x86_64_save_sse): Use correct AVX check.
46713
46714 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46715
46716         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46717         bug in strncpy/strncat.
46718         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46719
46720 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46721
46722         * string/tester.c (test_strcat): Add tests for different alignments
46723         of source and destination.
46724         (test_strncat): Likewise.
46725
46726 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46727
46728         [BZ #12852]
46729         * posix/glob.c (glob): Check passed in values before using them in
46730         expressions to avoid some overflows.
46731         (glob_in_dir): Likewise.
46732
46733         [BZ #13007]
46734         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46735         check for AVX enablement so that we don't crash with old kernels and
46736         new hardware.
46737         * elf/tst-audit4.c: Add same checks here.
46738         * elf/tst-audit6.c: Likewise.
46739
46740         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46741
46742 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46743
46744         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46745
46746 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46747
46748         * po/cs.po: Update from translation team.
46749         * po/bg.po: Likewise.
46750
46751 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46752
46753         * misc/sys/cdefs.h: Add support for const attribute.
46754         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46755         to gnu_dev_{major,minor,makedev} functions.
46756
46757 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46758
46759         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46760
46761 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46762
46763         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46764         strlen results.
46765
46766 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46767
46768         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46769         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46770         register in order to avoid conflicts with the soft frame pointer
46771         being held in r11 when necessary.
46772         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46773         (INTERNAL_VSYSCALL_NCS): Likewise.
46774
46775 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46776
46777         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46778         * elf/dl-fini.c (_dl_fini): Adjust caller.
46779         * elf/dl-close.c (_dl_close_worker): Likewise.
46780         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46781
46782 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46783
46784         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46785         "aux_cache->nlibs < 0".
46786
46787         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46788         in the reload-count case.
46789
46790 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46791
46792         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46793         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46794         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46795         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46796         * sysdeps/x86_64/multiarch/strcat.S: New file.
46797         * sysdeps/x86_64/multiarch/strncat.S: New file.
46798         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46799         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46800         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46801         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46802         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46803         (USE_AS_STRCAT): Define.
46804         Add strcat and strncat support.
46805         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46806         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46807         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46808         * string/strncat.c: Update.
46809         (USE_AS_STRNCAT): Define.
46810         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46811         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46812         and i7.
46813         * sysdeps/x86_64/multiarch/init-arch.h
46814         (bit_Prefer_PMINUB_for_stringop): New.
46815         (index_Prefer_PMINUB_for_stringop): Likewise.
46816         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46817         bit_Prefer_PMINUB_for_stringop.
46818
46819 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46820
46821         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46822         buffer64.
46823         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46824         of casting of buffer.
46825         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46826         buffer32 and buffer64.
46827         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46828         writes instead of casting of buffer.
46829         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46830         buffer32.
46831         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46832         casting of buffer.
46833
46834 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46835
46836         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46837
46838 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46839
46840         * nscd/nscd.c (termination_handler): Don't do anything for a database
46841         if it has not yet been initialized.
46842
46843 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46844
46845         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46846
46847 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46848
46849         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46850
46851 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46852
46853         * po/nl.po: Update from translation team.
46854         * po/sv.po: Likewise.
46855
46856 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46857
46858         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46859         now disallowed by GCC.
46860
46861         * configure.in (use-default-link): Default to yes if a test -shared
46862         link meets our qualifications.
46863         * configure: Regenerated.
46864
46865         * config.make.in (output-format): New variable.
46866         * configure.in: Check for ld --print-output-format support.
46867         * configure: Regenerated.
46868         * Makerules ($(common-objpfx)format.lds)
46869         [$(output-format) != unknown]: Just use $(output-format),
46870         instead of the linker-script munging.
46871
46872 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46873
46874         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46875         of $(common-objpfx)shlib.lds.
46876         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46877
46878         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46879         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46880
46881         * configure.in (-z relro check): Adjust test code to add a large
46882         writable data section after it.
46883         * configure: Regenerated.
46884
46885 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46886
46887         * configure.in (-z relro check): Fix test code to make the variable
46888         truly const.
46889         * configure: Regenerated.
46890
46891 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46892
46893         * nscd/nscd.h (struct traced_file): Define.
46894         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46895         elements.  Add traced_files.
46896         (inotify_fd): Declare.
46897         (register_traced_file): Declare.
46898         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46899         (inotify_fd): Export.
46900         (resolv_conf_descr): Remove.
46901         (nscd_init): Move inotify descriptor creation to main.
46902         Don't register files for notification here.
46903         (register_traced_file): New function.
46904         (invalidate_cache): Don't use reset_res to determine whether to call
46905         res_init, go through the list of registered files.
46906         (main_loop_poll): The inotify descriptors are now stored in the
46907         structures for the traced files.
46908         (main_loop_epoll): Likewise
46909         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46910         to __nss_disable_nscd.
46911         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46912         for a database anymore.  Check the records for all the registered
46913         files instead.
46914         * nss/Makefile (libnss_files-routines): Add files-init.
46915         (libnss_db-routines): Add db-init.
46916         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46917         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46918         * nss/nss_db/db-init.c: New file.
46919         * nss/nss_files/files-init.c: New file.
46920         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46921         __nss_lookup_function.
46922         (__nss_lookup_function): Call nss_load_library.
46923         (nss_load_all_libraries): New function.
46924         (__nss_disable_nscd): Take parameter with callback function for files
46925         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46926         used for the cached services.
46927         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46928         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46929         options for features to all the files in nscd.
46930
46931         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46932
46933 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46934
46935         * csu/elf-init.c (__libc_csu_init): Comment typo.
46936
46937 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46938
46939         * po/pl.po: Update from translation team.
46940         * po/ja.po: Likewise.
46941         * po/ru.po: Likewise.
46942         * po/ko.po: Likewise.
46943         * po/fr.po: Likewise.
46944
46945 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46946
46947         * configure.in (.ctors/.dtors header and trailer check):
46948         Use an empirical test on a built program.
46949         * configure: Regenerated.
46950
46951         * configure.in (-z relro check): Use an empirical test on a built DSO.
46952         Detect, but do not require, on ia64.
46953         * configure: Regenerated.
46954
46955         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46956         Update tests that use readelf to use $READELF instead.
46957         * configure: Regenerated.
46958
46959 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46960
46961         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46962         if the result is not used.
46963
46964 2011-07-05  Andreas Jaeger  <aj@suse.de>
46965
46966         [BZ#9696]
46967         * stdlib/tst-strtod.c: Add testcase.
46968
46969 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46970
46971         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46972         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46973         The latter has a higher limit.  Take additional parameter to pass to
46974         the new function.
46975         (__pathconf): Pass file to __statfs_link_max.
46976         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46977         __statfs_link_max.
46978         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46979         __statfs_link_max.
46980
46981         [BZ #12868]
46982         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46983         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46984         Handle Lustre.
46985         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46986         (__statfs_filesize_max): Likewise.
46987         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46988
46989 2011-07-05  Andreas Jaeger  <aj@suse.de>
46990
46991         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46992
46993 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46994
46995         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46996         `status' variable.
46997         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46998         Likewise.
46999
47000 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47001
47002         * Makefile (strop-tests): Add strncat.
47003         * string/test-strncat.c: New file.
47004
47005 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47006
47007         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47008
47009 2011-06-21  Andreas Jaeger  <aj@suse.de>
47010
47011         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47012         Copy rule from iconvdata/Makefile.
47013
47014 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47015
47016         [BZ #12922]
47017         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47018         but no long options are defined, just return 'W'.
47019
47020 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47021
47022         [BZ #9696]
47023         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47024
47025 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47026
47027         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47028         netgroups to read.
47029         (innetgr): Likewise.
47030
47031 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47032
47033         * config.make.in (install_root): Default to $(DESTDIR).
47034
47035 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47036
47037         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47038
47039 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47040
47041         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47042
47043         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47044         containing directory rather than embedding absolute directory names.
47045
47046         * scripts/check-local-headers.sh: Rewritten using awk.
47047         Match by word, not by line.  Print error messages for matches.
47048         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47049
47050         * Makerules [shlib-lds-flags empty]:
47051         ($(common-objpfx)libc_pic.opts): New target.
47052         ($(common-objpfx)libc_pic.os.clean): New target.
47053         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47054
47055         * config.make.in (OBJCOPY): New variable.
47056         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47057         * configure: Regenerated.
47058
47059         * config.make.in (use-default-link): New variable.
47060         * configure.in (use_default_link): Grok --with-default-link to set it.
47061         * configure: Regenerated.
47062         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47063         (shlib-lds, shlib-lds-flags): Define to empty.
47064
47065         * Makerules (shlib-lds): New variable.
47066         (shlib-lds-flags): New variable.
47067         (build-shlib, build-moduile, build-module-asneeded): Use it.
47068         ($(common-objpfx)libc.so): Use $(shlib-lds).
47069         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47070         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47071
47072         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47073         DT_FLAGS/DT_FLAGS_1 with zero flags.
47074
47075         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47076         linker script munging.
47077
47078 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47079
47080         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47081         as 128-bit value.
47082         * crypt/sha512.c (sha512_process_block): Perform total addition using
47083         128-bit if possible.
47084         (__sha512_finish_ctx): Likewise.
47085         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47086         as 64-bit value.
47087         * crypt/sha256.c (SWAP64): Define.
47088         (sha256_process_block): Perform total addition using 64-bit if
47089         possible.
47090         (__sha256_finish_ctx): Likewise.
47091
47092 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47093
47094         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47095         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47096         * nscd/hstcache.c (cache_addhst): Likewise.
47097         * nscd/grpcache.c (cache_addgr): Likewise.
47098         * nscd/aicache.c (addhstaiX): Likewise
47099         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47100
47101 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47102
47103         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47104         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47105         * nscd/hstcache.c (cache_addhst): Likewise.
47106         * nscd/grpcache.c (cache_addgr): Likewise.
47107         * nscd/aicache.c (addhstaiX): Likewise
47108
47109 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47110
47111         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47112         domain only when needed.
47113
47114 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47115
47116         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47117         is always restored.
47118
47119 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47120
47121         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47122         are re-adding the entry.
47123         * nscd/servicescache.c (cache_addserv): Likewise.
47124
47125 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47126
47127         * sysdeps/generic/dl-irel.h: fix protection against multiple
47128         inclusions.
47129         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47130
47131 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47132
47133         [BZ #12935]
47134         * malloc/memusage.sh: Fix quoting in message.
47135         * debug/xtrace.sh: Likewise.
47136
47137         * configure.in: Remove support for --experimental-malloc option, make
47138         it the default.
47139         * config.make.in: Likewise.
47140         * malloc/Makefile: Likewise.
47141
47142 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47143
47144         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47145         two-byte characters.
47146
47147 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47148
47149         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47150         AC_CACHE_CHECK invocation.
47151         * configure: Regenerated.
47152
47153         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47154
47155 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47156
47157         [BZ #12350]
47158         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47159         bit from old_res_options.
47160
47161         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47162
47163         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47164         value type for setfct.
47165
47166 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47167
47168         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47169         __gettimeofday instead of gettimeofday.
47170
47171 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47172
47173         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47174
47175 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47176
47177         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47178
47179         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47180         info.
47181
47182 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47183
47184         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47185         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47186         strcpy-sse2-unaligned strncpy-sse2-unaligned
47187         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47188         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47189         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47190         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47191         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47192         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47193         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47194         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47195         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47196         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47197         (STRCPY): Support SSE2 and SSSE3 versions.
47198
47199 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47200
47201         [BZ #12874]
47202         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47203         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47204         kernels which artificially limit size of requests.
47205
47206 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47207
47208         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47209         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47210         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47211         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47212         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47213         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47214         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47215         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47216         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47217         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47218         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47219         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47220         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47221         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47222         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47223         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47224         Enable unaligned load optimization for Intel Core i3, i5 and i7
47225         processors.
47226         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47227         Define.
47228         (index_Fast_Unaligned_Load): Define.
47229         (HAS_FAST_UNALIGNED_LOAD): Define.
47230
47231 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
47232
47233         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47234
47235 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47236
47237         [BZ #12907]
47238         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47239         until it is clear that the information is realy needed.
47240         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47241
47242 2011-06-22  Andreas Schwab  <schwab@redhat.com>
47243
47244         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47245
47246 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47247
47248         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47249         /sys/devices/system/cpu/online if it is usable.
47250
47251         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47252         reading the information from the /proc filesystem to once a second.
47253
47254 2011-06-21  Andreas Jaeger  <aj@suse.de>
47255
47256         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47257         NULL after inclusion of kernel headers.
47258
47259 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
47260
47261         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47262         calls to internal_setent.
47263
47264         [BZ #12885]
47265         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47266         addresses using gethostbyname4_r ignore IPv4 addresses.
47267
47268         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47269         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
47270
47271         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47272
47273 2011-06-20  David S. Miller  <davem@davemloft.net>
47274
47275         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47276         inclusions.
47277         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47278
47279         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47280         (elf_irel): Use it.
47281         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47282         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47283         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47284         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47285         * sysdeps/x86_64/dl-irel.h: Likewise.
47286
47287         * elf/dl-runtime.c: Use elf_ifunc_invoke.
47288         * elf/dl-sym.c: Likewise.
47289
47290 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47291
47292         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
47293         need to dereference resplen2.
47294
47295 2011-06-14  Andreas Schwab  <schwab@redhat.com>
47296
47297         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47298
47299 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47300
47301         * Makeconfig: Define vardbdir and inst_vardbdir.
47302         * nss/Makefile: Add rules to install db-Makefile.
47303
47304         * nss/nss_db/db-XXX.c: Cleanup.
47305
47306         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47307         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47308         GLIBC_PRIVATE.
47309         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
47310         * nss/makedb.c: Implement -g option to specify that value strings
47311         are generated and should not be added to table iterated over for
47312         get*ent calls.
47313         * nss/nss_db/db-initgroups.c: New file.
47314
47315         * nss/getent.c: Add support for initgroups lookups through getgrouplist
47316         interface.
47317
47318         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
47319         (internal_getgrouplist): Adjust to name change.
47320         Update use_initgroups_entry if this is not the first call.
47321         * nss/databases.def: Add initgroups entry.
47322
47323         * nss/makedb.c (compute_tables): Check result of multiple hash table
47324         sizes to minimize maximum chain length.
47325
47326 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
47327
47328         * Versions.def: Add entry for libnss_db.
47329         * shlib-versions: Likewise.
47330         * nss/Makefile: Add rules to build libnss_db.
47331         * nss/Versions: Add libnss_db information.  Organize libnss_files
47332         entries better.
47333         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47334         makedb progra.  Some minor improvements to generate smaller files.
47335         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47336         here from...
47337         * nss/makedb.c: ...here.
47338         Improve database format to be smaller and require less memory at
47339         runtime.
47340         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
47341         db anymore.
47342         * nss/nss_db/db-netgrp.c: Likewise.
47343         * nss/nss_db/db-open.c: Likewise.
47344         * nss/nss_files/flies-XXX.x: Adjust comments.
47345         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47346         * nss/nss_files/files-grp.c: Likewise.
47347         * nss/nss_files/files-hosts.c: Likewise.
47348         * nss/nss_files/files-network.c: Likewise.
47349         * nss/nss_files/files-proto.c: Likewise.
47350         * nss/nss_files/files-pwd.c: Likewise.
47351         * nss/nss_files/files-rpc.c: Likewise.
47352         * nss/nss_files/files-service.c: Likewise.
47353         * nss/nss_files/files-sgrp.c: Likewise.
47354         * nss/nss_files/files-spwd.c: Likewise.
47355         * nss/nss_db/db-alias.c: Removed.
47356         * nss/nss_db/dummy-db.h: Removed.
47357
47358 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
47359
47360         * nss/makedb.c: Rewritten to not use database library.
47361         * nss/Makefile: Update to build new makedb program.
47362
47363 2011-06-14  Andreas Jaeger  <aj@suse.de>
47364
47365         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47366         memset declaration.
47367
47368 2011-06-10  Andreas Schwab  <schwab@redhat.com>
47369
47370         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47371         tmpbuf.
47372
47373 2011-06-10  Roland McGrath  <roland@hack.frob.com>
47374
47375         * Makerules (shlib.lds): Fail if the linker script comes out empty.
47376         * elf/Makefile ($(objpfx)ld.so): Likewise.
47377
47378         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47379         Don't list ld.so twice in dependencies.
47380
47381         * posix/bug-regex31.c: Include <stdlib.h>.
47382
47383         * nscd/hstcache.c (cache_addhst): Remove unused variable.
47384
47385         * nis/nss_compat/compat-spwd.c
47386         (getspent_next_nss_netgr): Remove unused variable.
47387         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47388
47389         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47390         nonmembers" output to use the right array.
47391
47392         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47393
47394         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47395
47396         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47397         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47398         * catgets/gencat.c (read_input_file): Likewise.
47399         * locale/programs/locarchive.c (enlarge_archive): Likewise.
47400
47401         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47402         variable definition inside #if's controlling its use.
47403
47404         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47405
47406         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47407
47408         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47409
47410         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47411         unreachable code.
47412
47413         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47414
47415         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47416         * configure: Regenerated.
47417
47418         * Makerules: Revert last change.
47419         * elf/Makefile: Likewise.
47420
47421 2011-06-09  Roland McGrath  <roland@hack.frob.com>
47422
47423         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47424         * elf/Makefile ($(objpfx)librtld.os): Likewise.
47425         (reloc-link): Likewise.
47426
47427 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
47428
47429         * elf/Makefile: Add rules to build pldd.
47430         * elf/pldd.c: New file.
47431         * elf/pldd-xx.c: New file.
47432
47433 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
47434
47435         * version.h: Update for 2.15 development version.
47436
47437 2011-06-07  David S. Miller  <davem@davemloft.net>
47438
47439         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47440         ifuncs.
47441         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47442         elf_machine_lazy_rel): Likewise.
47443         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47444         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47445         elf_machine_lazy_rel): Likewise.
47446         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47447         dl_hwcap via passed in argument.
47448         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47449         Likewise.
47450
47451 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47452
47453         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
47454
47455 2011-06-06  Roland McGrath  <roland@hack.frob.com>
47456
47457         [BZ #12849]
47458         * manual/fdl-1.1.texi: New file, verbatim from:
47459         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47460         * manual/lgpl-2.1.texi: New file, verbatim from:
47461         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47462         * manual/Makefile (licenses): New variable, list those new file names.
47463         (texis): Use it.
47464         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47465
47466         * manual/fdl.texi: File removed.
47467         * manual/lesser.texi: File removed.
47468         * manual/libc.texinfo (Copying, Documentation License):
47469         Use new @include file names, put @appendix directive before @include.
47470
47471 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47472
47473         [BZ #12841]
47474         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47475         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47476         (mq_open): Add __NTH.
47477
47478 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47479
47480         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47481         Assume Intel Core i3/i5/i7 processor if AVX is available.
47482
47483 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47484
47485         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47486         typo.
47487
47488 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47489
47490         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47491         memory.  Use alloca_account.  Fix memory leak when retrying.
47492
47493 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47494
47495         * version.h (RELEASE): Bump for 2.14 release.
47496         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47497
47498         * config.make.in (RANLIB): Remove entry.
47499
47500 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47501
47502         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47503         (libc.pot): Work around missing support for .ksh extension in xgettext.
47504
47505         [BZ #12684]
47506         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47507         if both request failed.
47508         (send_dg): In case of server errors clear resplen or *resplen2.
47509
47510         [BZ #12454]
47511         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47512         when there are multiple maps.
47513         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47514         (_dl_fini): Remove test here.
47515
47516         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47517
47518 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47519
47520         [BZ #12350]
47521         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47522         bit from old_res_options.
47523         (gaih_inet): Likewise.
47524
47525         [BZ #11099]
47526         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47527         as signed.
47528
47529         * resolv/res_init.c (res_setoptions): Make the code more compact.
47530
47531         [BZ #11558]
47532         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47533         set RES_USEVC.
47534
47535         [BZ #11634]
47536         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47537
47538         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47539
47540         [BZ #11781]
47541         * malloc/malloc.h: Declare malloc hook variables as volatile.
47542
47543         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47544         in last patch.
47545
47546         [BZ #11799]
47547         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47548         raise in the comment.
47549         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47550         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47551         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47552
47553 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47554
47555         [BZ #12811]
47556         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47557         grow the buffers more if it already has to be sufficient.
47558         (build_wcs_upper_buffer): Likewise.
47559         * posix/regexec.c (check_matching): Likewise.
47560         (clean_state_log_if_needed): Likewise.
47561         (extend_buffers): Don't enlarge buffers beyond size of the input
47562         buffer.
47563         Patches mostly by Emil Wojak <emil@wojak.eu>.
47564         * posix/bug-regex32.c: New file.
47565         * posix/Makefile (tests): Add bug-regex32.
47566
47567         * locale/findlocale.c (_nl_find_locale): Return right away if
47568         _nl_explode_name failed.
47569         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47570
47571         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47572
47573         * debug/xtrace.sh: Unify messages.
47574         * malloc/memusage.sh: Likewise.
47575
47576         [BZ #12813]
47577         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47578         time symbol from vDSO.  Substitute with vsyscall if not available.
47579         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47580         __vdso_time.
47581
47582         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47583         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47584         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47585         Add sendmmsg and internal_sendmmsg.
47586         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47587         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47588         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47589
47590         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47591         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47592         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47593
47594 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47595
47596         [BZ #12813]
47597         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47598         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47599         available.
47600         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47601         __vdso_getcpu.
47602
47603         [BZ #12814]
47604         * iconvdata/Makefile (tests): Add bug-iconv9.
47605         * iconvdata/bug-iconv9.c: New file.
47606
47607 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47608
47609         [BZ #12814]
47610         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47611
47612 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47613
47614         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47615         (struct user_regs_struct): Change intcs field back to cs.
47616
47617 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47618
47619         * po/ja.po: Update from translation team.
47620
47621 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47622
47623         [BZ #12795]
47624         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47625         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47626
47627 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47628
47629         * stdlib/longlong.h: Update from GCC.
47630
47631 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47632
47633         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47634         parameter name.
47635         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47636         Add parameter name.
47637         (__sysconf): Pass it down.
47638
47639 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47640
47641         [BZ #12671]
47642         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47643         some situations.
47644         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47645         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47646         add in in __libc_use_alloca calls.  Adjust callers.
47647         (glob): Use malloc in some situations.
47648
47649         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47650         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47651         pltexit.
47652
47653 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47654
47655         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47656         and CLOCK_BOOTTIME_ALARM.
47657
47658         [BZ #12782]
47659         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47660         is returned.
47661
47662         * string/_strerror.c (__strerror_r): Print negative errors as signed
47663         numbers.
47664
47665         [BZ #12777]
47666         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47667         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47668         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47669
47670         * configure.in: Fix typo in redirection and correct removal of test
47671         files in two cases.
47672
47673         [BZ #12788]
47674         * locale/setlocale.c (new_composite_name): Fix test to check for
47675         identical name of all categories.
47676
47677         [BZ #12792]
47678         * libio/filedoalloc.c (local_isatty): New function.
47679         (_IO_file_doallocate): Use local_isatty.
47680         * stdio-common/perror.c (perror): In case a new stream is used
47681         forward the stream error.
47682         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47683         error flag.
47684
47685 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47686
47687         [BZ #11869]
47688         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47689         alloca.
47690         * include/alloca.h (extend_alloca_account): Define.
47691
47692         [BZ #11857]
47693         * posix/regex.h: Fix comments with documentation of user-accessible
47694         fields after compilation and describe correct free'ing of pattern
47695         after re_compile_pattern.
47696         Patch by Reuben Thomas <rrt@sc3d.org>.
47697
47698 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47699
47700         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47701         and -mno-altivec to prevent the compiler from using Altivec and/or
47702         VSX instructions when the corresponding registers are not available.
47703
47704 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47705
47706         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47707
47708 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47709
47710         * libio/freopen.c (freopen): Use __dup2, not dup2.
47711         * libio/freopen64.c (freopen64): Likewise.
47712
47713 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47714
47715         [BZ #12775]
47716         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47717         * math/Makefile (tests): Add test-powl.
47718         (CFLAGS-test-powl.c): Define.
47719         * math/test-powl.c: New file.
47720
47721 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47722
47723         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47724
47725 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47726
47727         [BZ #11837]
47728         * iconvdata/gb18030.c: Update to GB18020-2005.
47729
47730 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47731
47732         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47733         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47734         Patch by Aharon Robbins <arnold@skeeve.com>.
47735
47736         [BZ #11892]
47737         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47738         on the stack.
47739
47740         [BZ #11895]
47741         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47742         through underflows.
47743
47744         [BZ #12766]
47745         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47746         point to strings before performing equality test for error_one_per_line
47747         mode.
47748
47749         [BZ #11697]
47750         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47751
47752         [BZ #11820]
47753         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47754         (struct user_fpregs_struct): Avoid __uint*_t types.
47755
47756         [BZ #6420]
47757         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47758         symbol info.  Use it instead of calling _dl_addr locally.
47759         (lock_and_info): New function.
47760         (tr_freehook): Call lock_and_info and pass symbol info as additional
47761         parameter to tr_where.
47762         (tr_mallochook): Likewise.
47763         (tr_reallochook): Likewise.
47764         (tr_memalignhook): Likewise.
47765
47766         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47767         used and couldn't be at all thread-safe.
47768
47769 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47770
47771         * libio/freopen.c (freopen): Don't close old file descriptor
47772         before the new one is opened.  Instead dup the new file descriptor
47773         to the old one after the new stream is created.
47774         * libio/freopen64.c (freopen64): Likewise.
47775         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47776         * libio/fileops.c (_IO_new_file_close_it): Handle new
47777         _IO_FLAGS2_NOCLOSE flag.
47778         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47779         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47780         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47781         _IO_FLAGS2_NOCLOSE flag.
47782         * include/unistd.h: Add hidden_proto for dup3.
47783         Define __have_dup3.
47784         * io/dup3.c: Define hidden symbol.
47785         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47786
47787         [BZ #7101]
47788         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47789         when an incomplete long option is used.
47790         * posix/tst-getopt_long1.c: New file.
47791         * posix/Makefile (tests): Add tst-getopt_long1.
47792
47793         [BZ #10138]
47794         * scripts/config.guess: Update from autoconf-2.68.
47795         * scripts/config.sub: Likewise.
47796
47797         [BZ #10157]
47798         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47799         tests into ...
47800         (has_cpuclock): ...this.  New function.
47801         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47802         macro here based on has_cpuclock code.
47803
47804         [BZ #10149]
47805         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47806         First byte (not low byte) is now always NUL.
47807         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47808
47809         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47810         Use non-cancelable interfaces.
47811
47812         [BZ #9809]
47813         * locale/iso-639.def: Add entry for Sorani.
47814
47815         [BZ #11901]
47816         * include/stdlib.h: Move include protection to the right place.
47817         Define abort_msg_s.  Declare __abort_msg with it.
47818         * stdlib/abort.c (__abort_msg): Adjust type.
47819         * assert/assert.c (__assert_fail_base): New function.  Majority
47820         of code from __assert_fail.  Allocate memory for __abort_msg with
47821         mmap.
47822         (__assert_fail): Now call __assert_fail_base.
47823         * assert/assert-perr.c: Remove bulk of implementation.  Use
47824         __assert_fail_base.
47825         * include/assert.hL Declare __assert_fail_base.
47826         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47827         mmap.
47828         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47829
47830 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47831
47832         [BZ #11952]
47833         [BZ #12453]
47834         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47835         until all modules are registered in the DTV.
47836         * elf/Makefile: Add rules to build and run tst-tls19.
47837         * elf/tst-tls19.c: New file.
47838         * elf/tst-tls19mod1.c: New file.
47839         * elf/tst-tls19mod2.c: New file.
47840         * elf/tst-tls19mod3.c: New file.
47841         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47842
47843         [BZ #12083]
47844         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47845         correctly.
47846
47847         [BZ #12601]
47848         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47849         two-byte sequence errors.
47850         * iconvdata/Makefile (tests): Add bug-iconv8.
47851         * iconvdata/bug-iconv8.c: New file.
47852
47853         [BZ #12626]
47854         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47855         buf2 definition.
47856
47857         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47858
47859         [BZ #12432]
47860         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47861         (dummy_getcfa): New function.
47862         (init): Get _Unwind_GetCFA address, use dummy if not found.
47863         (backtrace_helper): In recursion check, also check whether CFA changes.
47864         (__backtrace): Completely initialize arg.
47865
47866         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47867         storing incomplete byte sequence in state object.  Avoid testing for
47868         guaranteed too small input if we know there is enough data available.
47869
47870 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47871
47872         * Makeconfig (+link-pie): Indent.
47873         * Rules (binaries-pie): Define if $(have-fpie) and
47874         $(build-shared).
47875         (binaries-shared): Also filter out $(binaries-pie).
47876         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47877         * nscd/Makefile (others-pie): Add nscd.
47878         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47879         ($(objpfx)nscd): Remove command override.
47880         * login/Makefile (others-pie): Add pt_chown.
47881         ($(objpfx)pt_chown): Remove command override.
47882         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47883         remove command overrides.
47884
47885 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47886
47887         * libio/tst_putwc.c: Fix error messages.
47888
47889         [BZ #12724]
47890         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47891         currently writing and seek to current position when not.
47892         * libio/Makefile (tests): Add bug-fclose1.
47893         * libio/bug-fclose1.c: New file.
47894
47895 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47896
47897         [BZ #12511]
47898         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47899         don't set DF_1_NODELETE here.
47900         (do_lookup_x): When entering new entry test for copy relocation
47901         and if necessary set DF_1_NODELETE flag.
47902         * elf/tst-unique4.cc: New file.
47903         * elf/tst-unique4.h: New file.
47904         * elf/tst-unique4lib.cc: New file.
47905         * elf/Makefile: Add rules to build and run tst-unique4.
47906         Patch by Piotr Bury <pbury@goahead.com>.
47907
47908 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47909
47910         [BZ #12052]
47911         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47912
47913         [BZ #12625]
47914         * misc/mntent_r.c (addmntent): Flush the stream after the output
47915
47916         [BZ #12393]
47917         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47918         (is_trusted_path_normalize): Skip initial colon.  Append slash
47919         to empty buffer.  Duplicate is_trusted_path code but allow
47920         constructed patch to be prefix.
47921         (is_dst): Allow $ORIGIN followed by /.
47922         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47923         Correct testing of result of is_trusted_path_normalize
47924         (decompose_rpath): Fix warning.
47925
47926 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47927
47928         [BZ #11257]
47929         * grp/initgroups.c (internal_getgrouplist): When we found the service
47930         list through the initgroups entry in nsswitch.conf do not always
47931         continue on a successful lookup.  Don't always use the
47932         __nss_group_database value if it is set.
47933         * nss/nsswitch.conf (initgroups): Change action for successful db
47934         lookup to continue for compatibility.
47935
47936 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47937
47938         [BZ #11532]
47939         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47940         and CP774 modules.
47941         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47942         and CP774 modules.
47943         * iconvdata/tst-tables.sh: Likewise.
47944         * iconvdata/cp770.c: New file.
47945         * iconvdata/cp771.c: New file.
47946         * iconvdata/cp772.c: New file.
47947         * iconvdata/cp773.c: New file.
47948         * iconvdata/cp774.c: New file.
47949         * iconvdata/testdata/CP770: New file.
47950         * iconvdata/testdata/CP770..UTF8: New file.
47951         * iconvdata/testdata/CP771: New file.
47952         * iconvdata/testdata/CP771..UTF8: New file.
47953         * iconvdata/testdata/CP772: New file.
47954         * iconvdata/testdata/CP772..UTF8: New file.
47955         * iconvdata/testdata/CP773: New file.
47956         * iconvdata/testdata/CP773..UTF8: New file.
47957         * iconvdata/testdata/CP774: New file.
47958         * iconvdata/testdata/CP774..UTF8: New file.
47959
47960         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47961         END CHARMAP line.
47962         * iconvdata/gen-8bit-gap.sh: Likewise.
47963         * iconvdata/gen-8bit.sh: Likewise.
47964
47965         * locale/iso-639.def: Add ary entry.
47966
47967         [BZ #11258]
47968         * locale/C-translit.h.in: Add U20A1 transliteration.
47969
47970         [BZ #12178]
47971         * locale/iso-639.def: Add wae entry.
47972         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47973
47974         [BZ #12545]
47975         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47976         for n.
47977
47978         [BZ #12711]
47979         * locale/C-translit.h.in: Add entry for U20B9.
47980         Patch by pravin.d.s@gmail.com.
47981
47982 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47983
47984         [BZ #12713]
47985         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47986         ENAMETOOLONG use generic getcwd.
47987         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47988         in rtld.  Use *stat64.
47989         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47990         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47991         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47992         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47993         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47994         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47995         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47996         __fstatat64 macros.
47997         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47998         * dirent/rewinddir.c: Add libc_hidden_def.
47999         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48000         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48001
48002         * include/dirent.h (__alloc_dir): Add flags parameter.
48003         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48004         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48005         __alloc_dir.
48006         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48007         from fdopendir if O_CLOEXEC is already set.
48008
48009 2011-03-15  Alan Modra  <amodra@gmail.com>
48010
48011         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48012         l_tls_firstbyte_offset non-zero.  Save padding offset in
48013         l_tls_firstbyte_offset for later use.
48014         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48015         freeing static tls block.
48016
48017 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48018
48019         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48020         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48021         being defined by the kernel headers.
48022
48023 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48024
48025         [BZ #12734]
48026         * resolv/resolv.h: Define RES_NOTLDQUERY.
48027         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48028         no-tld-query and set RES_NOTLDQUERY.
48029         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48030         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48031         modern BIND to search name as TLD unless forbidden.
48032
48033 2011-05-07  Petr Baudis  <pasky@suse.cz>
48034             Ulrich Drepper  <drepper@gmail.com>
48035
48036         [BZ #12393]
48037         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48038         (is_trusted_path): ...to here.
48039         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48040         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48041         using is_trusted_path_normalize() in setuid scripts.
48042
48043 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48044
48045         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48046         __BEGIN/__END_DECLS.
48047
48048 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48049
48050         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48051         NSS_STATUS_NOTFOUND if no record was found.
48052
48053 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48054
48055         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48056         (headers-not-in-tirpc): Remove rpc/netdb.h
48057         * resolv/netdb.h: Revert last change.
48058
48059 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48060
48061         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48062         circular dependency between libgcc.a and libc.a.
48063
48064 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48065
48066         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48067         * nis/Makefile: Don't install rpcsvc/*.
48068         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48069         instead of <rpc/types.h>.
48070         (MAXHOSTNAMELEN): Define.
48071
48072 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48073
48074         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48075
48076 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48077
48078         [BZ #12714]
48079         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48080         gethostbyname4_r when IPv6 results are possible.
48081
48082 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48083
48084         [BZ #12723]
48085         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48086         _PC_PIPE_BUF handling.
48087
48088 2011-04-30  Bruno Haible  <bruno@clisp.org>
48089
48090         [BZ #12717]
48091         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48092         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48093         to 'int'.
48094         * inet/getnameinfo.c (getnameinfo): Likewise.
48095
48096 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48097
48098         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48099         to groups setting in database lookup.
48100         * nss/nsswitch.conf: Add initgroups entry.
48101
48102 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48103
48104         [BZ #12685]
48105         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48106         mode string.
48107         Patch by Eric Blake <eblake@redhat.com>.
48108
48109 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48110
48111         * sunrpc/Makefile (need-export-routines): Add svc_run.
48112         (routines): Remove svc_run.
48113         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48114         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48115         * sunrpc/svc_run.c (svc_run): Likewise.
48116         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48117
48118 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48119
48120         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48121         problem in reallocation in last patch.
48122
48123 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48124
48125         * sunrpc/Makefile: Move inclusion of Rules.
48126
48127 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48128
48129         * nss/nss_files/files-initgroups.c: New file.
48130         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48131         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48132         _nss_files_initgroups_dyn.
48133
48134 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48135
48136         * elf/elf.h (R_ARM_IRELATIVE): Define.
48137
48138 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48139
48140         * po/ru.po: Update from translation team.
48141
48142 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48143
48144         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48145         dependencies.
48146
48147 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48148
48149         [BZ #12653]
48150         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48151         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48152         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48153         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48154         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48155
48156 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48157
48158         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48159         differing bytes.
48160         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48161         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48162         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48163
48164 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48165
48166         [BZ #12420]
48167         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48168         storing it.
48169         * stdlib/bug-getcontext.c: New file.
48170         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48171
48172 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48173
48174         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48175         instructions into .machine "z9-109".
48176         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48177         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48178
48179 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48180
48181         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48182         between environment variables and auxiliary vector.
48183
48184 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48185
48186         * Makefile: Add rules to build linkobj/libc.so.
48187         * include/libc-symbols.h: Define libc_hidden_nolink.
48188         * include/rpc/auth.h: Mark functions which are to be hidden.
48189         * include/rpc/auth_des.h: Likewise.
48190         * include/rpc/auth_unix.h: Likewise.
48191         * include/rpc/clnt.h: Likewise.
48192         * include/rpc/des_crypt.h: Likewise.
48193         * include/rpc/key_prot.h: Likewise.
48194         * include/rpc/pmap_clnt.h: Likewise.
48195         * include/rpc/pmap_prot.h: Likewise.
48196         * include/rpc/pmap_rmt.h: Likewise.
48197         * include/rpc/rpc_msg.h: Likewise.
48198         * include/rpc/svc.h: Likewise.
48199         * include/rpc/svc_auth.h: Likewise.
48200         * include/rpc/xdr.h: Likewise.
48201         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48202         * nss/Makefile: Likewise.
48203         * sunrpc/Makefile: Don't install headers.  Build library with normal
48204         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48205         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48206         for the compat linking library.  Remove use of INTDEF/INTUSE.
48207         * sunrpc/auth_none.c: Likewise.
48208         * sunrpc/auth_unix.c: Likewise.
48209         * sunrpc/authdes_prot.c: Likewise.
48210         * sunrpc/authuxprot.c: Likewise.
48211         * sunrpc/clnt_gen.c: Likewise.
48212         * sunrpc/clnt_perr.c: Likewise.
48213         * sunrpc/clnt_raw.c: Likewise.
48214         * sunrpc/clnt_simp.c: Likewise.
48215         * sunrpc/clnt_tcp.c: Likewise.
48216         * sunrpc/clnt_udp.c: Likewise.
48217         * sunrpc/clnt_unix.c: Likewise.
48218         * sunrpc/des_crypt.c: Likewise.
48219         * sunrpc/des_soft.c: Likewise.
48220         * sunrpc/get_myaddr.c: Likewise.
48221         * sunrpc/key_call.c: Likewise.
48222         * sunrpc/key_prot.c: Likewise.
48223         * sunrpc/netname.c: Likewise.
48224         * sunrpc/pm_getmaps.c: Likewise.
48225         * sunrpc/pm_getport.c: Likewise.
48226         * sunrpc/pmap_clnt.c: Likewise.
48227         * sunrpc/pmap_prot.c: Likewise.
48228         * sunrpc/pmap_prot2.c: Likewise.
48229         * sunrpc/pmap_rmt.c: Likewise.
48230         * sunrpc/publickey.c: Likewise.
48231         * sunrpc/rpc_cmsg.c: Likewise.
48232         * sunrpc/rpc_common.c: Likewise.
48233         * sunrpc/rpc_dtable.c: Likewise.
48234         * sunrpc/rpc_prot.c: Likewise.
48235         * sunrpc/rpc_thread.c: Likewise.
48236         * sunrpc/rtime.c: Likewise.
48237         * sunrpc/svc.c: Likewise.
48238         * sunrpc/svc_auth.c: Likewise.
48239         * sunrpc/svc_authux.c: Likewise.
48240         * sunrpc/svc_raw.c: Likewise.
48241         * sunrpc/svc_run.c: Likewise.
48242         * sunrpc/svc_simple.c: Likewise.
48243         * sunrpc/svc_tcp.c: Likewise.
48244         * sunrpc/svc_udp.c: Likewise.
48245         * sunrpc/svc_unix.c: Likewise.
48246         * sunrpc/svcauth_des.c: Likewise.
48247         * sunrpc/xcrypt.c: Likewise.
48248         * sunrpc/xdr.c: Likewise.
48249         * sunrpc/xdr_array.c: Likewise.
48250         * sunrpc/xdr_float.c: Likewise.
48251         * sunrpc/xdr_intXX_t.c: Likewise.
48252         * sunrpc/xdr_mem.c: Likewise.
48253         * sunrpc/xdr_rec.c: Likewise.
48254         * sunrpc/xdr_ref.c: Likewise.
48255         * sunrpc/xdr_sizeof.c: Likewise.
48256         * sunrpc/xdr_stdio.c: Likewise.
48257
48258 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
48259
48260         [BZ #12650]
48261         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48262         * sysdeps/ia64/dl-tls.h: Likewise.
48263         * sysdeps/powerpc/dl-tls.h: Likewise.
48264         * sysdeps/s390/dl-tls.h: Likewise.
48265         * sysdeps/sh/dl-tls.h: Likewise.
48266         * sysdeps/sparc/dl-tls.h: Likewise.
48267         * sysdeps/x86_64/dl-tls.h: Likewise.
48268         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48269
48270 2011-03-14  Andreas Schwab  <schwab@redhat.com>
48271
48272         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48273         rpath element also skip the following colon.
48274         (expand_dynamic_string_token): Add is_path parameter and pass
48275         down to DL_DST_REQUIRED and _dl_dst_substitute.
48276         (decompose_rpath): Call expand_dynamic_string_token with
48277         non-zero is_path.  Ignore empty rpaths.
48278         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48279         with zero is_path.
48280
48281 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48282
48283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48284         Make cancelable.
48285
48286 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
48287
48288         [BZ #12655]
48289         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48290         Patch by Filipe David Manana <fdmanana@apache.org>.
48291
48292 2011-04-07  Andreas Schwab  <schwab@redhat.com>
48293
48294         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48295         Maintain aligned stack.
48296         (CHECK_RSP): Remove unused macro.
48297
48298 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
48299
48300         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48301         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48302
48303 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
48304
48305         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48306
48307         * include/features.h: Mention __USE_XOPEN2K8 in comment.
48308
48309 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
48310
48311         [BZ #12518]
48312         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
48313         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
48314         * sysdeps/x86_64/memmove.c: New file.
48315         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
48316         (memcpy): Renamed to ...
48317         (__new_memcpy): This.
48318         (memcpy): Provide GLIBC_2_14 memcpy.
48319         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
48320         (memcpy): Provide GLIBC_2_2_5 memcpy.
48321
48322 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48323
48324         [BZ #12631]
48325         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48326
48327 2011-03-30  Andreas Schwab  <schwab@redhat.com>
48328
48329         * misc/syncfs.c: New file.
48330         * misc/Makefile (routines): Add syncfs.
48331         * posix/unistd.h: Declare syncfs.
48332         * sysdeps/unix/syscalls.list: Add syncfs.
48333
48334 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48335
48336         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48337         open_by_handle_at.
48338         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48339         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48340         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48341         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48342         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48343         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48344         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48345
48346 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48347
48348         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48349         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48350         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48351         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48352         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48353         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48354         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48355
48356         * io/Makefile: Compile fallocate.c, fallocate64.c, and
48357         sync_file_range.c with -fexceptions.
48358         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48359         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48360         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48361         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48362         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48363         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48364         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
48365         sync_file_range as cancellation point
48366         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
48367         now a wrapper around __call_sync_file_range with cancellation handling.
48368         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48369         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
48370         function name to __call_sync_file_range.
48371         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48372         Add call_sync_file_range.
48373
48374 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48375
48376         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48377         bits/timex.h.
48378
48379 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48380
48381         * iconv/iconv.h: Fix typo in comment.
48382         * io/fcntl.h: Likewise.
48383         * libio/stdio.h: Likewise.
48384         * posix/spawn.h: Likewise.
48385         * posix/unistd.h: Likewise.
48386         * stdlib/stdlib.h: Likewise.
48387         * time/time.h: Likewise.
48388         * wcsmbs/wchar.h: Likewise.
48389
48390         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48391         open_by_handle): Add.
48392         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48393         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
48394         Augment a few comments.
48395         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48396         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48397         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48398         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48399         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48400         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48401         open_by_handle.
48402
48403         * io/fcntl.h (AT_EMPTY_PATH): Define.
48404
48405 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
48406
48407         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48408         * sysdeps/unix/sysv/linux/bits/time.h: New file.
48409         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48410         to...
48411         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
48412         * Versions.def: Add GLIBC_2.14.
48413         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48414         Export.
48415
48416 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
48417
48418         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48419         round counter.
48420         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48421
48422 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48423
48424         [BZ #12597]
48425         * string/test-strncmp.c (do_page_test): New function.
48426         (check2): Likewise.
48427         (test_main): Call check2.
48428         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48429
48430 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
48431
48432         [BZ #12587]
48433         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48434         Handle cache information in CPU leaf 4.
48435         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48436
48437 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
48438
48439         [BZ #12583]
48440         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48441         character representation.
48442         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48443
48444 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
48445
48446         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48447         END(__isnan) to END(__isnanf) to match function entry point/label
48448         EALIGN(__isnanf,...).
48449
48450 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
48451
48452         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48453
48454 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
48455
48456         [BZ #12510]
48457         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48458         copy from the symbol referenced in the relocation to initialize the
48459         used variable.
48460         Patch by Piotr Bury <pbury@goahead.com>.
48461         * elf/Makefile: Add rules to build and tst-unique3.
48462         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48463         * elf/tst-unique3.cc: New file.
48464         * elf/tst-unique3.h: New file.
48465         * elf/tst-unique3lib.cc: New file.
48466         * elf/tst-unique3lib2.cc: New file.
48467
48468         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48469
48470 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48471
48472         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48473         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48474         to _start.
48475
48476 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48477
48478         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48479         to-be-loaded object along a path to loader is ld.so.
48480
48481 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48482             Ulrich Drepper  <drepper@gmail.com>
48483
48484         * sysdeps/x86_64/memset.S: After aligning destination, code
48485         branches to different locations depending on the value of
48486         misalignment, when multiarch is enabled. Fix this.
48487
48488 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48489
48490         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48491         Set _x86_64_preferred_memory_instruction for AMD processsors.
48492         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48493         Set bit_Prefer_SSE_for_memop for AMD processors.
48494
48495 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48496
48497         * libio/fmemopen.c (fmemopen): Optimize a bit.
48498
48499 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48500
48501         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48502
48503 2011-03-03  Roland McGrath  <roland@redhat.com>
48504
48505         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48506
48507 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48508
48509         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48510         __bzero_ultra1 instead of __memset_ultra1.
48511
48512 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48513             Ulrich Drepper  <drepper@gmail.com>
48514
48515         [BZ #12509]
48516         * include/link.h (struct link_map): Add l_orig_initfini.
48517         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48518         returning unsuccessfully.
48519         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48520         close of a file loaded at startup, restore the original l_initfini
48521         list.
48522         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48523         list, store the pointer.
48524         * elf/Makefile ($(objpfx)noload-mem): New rule.
48525         (noload-ENV): Define.
48526         (tests): Add $(objpfx)noload-mem.
48527         * elf/noload.c: Include <memcheck.h>.
48528         (main): Call mtrace.  Close all opened handles.
48529
48530 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48531
48532         [BZ #12454]
48533         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48534         dependencies are missing.
48535
48536 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48537
48538         Fix __if_freereq crash: Unlike the generic version which uses free,
48539         Hurd needs munmap.
48540         * sysdeps/mach/hurd/ifreq.h: New file.
48541
48542 2011-01-27  Petr Baudis  <pasky@suse.cz>
48543             Ulrich Drepper  <drepper@gmail.com>
48544
48545         [BZ 12445]#
48546         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48547         to extend_alloca().
48548         * stdio-common/bug23.c: New file.
48549         * stdio-common/Makefile (tests): Add bug23.
48550
48551 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48552             Ulrich Drepper  <drepper@gmail.com>
48553
48554         [BZ #12489]
48555         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48556         before performing relro protection.  At old place add assertion
48557         to make sure nothing changed.
48558
48559 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48560             Glauber de Oliveira Costa  <glommer@gmail.com>
48561
48562         * elf/elf.h: Add new ARM TLS relocs.
48563
48564 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48565
48566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48567         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48568         cast from r3.
48569         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48570         'tests' variable.
48571         * sysdeps/wordsize-64/tst-writev.c: New file.
48572
48573 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48574
48575         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48576         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48577         insns in _dl_start to prevent a TOC reference before relocs are
48578         resolved.
48579
48580 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48581
48582         [BZ #12469]
48583         * Makeconfig: Remove RANLIB definition.
48584         * Makerules: Don't use RANLIB.
48585         * aclocal.m4: Remove ranlib test.
48586         * configure.in: No need to check for ranlib.
48587         * elf/rtld-Rules: Don't use RANLIB.
48588
48589 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48590
48591         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48592         protection macro.
48593         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48594         inclusion protection macro.
48595
48596         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48597         SIGRTMIN and SIGRTMAX and print information in that case only when
48598         SIGRTMIN is defined.
48599
48600 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48601
48602         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48603         arginfo fn returning -1.
48604
48605         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48606         and thousands string is zero terminated.
48607
48608 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48609
48610         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48611         sysdeps/unix/sysv/linux/bits/socket.h.
48612
48613 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48614
48615         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48616         (__CPU_COUNT): Remove old macros.
48617         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48618         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48619         (__CPU_ALLOC, __CPU_FREE): Add macros.
48620         (__sched_cpualloc, __sched_cpufree): Add declarations.
48621
48622 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48623
48624         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48625         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48626         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48627         (readdhstai): Return value of addhstaiX call.
48628         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48629         (addgrbyX): Return value returned by cache_addgr.
48630         (readdgrbyname): Return value returned by addgrbyX.
48631         (readdgrbygid): Likewise.
48632         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48633         (addpwbyX): Return value returned by cache_addpw.
48634         (readdpwbyname): Return value returned by addhstbyX.
48635         (readdpwbyuid): Likewise.
48636         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48637         (addservbyX): Return value returned by cache_addserv.
48638         (readdservbyname): Return value returned by addservbyX:
48639         (readdservbyport): Likewise.
48640         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48641         (addhstbyX): Return value returned by cache_addhst.
48642         (readdhstbyname): Return value returned by addhstbyX.
48643         (readdhstbyaddr): Likewise.
48644         (readdhstbynamev6): Likewise.
48645         (readdhstbyaddrv6): Likewise.
48646         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48647         (readdinitgroups): Return value returned by addinitgroupsX.
48648         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48649         (prune_cache): Keep track of timeout value of re-added entries.
48650         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48651         * nscd/nscd.h: Adjust prototypes of readd* functions.
48652
48653 2011-02-04  Roland McGrath  <roland@redhat.com>
48654
48655         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48656         (nis_stats): Likewise.
48657         * nis/nis_modify.c (nis_modify): Likewise.
48658         * nis/nis_remove.c (nis_remove): Likewise.
48659         * nis/nis_add.c (nis_add): Likewise.
48660
48661         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48662
48663         * posix/fnmatch_loop.c: Add some consts.
48664
48665         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48666
48667 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48668
48669         [BZ #12460]
48670         * config.make.in (config-cflags-novzeroupper): Define.
48671         * configure.in: Substitute libc_cv_cc_novzeroupper.
48672         * elf/Makefile (AVX-CFLAGS): Define.
48673         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48674         (CFLAGS-tst-auditmod4a.c): Likewise.
48675         (CFLAGS-tst-auditmod4b.c): Likewise.
48676         (CFLAGS-tst-auditmod6b.c): Likewise.
48677         (CFLAGS-tst-auditmod6c.c): Likewise.
48678         (CFLAGS-tst-auditmod7b.c): Likewise.
48679         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48680
48681 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48682
48683         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48684         function to the callback.
48685         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48686
48687 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48688
48689         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48690         of errno.
48691
48692 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48693
48694         [BZ #11724]
48695         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48696         of constructors.
48697         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48698         of destructors.
48699         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48700
48701         [BZ #11724]
48702         * elf/Makefile: Add rules to build and run new test.
48703         * elf/tst-initorder.c: New file.
48704         * elf/tst-initorder.exp: New file.
48705         * elf/tst-initordera1.c: New file.
48706         * elf/tst-initordera2.c: New file.
48707         * elf/tst-initordera3.c: New file.
48708         * elf/tst-initordera4.c: New file.
48709         * elf/tst-initorderb1.c: New file.
48710         * elf/tst-initorderb2.c: New file.
48711         * elf/tst-order-a1.c: New file.
48712         * elf/tst-order-a2.c: New file.
48713         * elf/tst-order-a3.c: New file.
48714         * elf/tst-order-a4.c: New file.
48715         * elf/tst-order-b1.c: New file.
48716         * elf/tst-order-b2.c: New file.
48717         * elf/tst-order-main.c: New file.
48718         New test case by George Gensure <werkt0@gmail.com>.
48719
48720 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48721
48722         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48723         decoding ACE if AI_CANONIDN.
48724
48725 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48726
48727         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48728
48729 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48730
48731         * version.h (RELEASE): Bump for 2.13 release.
48732         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48733
48734         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48735
48736         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48737         MADV_NOHUGEPAGE.
48738         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48739         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48740         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48741         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48742         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48743         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48744
48745         * posix/getconf.c: Update copyright year.
48746         * catgets/gencat.c: Likewise.
48747         * csu/version.c: Likewise.
48748         * debug/catchsegv.sh: Likewise.
48749         * debug/xtrace.sh: Likewise.
48750         * elf/ldconfig.c: Likewise.
48751         * elf/ldd.bash.in: Likewise.
48752         * elf/sprof.c (print_version): Likewise.
48753         * iconv/iconv_prog.c: Likewise.
48754         * iconv/iconvconfig.c: Likewise.
48755         * locale/programs/locale.c: Likewise.
48756         * locale/programs/localedef.c: Likewise.
48757         * malloc/memusage.sh: Likewise.
48758         * malloc/mtrace.pl: Likewise.
48759         * nscd/nscd.c (print_version): Likewise.
48760         * nss/getent.c: Likewise.
48761
48762         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48763         PF_CAIF, and PF_ALG.
48764         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48765
48766 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48767
48768         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48769         (modules-names): Use them.
48770         (ifunc-test-modules, ifunc-pie-tests): Define.
48771         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48772         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48773         (test-extras): Likewise.
48774         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48775         $(compile-command.c).
48776         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48777         (all-built-dso): Define.
48778         (check-textrel.out, check-execstack.out): Depend on it.
48779
48780         * configure.in: Don't override --enable-multi-arch.
48781
48782 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48783
48784         [BZ #6812]
48785         * nscd/hstcache.c (tryagain): Define.
48786         (cache_addhst): Return tryagain not notfound for temporary errors.
48787         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48788         failed.
48789
48790 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48791
48792         [BZ #10563]
48793         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48794         to make the syscall.
48795         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48796
48797         [BZ #12378]
48798         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48799         and fall back to matching as normal character if the string ends before
48800         the matching ']' is found.  This is what POSIX requires.
48801         * posix/testfnm.c: Adjust test result.
48802         * posix/globtest.sh: Adjust test result.  Add new test.
48803         * posix/tst-fnmatch.input: Likewise.
48804         * posix/tst-fnmatch2.c: Add new test.
48805
48806 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48807
48808         * elf/Makefile (check-execstack): Revert last change.  Depend on
48809         check-execstack.h.
48810         (check-execstack.h): New target.
48811         (generated): Add check-execstack.h.
48812         * elf/check-execstack.c: Include "check-execstack.h".
48813         (main): Revert last change.
48814         (handle_file): Return zero if GNU_STACK is absent and
48815         DEFAULT_STACK_PERMS doesn't include PF_X.
48816
48817 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48818
48819         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48820         in child fails because the descriptor is already closed.
48821         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48822         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48823         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48824
48825         [BZ #12397]
48826         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48827         syscall.
48828
48829         [BZ #10484]
48830         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48831         temporary buffer used to handle multi lookups locally.
48832         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48833
48834 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48835
48836         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48837         loader is ld.so.
48838
48839 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48840
48841         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48842         alignment for SSE2.
48843
48844 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48845
48846         [BZ #12394]
48847         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48848         characters.  When rounding increased number of integer digits recompute
48849         number of groups.
48850         * stdio-common/tst-grouping.c: New file.
48851         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48852
48853 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48854
48855         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48856         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48857
48858         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48859         void.
48860         * bits/select.h: Likewise.
48861
48862 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48863
48864         * po/ja.po: Update from translation team.
48865
48866 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48867
48868         [BZ #11155]
48869         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48870         implementation just like for lxstat, fxstatat, et al.
48871
48872 2010-12-27  Jim Meyering  <meyering@redhat.com>
48873
48874         [BZ #12348]
48875         * posix/regexec.c (build_trtable): Return failure indication upon
48876         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48877
48878 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48879
48880         [BZ #12201]
48881         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48882         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48883         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48884         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48885
48886         [BZ #12207]
48887         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48888
48889         [BZ #12204]
48890         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48891         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48892
48893 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48894
48895         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48896         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48897         script has SORT_BY_INIT_PRIORITY.
48898         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48899         NO_CTORS_DTORS_SECTIONS is defined.
48900         * elf/soinit.c: Likewise.
48901         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48902         NO_CTORS_DTORS_SECTIONS is defined.
48903         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48904         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48905         * sysdeps/sh/init-first.c: Likewise.
48906         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48907
48908 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48909
48910         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48911         always use the slow path.
48912
48913 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48914
48915         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48916         similar rule which adds the sysdep directories to the header search in
48917         order to pick up the correct platform stackinfo.h.
48918         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48919         perform test if it is, otherwise return successfully without testing.
48920         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48921         DEFAULT_STACK_PERMS define in stackinfo.h.
48922         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48923         defined in stackinfo.h.
48924         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48925         DEFAULT_STACK_PERMS defined in stackinfo.h.
48926         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48927         * sysdeps/ia64/stackinfo.h: Likewise.
48928         * sysdeps/s390/stackinfo.h: Likewise.
48929         * sysdeps/sh/stackinfo.h: Likewise.
48930         * sysdeps/sparc/stackinfo.h: Likewise.
48931         * sysdeps/x86_64/stackinfo.h: Likewise.
48932         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48933         PF_X for powerpc64.  Retain PF_X for powerpc32.
48934
48935 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48936
48937         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48938         accurately.
48939         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48940         GETDENTS_64BIT_ALIGNED.
48941
48942 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48943
48944         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48945
48946 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48947
48948         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48949         _GNU_SOURCE.
48950
48951         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48952         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48953         Remove __restrict.
48954         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48955         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48956
48957 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48958
48959         [BZ #11655]
48960         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48961         are initialized.
48962
48963 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48964
48965         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48966
48967 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48968
48969         * po/it.po: Update from translation team.
48970
48971 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48972
48973         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48974         unused codes.
48975
48976 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48977
48978         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48979
48980 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48981
48982         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48983         specially.
48984         (gaih_getanswer_slice): Likewise.
48985
48986 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48987
48988         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48989
48990 2010-05-31  Petr Baudis  <pasky@suse.cz>
48991
48992         [BZ #11149]
48993         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48994         silently even in the chroot mode.
48995
48996 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48997
48998         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48999         last patch a bit.  Pretty printing
49000
49001 2010-05-31  Petr Baudis <pasky@suse.cz>
49002
49003         [BZ #10085]
49004         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49005         initialization of skip_initgroups_dyn.
49006
49007 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49008
49009         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49010         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49011
49012 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49013
49014         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49015
49016 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49017
49018         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49019         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49020         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49021         ($(objpfx)tst-fnmatch-mem): New rule.
49022         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49023         * posix/tst-fnmatch.c (main): Call mtrace.
49024
49025 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49026
49027         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49028         Support Intel processor model 6 and model 0x2c.
49029
49030 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49031
49032         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49033           signed comparison.
49034
49035 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49036
49037         [BZ #12205]
49038         * string/test-strncasecmp.c (check_result): New function.
49039         (do_one_test): Use it.
49040         (check1): New function.
49041         (test_main): Use it.
49042         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49043         Support strcasecmp and strncasecmp.
49044
49045 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49046
49047         [BZ #12194]
49048         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49049         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49050
49051 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49052
49053         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49054         IFUNC support.
49055         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49056         memset-x86-64.
49057         * sysdeps/x86_64/multiarch/bzero.S: New file.
49058         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49059         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49060         * sysdeps/x86_64/multiarch/memset.S: New file.
49061         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49062         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49063         Set bit_Prefer_SSE_for_memop for Intel processors.
49064         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49065         Define.
49066         (index_Prefer_SSE_for_memop): Define.
49067         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49068
49069 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49070
49071         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49072         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49073
49074 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49075
49076         [BZ #12191]
49077         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49078         (__x86_64_raw_data_cache_size_half): Likewise.
49079         (__x86_64_raw_shared_cache_size): Likewise.
49080         (__x86_64_raw_shared_cache_size_half): Likewise.
49081
49082         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49083         (__x86_64_raw_data_cache_size_half): Likewise.
49084         (__x86_64_raw_shared_cache_size): Likewise.
49085         (__x86_64_raw_shared_cache_size_half): Likewise.
49086         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49087         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49088         and __x86_64_raw_shared_cache_size_half.  Round
49089         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49090         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49091         to multiple of 256 bytes.
49092
49093 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49094
49095         [BZ #12167]
49096         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49097         of inacessible symlinks.  Verify result of symlink before returning it.
49098         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49099         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49100
49101 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49102
49103         * math/math.h (isinf): Fix typo in comment.
49104
49105 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49106
49107         * po/da.po: Update from translation team.
49108
49109 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49110
49111         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49112         is added to the list.
49113
49114 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49115             Ulrich Drepper  <drepper@gmail.com>
49116
49117         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49118         the global list here.  Move code to...
49119         (_dl_add_to_namespace_list): ...here.  New function.
49120         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49121         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49122         * elf/dl-load.c (lose): Don't remove the element from the list.
49123         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49124         (_dl_map_object): Likewise.
49125
49126 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49127
49128         [BZ #12159]
49129         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49130         into all bytes of SSE register.
49131         Patch by Richard Li <richardpku@gmail.com>.
49132
49133 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49134
49135         [BZ #12140]
49136         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49137         perturbing.
49138
49139 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49140
49141         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49142         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49143         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49144         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49146         submachine.
49147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49148
49149 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49150
49151         * include/dlfcn.h (__RTLD_SECURE): Define.
49152         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49153         mode & __RTLD_SECURE instead.
49154         (open_path): Rename preloaded parameter to secure.
49155         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49156         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49157         * elf/dl-deps.c (openaux): Likewise.
49158         * elf/rtld.c (struct map_args): Remove is_preloaded.
49159         (map_doit): Don't use it.
49160         (dl_main): Likewise.
49161         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49162         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49163
49164 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49165
49166         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49167         (sysd-rules-targets): Remove duplicates.
49168         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49169         rtld-%.$o dependency.
49170
49171 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49172
49173         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49174         _dl_map_object do it.
49175
49176 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49177
49178         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49179         fast fma builtins, define the macros in the C99 standard.
49180         (FP_FAST_FMAF): Likewise.
49181         (FP_FAST_FMAL): Likewise.
49182         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49183
49184         * bits/mathdef.h: Update copyright year.
49185         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49186
49187 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49188
49189         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49190         builtins, define the macros in the C99 standard.
49191         (FP_FAST_FMAF): Likewise.
49192         (FP_FAST_FMAL): Likewise.
49193         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49194         multiply/add.
49195         (FP_FAST_FMAF): Likewise.
49196
49197 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49198
49199         [BZ #3268]
49200         * math/libm-test.inc (fma_test): Some new testcases.
49201         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49202         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49203         y and infinite z.  Do multiplication by C already in long double.
49204         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49205         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49206         y and infinite z.  Do bitwise or of inexact bit into u.d.
49207         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49208         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49209         * sysdeps/i386/fpu/s_fma.S: Removed.
49210         * sysdeps/i386/fpu/s_fmal.S: Removed.
49211
49212 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49213
49214         [BZ #3268]
49215         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49216         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49217         computation is not scheduled after fetestexcept.  Fix value
49218         of minimum denormal long double.
49219
49220 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49221
49222         [BZ #3268]
49223         * math/libm-test.inc (fma_test): Add some more tests.
49224         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49225         correctly.
49226
49227 2010-10-15  Andreas Schwab  <schwab@redhat.com>
49228
49229         * scripts/data/localplt-s390-linux-gnu.data: New file.
49230         * scripts/data/localplt-s390x-linux-gnu.data: New file.
49231
49232 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
49233
49234         [BZ #3268]
49235         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49236         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49237         instead of dbl-64.
49238         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49239         inlines.
49240         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49241         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49242         if one of x and y is very large and the other is subnormal.
49243         * sysdeps/s390/fpu/s_fmaf.c: New file.
49244         * sysdeps/s390/fpu/s_fma.c: New file.
49245         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49246         * sysdeps/powerpc/fpu/s_fma.S: New file.
49247         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49248         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49249         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49250
49251 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
49252
49253         [BZ #3268]
49254         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49255         fma tests.
49256         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49257         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49258         * sysdeps/i386/i686/multiarch/s_fma.c: Include
49259         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49260         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49261         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49262         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49263
49264 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
49265
49266         [BZ #12078]
49267         * posix/regcomp.c (parse_branch): One more memory leak plugged.
49268         * posix/bug-regex31.input: Add test case.
49269
49270 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49271
49272         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49273         * posix/bug-regex31.input: New file.
49274
49275         [BZ #12078]
49276         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49277         (parse_sub_exp): Fix last change, use postorder.
49278
49279         * posix/bug-regex31.c: New file.
49280         * posix/Makefile: Add rules to build and run bug-regex31.
49281
49282         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49283
49284         [BZ #12078]
49285         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49286
49287         [BZ #12108]
49288         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49289         to have entries in sys_siglist.
49290
49291         [BZ #12093]
49292         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49293         be NULL.
49294
49295 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
49296
49297         [BZ #3268]
49298         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49299         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49300         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49301         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49302         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49303         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49304         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49305         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49306         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49307         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49308         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
49309         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
49310         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
49311         * math/ftestexcept.c (fetestexcept): Likewise.
49312         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
49313         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
49314         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
49315         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
49316         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
49317         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
49318         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
49319
49320 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49321
49322         [BZ #12107]
49323         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49324         newline.
49325
49326 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
49327
49328         * string/bug-strstr1.c: New file.
49329         * string/Makefile: Add rules to build and run bug-strstr1.
49330
49331 2010-10-05  Eric Blake  <eblake@redhat.com>
49332
49333         [BZ #12092]
49334         * string/str-two-way.h (two_way_long_needle): Always clear memory
49335         when skipping input due to the shift table.
49336
49337 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49338
49339         [BZ #12005]
49340         * malloc/mcheck.c: Handle large requests.
49341
49342         [BZ #12077]
49343         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49344         for strncmp and strncasecmp.
49345         * string/stratcliff.c: Add tests for strcmp and strncmp.
49346         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49347
49348 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
49349
49350         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49351         __set_fpscr.
49352
49353 2010-09-30  Andreas Jaeger  <aj@suse.de>
49354
49355         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49356         (CGROUP_SUPER_MAGIC): Define.
49357         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49358         Handle btrfs and cgroup file systems.
49359         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49360         Likewise.
49361
49362 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
49363
49364         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49365         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49366
49367 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49368
49369         [BZ #12067]
49370         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49371         trying to locate the ELF header.
49372
49373 2010-09-27  Andreas Schwab  <schwab@redhat.com>
49374
49375         [BZ #11611]
49376         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49377         Mask out sign-bit copies when constructing f_fsid.
49378
49379 2010-09-24  Petr Baudis <pasky@suse.cz>
49380
49381         * debug/stack_chk_fail_local.c: Add missing licence exception.
49382         * debug/warning-nop.c: Likewise.
49383
49384 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
49385
49386         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49387         implementing getdents64 using getdents syscall, set d_type if
49388         __ASSUME_GETDENTS32_D_TYPE.
49389
49390 2010-09-16  Andreas Schwab  <schwab@redhat.com>
49391
49392         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49393         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49394
49395 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
49396
49397         [BZ #12037]
49398         * posix/unistd.h: Undo change of feature selection for ftruncate from
49399         2010-01-11.
49400
49401 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
49402
49403         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
49404         detection.
49405
49406 2010-09-20  Andreas Schwab  <schwab@redhat.com>
49407
49408         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49409         fanotify_mark.
49410         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49411
49412 2010-09-14  Andreas Schwab  <schwab@redhat.com>
49413
49414         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49415         variables after CHECK_SP call.
49416         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49417
49418 2010-09-13  Andreas Schwab  <schwab@redhat.com>
49419             Ulrich Drepper  <drepper@redhat.com>
49420
49421         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49422         re-relocationg ld.so.
49423         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49424         _dl_init_paths call.
49425         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
49426         here anymore.
49427
49428 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
49429
49430         * resolv/res_init.c (__res_vinit): Count the default server we added.
49431
49432 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
49433             Ulrich Drepper  <drepper@redhat.com>
49434
49435         [BZ #11968]
49436         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49437         (____longjmp_chk): Use %ebx for saving value across system call.
49438         Add unwind info.
49439
49440 2010-09-06  Andreas Schwab  <schwab@redhat.com>
49441
49442         * manual/Makefile: Don't mix pattern rules with normal rules.
49443
49444 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
49445
49446         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49447         operation.
49448         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49449         * libio/iofopncook.c (_IO_cookie_init): Likewise.
49450         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49451         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49452         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49453         Likewise.
49454
49455 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
49456
49457         [BZ #11979]
49458         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49459         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49460
49461 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49462
49463         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49464         * sysdeps/x86_64/addmul_1.S: Likewise.
49465         * sysdeps/x86_64/lshift.S: Likewise.
49466         * sysdeps/x86_64/mul_1.S: Likewise.
49467         * sysdeps/x86_64/rshift.S: Likewise.
49468         * sysdeps/x86_64/sub_n.S: Likewise.
49469         * sysdeps/x86_64/submul_1.S: Likewise.
49470
49471 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49472
49473         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49474         Define __sched_param instead of SCHED_* and sched_param when
49475         <bits/sched.h> is included with __need_schedparam defined.
49476         * bits/sched.h [__need_schedparam]
49477         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49478         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49479         (__defined_schedparam): Define to 1.
49480         (__sched_param): New structure, identical to sched_param.
49481         (__need_schedparam): Undefine.
49482
49483 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49484
49485         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49486         (epoll_create1): Declare.
49487
49488         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49489
49490 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49491
49492         [BZ #7066]
49493         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49494         shifting retval into place.
49495
49496 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49497
49498         * nis/rpcsvc/nis.h: Update copyright notice.
49499         * nis/rpcsvc/nis.x: Likewise.
49500         * nis/rpcsvc/nis_callback.h: Likewise.
49501         * nis/rpcsvc/nis_callback.x: Likewise.
49502         * nis/rpcsvc/nis_object.x: Likewise.
49503         * nis/rpcsvc/nis_tags.h: Likewise.
49504         * nis/rpcsvc/yp.h: Likewise.
49505         * nis/rpcsvc/yp.x: Likewise.
49506         * nis/rpcsvc/ypupd.h: Likewise.
49507         * nis/yp_xdr.c: Likewise.
49508         * nis/ypupdate_xdr.c: Likewise.
49509
49510         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49511         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49512         (pmap_getport): Use __libc_rpc_getport.
49513         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49514         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49515         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49516
49517 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49518
49519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49520         fanotify_mark.
49521
49522 2010-08-27  Roland McGrath  <roland@redhat.com>
49523
49524         * sysdeps/i386/i686/multiarch/Makefile
49525         (CFLAGS-varshift.c): New variable.
49526
49527 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49528
49529         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49530         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49531
49532         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49533
49534         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49535
49536 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49537
49538         * sysdeps/x86_64/strlen.S: Unroll the loop.
49539         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49540         strlen-sse2 strlen-sse2-bsf.
49541         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49542         __strlen_no_bsf if bit_Slow_BSF is set.
49543         (__strlen_sse42): Removed.
49544         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49545         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49546
49547 2010-08-25  Roland McGrath  <roland@redhat.com>
49548
49549         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49550         * sysdeps/x86_64/multiarch/varshift.c: New file.
49551         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49552         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49553         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49554         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49555
49556 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49557
49558         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49559         strlen-sse2 strlen-sse2-bsf.
49560         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49561         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49562         (__strlen_sse2): Removed.
49563         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49564         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49565         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49566         bit_Slow_BSF for Atom.
49567         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49568         (index_Slow_BSF): Define.
49569         (HAS_SLOW_BSF): Define.
49570
49571 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49572
49573         [BZ #10851]
49574         * resolv/res_init.c (__res_vinit): When no server address at all
49575         is given default to loopback.
49576
49577 2010-08-24  Roland McGrath  <roland@redhat.com>
49578
49579         * configure.in: Remove config-name.h generation.
49580         * configure: Regenerated.
49581         * config-name.in: File removed.
49582         * scripts/config-uname.sh: New file.
49583         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49584         ($(objdir)config-name.h): New target.
49585
49586         * sunrpc/rpc_parse.h: Avoid nested comment.
49587
49588 2010-08-24  Richard Henderson  <rth@redhat.com>
49589             Ulrich Drepper  <drepper@redhat.com>
49590             H.J. Lu  <hongjiu.lu@intel.com>
49591
49592         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49593         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49594         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49595         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49596         _mm_alignr_epi8 with _mm_loadu_si128.
49597         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49598         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49599         (__m128i_shift_right): Removed.
49600         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49601         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49602         * sysdeps/x86_64/multiarch/varshift.h: New file.
49603         * sysdeps/x86_64/multiarch/varshift.S: New file.
49604
49605 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49606
49607         * configure.in: Move assembler checks to before sysdep dir checking.
49608
49609 2010-08-20  Petr Baudis  <pasky@suse.cz>
49610
49611         * LICENSES: Sync the sunrpc license.
49612
49613 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49614
49615         * sunrpc/auth_des.c: Update copyright notice once again.
49616         * sunrpc/auth_none.c: Likewise.
49617         * sunrpc/auth_unix.c: Likewise.
49618         * sunrpc/authdes_prot.c: Likewise.
49619         * sunrpc/authuxprot.c: Likewise.
49620         * sunrpc/bindrsvprt.c: Likewise.
49621         * sunrpc/clnt_gen.c: Likewise.
49622         * sunrpc/clnt_perr.c: Likewise.
49623         * sunrpc/clnt_raw.c: Likewise.
49624         * sunrpc/clnt_simp.c: Likewise.
49625         * sunrpc/clnt_tcp.c: Likewise.
49626         * sunrpc/clnt_udp.c: Likewise.
49627         * sunrpc/clnt_unix.c: Likewise.
49628         * sunrpc/des_crypt.c: Likewise.
49629         * sunrpc/des_soft.c: Likewise.
49630         * sunrpc/get_myaddr.c: Likewise.
49631         * sunrpc/getrpcport.c: Likewise.
49632         * sunrpc/key_call.c: Likewise.
49633         * sunrpc/key_prot.c: Likewise.
49634         * sunrpc/openchild.c: Likewise.
49635         * sunrpc/pm_getmaps.c: Likewise.
49636         * sunrpc/pm_getport.c: Likewise.
49637         * sunrpc/pmap_clnt.c: Likewise.
49638         * sunrpc/pmap_prot.c: Likewise.
49639         * sunrpc/pmap_prot2.c: Likewise.
49640         * sunrpc/pmap_rmt.c: Likewise.
49641         * sunrpc/rpc/auth.h: Likewise.
49642         * sunrpc/rpc/auth_unix.h: Likewise.
49643         * sunrpc/rpc/clnt.h: Likewise.
49644         * sunrpc/rpc/des_crypt.h: Likewise.
49645         * sunrpc/rpc/key_prot.h: Likewise.
49646         * sunrpc/rpc/netdb.h: Likewise.
49647         * sunrpc/rpc/pmap_clnt.h: Likewise.
49648         * sunrpc/rpc/pmap_prot.h: Likewise.
49649         * sunrpc/rpc/pmap_rmt.h: Likewise.
49650         * sunrpc/rpc/rpc.h: Likewise.
49651         * sunrpc/rpc/rpc_des.h: Likewise.
49652         * sunrpc/rpc/rpc_msg.h: Likewise.
49653         * sunrpc/rpc/svc.h: Likewise.
49654         * sunrpc/rpc/svc_auth.h: Likewise.
49655         * sunrpc/rpc/types.h: Likewise.
49656         * sunrpc/rpc/xdr.h: Likewise.
49657         * sunrpc/rpc_clntout.c: Likewise.
49658         * sunrpc/rpc_cmsg.c: Likewise.
49659         * sunrpc/rpc_common.c: Likewise.
49660         * sunrpc/rpc_cout.c: Likewise.
49661         * sunrpc/rpc_dtable.c: Likewise.
49662         * sunrpc/rpc_hout.c: Likewise.
49663         * sunrpc/rpc_main.c: Likewise.
49664         * sunrpc/rpc_parse.c: Likewise.
49665         * sunrpc/rpc_parse.h: Likewise.
49666         * sunrpc/rpc_prot.c: Likewise.
49667         * sunrpc/rpc_sample.c: Likewise.
49668         * sunrpc/rpc_scan.c: Likewise.
49669         * sunrpc/rpc_scan.h: Likewise.
49670         * sunrpc/rpc_svcout.c: Likewise.
49671         * sunrpc/rpc_tblout.c: Likewise.
49672         * sunrpc/rpc_util.c: Likewise.
49673         * sunrpc/rpc_util.h: Likewise.
49674         * sunrpc/rpcinfo.c: Likewise.
49675         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49676         * sunrpc/rpcsvc/key_prot.x: Likewise.
49677         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49678         * sunrpc/rpcsvc/mount.x: Likewise.
49679         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49680         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49681         * sunrpc/rpcsvc/rex.x: Likewise.
49682         * sunrpc/rpcsvc/rstat.x: Likewise.
49683         * sunrpc/rpcsvc/rusers.x: Likewise.
49684         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49685         * sunrpc/rpcsvc/spray.x: Likewise.
49686         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49687         * sunrpc/rtime.c: Likewise.
49688         * sunrpc/svc.c: Likewise.
49689         * sunrpc/svc_auth.c: Likewise.
49690         * sunrpc/svc_authux.c: Likewise.
49691         * sunrpc/svc_raw.c: Likewise.
49692         * sunrpc/svc_run.c: Likewise.
49693         * sunrpc/svc_simple.c: Likewise.
49694         * sunrpc/svc_tcp.c: Likewise.
49695         * sunrpc/svc_udp.c: Likewise.
49696         * sunrpc/svc_unix.c: Likewise.
49697         * sunrpc/svcauth_des.c: Likewise.
49698         * sunrpc/xcrypt.c: Likewise.
49699         * sunrpc/xdr.c: Likewise.
49700         * sunrpc/xdr_array.c: Likewise.
49701         * sunrpc/xdr_float.c: Likewise.
49702         * sunrpc/xdr_mem.c: Likewise.
49703         * sunrpc/xdr_rec.c: Likewise.
49704         * sunrpc/xdr_ref.c: Likewise.
49705         * sunrpc/xdr_sizeof.c: Likewise.
49706         * sunrpc/xdr_stdio.c: Likewise.
49707
49708         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49709         handling.
49710
49711 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49712
49713         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49714
49715 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49716
49717         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49718         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49719         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49720         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49721         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49722         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49723         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49724         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49725         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49726         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49727         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49728         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49729         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49730         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49731
49732 2010-07-26  Anton Blanchard  <anton@samba.org>
49733
49734         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49735         * malloc/arena.c (heap_trim): Likewise.
49736
49737 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49738
49739         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49740         here.  Not...
49741         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49742         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49743
49744 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49745
49746         * sysdeps/i386/elf/Makefile: New file.
49747
49748 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49749
49750         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49751         from fanotify_init.
49752         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49753         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49754
49755 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49756
49757         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49758         of strncasecmp_l.
49759         * sysdeps/multiarch/strcmp.S: Likewise.
49760
49761 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49762
49763         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49764         strncase_l-nonascii.
49765         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49766         Add strncase_l-ssse3.
49767         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49768         * sysdeps/x86_64/strcmp.S: Likewise.
49769         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49770         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49771         * sysdeps/x86_64/strncase.S: New file.
49772         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49773         * sysdeps/x86_64/strncase_l.S: New file.
49774         * string/Makefile (strop-tests): Add strncasecmp.
49775         * string/test-strncasecmp.c: New file.
49776
49777         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49778         warning.
49779
49780         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49781         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49782
49783 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49784
49785         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49786
49787 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49788
49789         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49790         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49791         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49792
49793 2010-05-01  Alan Modra  <amodra@gmail.com>
49794
49795         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49796         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49797         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49798         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49799         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49800         tidying.  Don't tail-call __sigjmp_save for static lib.
49801         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49802         save location.
49803         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49804         (CALL_MCOUNT): Add eh info, and nop after bl.
49805         (TAIL_CALL_SYSCALL_ERROR): New macro.
49806         (PSEUDO_RET): Use it.
49807         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49808         Correct save location of integer regs and cr.
49809         (_dl_profile_resolve): Correct cr save location.  Delete nops
49810         after bl when SHARED.  Reduce cfi size a little by better
49811         placement of cfi directives.
49812         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49813         make a stack frame.  Instead use parm save area as a temp.
49814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49815         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49817         Don't make a stack frame for parent, use parm save area.
49818         Increase child stack frame to 112 bytes.  Don't save unused reg,
49819         and adjust reg usage.  Set up cfi on error recovery and
49820         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49822         (__makecontext): Add dummy nop after jump to exit.
49823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49824         Use correct parm save area and cr save, reduce stack frame.
49825         Correct cfi for possible PSEUDO_RET frame setup.
49826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49827         Branch to local label emitted by PSEUDO_RET rather than
49828         __syscall_error.
49829
49830 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49831
49832         [BZ #11904]
49833         * locale/programs/locale.c (print_assignment): New function.
49834         (show_locale_vars): Use it.
49835
49836 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49837
49838         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49839         field.
49840         (struct statfs64): Likewise.
49841         (_STATFS_F_FLAGS): Define.
49842         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49843         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49844         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49845         (ST_VALID): Define locally.
49846         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49847         __statvfs_getflags, use the provided value.
49848         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49849         __ASSUME_STATFS_F_FLAGS.
49850
49851         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49852
49853         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49854         Add sys/fanotify.h.
49855         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49856         fanotify_mask for GLIBC_2.13.
49857         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49858         fanotify_init and fanotify_mark.
49859         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49860         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49861
49862         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49863         Add prlimit.
49864         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49865         prlimit64 for GLIBC_2.13.
49866         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49867         prlimit64.
49868         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49869         syscall.
49870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49871         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49872         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49873         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49874         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49875         add prlimit alias.
49876         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49877
49878         [BZ #11903]
49879         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49880         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49881
49882         * nss/Makefile: Add rules to build and run tst-nss-test1.
49883         * shlib-versions: Add entry for libnss_test1.
49884         * nss/nss_test1.c: New file.
49885         * nss/tst-nss-test1.c: New file.
49886
49887         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49888         (__nss_configure_lookup): Set appropriate entry in
49889         __nss_configure_lookup to true.
49890         * nss/nsswitch.h: Define enum with indeces of databases in
49891         databases and __nss_database_custom arrays.  Declare
49892         __nss_database_custom.
49893         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49894         to avoid using nscd when custom rules are installed.
49895         * nss/getXXbyYY_r.c: Likewise.
49896         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49897
49898         * nss/nss_files/files-parse.c: Whitespace fixes.
49899
49900 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49901
49902         [BZ #11883]
49903         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49904         * posix/fnmatch_loop.c: Likewise.
49905
49906 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49907
49908         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49909         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49910         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49911         * Versions.def [GLIBC_2.13]: Add.
49912
49913 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49914
49915         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49916         Also fail if tpwd after pwuid call is NULL.
49917
49918 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49919
49920         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49921         when converting to ms.
49922
49923 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49924
49925         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49926         EOPNOTSUPP errors with ENOTTY.
49927         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49928         EOPNOTSUPP errors with ENOTTY.
49929
49930 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49931
49932         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49933         Add strcasecmp_l-ssse3.
49934         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49935         strcasecmp.
49936         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49937         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49938         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49939
49940 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49941
49942         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49943
49944         * string/Makefile (strop-tests): Add strcasecmp.
49945         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49946         strcasecmp_l-nonascii.
49947         (gen-as-const-headers): Add locale-defines.sym.
49948         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49949         * sysdeps/x86_64/strcasecmp.S: New file.
49950         * sysdeps/x86_64/strcasecmp_l.S: New file.
49951         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49952         * sysdeps/x86_64/locale-defines.sym: New file.
49953         * string/test-strcasecmp.c: New file.
49954
49955         * string/test-strcasestr.c: Test both ends of the range of characters.
49956         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49957
49958 2010-07-29  Roland McGrath  <roland@redhat.com>
49959
49960         [BZ #11856]
49961         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49962
49963 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49964
49965         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49966         for ld.so.
49967
49968 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49969
49970         * manual/memory.texi (Malloc Tunable Parameters): Document
49971         M_PERTURB.
49972
49973 2010-07-26  Roland McGrath  <roland@redhat.com>
49974
49975         [BZ #11840]
49976         * configure.in (-fgnu89-inline check): Set and substitute
49977         gnu89_inline, not libc_cv_gnu89_inline.
49978         * configure: Regenerated.
49979         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49980
49981 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49982
49983         * string/test-strnlen.c: New file.
49984         * string/Makefile (strop-tests): Add strnlen.
49985         * string/tester.c (test_strnlen): Add a few more test cases.
49986         * string/tst-strlen.c: Better error reporting.
49987
49988         * sysdeps/x86_64/strnlen.S: New file.
49989
49990 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49991
49992         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49993         lower-latency instructions.
49994
49995 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49996
49997         * string/test-strcasestr.c: New file.
49998         * string/test-strstr.c: New file.
49999         * string/Makefile (strop-tests): Add strstr and strcasestr.
50000         * string/str-two-way.h: Don't undefine MAX.
50001         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50002
50003 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50004
50005         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50006         strcasestr-nonascii.
50007         (CFLAGS-strcasestr-nonascii.c): Define.
50008         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50009         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50010         Remove unused attribute.
50011
50012 2010-07-20  Roland McGrath  <roland@redhat.com>
50013
50014         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50015         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50016         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50017         like LD_HWCAP_MASK can disable hwcaps.
50018
50019 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50020
50021         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50022
50023 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50024
50025         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50026         call in strcasestr.
50027         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50028         __strcasestr_sse42_nonascii.
50029         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50030         strcasestr-nonascii.c.
50031         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50032
50033 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50034
50035         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50036         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50037         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50038         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50039
50040 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50041
50042         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50043         fcntl.
50044
50045 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50046
50047         [BZ #11577]
50048         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50049         dl_signal_cerror.
50050
50051 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50052
50053         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50054         _PC_PIPE_BUF using F_GETPIPE_SZ.
50055
50056 2010-07-05  Roland McGrath  <roland@redhat.com>
50057
50058         * manual/arith.texi (Rounding Functions): Fix rint description
50059         implicit in round description.
50060
50061 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50062
50063         * elf/Makefile: Fix linking for a few tests to make recent linker
50064         happy.
50065
50066 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50067
50068         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50069         $(common-objpfx)libc_nonshared.a.
50070
50071 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50072
50073         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50074         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50075         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50076         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50077         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50078         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50079         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50080         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50095         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50096         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50097         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50098         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50099         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50100         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50101         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50102         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50103         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50104         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50105         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50106         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50121
50122 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50123
50124         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50125         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50126         * string/memmove.c (memmove): Renamed to ...
50127         (MEMMOVE): ...this.  Default to memmove.
50128         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50129         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50130         (END_CHK): Define.
50131         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50132         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50133         mempcpy-ssse3-back memmove-ssse3-back.
50134         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50135         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50136         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50137         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50138         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50139         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50140         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50141         * sysdeps/x86_64/multiarch/memmove.c: New file.
50142         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50143         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50144         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50145         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50146         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50147         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50148         Define.
50149         (index_Fast_Copy_Backward): Define.
50150         (HAS_ARCH_FEATURE): Define.
50151         (HAS_FAST_REP_STRING): Define.
50152         (HAS_FAST_COPY_BACKWARD): Define.
50153
50154 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50155
50156         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50157         Restore proper fallback handling.
50158
50159 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50160
50161         [BZ #11701]
50162         * posix/group_member.c (__group_member): Correct checking loop.
50163
50164         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50165         OOM in getpwuid_r correctly.  Return error number when the caller
50166         should return, otherwise -1.
50167         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50168         call returning > 0 value.
50169         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50170
50171 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50172
50173         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50174         libc_nonshared.a from targets in modules-names.
50175
50176 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50177
50178         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50179         requires it.
50180
50181 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50182
50183         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50184         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50185         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50186         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50187
50188 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50189
50190         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50191
50192 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50193
50194         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50195         and F_GETPIPE_SZ.
50196         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50197         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50198         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50199         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50200         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50201         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50202
50203 2010-06-14  Roland McGrath  <roland@redhat.com>
50204
50205         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50206
50207 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50208
50209         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50210         __REDIRECT followed by __THROW.
50211         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50212         * posix/getopt.h (getopt): Likewise.
50213
50214 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50215
50216         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50217         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50218         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50219         in AT_FLAGS.
50220         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50221         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50222
50223 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
50224
50225         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50226
50227 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
50228
50229         [BZ #11640]
50230         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50231         Properly check family and model.
50232
50233 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
50234
50235         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50236
50237 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
50238
50239         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50240
50241 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
50242
50243         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50244         symbol reference.
50245
50246 2010-05-19  Andreas Schwab  <schwab@redhat.com>
50247
50248         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50249         symbol reference.
50250
50251 2010-05-21  Andreas Schwab  <schwab@redhat.com>
50252
50253         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50254         and internal_recvmmsg.
50255         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50256         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50257         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50258         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50259
50260         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50261         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50262         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50263
50264 2010-05-20  Andreas Schwab  <schwab@redhat.com>
50265
50266         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50267
50268 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
50269
50270         POWER7 optimizations.
50271         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50272         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50273
50274 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
50275
50276         * version.h: Update for 2.13 development version.
50277
50278 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50279
50280         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50281         exceptions.  Return 0.
50282
50283 2010-05-07  Roland McGrath  <roland@redhat.com>
50284
50285         * elf/ldconfig.c (main): Add a const.
50286
50287 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
50288
50289         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50290         (args_options): Add no-idn option.
50291         (ahosts_keys_int): Add idn_flags to ai_flags.
50292         (parse_option): Handle 'i' option to clear idn_flags.
50293
50294         * malloc/malloc.c (_int_free): Possible race in the most recently
50295         added check.  Only act on the data if no current modification
50296         happened.
50297
50298 See ChangeLog.17 for earlier changes.