7fa614ca0c76c1e9e47dd2b1c5d3e3fe9a682a27
[platform/upstream/glibc.git] / ChangeLog
1 2014-09-23  Will Newton  <will.newton@linaro.org>
2
3         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4         _LINUX_ARM_SYSDEP_H include guard too.
5         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6         define.
7
8 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9
10         * sysdeps/unix/sysv/linux/eventfd.c:
11         Make first argument unsigned.
12         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
13         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
14
15 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
16
17         * socket/recvmmsg.c (recvmmsg): Drop const argument.
18         * socket/sys/socket.h: Likewise
19         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
20
21 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22
23         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
24
25 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
26
27         * time/tst-ftime.c: New test.
28         * time/Makefile (tests): Add tst-ftime.
29
30 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
31
32         * soft-fp/extended.h: Fix comment formatting.
33         * soft-fp/op-1.h: Likewise.
34         * soft-fp/op-2.h: Likewise.
35         * soft-fp/op-4.h: Likewise.
36         * soft-fp/op-8.h: Likewise.
37         * soft-fp/op-common.h: Likewise.
38         * soft-fp/soft-fp.h: Likewise.
39
40         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
41
42 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
43
44         [BZ #6652]
45         * Makeconfig (soversions-default-setname): Remove variable.
46         ($(common-objpfx)soversions.i): Don't pass default_setname to
47         soversions.awk.
48         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
49         oldest_abi to abi-versions.awk.
50         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
51         * config.make.in (oldest-abi): Remove variable.
52         * configure.ac (--enable-oldest-abi): Remove configure option.
53         * configure: Regenerated.
54         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
55         text.
56         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
57         * scripts/soversions.awk: Do not handle default_setname variable.
58         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
59         variable.
60         * sysdeps/mach/hurd/configure: Regenerated.
61         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
62         variable.
63         * sysdeps/unix/sysv/linux/configure: Regenerated.
64
65 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
66
67         * elf/Makefile (CFLAGS-interp.c): Remove.
68         ($(elf-objpfx)runtime-linker.h): Generate header with linker
69         path string.
70         * elf/interp.c: Include generated runtime-linker.h
71
72         * Makerules (lib%.so): Don't include $(+interp) in
73         prerequisites.
74         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
75         * dlfcn/eval.c: Remove file.
76
77         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
78         macros.
79
80         [BZ #17266]
81         * misc/sys/cdefs.h: Define __extern_always_inline for clang
82         4.2 and newer.
83
84         [BZ #17370]
85         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
86
87 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
88             Jakub Jelinek  <jakub@redhat.com>
89
90         [BZ #17266]
91         * libio/stdio.h: Check definition of __fortify_function
92         instead of __extern_always_inline to include bits/stdio2.h.
93         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
94         check if __extern_always_inline is defined.
95         [__USE_MISC || __USE_XOPEN]: Likewise.
96         [__USE_ISOC99] Likewise.
97         * misc/sys/cdefs.h (__fortify_function): Define only if
98         __extern_always_inline is defined.
99         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
100         __extern_always_inline and __extern_inline only for g++-4.3
101         and newer or a compatible gcc.
102
103 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
104
105         [BZ #17371]
106         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
107         last change to handle zero prefix length.
108
109 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
110
111         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
112         _SC_REGEX_VERSION.
113
114         * posix/getconf.c (vars): Add _POSIX_IPV6 and
115         _POSIX_RAW_SOCKETS.
116
117 2014-09-13  Allan McRae  <allan@archlinux.org>
118
119         * po/ru.po: Update Russian translation from translation project.
120
121 2014-09-12  Roland McGrath  <roland@hack.frob.com>
122
123         * locale/programs/locale.c (show_locale_vars): Inline local function
124         into its sole call site.  Clean up some style nits.
125         (print_item): New function, broken out of ...
126         (show_info): ... local function here.  Clean up style nits.
127
128         * locale/programs/ld-ctype.c (set_one_default): New function, broken
129         out of ...
130         (set_class_defaults): ... local function set_default here.
131         Define set_default as a macro locally to pass constant parameters.
132         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
133         rather than a shared local.
134
135         * stdlib/rpmatch.c (try): New function, broken out of ...
136         (rpmatch): ... local function here.  Also, prototypify definition.
137
138 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
139
140         * scripts/soversions.awk: Do not handle configuration names.
141         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
142         vendor and os variables to soversions.awk.
143         * configure.ac: Do not modify gnu-* host_os.
144         * configure: Regenerated
145         * shlib-versions: Remove first column with configuration names.
146         * nptl/shlib-versions: Likewise.
147         * nptl_db/shlib-versions: Likewise.
148         * sysdeps/hppa/shlib-versions: Likewise.
149         * sysdeps/m68k/shlib-versions: Likewise.
150         * sysdeps/mach/hurd/shlib-versions: Likewise.
151         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
152         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
153         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
154         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
155         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
156         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
157         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
158         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
160         Likewise.
161         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
162         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
163         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
164         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
165         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
166         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
167         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
168         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
169
170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
171         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
173         Regenerated.
174         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
176         Condition symbol version definitions on [HAVE_ELFV2_ABI].
177
178         * shlib-versions: Remove OS-specific entries.  Moved to files in
179         sysdeps.
180         * sysdeps/mach/hurd/shlib-versions: New file.
181         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
182
183         * nptl/shlib-versions: Remove architecture-specific entries.
184         Moved to files in sysdeps.
185         * shlib-versions: Likewise.
186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
187         file.
188         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
189         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
190         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
191         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
192
193         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
194         (UDP_NO_CHECK6_RX): Likewise.
195
196 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
197
198         * sysdeps/posix/sysconf.c (__sysconf): Spell
199         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
200
201 2014-08-12  Florian Weimer  <fweimer@redhat.com>
202
203         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
204         loading.
205         * iconv/Versions (__gconv_transliterate): Export for use from
206         gconv modules.
207         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
208         (struct __gconv_trans_data, __gconv_trans_fct,
209         __gconv_trans_context_fct, __gconv_trans_query_fct,
210         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
211         definitions.
212         (struct __gconv_step_data): Remove __trans member.
213         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
214         longer hidden.  Remove unused trans_data argument.
215         * iconv/gconv_int.h (struct trans_struct): Remove definition.
216         (__gconv_translit_find): Remove declaration.
217         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
218         prototype.
219         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
220         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
221         trans_data argument.  Add hidden definition.
222         (__gconv_translit_find): Remove.
223         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
224         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
225         * iconv/skeleton.c: Remove transliteration initialization.
226         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
227         __gconv_step_data initialization.
228         * libio/iofwide.c (__libio_translit_): Remove.
229         (_IO_fwide): Adjust struct __gconv_step_data initialization.
230         * wcsmbs/btowc.c (__btowc): Likewise.
231         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
232         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
233         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
234         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
235         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
236         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
237         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
238         * wcsmbs/wctob.c (wctob): Likewise.
239
240 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
241
242         [BZ #16194]
243         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
244         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
245         register usage.
246         * sysdeps/x86/Makefile: Adjust.
247
248 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
249             Roland McGrath  <roland@hack.frob.com>
250
251         * locale/weight.h: Add include guard.
252         (findidx): Make static rather than auto; take new parameters
253         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
254         * locale/weightwc.h: Likewise.
255         * posix/fnmatch_loop.c
256         (FCT): Change type of EXTRA from int32_t to wint_t.
257         Don't include either header inside the function.
258         Call FINDIDX rather than findidx, and pass new arguments.
259         #undef FINDIDX at the end of the file.
260         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
261         FINDIDX before including fnmatch_loop.c for the non-wide version.
262         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
263         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
264         for the wide version.
265         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
266         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
267         Pass new arguments to findidx.
268         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
269         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
270         Don't #include it inside the function.  Pass new arguments to findidx.
271         * posix/regex_internal.h
272         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
273         (re_string_elem_size_at): Don't #include it inside the function.
274         Pass new arguments to findidx.
275         * string/strcoll_l.c: #include WEIGHT_H at top level.
276         (get_next_seq): Don't #include it inside the function.
277         Pass new arguments to findidx.
278         (get_next_seq_nocache): Likewise.
279         * string/strxfrm_l.c: #include WEIGHT_H at top level.
280         (STRXFRM): Don't #include it inside the function.
281         Pass new arguments to findidx.
282
283 2014-09-11  Florian Weimer  <fweimer@redhat.com>
284
285         [BZ #17344]
286         * malloc/malloc.c (unlink): Turn asserts into a call to
287         malloc_printerr.
288
289 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
290
291         [BZ #17370]
292         * libio/wfileops (do_ftell_wide): Free OUT.
293
294 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
295
296         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
297
298 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
299
300         [BZ #17363]
301         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
302         group if the current group is empty.
303
304 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
305
306         * benchtests/bench-memset.c (test_main): Add more test from size
307         from 32 to 512 bytes.
308         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
309         Add POWER8 memset object.
310         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
311         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
312         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
313         implementation.
314         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
315         Likewise.
316         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
317         multiarch POWER8 memset optimization.
318         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
319         POWER8 memset optimization.
320
321         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
322         Remove bzero multiarch objects.
323         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
324         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
325         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
326         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
327         Remove define.
328         [__bzero]: Redefine to specific name.
329         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
330         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
331         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
332         define.
333         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
334         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
335
336 2014-09-10  Florian Weimer  <fweimer@redhat.com>
337
338         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
339         warnings into errors.
340
341         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
342         __cxa_thread_atexit_impl prototype.
343
344 2014-09-09  Steve Ellcey  <sellcey@mips.com>
345
346         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
347         Fix capitalization of error message.
348
349 2014-09-09  Steve Ellcey  <sellcey@mips.com>
350
351         * sysdeps/mips/preconfigure: Modify ABI tests.
352
353 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
354
355         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
356
357 2014-09-07  Roland McGrath  <roland@hack.frob.com>
358             Carlos O'Donell  <carlos@systemhalted.org>
359
360         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
361         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
362         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
363         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
364         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
365         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
366         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
367         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
368         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
369         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
370         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
371         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
372         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
373         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
374         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
375         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
376         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
377         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
378         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
379         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
380         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
381         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
382         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
383         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
384         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
385         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
386         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
387         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
388         Deconditionalize the code that was previously under [RESET_PID].
389         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
390         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
391         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
392         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
393         include sysdep.h.
394
395 2014-09-08  Allan McRae  <allan@archlinux.org>
396
397         * version.h (RELEASE): Set to "development".
398         (VERSION): Set to "2.20.90"
399
400 2014-09-07  Allan McRae  <allan@archlinux.org
401
402         * version.h (RELEASE): Set to "stable".
403         (VERSION): Set to "2.20"
404         * include/features.h (__GLIBC_MINOR__): Set to 20.
405
406         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
407         Liebler.
408
409         * po/ko.po: Update Korean translation from translation project.
410
411 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
412
413         [BZ #17354]
414         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
415         macro for handling signed relocations.
416
417 2014-09-03  Florian Weimer  <fweimer@redhat.com>
418
419         [BZ #17325]
420         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
421         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
422         assert.
423         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
424         * iconvdata/ibm935.c (BODY): Likewise.
425         * iconvdata/ibm937.c (BODY): Likewise.
426         * iconvdata/ibm939.c (BODY): Likewise.
427         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
428         assert.
429         * iconvdata/Makefile (iconv-test.out): Pass module list to test
430         script.
431         * iconvdata/run-iconv-test.sh: New test loop for checking for
432         decoder crashers.
433
434 2014-09-02  Khem Raj  <raj.khem@gmail.com>
435
436         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
437         libm_hidden_ver.
438
439 2014-09-01  Allan McRae  <allan@archlinux.org>
440
441         * po/eo.po: Update Esperanto translation from translation project.
442
443         * po/ca.po: Update Catalan translation from translation project.
444
445 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
446
447         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
448         __proc_dostop call.
449
450 2014-08-27  Mark Wielaard  <mjw@redhat.com>
451
452         [BZ #17319]
453         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
454         to call set_thread_area instead of hand written asm.
455         (__NR_set_thread_area): Removed define.
456         (TLS_FLAG_WRITABLE): Likewise.
457         (__ASSUME_SET_THREAD_AREA): Remove check.
458         (TLS_EBX_ARG): Remove define.
459         (TLS_LOAD_EBX): Likewise.
460
461 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
462
463         Simplify atomicity of socket creation in bind.
464
465         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
466         looking up the name after linking the file.
467
468 2014-08-27  Allan McRae  <allan@archlinux.org>
469
470         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
471
472 2014-08-26  Florian Weimer  <fweimer@redhat.com>
473
474         [BZ #17187]
475         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
476         trans_compare, open_translit, __gconv_translit_find):
477         Remove module loading code.
478
479 2014-08-26  Allan McRae  <allan@archlinux.org>
480
481         * po/vi.po: Update Vietnamese translation from translation project.
482
483         * po/uk.po: Update Ukrainian translation from translation project.
484
485         * po/fr.po: Update French translation from translation project.
486
487         * po/ru.po: Update Russian translation from translation project.
488
489         * po/pl.po: Update Polish translation from translation project.
490
491         * po/cs.po: Update Czech translation from translation project.
492
493         * po/de.po: Update German translation from translation project.
494
495         * po/bg.po: Update Bulgarian translation from translation project.
496
497         * po/sv.po: Update Sweedish translation from translation project.
498
499         * po/nl.po: Update Dutch translation from translation project.
500
501         * po/es.po: Update Spanish translation from translation project.
502
503 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
504
505         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
506
507         * catgets/Makefile (CPPFLAGS-gencat): Remove.
508         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
509         (CPPFLAGS-iconvconfig): Likewise.
510         * timezone/Makefile (CPPFLAGS-zic): Likewise.
511
512         * include/libc-symbols.h: Remove unnecessary check for
513         NOT_IN_libc.
514         * nptl/pthreadP.h: Likewise.
515         * sysdeps/aarch64/setjmp.S: Likewise.
516         * sysdeps/alpha/setjmp.S: Likewise.
517         * sysdeps/arm/sysdep.h: Likewise.
518         * sysdeps/i386/setjmp.S: Likewise.
519         * sysdeps/m68k/setjmp.c: Likewise.
520         * sysdeps/posix/getcwd.c: Likewise.
521         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
522         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
523         * sysdeps/s390/s390-32/setjmp.S: Likewise.
524         * sysdeps/s390/s390-64/setjmp.S: Likewise.
525         * sysdeps/sh/sh3/setjmp.S: Likewise.
526         * sysdeps/sh/sh4/setjmp.S: Likewise.
527         * sysdeps/unix/alpha/sysdep.h: Likewise.
528         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
529         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
530         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
531         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
534         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
535         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
536         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
537         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
538         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
539         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
540         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
541         * sysdeps/x86_64/setjmp.S: Likewise.
542
543 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
544
545         [BZ #17263]
546         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
547         <stdint.h>.
548         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
549         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
550
551 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
552
553         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
554
555         [BZ #17262]
556         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
557         and __x86_64__ when disabling x87 inline functions.
558
559 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
560
561         [BZ #17259]
562         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
563         asm statement with __cpuid_count.
564
565 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
566
567         * configure.ac: Change __ehdr_start code to dereference the struct.
568         Run readelf on the output to look for relocations.
569         * configure: Regenerated.
570
571 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
572
573         [BZ #17261]
574         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
575         value to 0.
576         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
577
578 2014-08-12  Roland McGrath  <roland@hack.frob.com>
579
580         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
581
582 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
583
584         [BZ #16892]
585         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
586         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
587
588 2014-08-12  Sean Anderson  <seanga2@gmail.com>
589
590         * malloc/malloc.c: Fix typo in comment.
591
592 2014-08-09  Allan McRae  <allan@archlinux.org>
593
594         * Regenerate libc.po.
595
596 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
597
598         * intl/tst-gettext2.sh: Check every lang file for creation.
599
600 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
601
602         * sysdeps/aarch64/fpu/math_private.h
603         (libc_feholdsetround_noex_aarch64_ctx): New function.
604
605 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
606
607         * sysdeps/arm/armv6/strcpy.S (strcpy):
608         Fix performance issue in misaligned cases.
609
610 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
611
612         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
613         Move definition from termios.h.
614         (struct termio): Likewise.
615         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
616         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
617         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
618         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
619         Likewise.
620         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
621         Move definition to ioctl-types.h
622         (struct termio): Likewise.
623         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
624         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
625         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
626         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
627         Likewise.
628
629 2014-08-05  Richard Henderson  <rth@redhat.com>
630
631         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
632         exceptions.
633         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
634         Add fraiseexcpt.
635         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
636         Use __feraiseexcept.
637         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
638         Protect libm symbols with IS_IN_libm.
639
640         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
641
642 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
643
644         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
645
646 2014-08-04  Will Newton  <will.newton@linaro.org>
647
648         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
649         file.
650
651 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
652
653         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
654         variants for each function.
655
656 2014-08-04  Roland McGrath  <roland@hack.frob.com>
657
658         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
659         appended ...
660         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
661         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
662         appended ...
663         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
664         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
665         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
666         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
667         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
668         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
669         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
670         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
671         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
672         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
673         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
674         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
675         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
676         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
677         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
678         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
679         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
680         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
681         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
682         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
683         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
684         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
685         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
686         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
687         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
688         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
689         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
690         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
691         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
692         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
693         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
694         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
695         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
696         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
697         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
698         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
699         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
700         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
701         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
702         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
703         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
704         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
705         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
706         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
707         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
708         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
709         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
710         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
711         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
712         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
713         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
714         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
715         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
716         Update #include.
717         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
718         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
719
720 2014-08-04  Roland McGrath  <roland@hack.frob.com>
721
722         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
723         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
724         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
725         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
726         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
727         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
728
729 2014-08-04  Roland McGrath  <roland@hack.frob.com>
730
731         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
732         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
733         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
734         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
735
736 2014-08-04  Roland McGrath  <roland@hack.frob.com>
737
738         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
739         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
740         (__libc_vfork): Define function under this name.
741         (__vfork): Define as an alias.
742         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
743         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
744
745 2014-08-04  Roland McGrath  <roland@hack.frob.com>
746
747         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
748         that was previously under [RESET_PID].
749         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
750
751 2014-08-04  Andreas Schwab  <schwab@suse.de>
752
753         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
754
755 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
756
757         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
758         (main): Likewise.
759
760 2014-08-01  Roland McGrath  <roland@hack.frob.com>
761
762         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
763
764 2014-08-01  Richard Henderon  <rth@redhat.com>
765
766         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
767         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
768         typo in exact zero test.
769         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
770         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
771         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
772
773 2014-08-01  Roland McGrath  <roland@hack.frob.com>
774
775         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
776         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
777         * sysdeps/arm/sysdep.h: ... here.
778         [!__ASSEMBLER__]: Include <stdint.h>.
779
780 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
781
782         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
783         (HAVE_WCTYPE_H): Likewise.
784         (HAVE_ISWCTYPE): Likewise.
785         (ENABLE_NLS): Likewise.
786         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
787         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
788
789         * posix/regex_internal.c: Check if DEBUG is defined and is
790         set.
791
792         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
793         (HAVE_MBSRTOWCS): Likewise.
794         * posix/fnmatch.c: Include string.h unconditionally.
795
796 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
797
798         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
799         reversal.
800
801 2014-07-31  Roland McGrath  <roland@hack.frob.com>
802
803         * sysdeps/generic/safe-fatal.h: New file.
804         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
805         * nptl/forward.c: Include it.
806         (__pthread_unwind): Use __safe_fatal as default action, rather
807         than a bogus use of INTERNAL_SYSCALL that could never work.
808
809         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
810         * configure.ac (libc_cv_builtin_trap): New test.
811         * configure: Regenerated.
812         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
813         (ABORT_INSTRUCTION): Define using __builtin_trap.
814
815         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
816         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
817         * sysdeps/nptl/nptl-signals.h: New file.
818         * nptl/pthreadP.h: Include <nptl-signals.h>.
819
820 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
821
822         * sysdeps/s390/s390-64/utf16-utf32-z9.c
823         (ONE_DIRECTION): Define.
824         * sysdeps/s390/s390-64/utf8-utf16-z9.c
825         (ONE_DIRECTION): Define.
826         * sysdeps/s390/s390-64/utf8-utf32-z9.c
827         (ONE_DIRECTION): Define.
828
829 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
830
831         * sysdeps/s390/Makefile: Delete file.
832         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
833         * sysdeps/s390/__longjmp.c: Delete file.
834         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
835         Remove fields __flags and __reserved.
836         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
837         and add versioning.
838         * sysdeps/s390/rtld-__longjmp.c: Delete file.
839         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
840         * sysdeps/s390/rtld-setjmp.S: Likewise.
841         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
842         * sysdeps/s390/s390-32/__longjmp.c: ... here.
843         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
844         * sysdeps/s390/s390-32/setjmp.S: ... here.
845         Add versioning.
846         (__sigsetjmp): Remove setting __flags field.
847         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
848         * sysdeps/s390/s390-64/__longjmp.c: ... here.
849         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
850         * sysdeps/s390/s390-64/setjmp.S: ... here.
851         Add versioning.
852         (__sigsetjmp): Remove setting __flags field.
853         * sysdeps/s390/setjmp.S: Delete file.
854         * sysdeps/s390/sigjmp.c: Likewise.
855         * sysdeps/s390/v1-longjmp.c: Likewise.
856         * sysdeps/s390/v1-setjmp.h: Likewise.
857         * sysdeps/s390/v1-sigjmp.c: Likewise.
858         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
859         Remove v1-longjmp_chk.
860         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
861         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
862         Include debug/longjmp_chk.c and add versioning.
863         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
864         Include nptl/pt-longjmp.c and add versioning.
865         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
866         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
867         Include __longjmp.c.
868         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
869         Move to ...
870         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
871         (__getcontext): Remove setting __flags field.
872         Add versioning.
873         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
874         Don't restore upper high grps.
875         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
876         Likewise.
877         (__swapcontext): Remove setting uc_flags field.
878         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
879         Delete file.
880         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
881         Include __longjmp.c.
882         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
883         Move to ...
884         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
885         (__getcontext): Remove setting __flags field.
886         Add versioning.
887         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
888         (__swapcontext): Remove setting uc_flags field.
889         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
890         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
891         Remove fields uc_high_gprs and __reserved.
892         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
893         New file with reverted content.
894         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
895         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
896         Regenerated.
897         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
898         Regenerated.
899
900 2014-07-31  Andreas Schwab  <schwab@suse.de>
901
902         * config.h.in (HAVE_IFUNC): Define to 0.
903         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
904         definedness.
905
906 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
907
908         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
909         memmove-avx-unaligned, memcpy-avx-unaligned and
910         mempcpy-avx-unaligned.
911         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
912         Add tests for AVX memcpy functions.
913         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
914         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
915         memcpy_chk.
916         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
917         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
918         memmove_chk.
919         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
920         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
921         mempcpy_chk.
922         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
923         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
924         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
925
926 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
927
928         [BZ #17213]
929         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
930         powerpc64le.
931
932 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
933
934         [BZ #16839]
935         * manual/llio.texi: Add section about open file description locks.
936         * manual/examples/ofdlocks.c: Example of open file description
937         lock usage.
938         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
939         F_OFD_SETLK, and F_OFD_SETLKW.
940
941 2014-07-23  Allan McRae  <allan@archlinux.org>
942
943         * po/es.po: Update Spanish translation from translation project.
944
945 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
946
947         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
948
949 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
950
951         [BZ #17078]
952         * sysdeps/arm/dl-machine.h (elf_machine_rela)
953         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
954         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
955
956 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
957
958         [BZ #17088]
959         * math/fesetenv.c (__fesetenv)
960         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
961         * math/feupdateenv.c (__feupdateenv)
962         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
963
964         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
965         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
966         (__ASSUME_SOCKETCALL): Do not define.
967
968         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
969         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
970         (__ASSUME_SOCKETCALL): Do not define.
971         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
972         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
973         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
974         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
975         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
976         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
977         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
978         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
979
980         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
981         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
982         (__ASSUME_SOCKETCALL): Do not define.
983         (__ASSUME_IPC64): Define unconditionally.
984         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
985         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
986         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
987         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
988         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
989         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
990         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
991         Likewise.
992
993         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
994         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
995         (__ASSUME_SOCKETCALL): Do not define.
996         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
997         (__ASSUME_FUTEX_LOCK_PI): Likewise.
998         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
999         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1000         (__ASSUME_REQUEUE_PI): Define unconditionally.
1001         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1002         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1003         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1004         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1005         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1006         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1007
1008         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1009         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1010         (__ASSUME_SOCKETCALL): Do not define.
1011         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1012         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1013         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1014         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1015         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1016         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1017
1018         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1019         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1020         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1021         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1022         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1023         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1024         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1025         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1026         (__ASSUME_GETCPU_SYSCALL): Likewise.
1027
1028         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1029         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1030         cases for individual architectures.
1031         * sysdeps/gnu/configure: Regenerated.
1032         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1033         LIBC_SLIBDIR_RTLDDIR.
1034         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1035         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1036         LIBC_SLIBDIR_RTLDDIR.
1037         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1039         LIBC_SLIBDIR_RTLDDIR.
1040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1041         Regenerated.
1042         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1043         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1044         file.
1045         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1046         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1047         file.
1048         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1049         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1050         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1051         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1052
1053         * sysdeps/aarch64/shlib-versions: Move to ...
1054         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1055         * sysdeps/alpha/shlib-versions: Move to ...
1056         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1057         * sysdeps/arm/shlib-versions: Move to ...
1058         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1059         * sysdeps/hppa/shlib-versions: Move all contents except for
1060         libgcc_s entry to ...
1061         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1062         entry from ...
1063         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1064         * sysdeps/ia64/shlib-versions: Move to ...
1065         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1066         entry from ...
1067         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1068         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1069         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1070         * sysdeps/microblaze/shlib-versions: Move to ...
1071         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1072         * sysdeps/mips/shlib-versions: Move to ...
1073         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1074         entry from ...
1075         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1076         * sysdeps/tile/shlib-versions: Move to ...
1077         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1078         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1079         from ...
1080         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1081         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1082         entry from ...
1083         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1084
1085 2014-07-17  Will Newton  <will.newton@linaro.org>
1086
1087         * sysdeps/arm/bits/atomic.h
1088         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1089         (__arch_compare_and_exchange_bool_16_int): Likewise.
1090         (__arch_compare_and_exchange_bool_64_int): Likewise.
1091
1092         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1093         into an #else block.
1094
1095 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1096
1097         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1098         just Linux configurations.  Test empirically that the compiler sets
1099         __ARM_EABI__, rather than using the tuple to decide.
1100         * sysdeps/arm/preconfigure: Regenerated.
1101         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1102         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1103         contents appended ...
1104         * sysdeps/arm/configure.ac: ... here.
1105         * sysdeps/arm/configure: Regenerated.
1106
1107 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1108
1109         * nptl/pthread_kill.c: New file.
1110         * nptl/pthread_sigmask.c: New file.
1111         * nptl/pthread_sigqueue.c: New file.
1112
1113         * sysdeps/nptl/lowlevellock.h: New file.
1114         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1115         * sysdeps/nptl/lowlevellock-futex.h: New file.
1116
1117         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1118         Remove dead declarations.
1119
1120 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1121
1122         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1123         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1124         config-cflags-avx2.
1125         * sysdeps/x86_64/configure.ac: Likewise.
1126         * sysdeps/i386/configure: Regenerated.
1127         * sysdeps/x86_64/configure: Likewise.
1128         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1129         memset-avx2 only if config-cflags-avx2 is yes.
1130         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1131         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1132         defined.
1133         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1134         only if HAVE_AVX2_SUPPORT is defined.
1135         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1136
1137 2014-07-14  Alan Modra  <amodra@gmail.com>
1138
1139         [BZ #17153]
1140         * elf/elf.h (DT_PPC64_NUM): Correct value.
1141         * NEWS: Add to fixed bug list.
1142
1143 2014-07-13  Jim Meyering  <meyering@fb.com>
1144
1145         [BZ 17150]
1146         regex: don't deref NULL upon heap allocation failure
1147         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1148         failure in one more place.
1149         To trigger the segfault, configure grep -with-included-regex,
1150         build it, and run these commands:
1151         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1152
1153 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1154
1155         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1156
1157 2014-07-11  Richard Henderson  <rth@redhat.com>
1158
1159         * sysdeps/aarch64/libm-test-ulps: Update.
1160
1161 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1162
1163         [BZ #17135]
1164         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1165         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1166         (__nptl_setxid): Initialize error member.  Call
1167         __nptl_setxid_error.
1168         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1169         * nptl/descr.h (struct xid_command): Add error member.
1170         * nptl/tst-setuid3.c: New file.
1171         * nptl/Makefile (tests): Add it.
1172
1173 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1174
1175         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1176         New define.
1177         (__lll_trylock): Use __lll_base_trylock.
1178         (__lll_cond_trylock): Likewise.
1179
1180 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1181
1182         * nptl/pthread_create.c (start_thread): Use atomic_or and
1183         lll_futex_wake directly rather than lll_robust_dead.
1184         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1185         (lll_robust_dead): Macro removed.
1186         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1187         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1188         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1189         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1190         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1191         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1192         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1193         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1194         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1195         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1196         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1197         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1198         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1199         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1200         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1201
1202         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1203         Use atomic_compare_and_exchange_val_acq directly rather than
1204         lll_robust_trylock.
1205         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1206         (__lll_robust_trylock, lll_robust_trylock): Removed.
1207         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1208         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1209         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1210         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1211         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1212         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1213         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1214         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1215         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1216         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1217         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1218         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1219         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1220         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1221
1222 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1223
1224         * manual/locale.texi (Locale Names): New section documenting
1225         locale name syntax.  Adjust menu and node chaining accordingly.
1226         (Choosing Locale): Reference Locale Names, Locale Categories.
1227         Mention setting LC_ALL=C.  Reflect that name syntax is now
1228         documented.
1229         (Locale Categories): New section title.  Reference Locale Names.
1230         LC_ALL is an environment variable, but not a category.
1231         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1232         description, now in Locale Name.  Reference that section.  Locale
1233         name syntax is now documented.
1234
1235 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1236
1237         [BZ #17137]
1238         * locale/findlocale.c (name_present, valid_locale_name): New
1239         functions.
1240         (_nl_find_locale): Use the loc_name variable to store name
1241         candidates.  Call name_present and valid_locale_name to check and
1242         validate locale names.  Return an error if the locale is invalid.
1243
1244 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1245
1246         * locale/setlocale.c (setlocale): Use strdup for allocating
1247         composite name copy.
1248
1249 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1250
1251         Sync up with gnulib.
1252         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1253         [!_LIBC && ENABLE_NLS]: Include gettext.h.
1254         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1255         and _GL_ARG_NONNULL.
1256         [USE_UNLOCKED_IO]: Include unlocked-io.h.
1257         [!_LIBC]: Include code for Windows and Cygwin.
1258         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1259         Include prototype for int strerror_r.
1260         [!_LIBC] (is_open): New function.
1261         (flush_stdout): New function.
1262         (print_errno_message): Use it.
1263         (error): Likewise.
1264         (error_at_line): Likewise.
1265         (error_tail) Add function attribute macros.  Use
1266         __builtin_expect.
1267
1268         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1269
1270         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1271
1272         * io/ftw.c: Include sys/param.h unconditionally.
1273
1274         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1275
1276         [BZ #17125]
1277         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1278         libc_freeres_ptr.
1279         (freecache): New function to free CACHE on exit.
1280
1281         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1282         initialization.
1283
1284 2014-07-09  David S. Miller  <davem@davemloft.net>
1285
1286         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1287
1288         * sysdeps/sparc/nptl/internaltypes.h: Delete.
1289         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1290         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1291         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1292         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1293         * sysdeps/sparc/nptl/sem_init.c: Likewise.
1294         * sysdeps/sparc/nptl/sem_post.c: Likewise.
1295         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1296         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1297         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1298         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1299         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1300         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1301
1302 2014-07-09  Andreas Schwab  <schwab@suse.de>
1303
1304         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1305         output.
1306         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1307         (do_test): Likewise.
1308
1309         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1310
1311 2014-07-09  Will Newton  <will.newton@linaro.org>
1312
1313         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1314         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1315         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1316         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1317         * sysdeps/hppa/start.S (_start): Likewise.
1318
1319 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1320
1321         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1322
1323         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1324         defined.
1325
1326 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1327
1328         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1329         after checking that it is non-NULL.
1330
1331         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1332
1333 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1334
1335         * sysdeps/powerpc/memmove.c: Remove file.
1336         * sysdeps/powerpc/powerpc32/power4/memcopy.h
1337         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
1338         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1339         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
1340         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
1341         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
1342         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
1343         string memmove instead of removed powerpc one.
1344
1345         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
1346         [weak_alias]: Fix compiler warning due trailing data.
1347         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1348         [weak_alias]: Likewise.
1349         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1350         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1351
1352         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1353         (__libc_ifunc_impl_list): Add memmove functions.
1354
1355 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1356
1357         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1358         Remove code.
1359         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1360         Likewise
1361         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1362         Likewise
1363         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1364         Likewise
1365         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1366         Likewise
1367         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1368         Likewise
1369         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1370         Likewise
1371         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1372         Likewise
1373         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1374         Likewise
1375         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1376         Likewise
1377         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1378         Likewise
1379         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1380         Likewise
1381         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1382         Likewise
1383         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1384         Likewise
1385         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1386         Likewise
1387         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1388         Likewise
1389         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1390         Likewise
1391
1392 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1393
1394         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1395         to avoid alignment traps in non-cacheable memory.
1396         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1397
1398         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1399         multiarch objects.
1400         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1401         file: multiarch power7 memmove.
1402         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1403         multiarch default memmove.
1404         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1405         multiarch memove for powerpc32/power4.
1406
1407         * string/bcopy.c: Use full path to include memmove.c.
1408         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1409         multiarch objects.
1410         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1411         bcopy for powerpc64.
1412         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1413         bcopy for powerpc64.
1414         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1415         and memmove implementations.
1416         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1417         optimized multiarch memmove for POWER7/powerpc64.
1418         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1419         default multiarch memmove for powerpc64.
1420         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1421         multiarch for powerpc64.
1422         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1423         for POWER7/powerpc64.
1424         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1425         memmove for POWER7/powerpc64.
1426
1427         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1428         glibc default one.
1429
1430         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1431         __ELF_NATIVE_CLASS equal to 64.
1432
1433 2014-07-07  Roland McGrath  <roland@hack.frob.com>
1434
1435         * sysdeps/nptl/lowlevellock.h: File removed.
1436
1437         * NEWS: NPTL is no longer an add-on!
1438         * nptl/internaltypes.h: Moved ...
1439         * sysdeps/nptl/internaltypes.h: ... here.
1440         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1441         * sysdeps/nptl/fork.c: Likewise.
1442         * sysdeps/nptl/gai_misc.h: Likewise.
1443         * sysdeps/nptl/librt-cancellation.c: Likewise.
1444         * sysdeps/nptl/jmp-unwind.c: Likewise.
1445         * sysdeps/nptl/setxid.h: Likewise.
1446         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1447         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1448         * sysdeps/unix/sysv/linux/arm/Implies: New file.
1449         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1450         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1451         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1452         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1453         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1454         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1455         * sysdeps/unix/sysv/linux/mips/Implies: New file.
1456         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1457         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1458         * sysdeps/unix/sysv/linux/sh/Implies: New file.
1459         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1460         * sysdeps/unix/sysv/linux/tile/Implies: New file.
1461         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1462         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1463         * nptl/Makeconfig: Moved ...
1464         * sysdeps/nptl/Makeconfig: ... here.
1465         * nptl/configure: File removed.
1466         * nptl/ANNOUNCE: File removed.
1467         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1468         * sysdeps/unix/sysv/linux/configure: Regenerated.
1469
1470         * nptl/Makefile (routines): Add libc_pthread_init,
1471         libc_multiple_threads, register-atfork and unregister-atfork.
1472         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1473         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1474         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1475         pthread-pi-defines.sym, structsem.sym.
1476         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1477         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1478         [$(subdir) = nptl] (tests): Add tst-setgetname.
1479         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1480         * sysdeps/unix/sysv/linux/sigaction.c: Just include
1481         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1482         [!LIBC_SIGACTION]: Remove aliases.
1483         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1484         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1485         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1486         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1487         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1488         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1489         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1490         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1491         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1492         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1493         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1494         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1495         __libc_allocate_rtsig_private.
1496         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1497         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1498         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1499         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1500         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1501         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1502         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1503         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1504         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1505         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1506         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1507         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1508         * nptl/internaltypes.h: ... here.
1509         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1510         * sysdeps/nptl/jmp-unwind.c: ... here.
1511         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1512         * nptl/libc-lowlevellock.c: ... here.
1513         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1514         * nptl/libc_multiple_threads.c: ... here.
1515         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1516         * nptl/libc_pthread_init.c: ... here.
1517         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1518         * nptl/lowlevelbarrier.sym: ... here.
1519         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1520         * nptl/lowlevelcond.sym: ... here.
1521         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1522         * nptl/lowlevellock.c: ... here.
1523         * nptl/lowlevellock.h: Moved ...
1524         * sysdeps/nptl/lowlevellock.h: ... here.
1525         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1526         * nptl/lowlevelrobustlock.c: ... here.
1527         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1528         * nptl/lowlevelrobustlock.sym: ... here.
1529         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1530         * nptl/lowlevelrwlock.sym: ... here.
1531         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1532         * nptl/pt-fork.c: ... here.
1533         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1534         * nptl/pthread-pi-defines.sym: ... here.
1535         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1536         * nptl/pthread_attr_getaffinity.c: ... here.
1537         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1538         * nptl/pthread_attr_setaffinity.c: ... here.
1539         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1540         * nptl/pthread_mutex_cond_lock.c: ... here.
1541         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1542         Update #include.
1543         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1544         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1545         * nptl/pthread_once.c: ... here, replacing old file.
1546         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1547         * nptl/pthread_yield.c: ... here.
1548         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1549         * nptl/register-atfork.c: ... here.
1550         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1551         * nptl/sem_post.c: ... here.
1552         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1553         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1554         * nptl/sem_timedwait.c: ... here.
1555         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1556         * nptl/sem_trywait.c: ... here.
1557         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1558         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1559         * nptl/sem_wait.c: ... here.
1560         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1561         * nptl/structsem.sym: ... here.
1562         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1563         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1564         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1565         * nptl/unregister-atfork.c: ... here.
1566         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1567         * nptl/unwindbuf.sym: ... here.
1568         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1569         * sysdeps/nptl/fork.c: ... here.
1570         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1571         * sysdeps/nptl/fork.h: ... here.
1572         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1573         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1574         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1575         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1576         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1577         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1578         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1579         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1580         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1581         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1582         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1583         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1584         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1585         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1586         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1587         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1588         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1589         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1590         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1591         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1592         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1593         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1594         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1595         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1596         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1597         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1598         * sysdeps/unix/sysv/linux/raise.c: ... here.
1599         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1600         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1601         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1602         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1603         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1604         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1605         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1606         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1607         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1608         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1609         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1610         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1611         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1612         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1613         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1614
1615 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1616
1617         * sysdeps/generic/memcopy.h: Add comment for
1618         MEMCPY_OK_FOR_FWD_MEMMOVE.
1619
1620 2014-07-04  Will Newton  <will.newton@linaro.org>
1621
1622         * string/memchr.c: Merge from gnulib.
1623         [_LIBC]: Remove conditionals.
1624         (__ptr_t): Remove define.
1625         (LONG_MAX_32_BITS): Likewise.
1626         (LONG_MAX): Likewise.
1627         (MEMCHR): Use ANSI prototype and optimize algorithm.
1628
1629         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1630
1631 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1632
1633         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1634         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1635
1636         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1637         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1638         in a bare environment with no <stdlib.h> installed.
1639         * sysdeps/nptl/configure: Regenerated.
1640
1641         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1642
1643         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1644         AC_EGREP_CPP for kernel header checks, so they only succeed if
1645         including <linux/version.h> actually works right.
1646         * sysdeps/unix/sysv/linux/configure: Regenerated.
1647
1648         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1649         value so it's not diagnosed as unused.
1650
1651         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1652         thing) with "ifeq ($(subdir),rt)".
1653
1654 2014-07-03  Richard Henderson  <rth@redhat.com>
1655
1656         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1657         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1658         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1659
1660         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1661         (math_force_eval): New.
1662
1663         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1664         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1665
1666         * sysdeps/alpha/fpu/s_round.c: Remove file.
1667         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1668
1669         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1670         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1671         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1672         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1673         (_dl_start, print_statistics): Likewise.
1674         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1675         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1676
1677         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1678         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1679         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1680         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1681         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1682         (HP_SMALL_TIMING_AVAIL): Define.
1683         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1684         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1685         (HP_SMALL_TIMING_AVAIL): Define.
1686         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1687         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1688
1689         * sysdeps/aarch64/hp-timing.h: New file.
1690
1691         * sysdeps/generic/hp-timing.h: Remove dead comment.
1692         * sysdeps/generic/hp-timing-common.h: New file.
1693         * sysdeps/alpha/hp-timing.h: Include it.
1694         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1695         * sysdeps/i386/i686/hp-timing.h: Likewise.
1696         * sysdeps/ia64/hp-timing.h: Likewise.
1697         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1698         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1699         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1700         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1701         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1702         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1703         (hp_timing_t): New.
1704
1705         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1706         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1707         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1708         * elf/rtld.c (_dl_start_final): Likewise.
1709         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1710         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1711         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1712         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1713         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1714         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1715         (HP_TIMING_DIFF_INIT): Remove.
1716         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1717         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1718         (HP_TIMING_DIFF_INIT): Remove.
1719         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1720         * sysdeps/i386/i686/hp-timing.c: Remove file.
1721         * sysdeps/x86_64/hp-timing.c: Remove file.
1722         * sysdeps/ia64/hp-timing.c: Remove file.
1723         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1724         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1725         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1726         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1727
1728         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1729         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1730         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1731         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1732         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1733         (HP_TIMING_ACCUM): Remove.
1734         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1735         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1736         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1737
1738         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1739         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1740         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1741         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1742         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1743         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1744         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1745         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1746
1747         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1748
1749 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1750
1751         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1752
1753 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1754
1755         Sync up with gettext.
1756         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1757         [_MSC_VER]: Include malloc.h
1758         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1759         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1760         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1761         TEMP_FAILURE_RETRY.  Cast return of alloca.
1762         [!_LIBC] Call gl_rwlock_init.
1763         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1764
1765 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1766
1767         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1768         before checking its value.
1769
1770 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1771
1772         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1773
1774         * debug/memcpy_chk.c: Don't include pagecopy.h.
1775         * debug/mempcpy_chk.c: Likewise.
1776         * string/memcpy.c: Likewise.
1777         * string/memmove.c: Likewise.
1778         * sysdeps/powerpc/memmove.c: Likewise.
1779         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1780         definition of PAGE_COPY_FWD_MAYBE here...
1781         * sysdeps/generic/pagecopy.h: ... from here.
1782         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1783
1784 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1785             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1786
1787         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1788         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1789         optimizations.
1790         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1791         (__libc_ifunc_impl_list): Likewise.
1792         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1793         multiarch strcat for PPC64.
1794         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1795         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1796
1797 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1798
1799         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1800
1801 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1802
1803         * intl/loadmsgcat.c: Remove declaration of
1804         get_sysdep_segment_value.
1805         (get_sysdep_segment_value): Use ISO C style.
1806         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1807         semicolon.  Fix typo and formatting in comment.
1808         (_nl_unload_domain): Use ISO C style.
1809
1810         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1811
1812 2014-07-02  Will Newton  <will.newton@linaro.org>
1813
1814         * malloc/obstack.c: Merge from gnulib master.
1815         [HAVE_CONFIG_H]: Remove conditional code.
1816         [!_LIBC]: Include config.h.
1817         [!ELIDE_CODE]: Don't include inttypes.h, include
1818         stdint.h unconditionally.
1819         (print_and_abort): Mark as _Noreturn.
1820         (_obstack_allocated_p): Mark as __attribute_pure__.
1821         (obstack_free): Rename to __obstack_free.
1822         [!__attribute__]: Remove conditional code.
1823         * malloc/obstack.h: Merge from gnulib master.
1824         [__cplusplus]: Move conditional down.
1825         [!__attribute_pure__]: Define __attribute_pure__ here
1826         if it is not already defined.
1827         (_obstack_memory_used): Mark as __attribute_pure__.
1828         [!__obstack_free]: Define as obstack_free.
1829         [__GNUC__]: Remove check for ancient NeXT gcc.
1830
1831 2014-07-02  Will Newton  <will.newton@linaro.org>
1832             Paul Eggert  <eggert@cs.ucla.edu>
1833
1834         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1835
1836 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1837
1838         * resolv/gethnamaddr.c: Add comment warning that the file is
1839         not maintained.
1840
1841 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1842
1843         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1844         entries.
1845
1846         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1847         entry for aio_cancel and aio_cancel64.
1848         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1849         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1850         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1851         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1852         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1853         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1854         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1855         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1856         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1857         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1858         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1859         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1860         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1861
1862 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1863
1864         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1865         * nptl/pthread_mutex_lock.c: Likewise.
1866         * nptl/pthread_mutex_timedlock.c: Likewise.
1867         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1868
1869 2014-07-01  Richard henderson  <rth@redhat.com>
1870
1871         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1872         (__isnan, __isnanl): Remove.
1873         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1874
1875         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1876
1877 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1878
1879         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1880
1881 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1882
1883         * resolv/nss_dns/dns-host.c (getanswer_r)
1884         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1885
1886 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1887
1888         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1889         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1890         undefine.
1891         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1892         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1893
1894 2014-07-01  Roland McGrath <roland@hack.frob.com>
1895
1896         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1897         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1898
1899         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1900         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1901
1902         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1903         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1904         ... here.
1905         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1906         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1907
1908         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1909         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1910         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1911         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1912
1913         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1914         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1915         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1916         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1917         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1918         Moved ...
1919         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1920         ... here.
1921         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1922         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1923         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1924         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1925         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1926         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1927         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1928         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1929         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1930         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1931         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1932         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1933         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1934         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1935         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1936         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1937         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1938         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1939         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1940         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1941         ... here.
1942         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1943         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1944         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1945         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1946         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1947         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1948         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1949         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1950
1951 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1952
1953         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1954         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1955         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1956         Add sysdep.
1957
1958 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1959
1960         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1961
1962 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1963
1964         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1965         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1966
1967         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1968
1969         * sysdeps/arm/libm-test-ulps: Regenerated.
1970
1971 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1972             Roland McGrath <roland@hack.frob.com>
1973
1974         * test-skeleton.c (signal_handler): Kill the whole process group
1975         before killing the child individually.
1976         (main): Report any failure on `setpgid'.
1977
1978 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1979
1980         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1981         from _TLS_H to _ARM_NPTL_TLS_H.
1982         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1983         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1984
1985 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1986
1987         [BZ #16539]
1988         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1989         (__expm1l): Return argument unchanged when small but not
1990         subnormal.
1991
1992         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1993         include macro name.
1994         (_FP_UNPACK_RAW_1_P): Likewise.
1995         (_FP_PACK_RAW_1): Likewise.
1996         (_FP_PACK_RAW_1_P): Likewise.
1997         (_FP_MUL_MEAT_1_wide): Likewise.
1998         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1999         (_FP_MUL_MEAT_1_hard): Likewise.
2000         (_FP_DIV_MEAT_1_imm): Likewise.
2001         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2002         (_FP_DIV_MEAT_1_udiv): Likewise.
2003         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2004         (_FP_UNPACK_RAW_2): Likewise.
2005         (_FP_UNPACK_RAW_2_P): Likewise.
2006         (_FP_PACK_RAW_2): Likewise.
2007         (_FP_PACK_RAW_2_P): Likewise.
2008         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2009         (_FP_MUL_MEAT_2_wide): Likewise.
2010         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2011         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2012         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2013         (_FP_MUL_MEAT_2_gmp): Likewise.
2014         (_FP_DIV_MEAT_2_udiv): Likewise.
2015         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2016         (_FP_FRAC_SRL_4): Likewise.
2017         (_FP_FRAC_SRST_4): Likewise.
2018         (_FP_FRAC_SRS_4): Likewise.
2019         (_FP_UNPACK_RAW_4): Likewise.
2020         (_FP_UNPACK_RAW_4_P): Likewise.
2021         (_FP_PACK_RAW_4): Likewise.
2022         (_FP_PACK_RAW_4_P): Likewise.
2023         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2024         (_FP_MUL_MEAT_4_wide): Likewise.
2025         (_FP_MUL_MEAT_4_gmp): Likewise.
2026         (umul_ppppmnnn): Likewise.
2027         (_FP_DIV_MEAT_4_udiv): Likewise.
2028         (__FP_FRAC_ADD_4): Likewise.
2029         (__FP_FRAC_SUB_3): Likewise.
2030         (__FP_FRAC_SUB_4): Likewise.
2031         (__FP_FRAC_DEC_3): Likewise.
2032         (__FP_FRAC_DEC_4): Likewise.
2033         (__FP_FRAC_ADDI_4): Likewise.
2034         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2035         (_FP_FRAC_SRL_8): Likewise.
2036         (_FP_FRAC_SRS_8): Likewise.
2037
2038         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2039         include macro name.
2040         (FP_UNPACK_RAW_EP): Likewise.
2041         (FP_PACK_RAW_E): Likewise.
2042         (FP_PACK_RAW_EP): Likewise.
2043         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2044         (_FP_ISSIGNAN): Likewise.
2045         (_FP_ADD_INTERNAL): Likewise.
2046         (_FP_FMA): Likewise.
2047         (_FP_CMP): Likewise.
2048         (_FP_SQRT): Likewise.
2049         (_FP_TO_INT): Likewise.
2050         (_FP_FROM_INT): Likewise.
2051         (FP_EXTEND): Likewise.
2052         (_FP_DIV_MEAT_N_loop): Likewise.
2053
2054 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2055
2056         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2057         throughout.
2058
2059 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2060
2061         [BZ #17097]
2062         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2063         result with correct sign in case of exponents that produce
2064         overflow except for X very close to 1.
2065
2066 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2067
2068         mktime: merge #if/#ifdef usage from glibc
2069         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2070         as that works with both Glibc's and Gnulib's style.
2071         See thread starting at Siddhesh Poyarekar's bug report at:
2072         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2073
2074 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2075
2076         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2077         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2078         * sysdeps/tile/tilegx/memmove.c: Remove file.
2079
2080 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2081
2082         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2083         abi-name definition.
2084         * scripts/soversions.awk: Do not handle or generate ABI lines.
2085         * shlib-versions: Remove ABI entries.
2086         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2087         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2088
2089 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2090
2091         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2092         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2093         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2094         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2095         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2096         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2097         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2098         Moved ...
2099         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2100         ... here.
2101         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2102         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2103         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2104         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2105         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2106         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2107         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2108         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2109         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2110         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2111         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2112         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2113         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2114         Moved ...
2115         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2116         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2117         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2118         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2119         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2120         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2121         Moved ...
2122         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2123         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2124         Moved ...
2125         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2126         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2127         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2128         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2129         Moved ...
2130         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2131         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2132         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2133         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2134         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2135         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2136         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2137         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2138         Moved ...
2139         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2140         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2141         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2142         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2143         Moved ...
2144         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2145         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2146         Moved ...
2147         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2148         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2149         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2150         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2151         Moved ...
2152         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2153         ... here.
2154         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2155         Identical file removed.
2156         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2157         Moved ...
2158         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2159         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2160         Identical file removed.
2161         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2162         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2163         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2164         Moved ...
2165         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2166         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2167         Identical file removed.
2168         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2169         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2170         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2171         Identical file removed.
2172         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2173         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2174         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2175         Identical file removed.
2176         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2177         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2178         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2179         Identical file removed.
2180         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2181         Moved ...
2182         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2183         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2184         Identical file removed.
2185         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2186         Moved ...
2187         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2188         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2189         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2190         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2191         Identical file removed.
2192         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2193         Moved ...
2194         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2195         ... here.
2196         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2197         Identical file removed.
2198         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2199         Moved ...
2200         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2201         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2202         Identical file removed.
2203         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2204         Moved ...
2205         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2206         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2207         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2208         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2209         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2210         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2211         Moved ...
2212         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2213         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2214         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2215
2216         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2217         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2218         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2219         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2220         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2221
2222 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2223
2224         [BZ #17092]
2225         * nscd/nscd.c (monitor_child): Return exit status of child
2226         instead of return value from wait syscall.
2227
2228 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2229
2230         * configure.ac (libc_commonpagesize): Remove variable.
2231         (libc_relro_required): Likewise.
2232         (libc_cv_z_relro): Remove configure test.
2233         * configure: Regenerated.
2234         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2235         variable.
2236         (libc_relro_required): Likewise.
2237         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2238         (libc_relro_required): Likewise.
2239         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2240         (libc_relro_required): Likewise.
2241         * sysdeps/arm/preconfigure: Regenerated.
2242         * sysdeps/ia64/preconfigure: Remove file.
2243         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2244         variable.
2245         (libc_relro_required): Likewise.
2246
2247         [BZ #16561]
2248         [BZ #16562]
2249         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2250         (__ieee754_yn): Set FE_TONEAREST mode internally and then
2251         recompute overflowing results in original rounding mode.
2252         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2253         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2254         recompute overflowing results in original rounding mode.
2255         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2256         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2257         recompute overflowing results in original rounding mode.
2258         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2259         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2260         recompute overflowing results in original rounding mode.
2261         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2262         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2263         recompute overflowing results in original rounding mode.
2264         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2265         (libc_feholdsetround_ctx): New macro.
2266         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2267         * sysdeps/i386/fpu/libm-test-ulps: Update.
2268         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2269
2270 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2271
2272         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2273         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2274         corresponding .cpsetup call.
2275
2276 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2277
2278         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2279         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2280         * sysdeps/arm/Makefile [$(subdir) = csu]
2281         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2282         (static-only-routines): Add aeabi_read_tp here.
2283         (shared-only-routines): Add libc-aeabi_read_tp here.
2284         (CFLAGS-libc-start.c): Add -fexceptions here.
2285         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2286         (sysdep_routines, static-only-routines, shared-only-routines):
2287         Don't add to these here.
2288         (CFLAGS-libc-start.c): Likewise.
2289
2290         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2291         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2292         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2293         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2294         * sysdeps/arm/Makefile [$(subdir) = rt]
2295         (librt-sysdep_routines, librt-shared-only-routines):
2296         Append rt-aeabi_unwind_cpp_pr1 here.
2297         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2298         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2299         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2300         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2301         Append nptl-aeabi_unwind_cpp_pr1 here.
2302         (tests): Filter out tst-cleanupx4 here.
2303         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2304         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2305         Don't do those here.
2306
2307 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2308
2309         * scripts/list-sources.sh: Do not handle ports specially.
2310
2311 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2312
2313         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2314         * sysdeps/arm/feupdateenv.c: Likewise.
2315
2316         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2317
2318 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2319
2320         * manual/texinfo.tex: Update to version 2014-05-05.10 with
2321         trailing whitespace removed.
2322         * scripts/config.guess: Update to version 2014-03-23.
2323         * scripts/config.sub: Update to version 2014-05-01
2324         * scripts/install-sh: Update to version 2013-12-25.23.
2325         * scripts/move-if-change: Update from gnulib.
2326
2327 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2328
2329         * debug/memmove_chk.c: Remove pagecopy.h include.
2330
2331 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
2332
2333         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
2334         identical to gnulib mktime.
2335
2336 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2337
2338         * configure.ac: Do not test for machine being rs6000.  Do not test
2339         for powerpc*-*soft.
2340         * configure: Regenerated.
2341
2342         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
2343         test.
2344         * configure: Regenerated.
2345         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
2346         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
2347         Remove configure test.
2348         * sysdeps/arm/configure: Regenerated.
2349         * sysdeps/nptl/configure.ac: Do not check
2350         libc_cv_asm_cfi_directives.
2351         * sysdeps/nptl/configure: Regenerated.
2352         * sysdeps/x86_64/nptl/configure.ac: Remove file.
2353         * sysdeps/x86_64/nptl/configure: Remove generated file.
2354         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2355         unconditional.
2356         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2357
2358 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2359
2360         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2361         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2362         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2363         it is defined.
2364
2365         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2366         instead of whether it is defined.
2367         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2368         * sysdeps/hppa/dl-machine.h: Likewise.
2369         * sysdeps/ia64/dl-machine.h: Likewise.
2370         * sysdeps/m68k/dl-machine.h: Likewise.
2371         * sysdeps/microblaze/dl-machine.h: Likewise.
2372         * sysdeps/mips/dl-machine.: Likewise.
2373         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2374         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2375         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2376         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2377         * sysdeps/sh/dl-machine.h: Likewise.
2378         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2379         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2380         * sysdeps/tile/dl-machine.h: Likewise.
2381         * sysdeps/x86_64/dl-machine.h: Likewise.
2382
2383         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2384         code.
2385         (verify_persistent_db): Likewise.
2386
2387 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2388
2389         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2390         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2391         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2392         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2393         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2394         Moved ...
2395         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2396         ... here.
2397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2398         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2399         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2400         Identical file removed.
2401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2402         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2404         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2406         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2408         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2410         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2411         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2412         Moved ...
2413         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2414         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2415         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2416         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2417         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2418         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2419         Moved ...
2420         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2422         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2423         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2424         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2425         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2426         Identical file removed.
2427         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2428         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2430         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2431         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2432         Moved ...
2433         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2434         ... here.
2435         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2436         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2438         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2440         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2442         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2444         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2445         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2446         Moved ...
2447         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2448         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2449         Moved ...
2450         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2451         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2452         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2453         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2454         Moved ...
2455         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2456         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2457         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2458
2459         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2460         folded into ...
2461         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2462         * sysdeps/unix/sysv/linux/s390/Versions
2463         (libpthread: GLIBC_2.19): New version set.
2464         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2465         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2466         (librt: GLIBC_2.3.3): New version set.
2467         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2468         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2469         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2470         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2471         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2472         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2473         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2474         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2475         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2476         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2477         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2478         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2479         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2480         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2481         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2482         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2483         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2484         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2485         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2486         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2487         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2488         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2489         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2490         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2491         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2492         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2493         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2494         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2495         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2496         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2497         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2498         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2499         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2500         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2501         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2502         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2503         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2504         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2505         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2506         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2507         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2508         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2509         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2510         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2511         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2512
2513         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2514         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2515         (__libc_vfork): Define the function under this name.
2516         [!NOT_IN_libc] (__vfork): Make this an alias.
2517         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2518         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2519         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2520         (__libc_vfork): Define the function under this name.
2521         [!NOT_IN_libc] (__vfork): Make this an alias.
2522         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2523         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2524         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2525         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2526         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2527         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2528
2529         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2530         code that was previously under [RESET_PID].
2531         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2532         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2533         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2534
2535         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2536         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2537         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2538         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2539         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2540         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2541         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2542         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2543         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2544         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2545         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2546         Moved ...
2547         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2548         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2549         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2550         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2551         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2552         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2553         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2554         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2555         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2556         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2557         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2558         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2559         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2560         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2561         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2562         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2563         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2564         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2565         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2566         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2567         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2568         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2569         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2570         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2571         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2572         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2573         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2574         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2575         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2576
2577 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2578
2579         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2580         that was previously under [RESET_PID].
2581         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2582
2583 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2584
2585         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2586         not undefine and redefine.
2587         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2588         [O_CLOEXEC]: Make code unconditional.
2589         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2590         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2591         <kernel-features.h>.
2592         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2593         conditional variable definition.
2594         (shm_open) [O_CLOEXEC]: Make code unconditional.
2595         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2596         code.
2597
2598         * configure.ac (USE_REGPARMS): Don't define here.
2599         * configure: Regenerated.
2600         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2601         * sysdeps/i386/configure: Regenerated.
2602
2603         * nptl/createthread.c: Don't include kernel-features.h.
2604         * nptl/pthread_cancel.c: Likewise.
2605         * nptl/pthread_condattr_setclock.c: Likewise.
2606         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2607         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2608         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2609         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2610         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2611         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2612         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2613         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2614         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2615         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2616         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2617         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2618         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2619         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2620         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2621         * nscd/gai.c: Likewise.
2622         * nss/nss_db/db-open.c: Likewise.
2623         * sysdeps/generic/ldsodefs.h: Likewise.
2624         * sysdeps/sh/nptl/tls.h: Likewise.
2625         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2626         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2627         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2628         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2629         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2630         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2631         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2632         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2633         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2634         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2635         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2636         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2637         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2638         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2639         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2640         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2641         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2642         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2643         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2644         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2645         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2646         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2647         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2648         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2649         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2650         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2651         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2652         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2653         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2654         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2655         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2656         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2657         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2658         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2659         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2660         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2661         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2662         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2663         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2664         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2665         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2666         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2667         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2668         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2669         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2670         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2671         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2672         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2673         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2674         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2675         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2676         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2677         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2678         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2679         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2680         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2681         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2682         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2705         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2706         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2707         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2708         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2709         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2710         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2711         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2712         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2713         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2714         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2715         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2716         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2717         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2718         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2719         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2720         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2721         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2722         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2723         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2724         * sysdeps/unix/sysv/linux/system.c: Likewise.
2725         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2726         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2727         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2728         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2729         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2730         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2731         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2732
2733         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2734         * configure: Regenerated.
2735         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2736
2737         * configure.ac (base_machine): Do not set specially for particular
2738         machines here.
2739         * configure: Regenerated.
2740         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2741         settings from configure.ac.
2742         * sysdeps/i386/preconfigure: New file.
2743         * sysdeps/s390/preconfigure: Likewise.
2744         * sysdeps/sh/preconfigure: Likewise.
2745         * sysdeps/sparc/preconfigure: Likewise.
2746
2747 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2748
2749         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2750         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2751         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2752         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2753         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2754         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2755         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2756         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2757         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2758         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2759         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2760         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2761         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2762         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2763         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2764         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2765         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2766         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2767         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2768
2769         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2770         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2771         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2772         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2773         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2774         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2775         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2776         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2777         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2778         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2779         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2780         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2781         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2782         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2783         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2784         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2785         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2786         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2787         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2788         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2789         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2790         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2791         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2792         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2793         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2794         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2795         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2796         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2797         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2798         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2799         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2800         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2801         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2802         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2803         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2804         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2805         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2806         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2807
2808         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2809         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2810         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2811         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2812         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2813         Moved ...
2814         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2815         ... here.
2816         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2817         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2818         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2819         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2820         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2821         Moved ...
2822         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2823         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2824         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2825         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2826         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2827         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2828         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2829         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2830         Moved ...
2831         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2832         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2833         Moved ...
2834         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2835         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2836         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2837         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2838         Moved ...
2839         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2840         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2841         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2842         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2843         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2844         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2845         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2846         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2847         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2848         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2849         Moved ...
2850         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2851         ... here.
2852         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2853         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2854         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2855         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2856         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2857         Moved ...
2858         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2859         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2860         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2861         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2862         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2863         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2864         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2865         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2866         Moved ...
2867         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2868         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2869         Moved ...
2870         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2871         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2872         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2873         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2874         Moved ...
2875         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2876         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2877         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2878         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2879         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2880
2881 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2882
2883         * timezone/checktab.awk: Update from tzcode 2014e.
2884         * timezone/private.h: Likewise.
2885         * timezone/tzfile.h: Likewise.
2886         * timezone/zdump.c: Likewise.
2887         * timezone/zic.c: Likewise.
2888
2889         * sysdeps/unix/sysv/linux/kernel-features.h
2890         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2891         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2892         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2893         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2894         Remove conditional code.
2895
2896 2014-06-25  Will Newton  <will.newton@linaro.org>
2897
2898         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2899         (_dl_arm_cap_flags): Add HWCAP2 values.
2900         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2901         (_DL_HWCAP_COUNT): Increase to 37.
2902         (_DL_HWCAP_LAST): New define.
2903         (_DL_HWCAP2_LAST): New define.
2904         (_dl_procinfo): Add support for printing
2905         AT_HWCAP2 entries.
2906         (_dl_string_hwcap): Use _dl_hwcap_string.
2907
2908 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2909
2910         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2911
2912 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2913
2914         * README: Do not mention ports directory.
2915
2916         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2917         Remove macro.
2918         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2919         <kernel-features.h>.
2920         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2921         conditional variable definition.
2922         (__futimes): Update comment.
2923         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2924         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2925
2926         [BZ #16560]
2927         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2928         arguments close to 0.
2929         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2930         Likewise.
2931         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2932         Likewise.
2933         * math/auto-libm-test-in: Add more tests of exp10.
2934         * math/auto-libm-test-out: Regenerated.
2935         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2936
2937         * sysdeps/unix/sysv/linux/kernel-features.h
2938         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2939         * sysdeps/unix/sysv/linux/readv.c: Do not include
2940         <kernel-features.h>.
2941         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2942         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2943         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2944         unconditional.
2945         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2946         conditional code.
2947         * sysdeps/unix/sysv/linux/writev.c: Do not include
2948         <kernel-features.h>.
2949         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2950         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2951         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2952         unconditional.
2953         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2954         conditional code.
2955
2956 2014-06-25  Will Newton  <will.newton@linaro.org>
2957
2958         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2959         comment changes throughout the file.  Remove checks
2960         for HAVE_*_H definitions that are not required.
2961         (__gen_tempname): Call abort if an unknown kind value is
2962         passed.
2963
2964 2014-06-25  Andreas Schwab  <schwab@suse.de>
2965
2966         [BZ #17086]
2967         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2968         scalbln, scalblnf, scalblnl in libc.
2969
2970 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2971
2972         [BZ #17086]
2973         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2974         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2975         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2976
2977 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2978
2979         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2980         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2981         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2982         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2983         Update #include.
2984         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2985         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2986         Update #include.
2987         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2988         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2989         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2990         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2991         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2992         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2993         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2994         * sysdeps/x86/bits/semaphore.h: ... here.
2995         * sysdeps/x86/nptl/elide.h: Moved ...
2996         * sysdeps/x86/elide.h: ... here.
2997         * sysdeps/x86_64/nptl/Implies: File removed.
2998         * sysdeps/i386/nptl/Implies: File removed.
2999
3000 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3001
3002         [BZ #16539]
3003         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3004         return the argument for normal arguments with exponent below -64.
3005         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3006         Likewise.
3007         * math/auto-libm-test-in: Add another test of expm1.
3008         * math/auto-libm-test-out: Regenerated.
3009
3010         [BZ #16287]
3011         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3012         calling __erfcl for arguments at least 16.
3013         * math/auto-libm-test-in: Add more tests of erf.
3014         * math/auto-libm-test-out: Regenerated.
3015
3016         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3017         individual architectures.
3018         * sysdeps/unix/sysv/linux/configure: Regenerated.
3019         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3020         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3021         * sysdeps/unix/sysv/linux/powerpc/configure.ac
3022         (ldd_rewrite_script): Define variable.
3023         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3025         file.
3026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3027         generated file.
3028         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3029         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3030         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3031         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3032         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3033         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3034         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3035         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3036
3037 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3038
3039         [BZ #17084]
3040         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3041         Rename member __data.d to __data.__elision_data.
3042
3043 2014-06-24  Wilco  <wdijkstr@arm.com>
3044
3045         * NEWS: Add 16918 to fixed bug list.
3046
3047 2014-06-24  Wilco  <wdijkstr@arm.com>
3048
3049         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3050
3051 2014-06-24  Wilco  <wdijkstr@arm.com>
3052
3053         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3054         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3055         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3056         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3057         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3058         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3059         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3060         Use _FPU_MASK_RM.
3061
3062 2014-06-24  Wilco  <wdijkstr@arm.com>
3063
3064         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3065
3066 2014-06-24  Wilco  <wdijkstr@arm.com>
3067
3068         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3069         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3070         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3071         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3072
3073 2014-06-24  Wilco  <wdijkstr@arm.com>
3074
3075         [BZ #16918]
3076         * sysdeps/arm/feupdateenv.c (feupdateenv):
3077         Rewrite to reduce FPSCR accesses and fix return value.
3078
3079 2014-06-24  Wilco  <wdijkstr@arm.com>
3080
3081         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3082         Optimize to avoid unnecessary FPSCR writes.
3083         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3084         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3085         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3086         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3087
3088 2014-06-24  Wilco  <wdijkstr@arm.com>
3089
3090         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3091         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3092         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3093         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3094         Call libc_fetestexcept_vfp.
3095         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3096         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3097         __SOFTFP__ ifdef so that they can be built for softfp.
3098
3099 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3100
3101         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3102         argument type signed char.
3103
3104         * Makerules (check-abi): Dump diff of symlist if the test
3105         fails.
3106
3107 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3108
3109         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3110         using abort.
3111
3112         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3113         Remove unused variable ST.
3114
3115 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3116
3117         [BZ #16354]
3118         [BZ #17061]
3119         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3120         small arguments before calling __expm1.
3121         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3122         small arguments before calling __expm1f.
3123         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3124         small arguments before calling __expm1l.
3125         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3126         Likewise.
3127         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3128         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3129         spurious underflow for some cosh tests.
3130         * math/auto-libm-test-out: Regenerated.
3131         * sysdeps/i386/fpu/libm-test-ulps: Update.
3132
3133         [BZ #17050]
3134         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3135         (__ieee754_y1): Set errno if return value overflows.
3136         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3137         (__ieee754_y1f): Set errno if return value overflows.
3138         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3139         (__ieee754_y1l): Set errno if return value overflows.
3140         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3141         (__ieee754_y1l): Set errno if return value overflows.
3142         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3143         * math/auto-libm-test-out: Regenerated.
3144
3145         * math/gen-auto-libm-tests.c: Document use of
3146         ignore-zero-inf-sign.
3147         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3148         (input_flags): Add ignore-zero-inf-sign.
3149         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3150         * math/gen-libm-test.pl (generate_testfile): Handle
3151         ignore-zero-inf-sign.
3152         * math/auto-libm-test-in: Mark some cpow tests with
3153         ignore-zero-inf-sign and some with xfail-rounding.
3154         * math/auto-libm-test-out: Regenerated.
3155         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3156         * sysdeps/i386/fpu/libm-test-ulps: Update.
3157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3158
3159         [BZ #16315]
3160         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3161         overflowing or underflowing operations take place with sign of
3162         result.
3163         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3164         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3165         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3166         (__ieee754_pow): Recompute overflowing and underflowing results in
3167         original rounding mode.
3168         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3169         (__powl_helper): Allow negative argument X and scale negated value
3170         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3171         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3172         overflowing or underflowing operations take place with sign of
3173         result.
3174         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3175         Include <math.h>.
3176         * math/auto-libm-test-in: Add more tests of pow.
3177         * math/auto-libm-test-out: Regenerated.
3178         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3179         (pow_tonearest_test_data): Remove.
3180         (pow_test_tonearest): Likewise.
3181         (pow_towardzero_test_data): Likewise.
3182         (pow_test_towardzero): Likewise.
3183         (pow_downward_test_data): Likewise.
3184         (pow_test_downward): Likewise.
3185         (pow_upward_test_data): Likewise.
3186         (pow_test_upward): Likewise.
3187         (main): Don't call removed functions.
3188         * sysdeps/i386/fpu/libm-test-ulps: Update.
3189         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3190
3191 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3192
3193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3194         Moved ...
3195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3197         Moved ...
3198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3200         Moved ...
3201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3203         Moved ...
3204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3206         File removed.
3207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3208         File removed.
3209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3210         File removed.
3211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3212         File removed.
3213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3214         File removed.
3215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3216         File removed.
3217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3218         File removed.
3219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3220         File removed.
3221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3222         File removed.
3223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3224         File removed.
3225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3226         File removed.
3227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3228         File removed.
3229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3230         Moved ...
3231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3233         Moved ...
3234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3235         ... here.
3236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3237         Moved ...
3238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3240         Moved ...
3241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3243         Moved ...
3244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3246         Moved ...
3247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3249         Moved ...
3250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3252         Moved ...
3253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3255         Moved ...
3256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3259         ... here.
3260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3261         Moved ...
3262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3264         Moved ...
3265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3266         ... here.
3267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3268         Moved ...
3269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3270         ... here.
3271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3272         Moved ...
3273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3274         ... here.
3275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3276         Moved ...
3277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3279         Moved ...
3280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3284         Moved ...
3285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3286         ... here.
3287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3288         Moved ...
3289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3290         ... here.
3291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3292         Moved ...
3293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3295         Moved ...
3296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3298         Moved ...
3299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3301         Moved ...
3302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3304         Moved ...
3305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3306         ... here.
3307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3308         Moved ...
3309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3311         Moved ...
3312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3314         Moved ...
3315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3317         Moved ...
3318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3322         Moved ...
3323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3325         Moved ...
3326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3328         Moved ...
3329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3330         ... here.
3331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3332         Moved ...
3333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
3334         ... here.
3335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3336         Moved ...
3337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
3338         ... here.
3339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
3340         Moved ...
3341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
3342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3343         Moved ...
3344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
3345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
3346         Moved ...
3347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3349         Moved ...
3350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3351         ... here.
3352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3353         Moved ...
3354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3355         ... here.
3356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3357         Moved ...
3358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3359         ... here.
3360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3361         Moved ...
3362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3364         Moved ...
3365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3366
3367 2014-06-23  Will Newton  <will.newton@linaro.org>
3368             Wilco  <wdijkstr@arm.com>
3369
3370         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3371         implementation.  Include get-rounding-mode.h.
3372         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3373         [!libc_feholdsetround_noex_ctx]: Define
3374         libc_feholdsetround_noex_ctx.
3375         [!libc_feholdsetround_noexf_ctx]: Define
3376         libc_feholdsetround_noexf_ctx.
3377         [!libc_feholdsetround_noexl_ctx]: Define
3378         libc_feholdsetround_noexl_ctx.
3379         (libc_feholdsetround_ctx): New function.
3380         (libc_feresetround_ctx): New function.
3381         (libc_feholdsetround_noex_ctx): New function.
3382         (libc_feresetround_noex_ctx): New function.
3383
3384 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3385
3386         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3387         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3388         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3389         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3390         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3391         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3392
3393         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3394         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3395         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3396         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3397         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3398         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3399         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3400         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3401         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3402         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3403         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3404         Moved ...
3405         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3406         ... here.
3407         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3408         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3409         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3410         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3411         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3412         Moved ...
3413         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3414         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3415         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3416         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3417         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3418         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3419         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3420         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3421         Moved ...
3422         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3423         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3424         Moved ...
3425         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3426         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3427         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3428         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3429         Moved ...
3430         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3431         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3432         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3433         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3434         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3435         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3436         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3437         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3438         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3439         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3440         Moved ...
3441         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3442         ... here.
3443         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3444         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3445         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3446         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3447         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3448         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3449         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3450         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3451         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3452         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3453         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3454         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3455         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3456         Moved ...
3457         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3458         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3459         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3460         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3461         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3462         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3463         Moved ...
3464         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3465         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3466         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3467         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3468         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3469
3470         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3471         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3472         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3473         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3474         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3475         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3476         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3477         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3478         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3479         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3480         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3481         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3482         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3483         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3484         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3485         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3486         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3487         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3488         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3489         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3490         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3491         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3492         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3493         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3494         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3495         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3496         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3497         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3498
3499 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3500
3501         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3502         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3503         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3504         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3505         (IPV6_PMTUDISC_INTERFACE): Likewise.
3506         (IPV6_PMTUDISC_OMIT): Likewise.
3507
3508 2014-06-23  Andreas Schwab  <schwab@suse.de>
3509
3510         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3511         Remove unused errout label.
3512
3513 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3514
3515         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3516         macro: hardware supports Vector Crypto instructions.
3517
3518 2014-06-23  Will Newton  <will.newton@linaro.org>
3519
3520         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3521         rather than __builtin_expect.
3522
3523         * elf/dl-lookup.c (undefined_msg): Remove variable.
3524         (_dl_lookup_symbol_x): Replace undefined_msg with string
3525         literal.
3526
3527         * elf/dl-lookup.c (do_lookup_unique): New function.
3528         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3529         to a separate function.
3530
3531 2014-06-23  Andreas Schwab  <schwab@suse.de>
3532
3533         [BZ #17079]
3534         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3535         before reading the next line.
3536
3537 2014-06-23  Will Newton  <will.newton@linaro.org>
3538
3539         * test-skeleton.c (signal_handler): Use printf and %m
3540         rather than perror.  Use printf rather than fprintf to
3541         stderr.  Use puts rather than fputs to stderr.
3542         (main): Likewise.
3543
3544 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3545
3546         * nscd/nscd.c (thread_info_t): Remove typedef.
3547         (thread_info): Remove variable.
3548
3549 2014-06-21  Allan McRae  <allan@archlinux.org>
3550
3551         * NEWS: Mention CVE-2014-4043.
3552
3553 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3554
3555         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3556         * nptl/smp.h: ... here.
3557
3558         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3559
3560         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3561         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3562         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3563         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3564
3565         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3566         * nptl/stack-aliasing.h: New file.
3567         * sysdeps/i386/i686/stack-aliasing.h: New file.
3568         * sysdeps/i386/i686/nptl/Makefile: File removed.
3569         * sysdeps/x86_64/stack-aliasing.h: New file.
3570         * sysdeps/x86_64/nptl/Makefile
3571         (CFLAGS-pthread_create.c): Variable removed.
3572
3573         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3574         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3575         old file.
3576         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3577         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3578         old file.
3579
3580 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3581
3582         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3583         (__ASSUME_SIGFRAME_V2): Remove macro.
3584         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3585         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3586         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3587         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3588         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3589         Declare as function.  Remove conditional macro definitions.
3590         (__default_rt_sa_restorer): Likewise.
3591         (__default_sa_restorer_v1): Remove declaration.
3592         (__default_sa_restorer_v2): Likewise.
3593         (__default_rt_sa_restorer_v1): Likewise.
3594         (__default_rt_sa_restorer_v2): Likewise.
3595         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3596         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3597         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3598
3599 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3600
3601         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3602         (libpthread-routines): Add sysdep.
3603         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3604         * sysdeps/unix/sysv/linux/sparc/Versions
3605         (libpthread: GLIBC_2.3.3): New version set.
3606         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3607         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3608         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3609         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3610         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3611         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3612         Moved ...
3613         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3614         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3615         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3616         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3617         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3618         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3619         * sysdeps/sparc/nptl/sem_init.c: ... here.
3620         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3621         * sysdeps/sparc/nptl/sem_post.c: ... here.
3622         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3623         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3624         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3625         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3626         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3627         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3628         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3629         (libpthread-routines): Add cpu_relax.
3630         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3631         File removed.
3632         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3633         (librt: GLIBC_2.3.3): New version set.
3634         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3635         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3636         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3637         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3638         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3639         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3640         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3641         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3642         Moved ...
3643         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3644         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3645         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3646         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3647         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3648         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3649         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3650         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3651         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3652         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3653         Moved ...
3654         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3655         Update #include.
3656         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3657         Moved ...
3658         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3659         Update #include.
3660         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3661         Moved ...
3662         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3663         Update #include.
3664         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3665         Moved ...
3666         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3667         Update #include.
3668         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3669         Moved ...
3670         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3671         Update #include.
3672         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3673         Moved ...
3674         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3675         Update #include.
3676         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3677         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3678         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3679         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3680         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3681         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3682         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3683         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3684         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3685         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3686         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3687         Moved ...
3688         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3689         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3690         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3691         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3692         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3693
3694 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3695
3696         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3697         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3698         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3699         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3700         * nscd/nscd.c: Likewise.
3701         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3702         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3703         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3704         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3705
3706         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3707         <kernel-features.h>.
3708         (init_mq_netlink): Remove conditional have_sock_cloexec
3709         definitions.  Remove code conditional on have_sock_cloexec < 0.
3710         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3711         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3712         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3713         <kernel-features.h>.
3714         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3715         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3716
3717 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3718
3719         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3720         Add tests for memset_chk and memset.
3721
3722         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3723         with AVX2_Usable.
3724
3725 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3726
3727         [BZ #16046]
3728         * elf/tst-dl-iter-static.c: New file.
3729         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3730
3731         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3732         error.
3733
3734 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3735
3736         * sysdeps/unix/sysv/linux/kernel-features.h
3737         (__ASSUME_F_GETOWN_EX): Remove macro.
3738         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3739         <kernel-features.h>.
3740         (miss_F_GETOWN_EX): Remove variable or macro.
3741         (do_fcntl): Do not check miss_F_GETOWN_EX.
3742         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3743
3744         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3745         Remove macro.
3746         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3747         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3748         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3749
3750         * sysdeps/unix/sysv/linux/kernel-features.h
3751         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3752         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3753         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3754         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3755
3756 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3757
3758         [BZ #17075]
3759         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3760         Fix calculation of the symbol's value.
3761         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3762         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3763         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3764         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3765         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3766         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3767         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3768         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3769         (modules-names): Add `tst-armtlsdescmod',
3770         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3771         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3772         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3773         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3774         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3775         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3776         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3777         ($(objpfx)tst-armtlsdescloc): New dependency.
3778         ($(objpfx)tst-armtlsdescextnow): Likewise.
3779         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3780         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3781         TLS scheme support.
3782         * sysdeps/arm/configure: Regenerate.
3783
3784 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3785
3786         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3787         (__atfct_seterrno_2): Likewise.
3788         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3789         <kernel-features.h>.
3790         (__ASSUME_ATFCTS): Do not undefine and redefine.
3791         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3792         (__have_atfcts): Remove conditional definition.
3793         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3794         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3795         unreachable if [__ASSUME_ATFCTS].
3796         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3797         not undefine and redefine.
3798         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3799         <kernel-features.h>.
3800         (faccessat) [__NR_faccessat]: Make code unconditional.
3801         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3802         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3803         <kernel-features.h>.
3804         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3805         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3806         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3807         <kernel-features.h>.
3808         (fchownat) [__NR_fchownat]: Make code unconditional.
3809         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3810         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3811         <kernel-features.h>.
3812         (futimesat) [__NR_futimesat]: Make code unconditional.
3813         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3814         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3815         <kernel-features.h>.
3816         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3817         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3818         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3819         <kernel-features.h>.
3820         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3821         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3822         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3823         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3824         <kernel-features.h>.
3825         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3826         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3827         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3828         <kernel-features.h>.
3829         (linkat) [__NR_linkat]: Make code unconditional.
3830         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3831         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3832         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3833         <kernel-features.h>.
3834         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3835         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3836         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3837         <kernel-features.h>.
3838         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3839         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3840         * sysdeps/unix/sysv/linux/openat.c: Do not include
3841         <kernel-features.h>.
3842         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3843         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3844         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3845         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3846         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3847         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3848         <kernel-features.h>.
3849         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3850         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3851         result of INLINE_SYSCALL directly, not via int variable.
3852         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3853         <kernel-features.h>.
3854         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3855         (renameat) [__NR_renameat]: Make code unconditional.
3856         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3857         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3858         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3859         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3860         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3861         (__ASSUME_ATFCTS): Do not undefine and redefine.
3862         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3863         <kernel-features.h>.
3864         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3865         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3866         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3867         <kernel-features.h>.
3868         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3869         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3870         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3871         (__ASSUME_ATFCTS): Do not undefine and redefine.
3872         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3873         <kernel-features.h>.
3874         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3875         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3876         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3877         <kernel-features.h>.
3878         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3879         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3880
3881 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3882
3883         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3884
3885 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3886
3887         [BZ #17069]
3888         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3889         constructed tree before returning error.
3890         * posix/bug-regexp36.c: Expand test case.
3891
3892 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3893
3894         [BZ #6803]
3895         * math/libm-test.inc (scalbln_test_date):
3896         Add errno expectations.
3897         * math/w_scalblnf.c: New File.
3898         Add wrapper which checks for setting errno to ERANGE.
3899         Add weak_alias for corresponding scalbln function.
3900         * math/w_scalbln.c: Likewise.
3901         * math/w_scalblnl.c: Likewise.
3902         * math/Makefile (libm-calls): Add w_scalbln.
3903         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3904         Remove weak_alias for corresponding scalbln function.
3905         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3906         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3907         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3908         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3909         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3910         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3911         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3912         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3913         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3914         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3915         Remove long_double_symbol for scalblnl function in libm, libc.
3916         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3917         Add wrapper which checks for setting errno to ERANGE.
3918         Add long_double_symbol for scalblnl function in libm, libc.
3919         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3920         Remove long_double_symbol for scalblnl in libm.
3921         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3922         Add wrapper which checks for setting errno to ERANGE.
3923         Add long_double_symbol for scalblnl function in libm.
3924         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3925         Do not use wrapper because of own implementation.
3926
3927 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3928
3929         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3930         3 bytes for __pad1 for x32.
3931         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3932
3933 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3934             H.J. Lu  <hongjiu.lu@intel.com>
3935
3936         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3937         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3938         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3939         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3940         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3941
3942 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3943
3944         [BZ #17069]
3945         * posix/regcomp.c (parse_expression): Deallocate partially
3946         constructed tree before returning error.
3947         * posix/Makefile.c (tests): Add bug-regex36.
3948         (generated): Add bug-regex36.mtrace.
3949         (tests-special): Add $(objpfx)bug-regex36-mem.out
3950         (bug-regex36-ENV): New variable.
3951         ($(objpfx)bug-regex36-mem.out): New rule.
3952         * posix/bug-regex36.c: New file.
3953
3954 2014-06-19  Will Newton  <will.newton@linaro.org>
3955
3956         * malloc/malloc.c (systrim): If extra is zero then return
3957         early.
3958
3959 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3960
3961         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3962
3963 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3964
3965         * sysdeps/aarch64/strchr.S: New file.
3966
3967 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3968
3969         [BZ #17022]
3970         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3971         from arguments -2 or below.
3972         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3973         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3974
3975 2014-06-18  Andreas Schwab  <schwab@suse.de>
3976
3977         [BZ #17062]
3978         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3979         of a bracket expr not to run off the end of the string.
3980         * posix/Makefile (tests): Add tst-fnmatch3.
3981         * posix/tst-fnmatch3.c: New file.
3982
3983 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3984
3985         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3986         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3987         [$(cross-compiling) = no]: Likewise.
3988         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3989         [$(cross-compiling) = no]: Likewise.
3990
3991 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3992
3993         [BZ #17031]
3994         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3995         double, adjusted for any remainder from the high double.
3996         * math/libm-test.inc (nearbyint): Add tests.
3997         (rint): Likewise.
3998
3999 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4000
4001         * nptl/sysdeps/powerpc/Makefile: Moved ...
4002         * sysdeps/powerpc/nptl/Makefile: ... here.
4003         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4004         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4005         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4006         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4007         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4008         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4009         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4010         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4011         * nptl/sysdeps/powerpc/tls.h: Moved ...
4012         * sysdeps/powerpc/nptl/tls.h: ... here.
4013
4014 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4015
4016         [BZ #16681]
4017         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4018         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4019         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4020         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4021         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4022         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4023         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4024         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4025         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4026
4027 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4028
4029         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4030
4031 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4032
4033         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4034         defined operator.
4035
4036         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4037         $TIMEOUTFACTOR.
4038
4039 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4040
4041         [BZ #17058]
4042         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4043         non-executed part of the test.
4044
4045 2014-06-16  Andreas Schwab  <schwab@suse.de>
4046
4047         * string/bits/string2.h (strdup, strndup): Update feature guard.
4048
4049 2014-06-14  David S. Miller  <davem@davemloft.net>
4050
4051         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4052
4053 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4054
4055         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4056         that was previously under [RESET_PID].
4057         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4058
4059         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4060         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4061         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4062         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4063         (__libc_vfork): New strong alias.
4064         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4065
4066 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4067
4068         * sysdeps/generic/elide.h: New file.
4069
4070 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4071
4072         * Makefile (installed-headers): Adjust path of pthread.h header.
4073
4074 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4075
4076         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4077         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4078         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4079         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4080
4081         * nptl/sysdeps/s390/Makefile: Moved ...
4082         * sysdeps/s390/nptl/Makefile: ... here.
4083         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4084         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4085         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4086         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4087         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4088         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4089         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4090         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4091         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4092         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4093         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4094         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4095         * nptl/sysdeps/s390/tls.h: Moved ...
4096         * sysdeps/s390/nptl/tls.h: ... here.
4097
4098         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4099         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4100
4101 2014-06-13  David S. Miller  <davem@davemloft.net>
4102
4103         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4104         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4105         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4106         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4107         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4108         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4109         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4110         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4111         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4112         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4113         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4114         Remove RESET_PID cpp guards.
4115         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4116         Remove RESET_PID cpp guards.
4117         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4118
4119 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4120
4121         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4122         __sp to uintptr_t.
4123
4124 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4125
4126         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4127         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4128         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4129         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4130         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4131         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4132         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4133         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4134         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4135         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4136         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4137         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4138         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4139         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4140         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4141         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4142         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4143         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4144         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4145         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4146
4147         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4148         (pthread_rwlock_rdlock): Add elision.
4149         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4150         (pthread_rwlock_wrlock): Add elision.
4151         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4152         (pthread_rwlock_trywrlock): Add elision.
4153         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4154         (pthread_rwlock_tryrdlock): Add elision.
4155         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4156         (pthread_rwlock_tryrdlock): Add elision unlock.
4157         * nptl/sysdeps/pthread/pthread.h:
4158         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4159         (PTHREAD_RWLOCK_INITIALIZER,
4160         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4161         Handle new elision field.
4162         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4163         * sysdeps/arm/nptl/bits/pthreadtypes.h
4164         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4165         * sysdeps/sh/nptl/bits/pthreadtypes.h
4166         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4167         * sysdeps/tile/nptl/bits/pthreadtypes.h
4168         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4169         * sysdeps/a/nptl/bits/pthreadtypes.h
4170         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4171         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4172         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4173         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4174         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4175         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4176         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4177         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4178         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4179         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4180         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4181         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4182         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4183         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4184         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4185         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4186         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4187         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4188         (elision_init): Set try_xbegin to zero when no RTM.
4189         * sysdeps/x86/nptl/bits/pthreadtypes.h
4190         (pthread_rwlock_t): Change __pad1 to __rwelision.
4191         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4192
4193 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4194
4195         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4196         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4197         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4198         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4199
4200 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4201
4202         [BZ #16996]
4203         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4204         that the cached result has been set before returning it.
4205
4206 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4207
4208         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4209         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4210         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4211         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4212         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4213         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4214
4215         * nptl/sysdeps/sparc/Makefile: Moved ...
4216         * sysdeps/sparc/nptl/Makefile: ... here.
4217         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4218         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4219         * nptl/sysdeps/sparc/tls.h: Moved ...
4220         * sysdeps/sparc/nptl/tls.h: ... here.
4221         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4222         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4223         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4224         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4225         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4226         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4227         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4228         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4229         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4230         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4231         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4232         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4233         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4234         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4235         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4236         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4237         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4238         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4239         Update #include.
4240         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4241         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4242         Update #include.
4243         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4244         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4245         Update #include.
4246         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4247         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4248         Update #include.
4249
4250         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4251
4252         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4253         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4254
4255         * sysdeps/pthread/posix-timer.h: Include <list.h>.
4256         (struct list_links): Type removed.
4257         (struct thread_node, struct timer_node): Replace struct list_links
4258         with struct list_head.
4259         (list_unlink_ip): Likewise.
4260         * sysdeps/pthread/timer_routines.c
4261         (timer_free_list, thread_free_list, thread_active_list): Likewise.
4262         (list_append, list_insbefore): Likewise.
4263         (list_init): Function removed.
4264         (thread_init, init_module): Use INIT_LIST_HEAD instead.
4265         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4266         * sysdeps/pthread/Makefile: ... here, new file.
4267
4268         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4269         * sysdeps/nptl/Implies: ... here.
4270         * sysdeps/unix/sysv/linux/Implies: Add nptl.
4271         * nptl/sysdeps/pthread/list.h: Moved ...
4272         * include/list.h: ... here.
4273         * nptl/sysdeps/pthread/createthread.c: Moved ...
4274         * nptl/createthread.c: ... here.
4275         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4276         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4277         * nptl/pt-longjmp.c: ... here.
4278         * nptl/sysdeps/pthread/Makefile: Moved ...
4279         * sysdeps/nptl/Makefile: ... here.
4280         * nptl/sysdeps/pthread/Subdirs: Moved ...
4281         * sysdeps/nptl/Subdirs: ... here.
4282         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4283         * sysdeps/nptl/aio_misc.h: ... here.
4284         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4285         * sysdeps/nptl/bits/libc-lock.h: ... here.
4286         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4287         * sysdeps/nptl/bits/libc-lockP.h: ... here.
4288         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4289         * sysdeps/nptl/bits/stdio-lock.h: ... here.
4290         * nptl/sysdeps/pthread/configure: Moved ...
4291         * sysdeps/nptl/configure: ... here.
4292         * nptl/sysdeps/pthread/configure.ac: Moved ...
4293         * sysdeps/nptl/configure.ac: ... here.
4294         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4295         * sysdeps/nptl/gai_misc.h: ... here.
4296         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4297         * sysdeps/nptl/librt-cancellation.c: ... here.
4298         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4299         * sysdeps/nptl/malloc-machine.h: ... here.
4300         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4301         * sysdeps/nptl/pthread-functions.h: ... here.
4302         * nptl/sysdeps/pthread/pthread.h: Moved ...
4303         * sysdeps/nptl/pthread.h: ... here.
4304         * nptl/sysdeps/pthread/setxid.h: Moved ...
4305         * sysdeps/nptl/setxid.h: ... here.
4306         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4307         * sysdeps/nptl/sigfillset.c: ... here.
4308         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4309         * sysdeps/nptl/tcb-offsets.h: ... here.
4310         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4311         * sysdeps/nptl/tst-mqueue8x.c: ... here.
4312         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4313         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4314         * nptl/sysdeps/pthread/allocalim.h: Moved ...
4315         * sysdeps/pthread/allocalim.h: ... here.
4316         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4317         * sysdeps/pthread/bits/sigthread.h: ... here.
4318         * nptl/sysdeps/pthread/flockfile.c: Moved ...
4319         * sysdeps/pthread/flockfile.c: ... here.
4320         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4321         * sysdeps/pthread/ftrylockfile.c: ... here.
4322         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4323         * sysdeps/pthread/funlockfile.c: ... here.
4324         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4325         * sysdeps/pthread/posix-timer.h: ... here.
4326         * nptl/sysdeps/pthread/timer_create.c: Moved ...
4327         * sysdeps/pthread/timer_create.c: ... here.
4328         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4329         * sysdeps/pthread/timer_delete.c: ... here.
4330         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4331         * sysdeps/pthread/timer_getoverr.c: ... here.
4332         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
4333         * sysdeps/pthread/timer_gettime.c: ... here.
4334         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
4335         * sysdeps/pthread/timer_routines.c: ... here.
4336         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
4337         * sysdeps/pthread/timer_settime.c: ... here.
4338         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
4339         * sysdeps/pthread/tst-timer.c: ... here.
4340         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
4341         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
4342
4343         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
4344         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
4345
4346         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
4347         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4348         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4349         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4350         Update #include target.
4351         * nptl/sysdeps/i386/i686/Makefile: Moved ...
4352         * sysdeps/i386/i686/nptl/Makefile: ... here.
4353         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4354         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4355         Update #include target.
4356         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4357         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4358         * nptl/sysdeps/i386/Makefile: Moved ...
4359         * sysdeps/i386/nptl/Makefile: ... here.
4360         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4361         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4362         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4363         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4364         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4365         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4366         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4367         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4368         * sysdeps/i386/nptl/pthreaddef.h: ... here.
4369         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4370         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4371         * nptl/sysdeps/i386/tls.h: Moved ...
4372         * sysdeps/i386/nptl/tls.h: ... here.
4373
4374         * sysdeps/sh/Makefile [$(subdir) = csu]
4375         (gen-as-const-headers): Add tcb-offsets.sym.
4376         * nptl/sysdeps/sh/Makefile: File removed.
4377         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4378         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4379         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4380         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4381         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4382         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4383         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4384         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4385         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4386         * sysdeps/sh/nptl/pthreaddef.h: ... here.
4387         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4388         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4389         * nptl/sysdeps/sh/tls.h: Moved ...
4390         * sysdeps/sh/nptl/tls.h: ... here.
4391         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4392         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4393         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4394         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4395         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4396         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4397         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4398         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4399         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4400         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4401         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4402         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4403         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4404         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4405         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4406         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4407         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4408         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4409         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4410         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4411         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4412         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4413         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4414         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4415         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4416         Moved ...
4417         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4418         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4419         Moved ...
4420         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4421         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4422         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4423         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4424         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4425         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4426         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4427         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4428         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4429         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4430         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4431         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4432         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4433         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4434         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4435         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4436         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4437         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4438         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4439
4440 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4441
4442         * posix/spawn_faction_addopen.c: Include string.h.
4443
4444 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4445
4446         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4447         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4448         * nptl/sysdeps/x86_64/Makefile: Moved ...
4449         * sysdeps/x86_64/nptl/Makefile: ... here.
4450         * nptl/sysdeps/x86_64/configure: Moved ...
4451         * sysdeps/x86_64/nptl/configure: ... here.
4452         * nptl/sysdeps/x86_64/configure.ac: Moved ...
4453         * sysdeps/x86_64/nptl/configure.ac: ... here.
4454         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4455         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4456         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4457         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4458         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4459         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4460         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4461         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4462         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4463         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4464         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4465         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4466         * nptl/sysdeps/x86_64/tls.h: Moved ...
4467         * sysdeps/x86_64/nptl/tls.h: ... here.
4468         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4469         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4470         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4471         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4472
4473         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4474
4475 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4476
4477         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4478
4479 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
4480
4481         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4482         type.
4483         [POSIX] (off_t): Likewise.
4484         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4485         [POSIX] (S_ISBLK): Require macro.
4486         [POSIX] (S_ISCHR): Likewise.
4487         [POSIX] (S_ISDIR): Likewise.
4488         [POSIX] (S_ISFIFO): Likewise.
4489         [POSIX] (S_ISREG): Likewise.
4490         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4491         optional-macro.
4492         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4493         type.
4494         [POSIX] (time_t): Likewise.
4495         [POSIX] (timer_t): Likewise.
4496
4497 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4498
4499         [BZ #17048]
4500         * posix/spawn_int.h (struct __spawn_action): Make the path string
4501         non-const to support deallocation.
4502         * posix/spawn_faction_addopen.c
4503         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4504         * posix/spawn_faction_destroy.c
4505         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4506         path in all spawn_do_open actions.
4507         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4508         posix_spawn_file_actions_addopen.
4509
4510 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4511
4512         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4513         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4514         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4515         conditional code always true.
4516         (__libc_vfork): New alias.
4517
4518 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4519
4520         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4521         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4522
4523         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4524
4525         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4526         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4527
4528         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4529         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4530
4531         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4532         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4533
4534 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4535
4536         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4537         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4538         multiarch strcmp for PPC64.
4539         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4540         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4541         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4542         multiarch optimizations.
4543         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4544         (__libc_ifunc_impl_list): Likewise.
4545
4546 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4547
4548         * benchtests/scripts/validate_benchout.py: New script.
4549         * benchtests/Makefile (bench-func): Call it.
4550         * benchtests/scripts/benchout.schema.json: New file.
4551
4552 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4553
4554         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4555         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4556         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4557         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4558         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4559         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4560         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4561         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4562         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4563         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4564         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4565         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4566         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4567         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4568         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4569         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4571         Moved ...
4572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4573         ... here.
4574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4575         Moved ...
4576         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4578         Moved ...
4579         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4580         ... here.
4581         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4582         Moved ...
4583         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4584         ... here.
4585         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4586         Moved ...
4587         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4589         Moved ...
4590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4591         ... here.
4592         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4593         Moved ...
4594         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4595         ... here.
4596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4597         Moved ...
4598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4600         Moved ...
4601         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4602         ... here.
4603         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4604         Moved ...
4605         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4606         ... here.
4607         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4608         Moved ...
4609         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4610         ... here.
4611         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4612         Moved ...
4613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4614         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4615         Moved ...
4616         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4617         ... here.
4618         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4619         Moved ...
4620         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4621         ... here.
4622         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4623         Moved ...
4624         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4625         ... here.
4626         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4627         Moved ...
4628         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4629         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4630         Moved ...
4631         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4632         ... here.
4633         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4634         Moved ...
4635         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4636         ... here.
4637         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4638         Moved ...
4639         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4640         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4641         Moved ...
4642         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4643         ... here.
4644         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4645         Moved ...
4646         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4647         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4648         Moved ...
4649         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4650         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4651         Moved ...
4652         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4653         ... here.
4654         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4655         Moved ...
4656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4657         ... here.
4658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4659         Moved ...
4660         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4661         ... here.
4662         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4663         Moved ...
4664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4665         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4666         Moved ...
4667         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4668         ... here.
4669         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4670         Moved ...
4671         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4672         ... here.
4673         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4674         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4675         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4676         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4677         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4678         Moved ...
4679         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4680         ... here.
4681         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4682         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4683         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4684         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4685         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4686         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4687         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4688         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4689         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4690         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4691         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4692         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4693         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4694         Moved ...
4695         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4696         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4697         Moved ...
4698         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4699         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4700         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4701         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4702         Moved ...
4703         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4704         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4705         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4706         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4707         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4708         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4709         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4710
4711 2014-06-10  Wilco  <wdijkstr@arm.com>
4712
4713         * math/test-fenv-return.c: New file.
4714         * math/Makefile: Add new test test-fenv-return.
4715
4716 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4717
4718         [BZ #17042]
4719         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4720         when x - 1 is zero.
4721         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4722         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4723         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4724         0.0L for an argument of 1.0L.
4725         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4726         Likewise.
4727         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4728         value when x - 1 is zero.
4729         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4730         * sysdeps/i386/fpu/libm-test-ulps: Update.
4731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4732
4733 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4734
4735         [BZ #15119]
4736         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4737
4738 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4739
4740         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4741         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4742
4743 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4744
4745         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4746         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4747
4748         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4749         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4750
4751         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4752         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4753
4754         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4755         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4756
4757         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4758         if not already defined.
4759         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4760         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4761         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4762         (TLS_INIT_TP): Use it.
4763         (TLS_DEFINE_INIT_TP): New macro.
4764         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4765
4766 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4767
4768         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4769         constant.
4770         [POSIX] (IXANY): Likewise.
4771         [POSIX] (OLCUC): Likewise.
4772         [POSIX || POSIX2008] (CBAUD): Do not allow.
4773         [POSIX || POSIX2008] (DEFECHO): Likewise.
4774         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4775         [POSIX || POSIX2008] (ECHOKE): Likewise.
4776         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4777         [POSIX || POSIX2008] (EXTA): Likewise.
4778         [POSIX || POSIX2008] (EXTB): Likewise.
4779         [POSIX || POSIX2008] (FLUSHO): Likewise.
4780         [POSIX || POSIX2008] (LOBLK): Likewise.
4781         [POSIX || POSIX2008] (PENDIN): Likewise.
4782         [POSIX || POSIX2008] (SWTCH): Likewise.
4783         [POSIX || POSIX2008] (VDISCARD): Likewise.
4784         [POSIX || POSIX2008] (VDSUSP): Likewise.
4785         [POSIX || POSIX2008] (VLNEXT): Likewise.
4786         [POSIX || POSIX2008] (VREPRINT): Likewise.
4787         [POSIX || POSIX2008] (VSTATUS): Likewise.
4788         [POSIX || POSIX2008] (VWERASE): Likewise.
4789         (B*): Change to B[0123456789]*.
4790         * conform/data/time.h-data [POSIX || UNIX98]
4791         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4792         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4793         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4794         [POSIX] (tm_*): Do not allow.
4795
4796 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4797
4798         * Makefile (install): Don't set LANGUAGE.
4799         * Makefile.in (install): Likewise.
4800         * assert/Makefile (test-assert-ENV): Remove variable.
4801         (test-assert-perr-ENV): Likewise.
4802         * elf/Makefile (neededtest4-ENV): Likewise.
4803         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4804         [$(cross-compiling) = no]: Don't set LANGUAGE.
4805         * io/ftwtest-sh (LANG): Remove variable.
4806         * libio/Makefile (tst-widetext-ENV): Likewise.
4807         * manual/install.texi (Running make install): Don't refer to
4808         environment settings for make install.
4809         * INSTALL: Regenerated.
4810         * nptl/tst-tls6.sh: Don't set LANG.
4811         * posix/globtest.sh (LANG): Remove variable.
4812         * string/Makefile (tester-ENV): Likewise.
4813         (inl-tester-ENV): Likewise.
4814         (noinl-tester-ENV): Likewise.
4815         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4816         [$(cross-compiling) = no]: Don't set LANGUAGE.
4817         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4818         without explicit environment settings.
4819
4820 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4821
4822         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4823         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4824         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4825         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4826
4827 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4828
4829         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4830         other files in the crypt directory.
4831         * crypt/crypt.c: Remove duplicate includes.
4832         * crypt/crypt-entry.c: Likewise.
4833         * crypt/crypt_util.c: Likewise.
4834
4835 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4836
4837         * Makeconfig (run-program-env): New variable.
4838         (run-program-prefix-before-env): Likewise.
4839         (run-program-prefix-after-env): Likewise.
4840         (run-program-prefix): Define in terms of new variables.
4841         (built-program-cmd-before-env): New variable.
4842         (built-program-cmd-after-env): Likewise.
4843         (built-program-cmd): Define in terms of new variables.
4844         (test-program-prefix-before-env): New variable.
4845         (test-program-prefix-after-env): Likewise.
4846         (test-program-prefix): Define in terms of new variables.
4847         (test-program-cmd-before-env): New variable.
4848         (test-program-cmd-after-env): Likewise.
4849         (test-program-cmd): Define in terms of new variables.
4850         * Rules (make-test-out): Use $(run-program-env).
4851         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4852         (help): Do not mention environment variables.  Mention
4853         --timeoutfactor option.
4854         (timeoutfactor): New variable.
4855         (blacklist_exports): Remove function.
4856         (exports): Remove variable.
4857         (command): Do not include ${exports}.
4858         * manual/install.texi (Configuring and compiling): Do not mention
4859         test wrappers preserving environment variables.  Mention that last
4860         assignment to a variable must take precedence.
4861         * INSTALL: Regenerated.
4862         * benchtests/Makefile (run-bench): Use $(run-program-env).
4863         * catgets/Makefile ($(objpfx)test1.cat): Use
4864         $(built-program-cmd-before-env), $(run-program-env) and
4865         $(built-program-cmd-after-env).
4866         ($(objpfx)test2.cat): Do not specify environment variables
4867         explicitly.
4868         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4869         $(run-program-env) and $(built-program-cmd-after-env).
4870         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4871         $(run-program-env) and $(test-program-cmd-after-env).
4872         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4873         explicitly.
4874         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4875         run_program_env and test_program_cmd_after_env arguments.
4876         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4877         * elf/tst-pathopt.sh: Use run_program_env argument.
4878         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4879         $(test-wrapper-env) and $(run-program-env).
4880         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4881         run_program_env arguments.
4882         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4883         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4884         $(test-program-prefix-before-env), $(run-program-env) and
4885         $(test-program-prefix-after-env).
4886         ($(objpfx)tst-gettext2.out): Likewise.
4887         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4888         run_program_env and test_program_prefix_after_env arguments.
4889         * intl/tst-gettext2.sh: Likewise.
4890         * intl/tst-gettext4.sh: Do not set environment variables
4891         explicitly.
4892         * intl/tst-gettext6.sh: Likewise.
4893         * intl/tst-translit.sh: Likewise.
4894         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4895         $(test-program-prefix-before-env), $(run-program-env) and
4896         $(test-program-prefix-after-env).
4897         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4898         run_program_env and test_program_prefix_after_env arguments.
4899         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4900         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4901         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4902         explicitly with each use of ${test_wrapper_env}.
4903         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4904         $(test-program-prefix-before-env), $(run-program-env) and
4905         $(test-program-prefix-after-env).
4906         * posix/tst-getconf.sh: Do not set environment variables
4907         explicitly.
4908         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4909         run_program_env and test_program_prefix_after_env arguments.
4910         * stdio-common/tst-printf.sh: Do not set environment variables
4911         explicitly.
4912         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4913         $(test-program-prefix-before-env), $(run-program-env) and
4914         $(test-program-prefix-after-env).
4915         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4916         run_program_env and test_program_prefix_after_env arguments.
4917         Split $test calls into $test_pre and $test.
4918         * timezone/Makefile (build-testdata): Use
4919         $(built-program-cmd-before-env), $(run-program-env) and
4920         $(built-program-cmd-after-env).
4921
4922 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4923
4924         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4925         strlen for non SHARED builds.
4926
4927 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4928
4929         * nptl/allocatestack.c (check_list): Inlined function...
4930         (__reclaim_stacks): ... here.
4931
4932 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4933
4934         [BZ #15698]
4935         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4936         memory overrun.
4937
4938 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4939
4940         * Rules (make-test-out): Include
4941         LOCPATH=$(common-objpfx)localedata in default environment.
4942         * debug/Makefile (tst-chk1-ENV): Remove variable.
4943         (tst-chk2-ENV): Likewise.
4944         (tst-chk3-ENV): Likewise.
4945         (tst-chk4-ENV): Likewise.
4946         (tst-chk5-ENV): Likewise.
4947         (tst-chk6-ENV): Likewise.
4948         (tst-lfschk1-ENV): Likewise.
4949         (tst-lfschk2-ENV): Likewise.
4950         (tst-lfschk3-ENV): Likewise.
4951         (tst-lfschk4-ENV): Likewise.
4952         (tst-lfschk5-ENV): Likewise.
4953         (tst-lfschk6-ENV): Likewise.
4954         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4955         (tst-iconv7-ENV): Likewise.
4956         * intl/Makefile (LOCPATH-ENV): Likewise.
4957         (tst-codeset-ENV): Likewise.
4958         (tst-gettext3-ENV): Likewise.
4959         (tst-gettext5-ENV): Likewise.
4960         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4961         (tst-fopenloc-ENV): Likewise.
4962         (tst-fgetws-ENV): Remove variable.
4963         (tst-ungetwc1-ENV): Likewise.
4964         (tst-ungetwc2-ENV): Likewise.
4965         (bug-ungetwc2-ENV): Likewise.
4966         (tst-swscanf-ENV): Likewise.
4967         (bug-ftell-ENV): Likewise.
4968         (tst-fgetwc-ENV): Likewise.
4969         (tst-fseek-ENV): Likewise.
4970         (tst-ftell-partial-wide-ENV): Likewise.
4971         (tst-ftell-active-handler-ENV): Likewise.
4972         (tst-ftell-append-ENV): Likewise.
4973         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4974         (tst-regexloc-ENV): Likewise.
4975         (bug-regex1-ENV): Likewise.
4976         (tst-regex-ENV): Likewise.
4977         (tst-regex2-ENV): Likewise.
4978         (bug-regex5-ENV): Likewise.
4979         (bug-regex6-ENV): Likewise.
4980         (bug-regex17-ENV): Likewise.
4981         (bug-regex18-ENV): Likewise.
4982         (bug-regex19-ENV): Likewise.
4983         (bug-regex20-ENV): Likewise.
4984         (bug-regex22-ENV): Likewise.
4985         (bug-regex23-ENV): Likewise.
4986         (bug-regex25-ENV): Likewise.
4987         (bug-regex26-ENV): Likewise.
4988         (bug-regex30-ENV): Likewise.
4989         (bug-regex32-ENV): Likewise.
4990         (bug-regex33-ENV): Likewise.
4991         (bug-regex34-ENV): Likewise.
4992         (bug-regex35-ENV): Likewise.
4993         (tst-rxspencer-ENV): Likewise.
4994         (tst-rxspencer-no-utf8-ENV): Likewise.
4995         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4996         (tst-sscanf-ENV): Likewise.
4997         (tst-swprintf-ENV): Likewise.
4998         (tst-swscanf-ENV): Likewise.
4999         (test-vfprintf-ENV): Likewise.
5000         (scanf13-ENV): Likewise.
5001         (bug14-ENV): Likewise.
5002         (tst-grouping-ENV): Likewise.
5003         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5004         (tst-strtod3-ENV): Likewise.
5005         (tst-strtod4-ENV): Likewise.
5006         (tst-strtod5-ENV): Likewise.
5007         (testmb2-ENV): Likewise./
5008         * string/Makefile (tst-strxfrm-ENV): Likewise.
5009         (tst-strxfrm2-ENV): Likewise.
5010         (bug-strcoll1-ENV): Likewise.
5011         (test-strcasecmp-ENV): Likewise.
5012         (test-strncasecmp-ENV): Likewise.
5013         * time/Makefile (tst-strptime-ENV): Likewise.
5014         (tst-ftime_l-ENV): Likewise.
5015         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5016         (tst-mbrtowc-ENV): Likewise.
5017         (tst-wcrtomb-ENV): Likewise.
5018         (tst-mbrtowc2-ENV): Likewise.
5019         (tst-c16c32-1-ENV): Likewise.
5020         (tst-mbsnrtowcs-ENV): Likewise.
5021
5022 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5023
5024         * manual/resource.texi (How to get information about the memory
5025         subsystem?): Fix typo.
5026         Reported by Peon de la Parra Ivan <peon@keba.com>
5027
5028 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5029
5030         [BZ #16882]
5031         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5032         (pthread_spin_lock): Branch out of spin loop to proper location.
5033         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5034         (pthread_spin_lock): Likewise.
5035
5036         * nptl/tst-spin4.c: New test.
5037         * nptl/Makefile (tests): Add tst-spin4.
5038
5039 2014-06-03  Andreas Schwab  <schwab@suse.de>
5040
5041         [BZ #15946]
5042         * resolv/res_send.c (send_dg): Reload file descriptor after
5043         calling reopen.
5044
5045 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5046
5047         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5048
5049 2014-06-03  Richard Henderson  <rth@redhat.com>
5050
5051         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5052         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5053         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5054         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5055         in the SAVE_PID block.
5056         (__libc_vfork): New alias.
5057         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5058
5059         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5060         child in registers, not on the stack.  Remove RESET_PID conditionals.
5061         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5062
5063 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5064
5065         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5066
5067 2014-06-03  Wilco  <wdijkstr@arm.com>
5068
5069         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5070         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5071         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5072         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5073         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5074         Likewise.
5075
5076 2014-06-03  Wilco  <wdijkstr@arm.com>
5077
5078         * sysdeps/aarch64/fpu/math_private.h
5079         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5080         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5081         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5082         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5083         Fix declarations.
5084
5085 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5086
5087         * crypt/crypt-private.h: Include ufc-crypt.h.
5088         (__b64_from_24bit): Declare extern.
5089         * crypt/crypt_util.c(__b64_from_24bit): New function.
5090         (b64t): New static const variable.
5091         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5092         (b64t): Remove variable.
5093         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5094         * crypt/sha256-crypt.c: Include crypt-private.h.
5095         (b64t): Remove variable.
5096         (__sha256_crypt_r): Remove b64_from_24bit and replace
5097         with __b64_from_24bit.
5098         * crypt/sha512-crypt.c: Likewise.
5099
5100 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5101
5102         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5103         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5104         Label the code __libc_vfork rather than __vfork.
5105         [!NOT_IN_libc] (vfork): Define as weak alias.
5106         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5107         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5108         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5109
5110 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5111
5112         * malloc/malloc.c (malloc_info): Fix format specifier for
5113         n_mmaps.
5114
5115 2014-06-02  Wilco  <wdijkstr@arm.com>
5116
5117         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5118         FPCR write.
5119
5120 2014-06-02  Wilco  <wdijkstr@arm.com>
5121
5122         [BZ #17009]
5123         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5124         Rewrite to reduce FPCR/FPSR accesses.
5125
5126 2014-06-01  David S. Miller  <davem@davemloft.net>
5127
5128         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5129
5130 2014-05-31  David S. Miller  <davem@davemloft.net>
5131
5132         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5133         to occur in round to nearest mode when |x| >= 2.0
5134
5135 2014-05-30  Richard Henderson  <rth@twiddle.net>
5136
5137         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5138         (PSEUDO_RET_NOERRNO): Remove.
5139         (ret): Don't redefine.
5140         (ret_NOERRNO): Define in terms of ret.
5141         (ret_ERRVAL): Likewise.
5142
5143         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5144         use of PSEUDO_RET; perform the error check directly.
5145
5146 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5147
5148         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5149         with __int128_t.
5150
5151 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5152
5153         * malloc/malloc (malloc_info): Fix formatting.
5154
5155 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5156             Roland McGrath  <roland@hack.frob.com>
5157
5158         * malloc/malloc (malloc_info): Also print mmapped statistics.
5159
5160 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5161
5162         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5163         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5164
5165 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5166
5167         * malloc/malloc.c (malloc_info): Inline mi_arena.
5168
5169 2014-05-29  Richard Henderson  <rth@twiddle.net>
5170
5171         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5172         Remove comma before expanding ASM_ARGS_##nr.
5173         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5174         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5175         of ASM_ARGS_##nr.
5176         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5177         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5178         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5179         (ASM_ARGS_1): Add leading comma.
5180
5181         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5182         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5183         to __errno_location.
5184         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5185         Remove the expected plt for __errno_location.
5186
5187         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5188         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5189         call to __read_tp.
5190
5191         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5192         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5193         it and break it down.
5194         (DOCARGS_0, DOCARGS_1): Do nothing.
5195         (DOCARGS_2): Update to store into the new stack frame.
5196         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5197         (UNDOCARGS_1): Update to restore from the new stack frame.
5198         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5199         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5200
5201         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5202         (SINGLE_THREAD_P): New parameter for result regno.
5203         (PSEUDO): Update to match; use cbz instead of beq.
5204
5205         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5206         Use ENTRY to define the _nocancel entry point.  Share the syscall
5207         and syscall error check paths with the cancel path.
5208         (PSEUDO_END): New.
5209
5210         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5211         whitespace; tabs before and after asm mnemonics.
5212
5213 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5214
5215         [BZ #15132]
5216         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5217         Call fstat64 or stat64 internally, depending on arguments passed.
5218         Replace stat buffer argument with file descriptor argument.
5219         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5220         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5221         Pass fd to __internal_statvfs instead of calling fstat64.
5222         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5223         Pass fd to __internal_statvfs64 instead of calling fstat64.
5224         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5225         Pass -1 to __internal_statvfs instead of calling stat64.
5226         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5227         Pass -1 to __internal_statvfs64 instead of calling stat64.
5228
5229 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5230
5231         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5232         that was previously under [RESET_PID].
5233         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5234
5235         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5236         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5237
5238 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5239
5240         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5241
5242         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5243         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5244
5245 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5246
5247         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5248
5249 2014-05-27  Andreas Schwab  <schwab@suse.de>
5250
5251         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5252         TLS_INIT_TP macro.
5253         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5254         * elf/rtld.c (init_tls, dl_main): Likewise.
5255         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5256         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5257         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5258         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5259         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5260         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5261         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5262         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5263         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5264         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5265         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5266         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5267         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5268         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5269         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5270         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5271         * sysdeps/generic/tls.h: Update description.
5272
5273 2014-05-27  Will Newton  <will.newton@linaro.org>
5274
5275         [BZ #16990]
5276         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5277         and restore r2 rather than just restoring.
5278
5279 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5280
5281         [BZ #16724]
5282         * libio/tst-ftell-append.c: New test case.
5283         * libio/Makefile (tests): Add test case.
5284         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5285         append mode.
5286         * libio/wfileops.c (do_ftell_wide): Likewise.
5287
5288 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5289
5290         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5291
5292         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5293         ...
5294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5296         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5297         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5298         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5299         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5300         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5301         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5302         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5303         Moved ...
5304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5305         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5306         Moved ...
5307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5308         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5309         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5310         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5311         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5312         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5313         ...
5314         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5315         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5316         Moved ...
5317         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5318         here.
5319         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5320         ...
5321         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5322         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5323         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5324
5325         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5326         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5327         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5328         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5329
5330         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5331         merge into ...
5332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
5333         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
5334         ...
5335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
5336         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
5337         ...
5338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
5339         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5340         Moved ...
5341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
5342         here.
5343         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5344         Moved ...
5345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
5346         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5347         Moved ...
5348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5349
5350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5351         conditional [RESET_PID].
5352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5353         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5354         removed.
5355         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5356         removed.
5357
5358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5359         <tcb-offsets.h>.
5360         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5361         (__libc_vfork): New strong alias.
5362         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5363         removed.
5364         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5365         Removed.
5366
5367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5368         <tcb-offsets.h>.
5369         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5370         (__libc_vfork): New strong alias.
5371         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5372         removed.
5373         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5374         removed.
5375
5376 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
5377
5378         * malloc/malloc.c (mi_arena): New function.
5379         (malloc_info): Remove nested function mi_arena. Call non-nosted
5380         function mi_arena.
5381
5382 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5383
5384         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5385         by insrwi.
5386         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5387         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5388         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5389         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5390         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5391         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5392         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5393
5394 2014-05-26  Andreas Schwab  <schwab@suse.de>
5395
5396         [BZ #16984]
5397         * locale/programs/repertoire.c (repertoire_read): Add slash
5398         between I18NPATH element and file name.
5399         * locale/programs/locfile.c (locfile_read): Likewise.
5400
5401 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5402
5403         * nptl/pthread_mutexattr_settype.c
5404         (__pthread_mutexattr_settype):
5405         Disable lock elision for PTHREAD_MUTEX_NORMAL.
5406
5407 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5408
5409         * nptl/tst-mutex5 (do_test):
5410         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5411
5412 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5413
5414         * benchtests/README: Document 'init' directive.
5415         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5416         BENCH_INIT.
5417         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5418         (parse_file): Recognize 'init' directive.
5419
5420 2014-05-26  Kyle McMartin  <kyle@redhat.com>
5421
5422         [BZ #16796]
5423         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5424         alignment of struct pthread.
5425
5426 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5427
5428         [BZ #16878]
5429         * nscd/netgroupcache.c (addgetnetgrentX): Look for
5430         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5431         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5432         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5433
5434 2014-05-25  Richard Henderson  <rth@twiddle.net>
5435
5436         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5437         (SINGLE_THREAD_P_PIC): Remove.
5438         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5439         (SINGLE_THREAD_P_PIC): Remove.
5440
5441         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5442         branch to syscall error ...
5443         (PSEUDO): ... here.
5444         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5445         from __local_syscall_error to .Lsyscall_error.
5446         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5447         (SYSCALL_ERROR): Update label name.
5448
5449         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5450         Do not use DOARGS/UNDOARGS.
5451         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5452         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5453         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5454         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5455         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5456
5457         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5458         block comment.
5459
5460         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5461         define if !NOT_IN_libc.
5462         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5463         define with non-default symbol versions.
5464
5465 2014-05-23  Richard Henderson  <rth@twiddle.net>
5466
5467         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5468         (vfork, __vfork): Define via compat_symbol.
5469
5470         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5471         [!HAVE_IFUNC] (vfork_compat): Remove.
5472         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5473
5474 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5475
5476         [BZ #16978]
5477         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5478         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5479         variable.
5480
5481 2014-05-23  Richard Henderson  <rth@twiddle.net>
5482
5483         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5484         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5485         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5486         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5487
5488         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5489         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5490         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5491         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5492         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5493         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5494         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5495         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5496         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5497         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5498         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5499         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5500         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5501         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5502         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5503         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5504         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5505         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5506         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5507         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5508         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5509         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5510         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5511         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5512         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5513         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5514         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5515         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5516         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5517         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5518         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5519         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5520         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5521         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5522         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5523         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5524         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5525         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5526         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5527         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5528         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5529         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5530         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5531         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5532         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5533         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5534         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5535         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5536         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5537         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5538         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5539         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5540         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5541         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5542         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5543         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5544
5545         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5546         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5547         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5548         before exiting on error.
5549         (__libc_vfork): New strong alias.
5550         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5551         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5552
5553         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5554         that was previously under [RESET_PID].
5555         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5556
5557         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5558
5559 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5560
5561         [BZ #16977]
5562         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5563         value when x - 1 is zero.
5564         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5565         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5566         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5567         0.0L for an argument of 1.0L.
5568         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5569         Likewise.
5570         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5571         value when x - 1 is zero.
5572         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5573         * sysdeps/i386/fpu/libm-test-ulps: Update.
5574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5575
5576 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5577
5578         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5579         alphasort and versionsort.
5580
5581 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5582
5583         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5584         macro.
5585         [copysignf]: Likewise.
5586
5587 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5588
5589         * crypt/md5-crypt.c: Fix formatting.
5590
5591 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5592
5593         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5594         (b64_from_24bit): New function.
5595
5596 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5597
5598         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5599         libc_hidden_builtin_def to ifunc.
5600         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5601         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5602
5603 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5604
5605         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5606         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5607
5608 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5609
5610         * nscd/Depend (linuxthreads): Remove.
5611         (nptl): Add.
5612         * resolv/Depend (linuxthreads): Remove.
5613         * rt/Depend (linuxthreads): Remove.
5614
5615         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5616         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5617         $(common-objpfx)elf/.
5618         (link-libc-before-gnulib): Likewise.
5619         (elfobjdir): Remove variable.
5620         * Makefile (install): Use $(elf-objpfx) instead of
5621         $(common-objpfx)elf/.
5622         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5623         $(elfobjdir)/.
5624         (link-libc-deps): Likewise.
5625         ($(common-objpfx)libc.so): Likewise.
5626         ($(common-objpfx)linkobj/libc.so): Likewise.
5627         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5628         instead of $(common-objpfx)elf/.
5629         (symbolic-link-list): Likewise.
5630         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5631         [$(cross-compiling) = no]: Likewise.
5632         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5633         $(elfobjdir)/.
5634         (static-gnulib-arch): Likewise.
5635         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5636         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5637         $(common-objpfx)elf/.
5638
5639 2014-05-21  Richard Henderson  <rth@redhat.com>
5640
5641         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5642         (SINGLE_THREAD_P): Use the correct width load.  Fold
5643         into the ldr offset.
5644
5645         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5646         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5647
5648 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5649
5650         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5651         (libgcc_s_resume): Use __attribute_used__.
5652         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5653         Likewise.
5654
5655 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5656
5657         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5658         optimization when used with float constants.
5659
5660         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5661
5662 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5663
5664         [BZ #16915]
5665         * locale/nl_langinfo_l.c: Make direct reference to every
5666         _nl_current_CATEGORY symbol.
5667         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5668         (tests-static): Add tst-langinfo-static.
5669         (tests-special): Add tst-langinfo-static.out.
5670         ($(objpfx)tst-langinfo.out): Redirect output.
5671         ($(objpfx)tst-langinfo-static.out): New.
5672         * localedata/tst-langinfo.sh: Send output to stdout.
5673         * localedata/tst-langinfo-static.c: New file.
5674
5675         [BZ #16965]
5676         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5677         when the shift amount is modulo the limb size.
5678
5679 2014-05-20  Richard Henderson  <rth@redhat.com>
5680
5681         [BZ #16967]
5682         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5683         Change type of sa_flags from unsigned int to int.
5684
5685         [BZ #16966]
5686         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5687
5688         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5689
5690 2014-05-20  Will Newton  <will.newton@linaro.org>
5691
5692         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5693         Test the return value of the system call in the nocancel case.
5694
5695 2014-05-20  Will Newton  <will.newton@linaro.org>
5696             Yvan Roux  <yvan.roux@linaro.org>
5697
5698         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5699         #include of asm/ptrace.h.
5700         (PTRACE_GET_THREAD_AREA): Remove #undef.
5701         (PTRACE_GETHBPREGS): Likewise.
5702         (PTRACE_SETHBPREGS): Likewise.
5703         (struct user_regs_struct): New structure.
5704         (struct user_fpsimd_struct): New structure.
5705         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5706         #include of asm/ptrace.h and second #include of sys/user.h.
5707         (PTRACE_GET_THREAD_AREA): Remove #undef.
5708         (PTRACE_GETHBPREGS): Likewise.
5709         (PTRACE_SETHBPREGS): Likewise.
5710         (ELF_NGREG): Use new struct user_regs_struct.
5711         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5712
5713 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5714
5715         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5716         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5717
5718 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5719
5720         [BZ #16958]
5721         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5722         membar to avoid block loads/stores to overlap previous stores.
5723
5724 2014-05-17  Richard Henderson  <rth@redhat.com>
5725
5726         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5727         Create the __##syscall_name##_nocancel entry point.
5728         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5729         Remove; let the sysdep-cancel.h code create it.
5730
5731 2014-05-17  David S. Miller  <davem@davemloft.net>
5732
5733         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5734         Protect with __USE_GNU.
5735         (TIOCSET_TEMPT): Likewise.
5736         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5737         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5738         these are already provided in bits/ioctl-types.h
5739
5740 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5741
5742         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5743         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5744
5745         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5746         Use wait4 regardless of [__NR_waitpid].
5747
5748 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5749
5750         PR libgcc/60166
5751         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5752         (_FP_NANSIGN_Q): Set the quiet bit.
5753
5754 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5755
5756         * benchtests/Makefile
5757         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5758         not $(common-objpfx)math/libm.so.
5759         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5760         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5761         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5762         $(common-objpfx)dlfcn/libdl.so.
5763         ($(objpfx)tst-audit8): Depend on $(libm), not
5764         $(common-objpfx)math/libm.so.
5765         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5766         not $(common-objpfx)dlfcn/libdl.so.
5767         * math/Makefile
5768         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5769         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5770         [$(build-shared) = yes].
5771         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5772         $(common-objpfx)nptl/libpthread.so.
5773         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5774         $(common-objpfx)math/libm.so$(libm.so-version) or
5775         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5776         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5777         $(common-objpfx)dlfcn/libdl.so.
5778         * setjmp/Makefile (link-libm): Remove variable.
5779         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5780         * stdio-common/Makefile (link-libm): Remove variable.
5781         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5782         * stdlib/Makefile (link-libm): Remove variable.
5783         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5784         ($(objpfx)tst-strtod-round): Likewise.
5785         ($(objpfx)tst-tininess): Likewise.
5786         ($(objpfx)tst-strtod-underflow): Likewise.
5787         ($(objpfx)tst-strtod6): Likewise.
5788         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5789         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5790         $(common-objpfx)dlfcn/libdl.so.
5791
5792 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5793
5794         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5795         BSD terminal modes definitions.
5796
5797 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5798
5799         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5800         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5801
5802         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5803         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5804         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5805         Don't do #include_next.
5806         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5807         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5808         Don't do #include_next.
5809         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5810         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5811         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5812         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5813
5814 2014-05-16  Allan McRae  <allan@archlinux.org>
5815
5816         * po/sv.po: Update Swedish translation from translation project.
5817
5818         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5819         in sed expression.
5820
5821 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5822
5823         [BZ #16917]
5824         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5825         errno if the TIOCGPTN ioctl fails with an error different than
5826         EINVAL.
5827         * login/tst-ptsname.c: New file.
5828         * login/Makefile (tests): Add tst-ptsname.
5829
5830         [BZ #16943]
5831         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5832         and prlimit64.
5833
5834 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5835
5836         [BZ #16849]
5837         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5838         herrno to return EAI_AGAIN.
5839
5840 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5841
5842         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5843         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5844         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5845         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5846         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5847         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5848         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5849         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5850         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5851         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5852         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5853         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5854         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5855         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5856         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5857         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5858         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5859         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5860         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5861         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5862         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5863         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5864         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5865         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5866         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5867         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5868         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5869         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5870         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5871         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5872         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5873         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5874         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5875         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5876         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5877         Moved ...
5878         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5879         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5880         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5881         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5882         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5883         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5884         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5885         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5886         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5887         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5888         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5889         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5890         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5891         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5892         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5893         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5894         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5895         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5896         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5897         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5898         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5899         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5900         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5901         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5902         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5903         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5904         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5905         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5906         Moved ...
5907         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5908         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5909         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5910         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5911         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5912         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5913         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5914         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5915         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5916         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5917         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5918         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5919         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5920         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5921         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5922         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5923         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5924         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5925         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5926         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5927         Moved ...
5928         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5929         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5930         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5931
5932         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5933         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5934         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5935         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5936         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5937         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5938         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5939         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5940         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5941         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5942         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5943         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5944         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5945         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5946         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5947         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5948         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5949         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5950         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5951         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5952         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5953         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5954         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5955         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5956         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5957         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5958         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5959         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5960         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5961         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5962         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5963
5964         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5965         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5966
5967         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5968         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5969         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5970         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5971         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5972         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5973         Moved ...
5974         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5975         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5976         Moved ...
5977         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5978         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5979         Moved ...
5980         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5981         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5982         Moved ...
5983         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5984         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5985         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5986         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5987         Moved ...
5988         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5989         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5990         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5991         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5992         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5993         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5994         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5995         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5996         Moved ...
5997         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5998         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5999         Moved ...
6000         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6001         ... here.
6002         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6003         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6004         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6005         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6006         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6007         Moved ...
6008         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6009         ... here.
6010         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6011         Moved ...
6012         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6013         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6014         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6015         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6016         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6017         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6018         Moved ...
6019         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6020         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6021         Moved ...
6022         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6023         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6024         Moved ...
6025         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6026         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6027         Moved ...
6028         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6029         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6030         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6031         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6032         Moved ...
6033         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6034         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6035         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6036         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6037         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6038         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6039         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6040         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6041         Moved ...
6042         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6043         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6044         Moved ...
6045         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6046         ... here.
6047         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6048         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6049         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6050         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6051         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6052         Moved ...
6053         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6054         ... here.
6055         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6056         Moved ...
6057         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6058         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6059         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6060         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6061         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6062         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6063         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6064         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6065         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6066         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6067         Moved ...
6068         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6069         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6070         Moved ...
6071         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6072         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6073         Moved ...
6074         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6075         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6076         Moved ...
6077         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6078         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6079         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6080         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6081         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6082         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6083         Moved ...
6084         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6085         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6086         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6087         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6088         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6089         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6090         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6091         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6092         Moved ...
6093         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6094         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6095         Moved ...
6096         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6097         ... here.
6098         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6099         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6100         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6101         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6102         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6103         Moved ...
6104         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6105         ... here.
6106         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6107         Moved ...
6108         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6109         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6110         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6111         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6112         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6113         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6114         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6115         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6116         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6117         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6118         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6119
6120         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6121         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6122
6123         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6124         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6125
6126         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6127         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6128         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6129         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6130         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6131         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6132         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6133         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6134         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6135         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6136         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6137         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6138         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6139         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6140         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6141         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6142         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6143         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6144         Moved ...
6145         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6146         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6147         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6148         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6149         Moved ...
6150         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6151         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6152         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6153         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6154         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6155         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6156         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6157         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6158         Moved ...
6159         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6160         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6161         Moved ...
6162         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6163         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6164         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6165         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6166         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6167         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6168         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6169         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6170         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6171         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6172         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6173         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6174         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6175         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6176         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6177         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6178         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6179
6180         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6181         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6182         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6183         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6184         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6185
6186         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6187         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6188         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6189         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6190         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6191         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6192         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6193         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6194         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6195         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6196
6197         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6198         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6199
6200         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6201         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6202         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6203         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6204         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6205         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6206         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6207         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6208         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6209         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6210         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6211         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6212         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6213         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6214         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6215         Update #include.
6216         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6217         Likewise.
6218         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6219         Likewise.
6220         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6221         Likewise.
6222         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6223         Likewise.
6224         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6225         Likewise.
6226         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6227         Likewise.
6228         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6229         Likewise.
6230         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6231         Likewise.
6232         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6233         Likewise.
6234         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6235         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6236         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6237         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6238         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6239         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6240         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6241         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6242         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6243         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6244         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6245         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6246         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6247         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6248         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
6249
6250         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6251         that was previously under [RESET_PID].
6252         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6253         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6254         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6255
6256         * sysdeps/i386/nptl/Implies: New file.
6257         * sysdeps/x86_64/nptl/Implies: New file.
6258         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6259         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6260         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6261         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6262
6263         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6264         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6265         (__libc_vfork): New strong alias.
6266         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6267         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6268
6269         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6270         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6271         (__libc_vfork): New strong alias.
6272         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6273         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6274
6275         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6276         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6277         (__libc_vfork): New strong alias.
6278         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6279         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6280         * nptl/pt-vfork.c: New file.
6281         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6282         (libpthread: GLIBC_2.20): New version set (empty).
6283
6284 2014-05-14  Will Newton  <will.newton@linaro.org>
6285
6286         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6287         rather than #if.
6288
6289 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6290
6291         [BZ #16564]
6292         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6293         arguments with exponent 65 or above.
6294         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6295         arguments 0x1p113L or above.
6296         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6297         to arguments 0x1p107L or above.
6298         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6299         positive arguments with exponent 65 or above.
6300         * math/auto-libm-test-in: Add more tests of log1p.
6301         * math/auto-libm-test-out: Regenerated.
6302
6303         [BZ #16928]
6304         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6305         non-finite arguments is +0.
6306         * math/s_cacosf.c (__cacosf): Likewise.
6307         * math/s_cacosl.c (__cacosl): Likewise.
6308         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6309         * sysdeps/i386/fpu/libm-test-ulps: Update.
6310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6311
6312         [BZ #16927]
6313         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6314         value.
6315         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6316         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6317         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6318         for explicit high bit of mantissa when testing for argument equal
6319         to 1.
6320         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6321         * sysdeps/i386/fpu/libm-test-ulps: Update.
6322         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6323
6324         [BZ #16516]
6325         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6326         (__erf): Scale by 16 instead of 8 in potentially underflowing
6327         case.  Ensure exception if result actually underflows.
6328         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6329         (__erff): Scale by 16 instead of 8 in potentially underflowing
6330         case.  Ensure exception if result actually underflows.
6331         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6332         (efx8): Remove variable.
6333         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6334         case.  Ensure exception if result actually underflows.
6335         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
6336         (efx8): Remove variable.
6337         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6338         case.  Ensure exception if result actually underflows.
6339         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
6340         (efx8): Remove variable.
6341         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6342         case.  Ensure exception if result actually underflows.
6343         * math/auto-libm-test-in: Add more tests of erf.
6344         * math/auto-libm-test-out: Regenerated.
6345
6346 2014-05-14  Andreas Schwab  <schwab@suse.de>
6347
6348         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6349         Remove code conditionalized on USE___THREAD.
6350
6351         * config.h.in (HAVE_PT_CHOWN): Define as 0.
6352         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6353         not definedness.
6354
6355 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6356
6357         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6358         Define unconditionally.
6359         (__ASSUME_O_CLOEXEC): Likewise.
6360         (__ASSUME_SOCK_CLOEXEC): Likewise.
6361         (__ASSUME_IN_NONBLOCK): Likewise.
6362         (__ASSUME_PIPE2): Likewise.
6363         (__ASSUME_EVENTFD2): Likewise.
6364         (__ASSUME_SIGNALFD4): Likewise.
6365         (__ASSUME_DUP3): Likewise.
6366         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6367         (__ASSUME_DUP3): Do not define.
6368         (__ASSUME_EVENTFD2): Likewise.
6369         (__ASSUME_IN_NONBLOCK): Likewise.
6370         (__ASSUME_O_CLOEXEC): Likewise.
6371         (__ASSUME_PIPE2): Likewise.
6372         (__ASSUME_SIGNALFD4): Likewise.
6373         (__ASSUME_SOCK_CLOEXEC): Likewise.
6374         (__ASSUME_UTIMES): Undefine.
6375         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6376         (__ASSUME_UTIMES): Do not define.
6377         (__ASSUME_O_CLOEXEC): Likewise.
6378         (__ASSUME_SOCK_CLOEXEC): Likewise.
6379         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6380         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6381         0x020621].
6382         (__ASSUME_PIPE2): Likewise.
6383         (__ASSUME_EVENTFD2): Likewise.
6384         (__ASSUME_SIGNALFD4): Likewise.
6385         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6386         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6387         Do not define.
6388         (__ASSUME_EVENTFD2): Likewise.
6389         (__ASSUME_SIGNALFD4): Likewise.
6390         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6391         (__ASSUME_32BITUIDS): Likewise.
6392         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6393         (__ASSUME_IPC64): Likewise.
6394         (__ASSUME_ST_INO_64_BIT): Likewise.
6395         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6396         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6397         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6398         (__ASSUME_UTIMES): Do not define.
6399         (__ASSUME_PSELECT): Likewise.
6400         (__ASSUME_PPOLL): Likewise.
6401         (__ASSUME_O_CLOEXEC): Likewise.
6402         (__ASSUME_SOCK_CLOEXEC): Likewise.
6403         (__ASSUME_IN_NONBLOCK): Likewise.
6404         (__ASSUME_PIPE2): Likewise.
6405         (__ASSUME_EVENTFD2): Likewise.
6406         (__ASSUME_SIGNALFD4): Likewise.
6407         (__ASSUME_DUP3): Likewise.
6408         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6409         (__ASSUME_UTIMES): Likewise.
6410         (__ASSUME_O_CLOEXEC): Likewise.
6411         (__ASSUME_SOCK_CLOEXEC): Likewise.
6412         (__ASSUME_IN_NONBLOCK): Likewise.
6413         (__ASSUME_PIPE2): Likewise.
6414         (__ASSUME_EVENTFD2): Likewise.
6415         (__ASSUME_SIGNALFD4): Likewise.
6416         (__ASSUME_DUP3): Likewise.
6417         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6418         (__ASSUME_UTIMES): Likewise.
6419         (__ASSUME_O_CLOEXEC): Likewise.
6420         (__ASSUME_SOCK_CLOEXEC): Likewise.
6421         (__ASSUME_IN_NONBLOCK): Likewise.
6422         (__ASSUME_PIPE2): Likewise.
6423         (__ASSUME_EVENTFD2): Likewise.
6424         (__ASSUME_SIGNALFD4): Likewise.
6425         (__ASSUME_DUP3): Likewise.
6426         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6427         Likewise.
6428         (__ASSUME_UTIMES): Likewise.
6429         (__ASSUME_EVENTFD2): Likewise.
6430         (__ASSUME_SIGNALFD4): Likewise.
6431         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6432         (__ASSUME_O_CLOEXEC): Likewise.
6433         (__ASSUME_SOCK_CLOEXEC): Likewise.
6434         (__ASSUME_IN_NONBLOCK): Likewise.
6435         (__ASSUME_PIPE2): Likewise.
6436         (__ASSUME_EVENTFD2): Likewise.
6437         (__ASSUME_SIGNALFD4): Likewise.
6438         (__ASSUME_DUP3): Likewise.
6439         (__ASSUME_UTIMES): Undefine.
6440
6441         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6442         feclearexcept.  Remove symbol versioning code.
6443         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
6444         symbol versioning code.
6445         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
6446         symbol versioning code.
6447         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6448         feupdateenv.  Remove symbol versioning code.
6449         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6450         fegetexceptflag.  Remove symbol versioning code.
6451         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6452         fesetexceptflag.  Remove symbol versioning code.
6453         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6454         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
6455         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6456         (__posix_fadvise64_l32): Remove prototype.
6457         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6458         code.
6459
6460 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6461
6462         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6463         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6464         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6465         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6466
6467 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
6468
6469         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6470         current working directory
6471
6472 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6473
6474         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6475         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6476         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6477         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6478         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6479         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6480         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6481         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6482         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6483         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6484         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6485         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6486         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6487         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6488         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6489         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6490         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6491         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6492         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6493         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6494         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6495         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6496         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6497         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6498         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6499         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6500         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6501         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6502         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6503         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6504         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6505         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6506         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6507         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6508         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6509         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6510         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6511         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6512         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6513         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6514         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6515         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6516
6517         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6518         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6519
6520         * sysdeps/unix/sysv/linux/arm/Makefile
6521         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6522         Add rt-aeabi_unwind_cpp_pr1.
6523         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6524         Add nptl-aeabi_unwind_cpp_pr1.
6525         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6526         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6527         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6528         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6529         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6530         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6531
6532         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6533         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6534         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6535         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6536
6537         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6538         Deconditionalize the code that was previously under [RESET_PID].
6539         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6540
6541         * sysdeps/generic/exit-thread.h: New file.
6542         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6543         * include/unistd.h (__exit_thread): Remove declaration.
6544         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6545         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6546         * csu/libc-start.c: Include <exit-thread.h>.
6547         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6548         * nptl/pthread_create.c: Include <exit-thread.h>.
6549         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6550         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6551         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6552         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6553         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6554         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6555         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6556         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6557         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6558         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6559         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6560         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6561         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6562         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6563         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6564         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6565         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6566
6567 2014-05-13  Andreas Schwab  <schwab@suse.de>
6568
6569         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6570
6571 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6572
6573         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6574         (__ASSUME_UTIMES): Do not condition on kernel version.
6575         (__ASSUME_PSELECT): Define unconditionally.
6576         (__ASSUME_PPOLL): Likewise.
6577         (__ASSUME_ATFCTS): Likewise.
6578         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6579         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6580         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6581         (__ASSUME_UTIMENSAT): Define unconditionally.
6582         (__ASSUME_PRIVATE_FUTEX): Likewise.
6583         (__ASSUME_FALLOCATE): Likewise.
6584         (__ASSUME_O_CLOEXEC): Likewise.
6585         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6586         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6587         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6588         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6589         (__ASSUME_IN_NONBLOCK): Likewise.
6590         (__ASSUME_PIPE2): Likewise.
6591         (__ASSUME_EVENTFD2): Likewise.
6592         (__ASSUME_SIGNALFD4): Likewise.
6593         (__ASSUME_DUP3): Likewise.
6594         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6595         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6596         (__ASSUME_AT_RANDOM): Likewise.
6597         (__ASSUME_PREADV): Likewise.
6598         (__ASSUME_PWRITEV): Likewise.
6599         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6600         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6601         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6602         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6603         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6604         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6605         (__ASSUME_O_CLOEXEC): Define unconditionally.
6606         (__ASSUME_PSELECT): Do not undefine conditionally.
6607         (__ASSUME_PPOLL): Likewise.
6608         (__ASSUME_ATFCTS): Likewise.
6609         (__ASSUME_SET_ROBUST_LIST): Likewise.
6610         (__ASSUME_UTIMENSAT): Likewise.
6611         (__ASSUME_FDATASYNC): Define unconditionally.
6612         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6613         (__ASSUME_SIGFRAME_V2): Likewise.
6614         )__ASSUME_EVENTFD2): Likewise.
6615         (__ASSUME_SIGNALFD4): Likewise.
6616         (__ASSUME_PSELECT): Do not undefine conditionally.
6617         (__ASSUME_PPOLL): Likewise.
6618         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6619         (__ASSUME_PSELECT): Define unconditionally.
6620         (__ASSUME_PPOLL): Likewise.
6621         (__ASSUME_O_CLOEXEC): Likewise.
6622         (__ASSUME_SOCK_CLOEXEC): Likewise.
6623         (__ASSUME_IN_NONBLOCK): Likewise.
6624         (__ASSUME_PIPE2): Likewise.
6625         (__ASSUME_EVENTFD2): Likewise.
6626         (__ASSUME_SIGNALFD4): Likewise.
6627         (__ASSUME_DUP3): Likewise.
6628         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6629         (__ASSUME_O_CLOEXEC): Likewise.
6630         (__ASSUME_SOCK_CLOEXEC): Likewise.
6631         (__ASSUME_IN_NONBLOCK): Likewise.
6632         (__ASSUME_PIPE2): Likewise.
6633         (__ASSUME_EVENTFD2): Likewise.
6634         (__ASSUME_SIGNALFD4): Likewise.
6635         (__ASSUME_DUP3): Likewise.
6636         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6637         (__ASSUME_EVENTFD2): Likewise.
6638         (__ASSUME_SIGNALFD4): Likewise.
6639         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6640
6641 2014-05-12  Andreas Schwab  <schwab@suse.de>
6642
6643         [BZ #16932]
6644         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6645         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6646         than maximum RPC packet size.
6647         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6648         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6649         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6650         (_nss_nis_getservbyport_r): Likewise.
6651
6652 2014-05-12  Will Newton  <will.newton@linaro.org>
6653
6654         * malloc/Makefile (tests): Add tst-mallopt.
6655         * malloc/tst-mallopt.c: New file.
6656
6657 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6658
6659         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6660         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6661
6662 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6663
6664         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6665         (tst-tlsmod6.so): Likewise.
6666
6667 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6668
6669         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6670
6671 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6672
6673         [BZ #16064]
6674         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6675         and <dl-procinfo.h>.
6676         (__fegetenv): Save SSE state in envp->__eip if supported.
6677         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6678         envp->__eip if supported.
6679         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6680         and <dl-procinfo.h>.
6681         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6682         __data_offset and __data_selector in environment to 0.  Set SSE
6683         state if supported.
6684         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6685         test-fenv-sse.
6686         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6687         -mfpmath=sse.
6688         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6689
6690 2014-05-09  Will Newton  <will.newton@linaro.org>
6691
6692         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6693         and libc_relro_required for ARM.
6694         * sysdeps/arm/preconfigure: Regenerate.
6695
6696 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6697             Stefan Liebler  <stli@linux.vnet.ibm.com>
6698
6699         * config.make.in (enable-lock-elision): New Makefile variable.
6700         * configure.ac: Likewise.
6701         * configure: Regenerate.
6702         * sysdeps/s390/configure.ac:
6703         Add check for gcc transactions support.
6704         * sysdeps/s390/configure: Regenerate.
6705         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6706         Build elision files if enabled.
6707         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6708         Add lock elision support for s390.
6709         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6710         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6711         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6712         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6713         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6714         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6715         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6716         Likewise.
6717         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6718         Likewise.
6719         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6720         Likewise.
6721         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6722         Likewise.
6723         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6724         (__lll_timedlock_elision, __lll_lock_elision)
6725         (__lll_unlock_elision, __lll_trylock_elision)
6726         (lll_timedlock_elision, lll_lock_elision)
6727         (lll_unlock_elision, lll_trylock_elision): Add.
6728         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6729         (pthread_mutex_t): Add lock elision support for s390.
6730
6731 2014-05-14  Wilco  <wdijkstr@arm.com>
6732
6733         * sysdeps/arm/fclrexcpt.c: Cleanup.
6734         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6735         * sysdeps/arm/feenablxcpt.c: Cleanup.
6736         * sysdeps/arm/fegetenv.c: Cleanup.
6737         * sysdeps/arm/fegetexcept.c: Cleanup.
6738         * sysdeps/arm/fegetround.c: Cleanup.
6739         * sysdeps/arm/feholdexcpt.c: Cleanup.
6740         * sysdeps/arm/fesetenv.c: Cleanup.
6741         * sysdeps/arm/fesetround.c: Cleanup.
6742         * sysdeps/arm/feupdateenv.c: Cleanup.
6743         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6744         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6745         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6746         * sysdeps/arm/ftestexcept.c: Cleanup.
6747         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6748         * sysdeps/arm/setfpucw.c: Cleanup.
6749
6750 2014-05-09  Will Newton  <will.newton@linaro.org>
6751
6752         * sysdeps/arm/armv7/strcmp.S: New file.
6753         * NEWS: Mention addition of ARMv7 optimized strcmp.
6754
6755 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6756
6757         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6758         look for %.ac rather than %.in.
6759
6760         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6761         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6762         * sysdeps/mach/hurd/configure: Regenerated.
6763         * sysdeps/unix/sysv/linux/configure: Regenerated.
6764
6765         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6766
6767 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6768
6769         [BZ# 16922]
6770         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6771         (LONG_SUB): Ditto.
6772         (PTR_SUB): Ditto.
6773
6774 2014-05-07  Andreas Schwab  <schwab@suse.de>
6775
6776         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6777         when skipping over non-matching result from nscd.
6778
6779 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6780
6781         [BZ #16876]
6782         * nptl/sockperf.c (client): Check socket return value.
6783
6784         [BZ #16877]
6785         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6786         nscd security class.
6787
6788 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6789
6790         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6791         * sysdeps/arm/unwind.h: ... here.
6792
6793 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6794
6795         [BZ# 16916]
6796         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6797         Define.
6798
6799 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6800
6801         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6802         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6803         multiarch strncpy for PPC64.
6804         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6805         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6806         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6807         multiarch optimizations.
6808         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6809         (__libc_ifunc_impl_list): Likewise.
6810         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6811         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6812         multiarch stpncpy for PPC64.
6813         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6814         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6815
6816 2014-05-06  Andreas Schwab  <schwab@suse.de>
6817
6818         [BZ #16912]
6819         * gmon/mcount.c (_MCOUNT_DECL): Use
6820         atomic_compare_and_exchange_bool_acq instead of
6821         catomic_compare_and_exchange_bool_acq.
6822
6823 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6824
6825         * elf/Makefile (others, install-bin): Remove pldd.
6826         (pldd-modules): Variable removed.
6827         ($(objpfx)pldd): Target removed.
6828         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6829         (others, install-bin): Append pldd here.
6830         ($(objpfx)pldd): New target.
6831
6832         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6833         to 0, so the first #if test emitted later doesn't see it undefined.
6834         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6835         * sysdeps/gnu/errlist.c: Regenerated.
6836
6837 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6838
6839         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6840         [libc_hidden_builtin_def]: Define to empty value.
6841         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6842         [libc_hidden_builtin_def]: Likewise.
6843         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6844         [libc_hidden_builtin_def]: Likewise.
6845         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6846         [libc_hidden_builtin_def]: Likewise.
6847         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6848         __redirect_memcpy and define ifunc as default hidden symbol.
6849         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6850         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6851
6852 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6853
6854         * locale/iso-4217.def: Reintroduce XDR currency.
6855
6856 2014-05-04  Allan McRae  <allan@archlinux.org>
6857
6858         * po/eo.po: Update Esperanto translation from translation project.
6859
6860 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6861
6862         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6863         and FEATURE_INDEX_MAX to 1.
6864         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6865
6866 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6867
6868         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6869         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6870         * iconvdata/big5.c (ONE_DIRECTION): Define.
6871         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6872         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6873         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6874         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6875         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6876         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6877         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6878         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6879         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6880         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6881         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6882         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6883         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6884         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6885         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6886         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6887         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6888         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6889         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6890         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6891         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6892         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6893         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6894         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6895         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6896         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6897         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6898         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6899         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6900         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6901         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6902         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6903         * iconvdata/johab.c (ONE_DIRECTION): Define.
6904         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6905         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6906         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6907         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6908         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6909         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6910         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6911         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6912         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6913         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6914
6915 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6916
6917         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6918         (_IO_JUMPS_OFFSET): Define to 0.
6919
6920         * nptl/sysdeps/pthread/bits/libc-lock.h
6921         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6922         (__libc_lock_define_initialized_recursive): Always define using
6923         initializer.  Modern compilers treat uninitialized (implicit zero) and
6924         explicit zero initializers the same (i.e. put the datum in bss).
6925
6926 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6927
6928         * nscd/nscd-client.h: Include <string.h>.
6929
6930 2014-05-01  David S. Miller  <davem@davemloft.net>
6931
6932         [BZ #16885]
6933         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6934         multiple zero bytes exist at the end of a string.
6935         Reported by Aurelien Jarno <aurelien@aurel32.net>
6936
6937         * string/test-strcmp.c (check): Add explicit test for situations where
6938         there are multiple zero bytes after the first.
6939
6940 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6941
6942         [BZ #16890]
6943         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6944         when compiling wprintf.
6945         * stdio-common/tstdiomisc.c (t3): New function.
6946         (main): Call it.
6947
6948 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6949
6950         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6951         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6952         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6953         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6954
6955 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6956
6957         * stdlib/longlong.h: Updated from GCC.
6958
6959 2014-05-01  Will Newton  <will.newton@linaro.org>
6960             Bernard Ogden  <bernie.ogden@linaro.org>
6961
6962         * NEWS: Update fixed bug list.
6963
6964         [BZ #15119]
6965         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6966
6967 2014-04-30  David S. Miller  <davem@davemloft.net>
6968
6969         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6970         (libc_feholdexcept_setround_sparc_ctx): New function.
6971         (libc_fesetenv_sparc_ctx): Likewise.
6972         (libc_feupdateenv_sparc_ctx): Likewise.
6973         (libc_feholdsetround_sparc_ctx): Likewise.
6974         (libc_feholdexcept_setround_ctx): Define.
6975         (libc_feholdexcept_setroundf_ctx): Likewise.
6976         (libc_feholdexcept_setroundl_ctx): Likewise.
6977         (libc_fesetenv_ctx): Likewise.
6978         (libc_fesetenvf_ctx): Likewise.
6979         (libc_fesetenvl_ctx): Likewise.
6980         (libc_feupdateenv_ctx): Likewise.
6981         (libc_feupdateenvf_ctx): Likewise.
6982         (libc_feupdateenvl_ctx): Likewise.
6983         (libc_feresetround_ctx): Likewise.
6984         (libc_feresetroundf_ctx): Likewise.
6985         (libc_feresetroundl_ctx): Likewise.
6986         (libc_feholdsetround_ctx): Likewise.
6987         (libc_feholdsetroundf_ctx): Likewise.
6988         (libc_feholdsetroundl_ctx): Likewise.
6989
6990         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6991         with __USE_GNU instead of XOPEN cpp guards.
6992
6993         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6994         0.
6995
6996         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6997         with XOPEN cpp guards.
6998
6999 2014-04-30  Julian Brown  <julian@codesourcery.com>
7000
7001         [BZ #16888]
7002         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7003         handling.
7004
7005 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7006
7007         [BZ #9894]
7008         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7009         Change to 2.6.32.
7010         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7011         * sysdeps/unix/sysv/linux/configure: Regenerated.
7012         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7013         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7014         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7015         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7016         * README: Update reference to required Linux kernel version.
7017         * manual/install.texi (Linux): Update reference to required Linux
7018         kernel headers version.
7019         * INSTALL: Regenerated.
7020
7021         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7022         header inclusion.
7023         [POSIX] (limits.h): Likewise.
7024         [POSIX] (math.h): Likewise.
7025         [POSIX] (sys/wait.h): Likewise.
7026         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7027         function.
7028         [POSIX] (stddef.h): Do not allow header inclusion.
7029
7030 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7031
7032         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7033
7034 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7035
7036         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7037         Return immediately after lll_futex_wake.
7038
7039 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7040
7041         [BZ #16791]
7042         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7043         structure.
7044         (datahead_init_pos): Call datahead_init_common early.
7045         (datahead_init_neg): Likewise.
7046
7047         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7048         datahead_init_neg): New functions.
7049         * nscd/aicache.c (addhstaiX): Use them.
7050         * nscd/grpcache.c (cache_addgr): Likewise.
7051         * nscd/hstcache.c (cache_addhst): Likewise.
7052         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7053         * nscd/netgroupcache.c (do_notfound): Likewise.
7054         (addgetnetgrentX): Likewise.
7055         (addinnetgrX): Likewise.
7056         * nscd/pwdcache.c (cache_addpw): Likewise.
7057         * nscd/servicescache.c (cache_addserv): Likewise.
7058
7059 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7060             Atsushi Onoe  <atsushi@onoe.org>
7061
7062         [BZ #14308]
7063         [BZ #12994]
7064         [BZ #13651]
7065         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7066         one response is valid.
7067         * resolv/res_send.c (send_dg): Check for validity of other
7068         response if the current response is a referral.
7069
7070 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7071
7072         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7073
7074 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7075
7076         [BZ #16823]
7077         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7078         Always divide by positive zero when computing -Inf result.
7079         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7080         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7081
7082 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7083
7084         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7085         FPSCR if value do not change.
7086         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7087         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7088         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7089         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7090         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7091         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7092         function.
7093
7094 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7095
7096         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7097         * sysdeps/unix/sysv/linux/hppa: Move directory from
7098         ports/systeps/unix/sysv/linux/hppa.
7099         * README: Update listing for hppa-*-linux-gnu.
7100
7101 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7102
7103         [BZ #16754]
7104         * manual/stdio.texi (Hook functions): Fix types of stream hook
7105         functions.
7106         [BZ #16854]
7107         * socket/sys/socket.h: Fix typo in comment.
7108
7109 2014-04-28  Wilco  <wdijkstr@arm.com>
7110
7111         * sysdeps/arm/fenv_private.h: New file.
7112         * sysdeps/arm/math_private.h: New file.
7113         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7114
7115 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7116
7117         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7118         with __int128_t.
7119         (La_x86_64_retval): Likewise.
7120
7121 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7122
7123         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7124         fpsr if value didn't change.
7125         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7126         to fpcr if value didn't change.
7127         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7128         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7129         fpsr or fpcr if value didn't change.
7130         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7131         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7132         fpcr if value didn't change.
7133         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7134         to fpsr if value didn't change.
7135
7136 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7137
7138         * nptl/tst-sem3.c: Use test-skeleton.c
7139         (main): Rename to do_test.  Use return instead of
7140         exit.
7141         * nptl/tst-sem4.c: Use test-skeleton.c
7142         (main): Rename to do_test.
7143
7144 2014-04-22  David S. Miller  <davem@davemloft.net>
7145
7146         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7147         (struct sigaction): New struct member __glibc_reserved0, change
7148         type of sa_flags to int.
7149
7150 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7151
7152         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7153         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7154
7155 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7156
7157         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7158         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7159
7160 2014-04-22  Will Newton  <will.newton@linaro.org>
7161             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7162
7163         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7164         (__longjmp): Add longjmp and longjmp_target SystemTap
7165         probes.
7166         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7167         (__sigsetjmp): Add setjmp SystemTap probe.
7168
7169 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7170
7171         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7172         match manual order.
7173
7174 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7175
7176         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7177
7178         * sysdeps/powerpc/fpu/fenv_private.h
7179         (libc_feholdexcept_setroundl_ctx): Define to
7180         libc_feholdexcept_setround_ppc_ctx.
7181         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7182         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7183         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7184         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7185
7186 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7187
7188         * sysdeps/aarch64/math-tests.h: New file.
7189
7190 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7191
7192         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7193         New.
7194         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7195         Check and set bit_AVX2_Usable.
7196         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7197         macro.
7198         (bit_AVX2): Likewise.
7199         (index_AVX2_Usable): Likewise.
7200         (CPUID_AVX2): Likewise.
7201         (HAS_AVX2): Likewise.
7202
7203 2014-04-17  Will Newton  <will.newton@linaro.org>
7204
7205         * manual/setjmp.texi (System V contexts): Add note that
7206         calling setcontext on a context created by a call to a
7207         signal handler is undefined.  Update text to note that
7208         setcontext from a signal handler is possible but not
7209         recommended.
7210
7211         [BZ #16629]
7212         * stdlib/tst-setcontext.c: Include signal.h.
7213         (main): Check that the signal stack before and
7214         after swapcontext is the same.
7215
7216         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7217         Re-implement to restore registers in user code and avoid
7218         rt_sigreturn system call.
7219
7220 2014-04-17  Wilco  <wdijkstr@arm.com>
7221
7222         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7223         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7224         * math/test-fenv.c: Skip exception trap tests on targets which only
7225         support non-stop mode.
7226
7227 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7228             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7229
7230         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7231         (libc_feholdsetround_aarch64_ctx)
7232         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7233         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7234         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7235         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7236         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7237         (libc_feresetround_noexl_ctx): Define.
7238
7239 2014-04-16  Richard Henderson  <rth@redhat.com>
7240
7241         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7242
7243         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7244         unwind tables.
7245
7246         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7247         const from the non-libc, non-ldso copy.
7248
7249         * sysdeps/alpha/libm-test-ulps: Regenerate.
7250
7251 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
7252             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7253
7254         * sysdeps/aarch64/fpu/math_private.h: New file.
7255
7256 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7257
7258         * sysdeps/aarch64/libm-test-ulps: Regenerate.
7259
7260 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
7261
7262         [BZ #16275]
7263         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7264         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7265         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7266         Intel MPX bound registers before _dl_profile_fixup.
7267         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7268         registers after _dl_profile_fixup.  Save and restore bound
7269         registers bnd0/bnd1 when calling _dl_call_pltexit.
7270         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7271         (LR_BND_OFFSET): Likewise.
7272         (LRV_BND0_OFFSET): Likewise.
7273         (LRV_BND1_OFFSET): Likewise.
7274
7275 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7276
7277         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7278         to...
7279         * sysdeps/mach/hurd/i386/tls.h: ... here.
7280         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7281         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7282         fields.
7283
7284 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7285
7286         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7287
7288 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7289
7290         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7291
7292 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7293
7294         [BZ #14770]
7295         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7296         * sysdeps/s390/configure: Regenerate.
7297
7298         [BZ #16824]
7299         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7300         Set round-to-nearest internally to reduce error accumulation.
7301
7302 2014-04-16  Alan Modra  <amodra@gmail.com>
7303
7304         [BZ #16740]
7305         [BZ #16619]
7306         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7307         * math/libm-test.inc (frexp_test_data): Add tests.
7308         * NEWS: Update fixed bug list.
7309
7310 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7311
7312         * benchtests/Makefile: Depend on libraries in build directory.
7313         (bench-math): Separate out math tests.
7314         (bench-pthread): Separate out pthread tests.
7315         (bench): Include math and pthread tests.
7316
7317 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
7318
7319         [BZ #16831]
7320         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7321         _dl_debug_initialize.
7322
7323         * configure.ac: Remove SELinux header check.
7324         * configure: Regenerate.
7325         * nscd/selinux.c (perms): Array of const char* to permission names.
7326         (nscd_request_avc_has_perm): Call security_deny_unknown to find
7327         default policy. Call string_to_security_class and string_to_av_perm to
7328         translate strings. Enforce default policy and call avs_has_perm with
7329         results of translated strings.
7330
7331 2014-04-13  David S. Miller  <davem@davemloft.net>
7332
7333         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7334
7335 2014-04-12  Allan McRae  <allan@archlinux.org>
7336
7337         [BZ #16838]
7338         * manual/string.texi (Collation Functions): Fix qsort argument
7339         order in example.
7340         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
7341
7342 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
7343
7344         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
7345         Make the test a no-op if there are no exceptions defined.
7346
7347 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
7348
7349         * elf/Makefile (tests): make tst-dlopen-aout conditional on
7350         enable-hardcoded-path-in-tests
7351
7352 2014-04-11  Will Newton  <will.newton@linaro.org>
7353
7354         * benchtests/Makefile (extra-objs): Add json-lib.o.
7355         (bench-func): Tidy up JSON output.
7356         * benchtests/bench-skeleton.c: Include json-lib.h.
7357         (main): Use JSON library functions to do output of
7358         benchmark results.
7359         * benchtests/bench-timing-type.c (main): Output the
7360         timing type simply, leaving formatting to the user.
7361         * benchtests/json-lib.c: New file.
7362         * benchtests/json-lib.h: Likewise.
7363
7364 2014-04-11  Torvald Riegel  <triegel@redhat.com>
7365
7366         [BZ #15215]
7367         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7368         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
7369         memory barriers.  Add comments.
7370         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7371         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7372         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7373         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7374         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7375         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7376
7377 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7378
7379         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7380         * sysdeps/s390/s390-64/configure.ac: ... this ...
7381         * sysdeps/s390/configure.ac: ... to here.
7382         * sysdeps/s390/s390-32/configure: Delete file.
7383         * sysdeps/s390/s390-64/configure: Delete file.
7384         * sysdeps/s390/configure: Regenerate.
7385
7386 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
7387
7388         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7389
7390 2014-04-11  Will Newton  <will.newton@linaro.org>
7391
7392         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7393         to zero if it is not defined elsewhere.  (mtrim): Test
7394         the value of MALLOC_DEBUG with #if rather than #ifdef.
7395
7396 2014-04-10 Torvald Riegel  <triegel@redhat.com>
7397
7398         * benchtests/pthread_once-inputs: New file.
7399         * benchtests/pthread_once-source.c: New file.
7400         * benchtests/README: Update documentation.
7401
7402 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
7403             H.J. Lu  <hongjiu.lu@intel.com>
7404
7405         [BZ #16275]
7406         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7407         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7408         * sysdeps/x86_64/configure: Regenerated.
7409         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7410         macro.
7411         (REGISTER_SAVE_RAX): Likewise.
7412         (REGISTER_SAVE_RCX): Likewise.
7413         (REGISTER_SAVE_RDX): Likewise.
7414         (REGISTER_SAVE_RSI): Likewise.
7415         (REGISTER_SAVE_RDI): Likewise.
7416         (REGISTER_SAVE_R8): Likewise.
7417         (REGISTER_SAVE_R9): Likewise.
7418         (REGISTER_SAVE_BND0): Likewise.
7419         (REGISTER_SAVE_BND1): Likewise.
7420         (REGISTER_SAVE_BND2): Likewise.
7421         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
7422         bound registers when calling _dl_fixup.
7423
7424 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7425
7426         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
7427         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7428         of its definition.
7429         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7430         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7431         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7432         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7433         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7434         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7435         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7436
7437 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
7438
7439         [BZ #15514]
7440         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7441         pathconf(_PC_NAME_MAX).
7442
7443 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7444
7445         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7446         Remove macro usage.
7447         (__PTHREAD_SPINS): Move definition to ...
7448         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7449         (__PTHREAD_SPINS): ... here.
7450         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7451         (__PTHREAD_SPIN): Likewise.
7452         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7453         (__PTHREAD_SPIN): Likewise.
7454         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7455         (__PTHREAD_SPIN): Likewise.
7456         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7457         (__PTHREAD_SPIN): Likewise.
7458         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7459         (__PTHREAD_SPIN): Likewise.
7460         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7461         (__PTHREAD_SPIN): Likewise.
7462         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7463         (__PTHREAD_SPIN): Likewise.
7464         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7465         (__PTHREAD_SPIN): Likewise.
7466         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7467         (__PTHREAD_SPIN): Likewise.
7468         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7469         (__PTHREAD_SPIN): Likewise.
7470         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7471         (__PTHREAD_SPIN): Likewise.
7472         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7473         (__PTHREAD_SPIN): Likewise.
7474
7475         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7476         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7477         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7478         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7479         imply folder.
7480         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7481         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7482         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7483         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7484         correct imply path.
7485         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7486         strlen symbol for non multi-arch builds.
7487         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7488         missing hidden_def and weak_alias.
7489
7490 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7491
7492         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7493
7494 2014-04-07  Will Newton  <will.newton@linaro.org>
7495
7496         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7497         and contents.  [!_LIBC] Remove #ifndef and contents.
7498         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7499         * string/memccpy.c (__memccpy): Use ANSI prototype.
7500         * string/memfrob.c (memfrob): Likewise.
7501         * string/strcoll.c (STRCOLL): Likewise.
7502         * string/strlen.c (strlen): Likewise.
7503         * string/strtok.c (STRTOK): Likewise.
7504         * string/strcat.c: Remove unused #include of memcopy.h.
7505         (strcat): Use ANSI prototype.
7506         * string/strchr.c: Remove unused #include of memcopy.h.
7507         (strchr): Use ANSI prototype.
7508         * string/strcmp.c: Remove unused #include of memcopy.h.
7509         (strcmp): Use ANSI prototype.
7510         * string/strcpy.c: Remove unused #include of memcopy.h.
7511         (strcpy): Use ANSI prototype.
7512
7513 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7514
7515         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7516         * config.make.in (config-extra-cppflags): Set it from
7517         libc_extra_cppflags.
7518         * configure.ac (libc_extra_cflags): Make it accumulate over
7519         configure fragments.
7520         (libc_extra_cppflags): New flag.
7521         * configure. Regenerate.
7522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7523         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7524         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7526
7527         [BZ #16815]
7528         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7529         result for FE_DOWNWARD rounding mode.
7530         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7531         Likewise.
7532         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7533
7534 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7535
7536         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7537         in function argument name.
7538
7539 2014-04-03  David Svoboda  <svoboda@cert.org>
7540
7541         [BZ #5666]
7542         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7543         explicitly.
7544
7545 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7546
7547         * elf/dl-unmap-segments.h: New file.
7548         * sysdeps/generic/ldsodefs.h
7549         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7550         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7551         * elf/dl-fptr.c: Likewise.
7552         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7553         * sysdeps/aarch64/tlsdesc.c: Likewise.
7554         * sysdeps/arm/tlsdesc.c: Likewise.
7555         * sysdeps/i386/tlsdesc.c: Likewise.
7556         * sysdeps/tile/dl-runtime.c: Likewise.
7557         * sysdeps/x86_64/tlsdesc.c: Likewise.
7558         * elf/dl-load.h: New file.
7559         * elf/dl-load.c: Include it.
7560         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7561         Macros moved to dl-load.h.
7562         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7563         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7564         Use _dl_unmap_segments in place of __munmap.
7565         Break out segment-mapping loop into ...
7566         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7567
7568 2014-04-03  Will Newton  <will.newton@linaro.org>
7569
7570         * elf/dl-lookup.c (do_lookup_x): Remove comment
7571         referring to nested function and move variable
7572         declarations down to before first use.
7573
7574 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7575
7576         [BZ #16799]
7577         [BZ #16800]
7578         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7579         with 0 numerator.
7580         * math/s_catanf.c (__catanf): Likewise.
7581         * math/s_catanh.c (__catanh): Likewise.
7582         * math/s_catanhf.c (__catanhf): Likewise.
7583         * math/s_catanhl.c (__catanhl): Likewise.
7584         * math/s_catanl.c (__catanl): Likewise.
7585         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7586         by positive zero when computing -Inf result.
7587         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7588         (catanh_test): Likewise.
7589         * sysdeps/i386/fpu/libm-test-ulps: Update.
7590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7591
7592         [BZ #16789]
7593         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7594         instead of using underflowing value in computing result.
7595         * math/s_clog10.c (__clog10): Likewise.
7596         * math/s_clog10f.c (__clog10f): Likewise.
7597         * math/s_clog10l.c (__clog10l): Likewise.
7598         * math/s_clogf.c (__clogf): Likewise.
7599         * math/s_clogl.c (__clogl): Likewise.
7600         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7601         (clog10_test): Likewise.
7602         * sysdeps/i386/fpu/libm-test-ulps: Update.
7603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7604
7605 2014-04-02  Alan Modra  <amodra@gmail.com>
7606
7607         [BZ #16739]
7608         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7609         output when value is near a power of two.  Use int64_t for lx and
7610         remove casts.  Use decimal rather than hex exponent constants.
7611         Don't use long double multiplication when double will suffice.
7612         * math/libm-test.inc (nextafter_test_data): Add tests.
7613         * NEWS: Add 16739 and 16786 to bug list.
7614
7615         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7616
7617         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7618
7619 2014-04-01  Will Newton  <will.newton@linaro.org>
7620
7621         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7622         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7623
7624 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7625
7626         [BZ #13347]
7627         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7628         * nptl/tst-setuid2.c: New file.
7629         * nptl/Makefile (xtests): Add tst-setuid2.
7630
7631 2014-04-01  Alan Modra  <amodra@gmail.com>
7632
7633         [BZ #16786]
7634         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7635
7636 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7637
7638         [BZ #6803]
7639         [BZ #6804]
7640         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7641         set errno as appropriate.
7642         * math/w_scalbf.c (__scalbf): Likewise.
7643         * math/w_scalbl.c (__scalbl): Likewise.
7644         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7645         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7646         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7647         Add more NaN tests.
7648
7649         [BZ #16349]
7650         * math/w_atan2.c: Include <errno.h>.
7651         (__atan2): Set errno for result underflowing to zero.
7652         * math/w_atan2f.c: Include <errno.h>.
7653         (__atan2f): Set errno for result underflowing to zero.
7654         * math/w_atan2l.c: Include <errno.h>.
7655         (__atan2l): Set errno for result underflowing to zero.
7656         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7657         tests.
7658         * math/auto-libm-test-out: Regenerated.
7659
7660 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7661
7662         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7663         Encode instruction correctly in little endian.
7664         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7665         Likewise.
7666         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7667         Likewise.
7668         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7669         Likewise.
7670         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7671         Likewise.
7672
7673 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7674
7675         [BZ #9894]
7676         * sysdeps/unix/sysv/linux/kernel-features.h
7677         [__sparc__ && !__arch64__ && !__sparc_v9__]
7678         (__ASSUME_SET_ROBUST_LIST): Do not define.
7679         [__sparc__ && !__arch64__ && !__sparc_v9__]
7680         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7681         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7682         Likewise.
7683         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7684         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7685         (__ASSUME_REQUEUE_PI): Likewise.
7686         (__ASSUME_SET_ROBUST_LIST): Likewise.
7687         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7688         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7689         Undefine.
7690         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7691         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7692         Likewise.
7693         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7694         Likewise.
7695         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7696         Likewise.
7697         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7698         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7699         Undefine.
7700         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7701         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7702         Likewise.
7703
7704         [BZ #16648]
7705         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7706         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7707         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7708
7709 2014-03-31  Will Newton  <will.newton@linaro.org>
7710
7711         * benchtests/Makefile (bench): Add ffs and ffsll to list
7712         of tests.
7713         * benchtests/ffs-inputs: New file.
7714         * benchtests/ffsll-inputs: Likewise.
7715
7716 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7717
7718         [BZ #16770]
7719         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7720         too large before casting to int.
7721         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7722         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7723         * math/libm-test.inc (scalb_test_data): Add more tests.
7724
7725 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7726
7727         * benchtests/Makefile (DETAILED_OPT): New make option.
7728         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7729         set.
7730         * benchtests/bench-skeleton.c: Include stdbool.h.
7731         (main): Store and print timings per input.
7732         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7733         member to each argument value.
7734         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7735         (_print_arg_data): Initialize per-input timing to 0.
7736
7737         * benchtests/Makefile (timing-type): New binary.
7738         (bench-clean): Also remove bench-timing-type.
7739         (bench): New target for timing-type.
7740         (bench-func): Print output in JSON format.
7741         * benchtests/bench-skeleton.c (main): Print output in JSON
7742         format.
7743         * benchtests/bench-timing-type.c: New file.
7744         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7745         (TIMING_PRINT_STATS): Remove.
7746         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7747         name separately.
7748
7749         * benchtests/bench-modf.c: Remove.
7750         * benchtests/modf-inputs: New inputs file.
7751
7752 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7753
7754         [BZ #16362]
7755         * math/s_clog10.c (M_PI_LOG10E): New macro.
7756         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7757         imaginary parts are 0.
7758         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7759         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7760         imaginary parts are 0.
7761         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7762         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7763         imaginary parts are 0.
7764         * math/libm-test.inc (clog10_test_data): Update expected results
7765         for when real and imaginary parts are 0.
7766
7767 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7768
7769         * elf/dl-load.c: Finish conversion of __builtin_expect into
7770         __glibc_{un}likely.
7771
7772 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7773
7774         [BZ #16348]
7775         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7776         1+x for argument with exponent below -67.
7777         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7778         Likewise.
7779         * math/auto-libm-test-in: Add more tests of exp.
7780         * math/auto-libm-test-out: Regenerated.
7781
7782 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7783
7784         [BZ #16759]
7785         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7786         (nscd_getnetgrent): Use it.
7787
7788         [BZ #16760]
7789         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7790         of stpcpy.
7791
7792 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7793
7794         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7795         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7796         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7797         (lll_robust_unlock): Remove out of line section. Use cfi
7798         intrinsics.
7799         (LLL_STUB_UNWIND_INFO*): Remove.
7800         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7801         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7802         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7803         (lll_robust_unlock): Remove out of line section. Use cfi
7804         intrinsics.
7805         (LLL_STUB_UNWIND_INFO*): Remove.
7806
7807 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7808
7809         [BZ #16758]
7810         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7811         blank values.
7812
7813 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7814
7815         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7816
7817 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7818
7819         [BZ #16198]
7820         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7821         fnstenv.
7822         * math/test-fenv-preserve.c: New file.
7823         * math/Makefile (tests): Add test-fenv-preserve.
7824
7825 2014-03-26  Will Newton <will.newton@linaro.org>
7826
7827         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7828
7829 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7830
7831         * scripts/versionlist.awk: Partition the version sets and emit all
7832         GLIBC_* (sorted) before all others (sorted).
7833
7834 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7835
7836         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7837         GLIBC_2.2.5 version.
7838
7839 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7840
7841         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7842         calls.
7843
7844         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7845         previous change.
7846
7847         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7848
7849 2014-03-25  Andreas Schwab  <schwab@suse.de>
7850
7851         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7852         label to be used after in6ailist is initialized.
7853
7854 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7855
7856         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7857         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7858
7859 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7860
7861         [BZ #16357]
7862         [BZ #16599]
7863         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7864         min_plus_half.
7865         (fp_formats): Update initializers.
7866         (init_fp_formats): Initialize new field.
7867         (output_for_one_input_case): Allow underflow for results up to
7868         min_plus_half.
7869         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7870         * math/auto-libm-test-in: Don't mark some underflows from asin and
7871         atanh as spurious.
7872         * math/auto-libm-test-out: Regenerated.
7873         * sysdeps/i386/fpu/libm-test-ulps: Update.
7874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7875
7876 2014-03-25  Andreas Schwab  <schwab@suse.de>
7877
7878         * libio/Makefile (tst-ftell-partial-wide-ENV)
7879         (tst-ftell-active-handler-ENV): Define.
7880
7881 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7882
7883         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7884
7885 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7886
7887         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7888
7889 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7890
7891         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7892         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7893         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7894
7895 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7896
7897         [BZ #16634]
7898         * elf/dl-load.c (open_verify): Add mode parameter.
7899         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7900         (open_path): Change from boolean 'secure' to complete flag 'mode'
7901         (_dl_map_object): Adjust.
7902         * elf/Makefile (tests): Add tst-dlopen-aout.
7903         * elf/tst-dlopen-aout.c: New test.
7904
7905 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7906
7907         [BZ #16714]
7908         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7909         (struct stat): Rename member pad0 to __glibc_reserved0.
7910
7911         [BZ #16712]
7912         * sysdeps/s390/s390-32/bits/wordsize.h
7913         (__WORDSIZE32_SIZE_ULONG): New define.
7914         * sysdeps/s390/s390-64/bits/wordsize.h
7915         (__WORDSIZE32_SIZE_ULONG): Likewise.
7916         * sysdeps/generic/stdint.h (SIZE_MAX):
7917         Define as UL if __WORDSIZE32_SIZE_ULONG.
7918
7919         [BZ #16713]
7920         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7921         (__glibc_reserved0): New variable.
7922         (sa_flags): Change type to int.
7923
7924         * posix/Makefile (before-compile): Use += before-compile instead
7925         of a :=.
7926
7927         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7928         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7929
7930 2014-03-20  Andreas Schwab  <schwab@suse.de>
7931
7932         [BZ #16743]
7933         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7934         non-matching result from nscd.
7935
7936 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7937
7938         * scripts/bench.py: Moved to ...
7939         * benchtests/scripts/bench.py: ... here.
7940         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7941
7942 2014-03-24  Andreas Schwab  <schwab@suse.de>
7943
7944         [BZ #16002]
7945         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7946         alloca_account and account alloca use for struct in6ailist.
7947
7948 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7949
7950         [BZ #16284]
7951         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7952         rounding mode to recompute results that overflow to infinity or
7953         underflow to zero.
7954         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7955         bug 16284.
7956         * math/auto-libm-test-out: Regenerated.
7957         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7958         (ccosh_test): Likewise.
7959         (csin_test_data): Use plus_oflow.
7960         (csin_test): Use ALL_RM_TEST.
7961         (csinh_test_data): Use plus_oflow.
7962         (csinh_test): Use ALL_RM_TEST.
7963         * sysdeps/i386/fpu/libm-test-ulps: Update.
7964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7965
7966 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7967
7968         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7969         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7970         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7971
7972         [BZ #16731]
7973         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7974         when x - 1 is zero.
7975         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7976         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7977         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7978         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7979         argument is 1.
7980         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7981         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7982         zero.
7983         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7984         * sysdeps/i386/fpu/libm-test-ulps: Update.
7985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7986
7987 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7988
7989         * scripts/bench.pl: Remove file.
7990         * scripts/bench.py: New benchmark script.
7991         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7992         * benchtests/README: Mention python dependency.
7993         * scripts/pylintrc: New file.
7994         * scripts/pylint: New file.
7995
7996         * bits/mathdef.h: Use #ifdef instead of #if.
7997         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7998         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7999         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8000         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8001         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8002         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8003
8004 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8005             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8006
8007         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8008         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8009         and strpbrk-ppc64 objects.
8010         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8011         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8012         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8013         multiarch strpbrk for POWER7.
8014         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8015         multiarch strpbrk for PPC64.
8016         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8017         ifunc selector.
8018         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8019         strpbrk for POWER7.
8020
8021 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8022
8023         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8024         (atan_test): Likewise.
8025         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8026         (atanh_test): Use ALL_RM_TEST.
8027         (atan2_test_data): Likewise.
8028         (cabs_test): Likewise.
8029         (cacosh_test): Likewise.
8030         (carg_test): Likewise.
8031         (casin_test): Likewise.
8032         (casinh_test): Likewise.
8033         (cbrt_test): Likewise.
8034         (csqrt_test): Likewise.
8035         (erf_test): Likewise.
8036         (erfc_test): Likewise.
8037         (pow10_test): Likewise.
8038         (exp2_test): Likewise.
8039         (hypot_test): Likewise.
8040         (j0_test): Likewise.
8041         (j1_test): Likewise.
8042         (lgamma_test): Likewise.
8043         (gamma_test): Likewise.
8044         (sincos_test): Likewise.
8045         (tanh_test): Likewise.
8046         (y0_test): Likewise.
8047         (y1_test): Likewise.
8048         * sysdeps/i386/fpu/libm-test-ulps: Update.
8049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8050
8051 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8052
8053         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8054         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8055         and strcspn-ppc64 objects.
8056         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8057         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8058         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8059         multiarch strcspn for POWER7.
8060         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8061         multiarch strcspn for PPC64.
8062         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8063         ifunc selector.
8064         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8065         strcspn for POWER7.
8066
8067 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8068
8069         * math/gen-libm-test.pl (generate_testfile): Expect only function
8070         name as argument to AUTO_TESTS_* and pass results for all rounding
8071         modes to parse_args.
8072         (parse_auto_input): Separate inputs of automatic tests from
8073         outputs before storing in %auto_tests.
8074         * math/libm-test.inc (acos_test_data): Update call to
8075         AUTO_TESTS_f_f.
8076         (acos_test): Use ALL_RM_TEST.
8077         (acos_tonearest_test_data): Remove.
8078         (acos_test_tonearest): Likewise.
8079         (acos_towardzero_test_data): Likewise.
8080         (acos_test_towardzero): Likewise.
8081         (acos_downward_test_data): Likewise.
8082         (acos_test_downward): Likewise.
8083         (acos_upward_test_data): Likewise.
8084         (acos_test_upward): Likewise.
8085         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8086         (asin_test_data): Likewise.
8087         (asin_test): Use ALL_RM_TEST.
8088         (asin_tonearest_test_data): Remove.
8089         (asin_test_tonearest): Likewise.
8090         (asin_towardzero_test_data): Likewise.
8091         (asin_test_towardzero): Likewise.
8092         (asin_downward_test_data): Likewise.
8093         (asin_test_downward): Likewise.
8094         (asin_upward_test_data): Likewise.
8095         (asin_test_upward): Likewise.
8096         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8097         (atan_test_data): Likewise.
8098         (atanh_test_data): Likewise.
8099         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8100         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8101         (carg_test_data): Likewise.
8102         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8103         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8104         (ccosh_test_data): Likewise.
8105         (cexp_test_data): Likewise.
8106         (clog_test_data): Likewise.
8107         (clog10_test_data): Likewise.
8108         (cos_test_data): Update call to AUTO_TESTS_f_f.
8109         (cos_test): Use ALL_RM_TEST.
8110         (cos_tonearest_test_data): Remove.
8111         (cos_test_tonearest): Likewise.
8112         (cos_towardzero_test_data): Likewise.
8113         (cos_test_towardzero): Likewise.
8114         (cos_downward_test_data): Likewise.
8115         (cos_test_downward): Likewise.
8116         (cos_upward_test_data): Likewise.
8117         (cos_test_upward): Likewise.
8118         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8119         (cosh_test): Use ALL_RM_TEST.
8120         (cosh_tonearest_test_data): Remove.
8121         (cosh_test_tonearest): Likewise.
8122         (cosh_towardzero_test_data): Likewise.
8123         (cosh_test_towardzero): Likewise.
8124         (cosh_downward_test_data): Likewise.
8125         (cosh_test_downward): Likewise.
8126         (cosh_upward_test_data): Likewise.
8127         (cosh_test_upward): Likewise.
8128         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8129         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8130         (ctan_test_data): Likewise.
8131         (ctan_test): Use ALL_RM_TEST.
8132         (ctan_tonearest_test_data): Remove.
8133         (ctan_test_tonearest): Likewise.
8134         (ctan_towardzero_test_data): Likewise.
8135         (ctan_test_towardzero): Likewise.
8136         (ctan_downward_test_data): Likewise.
8137         (ctan_test_downward): Likewise.
8138         (ctan_upward_test_data): Likewise.
8139         (ctan_test_upward): Likewise.
8140         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8141         (ctanh_test): Use ALL_RM_TEST.
8142         (ctanh_tonearest_test_data): Remove.
8143         (ctanh_test_tonearest): Likewise.
8144         (ctanh_towardzero_test_data): Likewise.
8145         (ctanh_test_towardzero): Likewise.
8146         (ctanh_downward_test_data): Likewise.
8147         (ctanh_test_downward): Likewise.
8148         (ctanh_upward_test_data): Likewise.
8149         (ctanh_test_upward): Likewise.
8150         (erf_test_data): Update call to AUTO_TESTS_f_f.
8151         (erfc_test_data): Likewise.
8152         (exp_test_data): Likewise.
8153         (exp_test): Use ALL_RM_TEST.
8154         (exp_tonearest_test_data): Remove.
8155         (exp_test_tonearest): Likewise.
8156         (exp_towardzero_test_data): Likewise.
8157         (exp_test_towardzero): Likewise.
8158         (exp_downward_test_data): Likewise.
8159         (exp_test_downward): Likewise.
8160         (exp_upward_test_data): Likewise.
8161         (exp_test_upward): Likewise.
8162         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8163         (exp10_test): Use ALL_RM_TEST.
8164         (exp10_tonearest_test_data): Remove.
8165         (exp10_test_tonearest): Likewise.
8166         (exp10_towardzero_test_data): Likewise.
8167         (exp10_test_towardzero): Likewise.
8168         (exp10_downward_test_data): Likewise.
8169         (exp10_test_downward): Likewise.
8170         (exp10_upward_test_data): Likewise.
8171         (exp10_test_upward): Likewise.
8172         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8173         (expm1_test_data): Likewise.
8174         (expm1_test): Use ALL_RM_TEST.
8175         (expm1_tonearest_test_data): Remove.
8176         (expm1_test_tonearest): Likewise.
8177         (expm1_towardzero_test_data): Likewise.
8178         (expm1_test_towardzero): Likewise.
8179         (expm1_downward_test_data): Likewise.
8180         (expm1_test_downward): Likewise.
8181         (expm1_upward_test_data): Likewise.
8182         (expm1_test_upward): Likewise.
8183         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8184         (fma_test): Use ALL_RM_TEST.
8185         (fma_towardzero_test_data): Remove.
8186         (fma_test_towardzero): Likewise.
8187         (fma_downward_test_data): Likewise.
8188         (fma_test_downward): Likewise.
8189         (fma_upward_test_data): Likewise.
8190         (fma_test_upward): Likewise.
8191         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8192         (j0_test_data): Update call to AUTO_TESTS_f_f.
8193         (j1_test_data): Likewise.
8194         (jn_test_data): Update call to AUTO_TESTS_if_f.
8195         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8196         (log_test_data): Update call to AUTO_TESTS_f_f.
8197         (log10_test_data): Likewise.
8198         (log1p_test_data): Likewise.
8199         (log2_test_data): Likewise.
8200         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8201         (pow_tonearest_test_data): Likewise.
8202         (sin_test_data): Update call to AUTO_TESTS_f_f.
8203         (sin_test): Use ALL_RM_TEST.
8204         (sin_tonearest_test_data): Remove.
8205         (sin_test_tonearest): Likewise.
8206         (sin_towardzero_test_data): Likewise.
8207         (sin_test_towardzero): Likewise.
8208         (sin_downward_test_data): Likewise.
8209         (sin_test_downward): Likewise.
8210         (sin_upward_test_data): Likewise.
8211         (sin_test_upward): Likewise.
8212         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8213         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8214         (sinh_test): Use ALL_RM_TEST.
8215         (sinh_tonearest_test_data): Remove.
8216         (sinh_test_tonearest): Likewise.
8217         (sinh_towardzero_test_data): Likewise.
8218         (sinh_test_towardzero): Likewise.
8219         (sinh_downward_test_data): Likewise.
8220         (sinh_test_downward): Likewise.
8221         (sinh_upward_test_data): Likewise.
8222         (sinh_test_upward): Likewise.
8223         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8224         (sqrt_test): Use ALL_RM_TEST.
8225         (sqrt_tonearest_test_data): Remove.
8226         (sqrt_test_tonearest): Likewise.
8227         (sqrt_towardzero_test_data): Likewise.
8228         (sqrt_test_towardzero): Likewise.
8229         (sqrt_downward_test_data): Likewise.
8230         (sqrt_test_downward): Likewise.
8231         (sqrt_upward_test_data): Likewise.
8232         (sqrt_test_upward): Likewise.
8233         (tan_test_data): Update call to AUTO_TESTS_f_f.
8234         (tan_test): Use ALL_RM_TEST.
8235         (tan_tonearest_test_data): Remove.
8236         (tan_test_tonearest): Likewise.
8237         (tan_towardzero_test_data): Likewise.
8238         (tan_test_towardzero): Likewise.
8239         (tan_downward_test_data): Likewise.
8240         (tan_test_downward): Likewise.
8241         (tan_upward_test_data): Likewise.
8242         (tan_test_upward): Likewise.
8243         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8244         (tgamma_test_data): Likewise.
8245         (y0_test_data): Likewise.
8246         (y1_test_data): Likewise.
8247         (yn_test_data): Update call to AUTO_TESTS_if_f.
8248         (main): Do not call removed functions.
8249
8250 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8251
8252         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8253         (ldexp_test_data): Remove.
8254         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
8255         scalbn_test_data.
8256         (scalb_test): Use ALL_RM_TEST.
8257
8258 2014-03-19  Andreas Schwab  <schwab@suse.de>
8259
8260         * nscd/nscd.service: Also invalidate netgroup cache on reload.
8261
8262 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8263
8264         [BZ #16649]
8265         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8266         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8267         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8268         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8269         (__ASSUME_PREADV): Undefine.
8270         (__ASSUME_PWRITEV): Likewise.
8271
8272 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8273
8274         * bits/mman-linux.h: Add comment about non-Linux use.
8275         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8276         bits/mman-linux.h resting place.
8277
8278         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8279         * bits/mman-linux.h: ... here.
8280
8281 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8282
8283         * conform/conformtest.pl: Add standard definition when calling C
8284         preprocessor on data files.
8285         (checknamespace): Remove unused variable.
8286
8287 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8288
8289         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8290         minus_oflow, plus_uflow and minus_uflow in expected results.
8291         * math/libm-test.inc (scalbn_test_data): Add more tests of
8292         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
8293         minus_uflow.
8294         (scalbn_test): Use ALL_RM_TEST.
8295         (scalbln_test_data): Add more tests of negative arguments.  Use
8296         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8297         (scalbln_test): Use ALL_RM_TEST.
8298
8299 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8300
8301         * scripts/abilist.awk: Ignore symbols marked with .hidden.
8302
8303 2014-03-18  Will Newton  <will.newton@linaro.org>
8304
8305         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8306         inaccurate comment.
8307
8308 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8309
8310         * Makerules [!subdir] (check-abi): Exit with error status if a
8311         test failed.
8312
8313 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8314
8315         * math/libm-test.inc (nearbyint_test_data): Include all tests used
8316         for rint.  Include results for all rounding modes.
8317         (nearbyint_test): Use ALL_RM_TEST.
8318         (rint_test_data): Include all tests used for nearbyint.
8319
8320 2014-03-17  Will Newton  <will.newton@linaro.org>
8321
8322         * nptl/sysdeps/pthread/pthread.h: Revert previous
8323         change.
8324
8325         * sysdeps/generic/ldsodefs.h: Revert previous
8326         change.
8327
8328         * libio/genops.c: Revert previous change.
8329         * libio/libioP.h: Likewise.
8330         * stdio-common/vfprintf.c: Likewise.
8331
8332         * sysdeps/generic/math_private.h: Revert previous
8333         change.
8334
8335         * sysdeps/generic/math_private.h: Check whether
8336         HAVE_RM_CTX is defined with #ifdef rather
8337         than #if.
8338
8339         * argp/argp-fmtstream.h: Check whether
8340         __STRICT_ANSI__ is defined with #ifdef rather
8341         than #if.
8342         * argp/argp.h: Likewise.
8343
8344         * libio/genops.c: Check whether
8345         _IO_JUMPS_OFFSET is defined with #ifdef rather
8346         than #if.
8347         * libio/libioP.h: Likewise.
8348         * stdio-common/vfprintf.c: Likewise.
8349
8350         * sysdeps/generic/ldsodefs.h: Check whether
8351         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8352         than #if.
8353
8354         * nptl/sysdeps/pthread/pthread.h: Check
8355         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8356         its value.
8357
8358 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8359
8360         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8361         setting O_APPEND.
8362         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8363         test case.
8364
8365         [BZ #16680]
8366         * libio/fileops.c (_IO_file_open): Seek to end of file but
8367         don't cache the offset.
8368         (get_file_offset): Remove function.
8369         (do_ftell): Use cached offset when available.
8370         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8371         don't cache the offset.
8372         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8373         case.
8374         (do_one_test): Call it.
8375         (do_ftell_test): Fix up expected old offset for a+ mode.
8376         * libio/wfileops.c (do_ftell_wide): Used cached offset when
8377         available.
8378
8379         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8380         up test status with function return status.
8381         (do_write_test): Likewise.
8382         (do_append_test): Likewise.
8383
8384         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8385         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8386         Remove.
8387
8388 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8389
8390         * math/gen-libm-test.pl (parse_args): Handle results specified for
8391         each rounding mode separately.
8392         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8393         tests and results from lrint_tonearest_test_data,
8394         lrint_towardzero_test_data, lrint_downward_test_data and
8395         lrint_upward_test_data.
8396         (lrint_test): Use ALL_RM_TEST.
8397         (lrint_tonearest_test_data): Remove.
8398         (lrint_test_tonearest): Likewise.
8399         (lrint_towardzero_test_data): Likewise.
8400         (lrint_test_towardzero): Likewise.
8401         (lrint_downward_test_data): Likewise.
8402         (lrint_test_downward): Likewise.
8403         (lrint_upward_test_data): Likewise.
8404         (lrint_test_upward): Likewise.
8405         (llrint_test_data): Merge in per-rounding-mode tests and results
8406         from llrint_tonearest_test_data, llrint_towardzero_test_data,
8407         llrint_downward_test_data and llrint_upward_test_data.
8408         (llrint_test): Use ALL_RM_TEST.
8409         (llrint_tonearest_test_data): Remove.
8410         (llrint_test_tonearest): Likewise.
8411         (llrint_towardzero_test_data): Likewise.
8412         (llrint_test_towardzero): Likewise.
8413         (llrint_downward_test_data): Likewise.
8414         (llrint_test_downward): Likewise.
8415         (llrint_upward_test_data): Likewise.
8416         (llrint_test_upward): Likewise.
8417         (rint_test_data): Merge in per-rounding-mode tests and results
8418         from rint_tonearest_test_data, rint_towardzero_test_data,
8419         rint_downward_test_data and rint_upward_test_data.  Add
8420         per-rounding-mode results for tests not in those arrays.
8421         (rint_test): Use ALL_RM_TEST.
8422         (rint_tonearest_test_data): Remove.
8423         (rint_test_tonearest): Likewise.
8424         (rint_towardzero_test_data): Likewise.
8425         (rint_test_towardzero): Likewise.
8426         (rint_downward_test_data): Likewise.
8427         (rint_test_downward): Likewise.
8428         (rint_upward_test_data): Likewise.
8429         (rint_test_upward): Likewise.
8430         (main): Don't call removed functions.
8431
8432 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8433
8434         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8435         "Compiled on ..." crapola.  It is anti-useful.
8436
8437 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
8438
8439         * scripts/evaluate-test.sh: Handle fourth argument to determine
8440         whether test run should stop on failure.
8441         * Makeconfig (stop-on-test-failure): New variable.
8442         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8443         $(stop-on-test-failure).
8444         * Makefile (tests): Give a summary of results from testing and
8445         exit with failure status if they include an ERROR or FAIL.
8446         (xtests): Likewise.
8447         * manual/install.texi (Configuring and compiling): Mention
8448         stop-on-test-failure=y.
8449         * INSTALL: Regenerated.
8450
8451 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8452
8453         * scripts/versionlist.awk: New file.
8454         * Makerules [$(build-shared) = yes]
8455         (postclean-generated): Add Versions.def, not Versions.def.v and
8456         Versions.def.v.i.
8457         ($(common-objpfx)Versions.def.v.i): Target removed.
8458         ($(common-objpfx)Versions.def): New target.
8459         ($(common-objpfx)Versions.all): Depend on that rather that
8460         $(common-objpfx)Versions.def.v.
8461         * Versions.def: File removed.
8462
8463         * Makeconfig (+gccwarn): Add -Wundef.
8464         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8465         a dl-sysdep.h breaking its contract.
8466         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8467         * include/stackinfo.h: New file.
8468         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8469         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8470         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8471         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8472         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8473         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8474         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8475         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8476         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8477         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8478         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8479         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8480         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8481         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8482         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8483
8484 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8485
8486         [BZ #16707]
8487         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8488         implementation.
8489         * math/libm-test.inc (round_test_data): Add more tests.
8490
8491         [BZ #16706]
8492         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8493         implementation.
8494         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8495
8496         [BZ #16701]
8497         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8498         implementation.
8499         * math/libm-test.inc (ceil_test_data): Add more tests.
8500
8501         * math/libm-test.inc (trunc_test_data): Add more tests related to
8502         BZ#16414.
8503
8504 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8505
8506         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8507         with #if rather than #ifdef.
8508         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8509
8510 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8511
8512         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8513         first.  Disable AVX-512 GCC support if assembler doesn't support
8514         it.
8515         * sysdeps/x86_64/configure: Regenerated.
8516
8517 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8518
8519         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8520         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8521         (__old_pthread_attr_setstack): Likewise.
8522         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8523         [!_STACK_GROWS_DOWN]: Likewise.
8524
8525 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8526
8527         * config.make.in (have-bash2): Delete.
8528         * configure.ac (libc_cv_have_bash2): Delete.
8529         * configure: Regenerate.
8530         * elf/Makefile (common-ldd-rewrite): Rename to ...
8531         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8532         (sh-ldd-rewrite): Delete.
8533         (bash-ldd-rewrite): Delete.
8534         (have-bash2): Delete checks.
8535         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8536         ldd-rewrite.
8537
8538         * config.make.in (have-ksh): Delete.
8539         (KSH): Delete.
8540         * configure.ac (libc_cv_have_ksh): Delete.
8541         * configure: Regenerate.
8542
8543         * elf/Makefile: Delete $(have-ksh) check.
8544         ($(objpfx)sotruss): Change KSH to BASH.
8545         * elf/sotruss.ksh: Rename to ...
8546         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8547         function style to match POSIX.  Drop ksh vim mode setting.
8548
8549         * manual/time.texi (Specifying the Time Zone with TZ): Change
8550         Tuesday to Thursday.
8551
8552         * debug/tst-longjmp_chk2.c: Update header comment.
8553         (stackoverflow_handler): Add comment.  Call assert on pass value.
8554
8555 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8556
8557         [BZ #16194]
8558         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8559         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8560         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8561         (La_x86_64_vector): Add zmm.
8562         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8563         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8564         ($(objpfx)tst-audit10): New target.
8565         ($(objpfx)tst-audit10.out): Likewise.
8566         (tst-audit10-ENV): New.
8567         (AVX512-CFLAGS): Likewise.
8568         (CFLAGS-tst-audit10.c): Likewise.
8569         (CFLAGS-tst-auditmod10a.c): Likewise.
8570         (CFLAGS-tst-auditmod10b.c): Likewise.
8571         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8572         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8573         * sysdeps/x86_64/configure: Regenerated.
8574         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8575         AVX-512 zmm register support.
8576         (_dl_x86_64_save_sse): Likewise.
8577         (_dl_x86_64_restore_sse): Likewise.
8578         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8579         size vector registers.
8580         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8581         (ZMM_SIZE): Likewise.
8582         * sysdeps/x86_64/tst-audit10.c: New file.
8583         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8584         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8585
8586 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8587
8588         * configure.ac (HAVE_EHDR_START): New check.
8589         * configure: Regenerated.
8590         * config.h.in (HAVE_EHDR_START): New #undef.
8591         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8592         assuming the lowest-addressed segment maps the start of the file.
8593
8594 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8595
8596         * INSTALL: Regenerated.
8597
8598 2014-03-13  Will Newton  <will.newton@linaro.org>
8599
8600         * manual/setjmp.texi (System V contexts): Improve
8601         clarity and grammar of documentation.
8602
8603 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8604
8605         [BZ #16381]
8606         * elf/Makefile (tests): Add tst-pie2.
8607         (tests-pie): Add tst-pie2.
8608         * elf/tst-pie2.c: New file.
8609         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8610         for ET_EXEC.
8611         * elf/rtld.c (map_doit): Load executable as lt_executable.
8612         (dl_main): Likewise.
8613
8614 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8615
8616         [BZ #16642]
8617         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8618         (__ASSUME_PSELECT): Undefine.
8619
8620 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8621
8622         [BZ #16689]
8623         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8624         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8625         static build.
8626         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8627         selector for static builds.
8628
8629 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8630
8631         [BZ #16695]
8632         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8633         key in the buffer.
8634
8635 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8636
8637         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8638         IFUNC selector for static builds.
8639
8640 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8641
8642         * sysdeps/mips/math_private.h [__mips_hard_float]
8643         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8644         libc_feresetround_mips_ctx.
8645         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8646         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8647         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8648
8649         [BZ #16677]
8650         * math/s_nextafter.c (__nextafter): Do not return value from
8651         overflowing computation.
8652         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8653         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8654         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8655         Likewise.
8656         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8657         Likewise.
8658         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8659         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8660
8661 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8662
8663         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8664         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8665         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8666         the new mov targetting sp.
8667
8668 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8669
8670         [BZ #16683]
8671         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8672         Define it for static builds as well.
8673         (NO_BZERO_IMPL): Likewise.
8674
8675 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8676
8677         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8678         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8679         multiarch strspn for PPC64.
8680         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8681         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8682         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8683         (__libc_ifunc_impl_list): Likewise.
8684         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8685         multiarch optimizations
8686         * string/strspn.c (strspn): Using macro to redefine symbol name.
8687
8688 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8689             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8690
8691         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8692         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8693         multiarch strncat for PPC64.
8694         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8695         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8696         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8697         (__libc_ifunc_impl_list): Likewise.
8698         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8699         multiarch optimizations
8700
8701 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8702
8703         [BZ #16639]
8704         * nscd/nscd.service: Make service type forking.
8705
8706 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8707
8708         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8709         sign in non default rounding modes.
8710         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8711
8712 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8713
8714         * math/libm-test.inc (ALL_RM_TEST): New macro.
8715         (ceil_test): Use ALL_RM_TEST.
8716         (cimag_test): Likewise.
8717         (conj_test): Likewise.
8718         (copysign_test): Likewise.
8719         (cproj_test): Likewise.
8720         (creal_test): Likewise.
8721         (fabs_test): Likewise.
8722         (floor_test): Likewise.
8723         (fmax_test): Likewise.
8724         (fmin_test): Likewise.
8725         (fmod_test): Likewise.
8726         (fpclassify_test): Likewise.
8727         (frexp_test): Likewise.
8728         (ilogb_test): Likewise.
8729         (isfinite_test): Likewise.
8730         (finite_test): Likewise.
8731         (isgreater_test): Likewise.
8732         (isgreaterequal_test): Likewise.
8733         (isinf_test): Likewise.
8734         (isless_test): Likewise.
8735         (islessequal_test): Likewise.
8736         (islessgreater_test): Likewise.
8737         (isnan_test): Likewise.
8738         (isnormal_test): Likewise.
8739         (issignaling_test): Likewise.
8740         (isunordered_test): Likewise.
8741         (logb_test): Likewise.
8742         (logb_downward_test_data): Remove.
8743         (logb_test_downward): Likewise.
8744         (lround_test): Use ALL_RM_TEST.
8745         (llround_test): Likewise.
8746         (modf_test): Likewise.
8747         (nexttoward_test): Likewise.
8748         (remainder_test): Likewise.
8749         (drem_test): Likewise.
8750         (remainder_tonearest_test_data): Likewise.
8751         (remainder_test_tonearest): Likewise.
8752         (drem_test_tonearest): Likewise.
8753         (remainder_towardzero_test_data): Likewise.
8754         (remainder_test_towardzero): Likewise.
8755         (drem_test_towardzero): Likewise.
8756         (remainder_downward_test_data): Likewise.
8757         (remainder_test_downward): Likewise.
8758         (drem_test_downward): Likewise.
8759         (remainder_upward_test_data): Likewise.
8760         (remainder_test_upward): Likewise.
8761         (drem_test_upward): Likewise.
8762         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8763         (round_test): Use ALL_RM_TEST.
8764         (signbit_test): Likewise.
8765         (trunc_test): Likewise.
8766         (significand_test): Likewise.
8767         (main): Don't call removed functions.
8768
8769 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8770
8771         [BZ #16674]
8772         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8773         || __USE_XOPEN2K8].
8774         (ILL_ILLOPN): Likewise.
8775         (ILL_ILLADR): Likewise.
8776         (ILL_ILLTRP): Likewise.
8777         (ILL_PRVOPC): Likewise.
8778         (ILL_PRVREG): Likewise.
8779         (ILL_COPROC): Likewise.
8780         (ILL_BADSTK): Likewise.
8781         (FPE_INTDIV): Likewise.
8782         (FPE_INTOVF): Likewise.
8783         (FPE_FLTDIV): Likewise.
8784         (FPE_FLTOVF): Likewise.
8785         (FPE_FLTUND): Likewise.
8786         (FPE_FLTRES): Likewise.
8787         (FPE_FLTINV): Likewise.
8788         (FPE_FLTSUB): Likewise.
8789         (SEGV_MAPERR): Likewise.
8790         (SEGV_ACCERR): Likewise.
8791         (BUS_ADRALN): Likewise.
8792         (BUS_ADRERR): Likewise.
8793         (BUS_OBJERR): Likewise.
8794         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8795         (TRAP_TRACE): Likewise.
8796         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8797         __USE_XOPEN2K8].
8798         (CLD_KILLED): Likewise.
8799         (CLD_DUMPED): Likewise.
8800         (CLD_TRAPPED): Likewise.
8801         (CLD_STOPPED): Likewise.
8802         (CLD_CONTINUED): Likewise.
8803         (POLL_IN): Likewise.
8804         (POLL_OUT): Likewise.
8805         (POLL_MSG): Likewise.
8806         (POLL_ERR): Likewise.
8807         (POLL_PRI): Likewise.
8808         (POLL_HUP): Likewise.
8809         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8810         Likewise.
8811         (ILL_ILLOPN): Likewise.
8812         (ILL_ILLADR): Likewise.
8813         (ILL_ILLTRP): Likewise.
8814         (ILL_PRVOPC): Likewise.
8815         (ILL_PRVREG): Likewise.
8816         (ILL_COPROC): Likewise.
8817         (ILL_BADSTK): Likewise.
8818         (FPE_INTDIV): Likewise.
8819         (FPE_INTOVF): Likewise.
8820         (FPE_FLTDIV): Likewise.
8821         (FPE_FLTOVF): Likewise.
8822         (FPE_FLTUND): Likewise.
8823         (FPE_FLTRES): Likewise.
8824         (FPE_FLTINV): Likewise.
8825         (FPE_FLTSUB): Likewise.
8826         (SEGV_MAPERR): Likewise.
8827         (SEGV_ACCERR): Likewise.
8828         (BUS_ADRALN): Likewise.
8829         (BUS_ADRERR): Likewise.
8830         (BUS_OBJERR): Likewise.
8831         (BUS_MCEERR_AR): Likewise.
8832         (BUS_MCEERR_AO): Likewise.
8833         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8834         (TRAP_TRACE): Likewise.
8835         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8836         __USE_XOPEN2K8].
8837         (CLD_KILLED): Likewise.
8838         (CLD_DUMPED): Likewise.
8839         (CLD_TRAPPED): Likewise.
8840         (CLD_STOPPED): Likewise.
8841         (CLD_CONTINUED): Likewise.
8842         (POLL_IN): Likewise.
8843         (POLL_OUT): Likewise.
8844         (POLL_MSG): Likewise.
8845         (POLL_ERR): Likewise.
8846         (POLL_PRI): Likewise.
8847         (POLL_HUP): Likewise.
8848         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8849         (ILL_ILLOPN): Likewise.
8850         (ILL_ILLADR): Likewise.
8851         (ILL_ILLTRP): Likewise.
8852         (ILL_PRVOPC): Likewise.
8853         (ILL_PRVREG): Likewise.
8854         (ILL_COPROC): Likewise.
8855         (ILL_BADSTK): Likewise.
8856         (FPE_INTDIV): Likewise.
8857         (FPE_INTOVF): Likewise.
8858         (FPE_FLTDIV): Likewise.
8859         (FPE_FLTOVF): Likewise.
8860         (FPE_FLTUND): Likewise.
8861         (FPE_FLTRES): Likewise.
8862         (FPE_FLTINV): Likewise.
8863         (FPE_FLTSUB): Likewise.
8864         (SEGV_MAPERR): Likewise.
8865         (SEGV_ACCERR): Likewise.
8866         (BUS_ADRALN): Likewise.
8867         (BUS_ADRERR): Likewise.
8868         (BUS_OBJERR): Likewise.
8869         (BUS_MCEERR_AR): Likewise.
8870         (BUS_MCEERR_AO): Likewise.
8871         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8872         (TRAP_TRACE): Likewise.
8873         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8874         __USE_XOPEN2K8].
8875         (CLD_KILLED): Likewise.
8876         (CLD_DUMPED): Likewise.
8877         (CLD_TRAPPED): Likewise.
8878         (CLD_STOPPED): Likewise.
8879         (CLD_CONTINUED): Likewise.
8880         (POLL_IN): Likewise.
8881         (POLL_OUT): Likewise.
8882         (POLL_MSG): Likewise.
8883         (POLL_ERR): Likewise.
8884         (POLL_PRI): Likewise.
8885         (POLL_HUP): Likewise.
8886         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8887         Likewise.
8888         (ILL_ILLOPN): Likewise.
8889         (ILL_ILLADR): Likewise.
8890         (ILL_ILLTRP): Likewise.
8891         (ILL_PRVOPC): Likewise.
8892         (ILL_PRVREG): Likewise.
8893         (ILL_COPROC): Likewise.
8894         (ILL_BADSTK): Likewise.
8895         (ILL_BADIADDR): Likewise.
8896         (ILL_BREAK): Likewise.
8897         (FPE_INTDIV): Likewise.
8898         (FPE_INTOVF): Likewise.
8899         (FPE_FLTDIV): Likewise.
8900         (FPE_FLTOVF): Likewise.
8901         (FPE_FLTUND): Likewise.
8902         (FPE_FLTRES): Likewise.
8903         (FPE_FLTINV): Likewise.
8904         (FPE_FLTSUB): Likewise.
8905         (FPE_DECOVF): Likewise.
8906         (FPE_DECDIV): Likewise.
8907         (FPE_DECERR): Likewise.
8908         (FPE_INVASC): Likewise.
8909         (FPE_INVDEC): Likewise.
8910         (SEGV_MAPERR): Likewise.
8911         (SEGV_ACCERR): Likewise.
8912         (SEGV_PSTKOVF): Likewise.
8913         (BUS_ADRALN): Likewise.
8914         (BUS_ADRERR): Likewise.
8915         (BUS_OBJERR): Likewise.
8916         (BUS_MCEERR_AR): Likewise.
8917         (BUS_MCEERR_AO): Likewise.
8918         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8919         (TRAP_TRACE): Likewise.
8920         (TRAP_BRANCH): Likewise.
8921         (TRAP_HWBKPT): Likewise.
8922         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8923         __USE_XOPEN2K8].
8924         (CLD_KILLED): Likewise.
8925         (CLD_DUMPED): Likewise.
8926         (CLD_TRAPPED): Likewise.
8927         (CLD_STOPPED): Likewise.
8928         (CLD_CONTINUED): Likewise.
8929         (POLL_IN): Likewise.
8930         (POLL_OUT): Likewise.
8931         (POLL_MSG): Likewise.
8932         (POLL_ERR): Likewise.
8933         (POLL_PRI): Likewise.
8934         (POLL_HUP): Likewise.
8935         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8936         (ILL_ILLOPN): Likewise.
8937         (ILL_ILLADR): Likewise.
8938         (ILL_ILLTRP): Likewise.
8939         (ILL_PRVOPC): Likewise.
8940         (ILL_PRVREG): Likewise.
8941         (ILL_COPROC): Likewise.
8942         (ILL_BADSTK): Likewise.
8943         (FPE_INTDIV): Likewise.
8944         (FPE_INTOVF): Likewise.
8945         (FPE_FLTDIV): Likewise.
8946         (FPE_FLTOVF): Likewise.
8947         (FPE_FLTUND): Likewise.
8948         (FPE_FLTRES): Likewise.
8949         (FPE_FLTINV): Likewise.
8950         (FPE_FLTSUB): Likewise.
8951         (SEGV_MAPERR): Likewise.
8952         (SEGV_ACCERR): Likewise.
8953         (BUS_ADRALN): Likewise.
8954         (BUS_ADRERR): Likewise.
8955         (BUS_OBJERR): Likewise.
8956         (BUS_MCEERR_AR): Likewise.
8957         (BUS_MCEERR_AO): Likewise.
8958         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8959         (TRAP_TRACE): Likewise.
8960         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8961         __USE_XOPEN2K8].
8962         (CLD_KILLED): Likewise.
8963         (CLD_DUMPED): Likewise.
8964         (CLD_TRAPPED): Likewise.
8965         (CLD_STOPPED): Likewise.
8966         (CLD_CONTINUED): Likewise.
8967         (POLL_IN): Likewise.
8968         (POLL_OUT): Likewise.
8969         (POLL_MSG): Likewise.
8970         (POLL_ERR): Likewise.
8971         (POLL_PRI): Likewise.
8972         (POLL_HUP): Likewise.
8973         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8974         (ILL_ILLOPN): Likewise.
8975         (ILL_ILLADR): Likewise.
8976         (ILL_ILLTRP): Likewise.
8977         (ILL_PRVOPC): Likewise.
8978         (ILL_PRVREG): Likewise.
8979         (ILL_COPROC): Likewise.
8980         (ILL_BADSTK): Likewise.
8981         (FPE_INTDIV): Likewise.
8982         (FPE_INTOVF): Likewise.
8983         (FPE_FLTDIV): Likewise.
8984         (FPE_FLTOVF): Likewise.
8985         (FPE_FLTUND): Likewise.
8986         (FPE_FLTRES): Likewise.
8987         (FPE_FLTINV): Likewise.
8988         (FPE_FLTSUB): Likewise.
8989         (SEGV_MAPERR): Likewise.
8990         (SEGV_ACCERR): Likewise.
8991         (BUS_ADRALN): Likewise.
8992         (BUS_ADRERR): Likewise.
8993         (BUS_OBJERR): Likewise.
8994         (BUS_MCEERR_AR): Likewise.
8995         (BUS_MCEERR_AO): Likewise.
8996         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8997         (TRAP_TRACE): Likewise.
8998         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8999         __USE_XOPEN2K8].
9000         (CLD_KILLED): Likewise.
9001         (CLD_DUMPED): Likewise.
9002         (CLD_TRAPPED): Likewise.
9003         (CLD_STOPPED): Likewise.
9004         (CLD_CONTINUED): Likewise.
9005         (POLL_IN): Likewise.
9006         (POLL_OUT): Likewise.
9007         (POLL_MSG): Likewise.
9008         (POLL_ERR): Likewise.
9009         (POLL_PRI): Likewise.
9010         (POLL_HUP): Likewise.
9011         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9012         (ILL_ILLOPN): Likewise.
9013         (ILL_ILLADR): Likewise.
9014         (ILL_ILLTRP): Likewise.
9015         (ILL_PRVOPC): Likewise.
9016         (ILL_PRVREG): Likewise.
9017         (ILL_COPROC): Likewise.
9018         (ILL_BADSTK): Likewise.
9019         (FPE_INTDIV): Likewise.
9020         (FPE_INTOVF): Likewise.
9021         (FPE_FLTDIV): Likewise.
9022         (FPE_FLTOVF): Likewise.
9023         (FPE_FLTUND): Likewise.
9024         (FPE_FLTRES): Likewise.
9025         (FPE_FLTINV): Likewise.
9026         (FPE_FLTSUB): Likewise.
9027         (SEGV_MAPERR): Likewise.
9028         (SEGV_ACCERR): Likewise.
9029         (BUS_ADRALN): Likewise.
9030         (BUS_ADRERR): Likewise.
9031         (BUS_OBJERR): Likewise.
9032         (BUS_MCEERR_AR): Likewise.
9033         (BUS_MCEERR_AO): Likewise.
9034         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9035         (TRAP_TRACE): Likewise.
9036         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9037         __USE_XOPEN2K8].
9038         (CLD_KILLED): Likewise.
9039         (CLD_DUMPED): Likewise.
9040         (CLD_TRAPPED): Likewise.
9041         (CLD_STOPPED): Likewise.
9042         (CLD_CONTINUED): Likewise.
9043         (POLL_IN): Likewise.
9044         (POLL_OUT): Likewise.
9045         (POLL_MSG): Likewise.
9046         (POLL_ERR): Likewise.
9047         (POLL_PRI): Likewise.
9048         (POLL_HUP): Likewise.
9049         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9050         (ILL_ILLOPN): Likewise.
9051         (ILL_ILLADR): Likewise.
9052         (ILL_ILLTRP): Likewise.
9053         (ILL_PRVOPC): Likewise.
9054         (ILL_PRVREG): Likewise.
9055         (ILL_COPROC): Likewise.
9056         (ILL_BADSTK): Likewise.
9057         (ILL_DBLFLT): Likewise.
9058         (ILL_HARDWALL): Likewise.
9059         (FPE_INTDIV): Likewise.
9060         (FPE_INTOVF): Likewise.
9061         (FPE_FLTDIV): Likewise.
9062         (FPE_FLTOVF): Likewise.
9063         (FPE_FLTUND): Likewise.
9064         (FPE_FLTRES): Likewise.
9065         (FPE_FLTINV): Likewise.
9066         (FPE_FLTSUB): Likewise.
9067         (SEGV_MAPERR): Likewise.
9068         (SEGV_ACCERR): Likewise.
9069         (BUS_ADRALN): Likewise.
9070         (BUS_ADRERR): Likewise.
9071         (BUS_OBJERR): Likewise.
9072         (BUS_MCEERR_AR): Likewise.
9073         (BUS_MCEERR_AO): Likewise.
9074         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9075         (TRAP_TRACE): Likewise.
9076         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9077         __USE_XOPEN2K8].
9078         (CLD_KILLED): Likewise.
9079         (CLD_DUMPED): Likewise.
9080         (CLD_TRAPPED): Likewise.
9081         (CLD_STOPPED): Likewise.
9082         (CLD_CONTINUED): Likewise.
9083         (POLL_IN): Likewise.
9084         (POLL_OUT): Likewise.
9085         (POLL_MSG): Likewise.
9086         (POLL_ERR): Likewise.
9087         (POLL_PRI): Likewise.
9088         (POLL_HUP): Likewise.
9089         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9090         (ILL_ILLOPN): Likewise.
9091         (ILL_ILLADR): Likewise.
9092         (ILL_ILLTRP): Likewise.
9093         (ILL_PRVOPC): Likewise.
9094         (ILL_PRVREG): Likewise.
9095         (ILL_COPROC): Likewise.
9096         (ILL_BADSTK): Likewise.
9097         (FPE_INTDIV): Likewise.
9098         (FPE_INTOVF): Likewise.
9099         (FPE_FLTDIV): Likewise.
9100         (FPE_FLTOVF): Likewise.
9101         (FPE_FLTUND): Likewise.
9102         (FPE_FLTRES): Likewise.
9103         (FPE_FLTINV): Likewise.
9104         (FPE_FLTSUB): Likewise.
9105         (SEGV_MAPERR): Likewise.
9106         (SEGV_ACCERR): Likewise.
9107         (BUS_ADRALN): Likewise.
9108         (BUS_ADRERR): Likewise.
9109         (BUS_OBJERR): Likewise.
9110         (BUS_MCEERR_AR): Likewise.
9111         (BUS_MCEERR_AO): Likewise.
9112         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9113         (TRAP_TRACE): Likewise.
9114         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9115         __USE_XOPEN2K8].
9116         (CLD_KILLED): Likewise.
9117         (CLD_DUMPED): Likewise.
9118         (CLD_TRAPPED): Likewise.
9119         (CLD_STOPPED): Likewise.
9120         (CLD_CONTINUED): Likewise.
9121         (POLL_IN): Likewise.
9122         (POLL_OUT): Likewise.
9123         (POLL_MSG): Likewise.
9124         (POLL_ERR): Likewise.
9125         (POLL_PRI): Likewise.
9126         (POLL_HUP): Likewise.
9127         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9128         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9129
9130         [BZ #16670]
9131         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9132         before #include of <time.h>.
9133         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9134         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9135         (test-xfail-UNIX98/sched.h/conform): Likewise.
9136
9137 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9138
9139         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9140         error absence of trapping exception support.
9141         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9142
9143 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9144
9145         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9146         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9147         * timezone/Makefile (testdata): Move definition above include of
9148         Rules.
9149         (test-zones): New variable.
9150         (tests-special): Add zone files.
9151         (build-testdata): Use $(evaluate-test).
9152
9153         * elf/Makefile (tests-special): Rename tests to end with .out.
9154         ($(objpfx)noload-mem): Likewise.
9155         ($(objpfx)tst-leaks1-mem): Likewise.
9156         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9157         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9158         $(objpfx)test-iconvconfig.out.
9159         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9160         set -e inside subshell and redirect output to file.
9161         * iconvdata/Makefile (generated): Rename tests to end with .out.
9162         Correct type.
9163         (tests-special): Rename tests to end with .out.
9164         ($(objpfx)mtrace-tst-loading): Likewise.
9165         * intl/Makefile (generated): Likewise.
9166         (tests-special): Likewise.
9167         ($(objpfx)mtrace-tst-gettext): Likewise.
9168         * misc/Makefile (generated): Likewise.
9169         (tests-special): Likewise.
9170         ($(objpfx)tst-error1-mem): Likewise.
9171         * nptl/Makefile (tests-special): Likewise.
9172         ($(objpfx)tst-stack3-mem): Likewise.
9173         (generated): Likewise.
9174         * posix/Makefile (generated): Likewise.
9175         (tests-special): Likewise.
9176         (xtests-special): Likewise.
9177         ($(objpfx)tst-fnmatch-mem): Likewise.
9178         ($(objpfx)bug-regex2-mem): Likewise.
9179         ($(objpfx)bug-regex14-mem): Likewise.
9180         ($(objpfx)bug-regex21-mem): Likewise.
9181         ($(objpfx)bug-regex31-mem): Likewise.
9182         ($(objpfx)tst-vfork3-mem): Likewise.
9183         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9184         ($(objpfx)tst-pcre-mem): Likewise.
9185         ($(objpfx)tst-boost-mem): Likewise.
9186         ($(objpfx)bug-ga2-mem): Likewise.
9187         ($(objpfx)bug-glob2-mem): Likewise.
9188         * resolv/Makefile (generate): Likewise.
9189         (tests-special): Likewise.
9190         (xtests-special): Likewise.
9191         (generated): Likewise.
9192         ($(objpfx)mtrace-tst-leaks): Likewise.
9193         ($(objpfx)mtrace-tst-leaks2): Likewise.
9194
9195         * scripts/merge-test-results.sh: New file.
9196         * Makefile (tests-special-notdir): New variable.
9197         (tests): Run merge-test-results.sh.
9198         (xtests): Likewise.
9199         * Rules (tests-special-notdir): New variable.
9200         (xtests-special-notdir): Likewise.
9201         (tests): Run merge-test-results.sh
9202         (xtests): Likewise.
9203
9204         * Makeconfig (test-xfail-name): New variable.
9205         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9206         compute variable name for expected failures.
9207         * conform/Makefile (conformtest-headers-data): New variable.
9208         (conformtest-standards): Likewise.
9209         (conformtest-headers-ISO): Likewise.
9210         (conformtest-headers-ISO99): Likewise.
9211         (conformtest-headers-ISO11): Likewise.
9212         (conformtest-headers-POSIX): Likewise.
9213         (conformtest-headers-XPG3): Likewise.
9214         (conformtest-headers-XPG4): Likewise.
9215         (conformtest-headers-UNIX98): Likewise.
9216         (conformtest-headers-XOPEN2K): Likewise.
9217         (conformtest-headers-POSIX2008): Likewise.
9218         (conformtest-headers-XOPEN2K8): Likewise.
9219         (conformtest-header-list-base): Likewise.
9220         (conformtest-header-list-tests): Likewise.
9221         (conformtest-header-base): Likewise.
9222         (conformtest-header-tests): Likewise.
9223         (tests-special): Add $(conformtest-header-list-tests).  If
9224         [$(fast-check) && !$(cross-compiling)], add
9225         $(conformtest-header-tests) instead of
9226         $(objpfx)run-conformtest.out.
9227         (generated): Add $(conformtest-header-list-base).  If
9228         [$(fast-check) && !$(cross-compiling)], add
9229         $(conformtest-header-base).  Remove previous setting.
9230         ($(conformtest-header-list-tests)): New target.
9231         (test-xfail-run-conformtest): Remove variable.
9232         ($(objpfx)run-conformtest.out): Remove target.
9233         (test-xfail-ISO11/complex.h/conform): New variable.
9234         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9235         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9236         (test-xfail-XPG3/varargs.h/conform): Likewise.
9237         (test-xfail-XPG4/varargs.h/conform): Likewise.
9238         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9239         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9240         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9241         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9242         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9243         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9244         (test-xfail-XPG3/ftw.h/conform): Likewise.
9245         (test-xfail-XPG3/grp.h/conform): Likewise.
9246         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9247         (test-xfail-XPG3/limits.h/conform): Likewise.
9248         (test-xfail-XPG3/pwd.h/conform): Likewise.
9249         (test-xfail-XPG3/search.h/conform): Likewise.
9250         (test-xfail-XPG3/signal.h/conform): Likewise.
9251         (test-xfail-XPG3/stdio.h/conform): Likewise.
9252         (test-xfail-XPG3/stdlib.h/conform): Likewise.
9253         (test-xfail-XPG3/string.h/conform): Likewise.
9254         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9255         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9256         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9257         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9258         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9259         (test-xfail-XPG3/sys/types.h/conform): Likewise.
9260         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9261         (test-xfail-XPG3/termios.h/conform): Likewise.
9262         (test-xfail-XPG3/time.h/conform): Likewise.
9263         (test-xfail-XPG3/unistd.h/conform): Likewise.
9264         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9265         (test-xfail-XPG4/fcntl.h/conform): Likewise.
9266         (test-xfail-XPG4/langinfo.h/conform): Likewise.
9267         (test-xfail-XPG4/netdb.h/conform): Likewise.
9268         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9269         (test-xfail-XPG4/signal.h/conform): Likewise.
9270         (test-xfail-XPG4/stdio.h/conform): Likewise.
9271         (test-xfail-XPG4/stdlib.h/conform): Likewise.
9272         (test-xfail-XPG4/stropts.h/conform): Likewise.
9273         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9274         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9275         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9276         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9277         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9278         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9279         (test-xfail-XPG4/sys/time.h/conform): Likewise.
9280         (test-xfail-XPG4/sys/types.h/conform): Likewise.
9281         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9282         (test-xfail-XPG4/termios.h/conform): Likewise.
9283         (test-xfail-XPG4/ucontext.h/conform): Likewise.
9284         (test-xfail-XPG4/unistd.h/conform): Likewise.
9285         (test-xfail-XPG4/utmpx.h/conform): Likewise.
9286         (test-xfail-POSIX/sched.h/conform): Likewise.
9287         (test-xfail-POSIX/signal.h/conform): Likewise.
9288         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9289         (test-xfail-POSIX/tar.h/conform): Likewise.
9290         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9291         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9292         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9293         (test-xfail-UNIX98/netdb.h/conform): Likewise.
9294         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9295         (test-xfail-UNIX98/sched.h/conform): Likewise.
9296         (test-xfail-UNIX98/signal.h/conform): Likewise.
9297         (test-xfail-UNIX98/stdio.h/conform): Likewise.
9298         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9299         (test-xfail-UNIX98/stropts.h/conform): Likewise.
9300         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9301         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9302         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9303         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9304         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9305         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9306         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9307         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9308         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9309         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9310         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9311         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9312         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9313         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9314         (test-xfail-XOPEN2K/math.h/conform): Likewise.
9315         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9316         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9317         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9318         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9319         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9320         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9321         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9322         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9323         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9324         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9325         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9326         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9327         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9328         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9329         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9330         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9331         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9332         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
9333         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
9334         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
9335         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
9336         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
9337         (test-xfail-POSIX2008/signal.h/conform): Likewise.
9338         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
9339         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
9340         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
9341         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
9342         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
9343         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
9344         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
9345         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
9346         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
9347         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9348         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9349         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9350         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9351         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9352         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9353         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9354         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9355         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9356         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9357         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9358         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9359         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9360         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9361         (conformtest-cc-flags): Likewise.
9362         ($(conformtest-header-tests): New target.
9363         * conform/check-header-lists.sh: New file.
9364         * conform/run-conformtest.sh: Remove.
9365
9366         * conform/conformtest.pl: Allow ' and \ in values given for
9367         constants.
9368         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9369         inclusion.
9370         [POSIX] (sys/types.h): Likewise.
9371         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9372         inclusion.
9373         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9374         inclusion.
9375         * conform/data/signal.h-data (SIGIO): Remove expectation.
9376         [XPG3] (SIGBUS): Do not expect.
9377         [POSIX || XPG3] (SIGPOLL): Likewise.
9378         [POSIX || XPG3] (SIGPROF): Likewise.
9379         [POSIX || XPG3] (SIGSYS): Likewise.
9380         [XPG3] (SIGTRAP): Likewise.
9381         [POSIX || XPG3] (SIGURG): Likewise.
9382         [POSIX || XPG3] (SIGVTALRM): Likewise.
9383         [POSIX || XPG3] (SIGXCPU): Likewise.
9384         [POSIX || XPG3] (SIGXFSZ): Likewise.
9385         [POSIX] (SA_SIGINFO): Expect.
9386         [XPG3] (siginfo_t): Do not expect type or contents.
9387         [POSIX] (si_pid): Do not expect element.
9388         [POSIX] (si_uid): Likewise.
9389         [POSIX] (si_addr): Likewise.
9390         [POSIX] (si_status): Likewise.
9391         [POSIX] (si_band): Likewise.
9392         [XPG4] (si_value): Likewise.
9393         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9394         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9395         [POSIX || XPG3] (ILL_ILLADR): Likewise.
9396         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9397         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9398         [POSIX || XPG3] (ILL_PRVREG): Likewise.
9399         [POSIX || XPG3] (ILL_COPROC): Likewise.
9400         [POSIX || XPG3] (ILL_BADSTK): Likewise.
9401         [POSIX || XPG3] (FPE_INTDIV): Likewise.
9402         [POSIX || XPG3] (FPE_INTOVF): Likewise.
9403         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9404         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9405         [POSIX || XPG3] (FPE_FLTUND): Likewise.
9406         [POSIX || XPG3] (FPE_FLTRES): Likewise.
9407         [POSIX || XPG3] (FPE_FLTINV): Likewise.
9408         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9409         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9410         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9411         [POSIX || XPG3] (BUS_ADRALN): Likewise.
9412         [POSIX || XPG3] (BUS_ADRERR): Likewise.
9413         [POSIX || XPG3] (BUS_OBJERR): Likewise.
9414         [POSIX || XPG3] (CLD_EXITED): Likewise.
9415         [POSIX || XPG3] (CLD_KILLED): Likewise.
9416         [POSIX || XPG3] (CLD_DUMPED): Likewise.
9417         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9418         [POSIX || XPG3] (CLD_STOPPED): Likewise.
9419         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9420         [POSIX || XPG3] (POLL_IN): Likewise.
9421         [POSIX || XPG3] (POLL_OUT): Likewise.
9422         [POSIX || XPG3] (POLL_MSG): Likewise.
9423         [POSIX || XPG3] (POLL_ERR): Likewise.
9424         [POSIX || XPG3] (POLL_PRI): Likewise.
9425         [POSIX || XPG3] (POLL_HUP): Likewise.
9426         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9427         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9428         (SIG*): Do not allow.
9429         [XPG3] (si_*): Likewise.
9430         [XPG3] (SI_*): Likewise.
9431         [XPG3 || XPG4] (sigev_*): Likewise.
9432         [XPG3 || XPG4] (SIGEV_*): Likewise.
9433         [XPG3 || XPG4] (sival_*): Likewise.
9434         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9435         [POSIX || XPG3] (BUS_*): Likewise.
9436         [POSIX || XPG3] (CLD_*): Likewise.
9437         [POSIX || XPG3] (FPE_*): Likewise.
9438         [POSIX || XPG3] (ILL_*): Likewise.
9439         [POSIX || XPG3] (POLL_*): Likewise.
9440         [POSIX || XPG3] (SEGV_*): Likewise.
9441         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9442         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9443         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9444         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9445         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9446         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9447         Specify type and value.
9448         (TVERSLEN): Likewise.
9449         (REGTYPE): Likewise.
9450         (AREGTYPE): Likewise.
9451         (LNKTYPE): Likewise.
9452         (SYMTYPE): Likewise.
9453         (CHRTYPE): Likewise.
9454         (BLKTYPE): Likewise.
9455         (DIRTYPE): Likewise.
9456         (FIFOTYPE): Likewise.
9457         (CONTTYPE): Likewise.
9458         (TSUID): Likewise.
9459         (TSGID): Likewise.
9460         (TSVTX): Likewise.
9461         (TUREAD): Likewise.
9462         (TUWRITE): Likewise.
9463         (TUEXEC): Likewise.
9464         (TGREAD): Likewise.
9465         (TGWRITE): Likewise.
9466         (TGEXEC): Likewise.
9467         (TOREAD): Likewise.
9468         (TOWRITE): Likewise.
9469         (TOEXEC): Likewise.
9470         [POSIX] (TSVTX): Expect constant.
9471
9472 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
9473
9474         * Makefile (tests): Change dependencies to ....
9475         (tests-special): ... additions to this variable.
9476         (tests): Depend on $(tests-special).
9477         * Makerules (check-abi-list): New variable.
9478         (check-abi): Depend on $(check-abi-list).
9479         [$(subdir) = elf] (tests-special): Add
9480         $(objpfx)check-abi-libc.out.
9481         [$(build-shared) = yes && subdir] (tests-special): Add
9482         $(check-abi-list).
9483         [$(build-shared) = yes && subdir] (tests): Do not depend on
9484         check-abi.
9485         * Rules (tests): Depend on $(tests-special).
9486         (xtests): Depend on $(xtests-special).
9487         * catgets/Makefile (tests): Change dependencies to ....
9488         (tests-special): ... additions to this variable.
9489         * conform/Makefile (tests): Change dependencies to ....
9490         (tests-special): ... additions to this variable.
9491         * elf/Makefile (tests): Change dependencies to ....
9492         (tests-special): ... additions to this variable.
9493         * grp/Makefile (tests): Change dependencies to ....
9494         (tests-special): ... additions to this variable.
9495         * iconv/Makefile (xtests): Change dependencies to ....
9496         (xtests-special): ... additions to this variable.
9497         * iconvdata/Makefile (tests): Change dependencies to ....
9498         (tests-special): ... additions to this variable.
9499         * intl/Makefile (tests): Change dependencies to ....
9500         (tests-special): ... additions to this variable.  Also add
9501         $(objpfx)tst-gettext.out.
9502         * io/Makefile (tests): Change dependencies to ....
9503         (tests-special): ... additions to this variable.
9504         * libio/Makefile (tests): Change dependencies to ....
9505         (tests-special): ... additions to this variable.
9506         * malloc/Makefile (tests): Change dependencies to ....
9507         (tests-special): ... additions to this variable.
9508         * misc/Makefile (tests): Change dependencies to ....
9509         (tests-special): ... additions to this variable.
9510         * nptl/Makefile (tests): Change dependencies to ....
9511         (tests-special): ... additions to this variable.
9512         * nptl_db/Makefile (tests): Change dependencies to ....
9513         (tests-special): ... additions to this variable.
9514         * posix/Makefile (tests): Change dependencies to ....
9515         (tests-special): ... additions to this variable.
9516         (xtests): Change dependencies to ....
9517         (xtests-special): ... additions to this variable.
9518         * resolv/Makefile (tests): Change dependencies to ....
9519         (tests-special): ... additions to this variable.
9520         (xtests): Change dependencies to ....
9521         (xtests-special): ... additions to this variable.
9522         * stdio-common/Makefile (tests): Change dependencies to ....
9523         (tests-special): ... additions to this variable.
9524         (do-tst-unbputc): Remove target.
9525         (do-tst-printf): Likewise.
9526         * stdlib/Makefile (tests): Change dependencies to ....
9527         (tests-special): ... additions to this variable.
9528         * string/Makefile (tests): Change dependencies to ....
9529         (tests-special): ... additions to this variable.
9530         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9531         (tests-special): ... additions to this variable.
9532
9533         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9534         whole file.
9535         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9536         whole file.
9537         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9538         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9539
9540         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9541         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9542         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9543         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9544         * conform/data/libgen.h-data [XPG3]: Likewise.
9545         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9546         * conform/data/ndbm.h-data [XPG3]: Likewise.
9547         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9548         * conform/data/netdb.h-data [XPG3]: Likewise.
9549         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9550         * conform/data/poll.h-data [XPG3]: Likewise.
9551         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9552         * conform/data/strings.h-data [XPG3]: Likewise.
9553         * conform/data/stropts.h-data [XPG3]: Likewise.
9554         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9555         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9556         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9557         Likewise.
9558         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9559         * conform/data/sys/time.h-data [XPG3]: Likewise.
9560         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9561         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9562         * conform/data/sys/un.h-data [XPG3]: Likewise.
9563         * conform/data/syslog.h-data [XPG3]: Likewise.
9564         * conform/data/ucontext.h-data [XPG3]: Likewise.
9565         * conform/data/utmpx.h-data [XPG3]: Likewise.
9566         * conform/data/varargs.h-data [UNIX98]: Enable file.
9567
9568         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9569
9570         * math/libm-test.inc (struct test_f_f_data): Move expected results
9571         into structure for each rounding mode.
9572         (struct test_ff_f_data): Likewise.
9573         (struct test_ff_f_data_nexttoward): Likewise.
9574         (struct test_fi_f_data): Likewise.
9575         (struct test_fl_f_data): Likewise.
9576         (struct test_if_f_data): Likewise.
9577         (struct test_fff_f_data): Likewise.
9578         (struct test_c_f_data): Likewise.
9579         (struct test_f_f1_data): Likewise.
9580         (struct test_fF_f1_data): Likewise.
9581         (struct test_ffI_f1_data): Likewise.
9582         (struct test_c_c_data): Likewise.
9583         (struct test_cc_c_data): Likewise.
9584         (struct test_f_i_data): Likewise.
9585         (struct test_ff_i_data): Likewise.
9586         (struct test_f_l_data): Likewise.
9587         (struct test_f_L_data): Likewise.
9588         (struct test_fFF_11_data): Likewise.
9589         (RM_): New macro.
9590         (RM_FE_DOWNWARD): Likewise.
9591         (RM_FE_TONEAREST): Likewise.
9592         (RM_FE_TOWARDZERO): Likewise.
9593         (RM_FE_UPWARD): Likewise.
9594         (RUN_TEST_LOOP_f_f): Update references to expected results.
9595         (RUN_TEST_LOOP_2_f): Likewise.
9596         (RUN_TEST_LOOP_fff_f): Likewise.
9597         (RUN_TEST_LOOP_c_f): Likewise.
9598         (RUN_TEST_LOOP_f_f1): Likewise.
9599         (RUN_TEST_LOOP_fF_f1): Likewise.
9600         (RUN_TEST_LOOP_fI_f1): Likewise.
9601         (RUN_TEST_LOOP_ffI_f1): Likewise.
9602         (RUN_TEST_LOOP_c_c): Likewise.
9603         (RUN_TEST_LOOP_cc_c): Likewise.
9604         (RUN_TEST_LOOP_f_i): Likewise.
9605         (RUN_TEST_LOOP_f_i_tg): Likewise.
9606         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9607         (RUN_TEST_LOOP_f_b): Likewise.
9608         (RUN_TEST_LOOP_f_b_tg): Likewise.
9609         (RUN_TEST_LOOP_f_l): Likewise.
9610         (RUN_TEST_LOOP_f_L): Likewise.
9611         (RUN_TEST_LOOP_fFF_11): Likewise.
9612         * math/gen-libm-test.pl (parse_args): Output four copies of
9613         expected results for each test.
9614
9615         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9616         (__ASSUME_UTIMES): Remove.
9617         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9618         (__ASSUME_UTIMES): Likewise.
9619
9620         * math/gen-auto-libm-tests.c: Update comment on output format.
9621         (output_for_one_input_case): Generate before-rounding and
9622         after-rounding information as conditions on output flags not
9623         floating-point format.
9624         * math/auto-libm-test-out: Regenerated.
9625         * math/gen-libm-test.pl (cond_value): New function.
9626         (or_cond_value): Use cond_value.
9627         (generate_testfile): Handle conditional exceptions.
9628
9629 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9630
9631         * math/libm-test.inc (max_valid_error): New variable.
9632         (init_max_error): Take new argument specifying whether function
9633         results are exactly determined.  Set max_valid_error and bound
9634         other variables for errors based on this argument.
9635         (set_max_error): Do not record results above max_valid_error.
9636         (check_float_internal): Only accept errors of up to 0.5ulps if
9637         also at most max_valid_error.
9638         (START): Take new argument EXACT and pass it to init_max_error.
9639         (acos_test): Update call to START.
9640         (acos_test_tonearest): Likewise.
9641         (acos_test_towardzero): Likewise.
9642         (acos_test_downward): Likewise.
9643         (acos_test_upward): Likewise.
9644         (acosh_test): Likewise.
9645         (asin_test): Likewise.
9646         (asin_test_tonearest): Likewise.
9647         (asin_test_towardzero): Likewise.
9648         (asin_test_downward): Likewise.
9649         (asin_test_upward): Likewise.
9650         (asinh_test): Likewise.
9651         (atan_test): Likewise.
9652         (atanh_test): Likewise.
9653         (atan2_test): Likewise.
9654         (cabs_test): Likewise.
9655         (cacos_test): Likewise.
9656         (cacosh_test): Likewise.
9657         (carg_test): Likewise.
9658         (casin_test): Likewise.
9659         (casinh_test): Likewise.
9660         (catan_test): Likewise.
9661         (catanh_test): Likewise.
9662         (cbrt_test): Likewise.
9663         (ccos_test): Likewise.
9664         (ccosh_test): Likewise.
9665         (ceil_test): Likewise.
9666         (cexp_test): Likewise.
9667         (cimag_test): Likewise.
9668         (clog_test): Likewise.
9669         (clog10_test): Likewise.
9670         (conj_test): Likewise.
9671         (copysign_test): Likewise.
9672         (cos_test): Likewise.
9673         (cos_test_tonearest): Likewise.
9674         (cos_test_towardzero): Likewise.
9675         (cos_test_downward): Likewise.
9676         (cos_test_upward): Likewise.
9677         (cosh_test): Likewise.
9678         (cosh_test_tonearest): Likewise.
9679         (cosh_test_towardzero): Likewise.
9680         (cosh_test_downward): Likewise.
9681         (cosh_test_upward): Likewise.
9682         (cpow_test): Likewise.
9683         (cproj_test): Likewise.
9684         (creal_test): Likewise.
9685         (csin_test): Likewise.
9686         (csinh_test): Likewise.
9687         (csqrt_test): Likewise.
9688         (ctan_test): Likewise.
9689         (ctan_test_tonearest): Likewise.
9690         (ctan_test_towardzero): Likewise.
9691         (ctan_test_downward): Likewise.
9692         (ctan_test_upward): Likewise.
9693         (ctanh_test): Likewise.
9694         (ctanh_test_tonearest): Likewise.
9695         (ctanh_test_towardzero): Likewise.
9696         (ctanh_test_downward): Likewise.
9697         (ctanh_test_upward): Likewise.
9698         (erf_test): Likewise.
9699         (erfc_test): Likewise.
9700         (exp_test): Likewise.
9701         (exp_test_tonearest): Likewise.
9702         (exp_test_towardzero): Likewise.
9703         (exp_test_downward): Likewise.
9704         (exp_test_upward): Likewise.
9705         (exp10_test): Likewise.
9706         (exp10_test_tonearest): Likewise.
9707         (exp10_test_towardzero): Likewise.
9708         (exp10_test_downward): Likewise.
9709         (exp10_test_upward): Likewise.
9710         (pow10_test): Likewise.
9711         (exp2_test): Likewise.
9712         (expm1_test): Likewise.
9713         (expm1_test_tonearest): Likewise.
9714         (expm1_test_towardzero): Likewise.
9715         (expm1_test_downward): Likewise.
9716         (expm1_test_upward): Likewise.
9717         (fabs_test): Likewise.
9718         (fdim_test): Likewise.
9719         (floor_test): Likewise.
9720         (fma_test): Likewise.
9721         (fma_test_towardzero): Likewise.
9722         (fma_test_downward): Likewise.
9723         (fma_test_upward): Likewise.
9724         (fmax_test): Likewise.
9725         (fmin_test): Likewise.
9726         (fmod_test): Likewise.
9727         (fpclassify_test): Likewise.
9728         (frexp_test): Likewise.
9729         (hypot_test): Likewise.
9730         (ilogb_test): Likewise.
9731         (isfinite_test): Likewise.
9732         (finite_test): Likewise.
9733         (isgreater_test): Likewise.
9734         (isgreaterequal_test): Likewise.
9735         (isinf_test): Likewise.
9736         (isless_test): Likewise.
9737         (islessequal_test): Likewise.
9738         (islessgreater_test): Likewise.
9739         (isnan_test): Likewise.
9740         (isnormal_test): Likewise.
9741         (issignaling_test): Likewise.
9742         (isunordered_test): Likewise.
9743         (j0_test): Likewise.
9744         (j1_test): Likewise.
9745         (jn_test): Likewise.
9746         (ldexp_test): Likewise.
9747         (lgamma_test): Likewise.
9748         (gamma_test): Likewise.
9749         (lrint_test): Likewise.
9750         (lrint_test_tonearest): Likewise.
9751         (lrint_test_towardzero): Likewise.
9752         (lrint_test_downward): Likewise.
9753         (lrint_test_upward): Likewise.
9754         (llrint_test): Likewise.
9755         (llrint_test_tonearest): Likewise.
9756         (llrint_test_towardzero): Likewise.
9757         (llrint_test_downward): Likewise.
9758         (llrint_test_upward): Likewise.
9759         (log_test): Likewise.
9760         (log10_test): Likewise.
9761         (log1p_test): Likewise.
9762         (log2_test): Likewise.
9763         (logb_test): Likewise.
9764         (logb_test_downward): Likewise.
9765         (lround_test): Likewise.
9766         (llround_test): Likewise.
9767         (modf_test): Likewise.
9768         (nearbyint_test): Likewise.
9769         (nextafter_test): Likewise.
9770         (nexttoward_test): Likewise.
9771         (pow_test): Likewise.
9772         (pow_test_tonearest): Likewise.
9773         (pow_test_towardzero): Likewise.
9774         (pow_test_downward): Likewise.
9775         (pow_test_upward): Likewise.
9776         (remainder_test): Likewise.
9777         (drem_test): Likewise.
9778         (remainder_test_tonearest): Likewise.
9779         (drem_test_tonearest): Likewise.
9780         (remainder_test_towardzero): Likewise.
9781         (drem_test_towardzero): Likewise.
9782         (remainder_test_downward): Likewise.
9783         (drem_test_downward): Likewise.
9784         (remainder_test_upward): Likewise.
9785         (drem_test_upward): Likewise.
9786         (remquo_test): Likewise.
9787         (rint_test): Likewise.
9788         (rint_test_tonearest): Likewise.
9789         (rint_test_towardzero): Likewise.
9790         (rint_test_downward): Likewise.
9791         (rint_test_upward): Likewise.
9792         (round_test): Likewise.
9793         (scalb_test): Likewise.
9794         (scalbn_test): Likewise.
9795         (scalbln_test): Likewise.
9796         (signbit_test): Likewise.
9797         (sin_test): Likewise.
9798         (sin_test_tonearest): Likewise.
9799         (sin_test_towardzero): Likewise.
9800         (sin_test_downward): Likewise.
9801         (sin_test_upward): Likewise.
9802         (sincos_test): Likewise.
9803         (sinh_test): Likewise.
9804         (sinh_test_tonearest): Likewise.
9805         (sinh_test_towardzero): Likewise.
9806         (sinh_test_downward): Likewise.
9807         (sinh_test_upward): Likewise.
9808         (sqrt_test): Likewise.
9809         (sqrt_test_tonearest): Likewise.
9810         (sqrt_test_towardzero): Likewise.
9811         (sqrt_test_downward): Likewise.
9812         (sqrt_test_upward): Likewise.
9813         (tan_test): Likewise.
9814         (tan_test_tonearest): Likewise.
9815         (tan_test_towardzero): Likewise.
9816         (tan_test_downward): Likewise.
9817         (tan_test_upward): Likewise.
9818         (tanh_test): Likewise.
9819         (tgamma_test): Likewise.
9820         (trunc_test): Likewise.
9821         (y0_test): Likewise.
9822         (y1_test): Likewise.
9823         (yn_test): Likewise.
9824         (significand_test): Likewise.
9825
9826         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9827         individual tests in comment.
9828         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9829         (prev_max_error): New variable.
9830         (prev_real_max_error): Likewise.
9831         (prev_imag_max_error): Likewise.
9832         (compare_ulp_data): Don't refer to test names in comment.
9833         (find_test_ulps): Remove function.
9834         (find_function_ulps): Likewise.
9835         (find_complex_function_ulps): Likewise.
9836         (init_max_error): Take function name as argument.  Look up ulps
9837         for that function.
9838         (print_ulps): Remove function.
9839         (print_max_error): Use prev_max_error instead of calling
9840         find_function_ulps.
9841         (print_complex_max_error): Use prev_real_max_error and
9842         prev_imag_max_error instead of calling find_complex_function_ulps.
9843         (check_float_internal): Take max_ulp parameter instead of calling
9844         find_test_ulps.  Don't call print_ulps.
9845         (check_float): Update call to check_float_internal.
9846         (check_complex): Update calls to check_float_internal.
9847         (START): Pass argument to init_max_error.
9848         * math/gen-libm-test.pl (%results): Don't include "kind"
9849         information.
9850         (parse_ulps): Don't handle ulps of individual tests.
9851         (print_ulps_file): Likewise.
9852         (output_ulps): Likewise.
9853         * math/README.libm-test: Update.
9854         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9855         individual tests.
9856         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9857         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9858         * sysdeps/arm/libm-test-ulps: Likewise.
9859         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9860         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9861         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9862         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9863         * sysdeps/microblaze/libm-test-ulps: Likewise.
9864         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9865         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9866         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9867         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9868         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9869         * sysdeps/sh/libm-test-ulps: Likewise.
9870         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9871         * sysdeps/tile/libm-test-ulps: Likewise.
9872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9873
9874 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9875
9876         * math/libm-test.inc (print_complex_max_error): Check separately
9877         whether real and imaginary errors are within allowed range and
9878         pass 0 to print_complex_function_ulps instead of value within
9879         allowed range.
9880
9881 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9882
9883         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9884         formatting.
9885         (get_handles_fopen): Likewise.
9886         (do_write_test): Likewise.
9887
9888         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9889
9890         * libio/fileops.c (do_ftell): Use cached offset when
9891         available.
9892         * libio/iofwide.c (do_ftell_wide): Likewise.
9893         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9894         _IO_file_attach.
9895         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9896
9897         [BZ #16532]
9898         * libio/libioP.h (get_file_offset): New function.
9899         * libio/fileops.c (get_file_offset): Likewise.
9900         (do_ftell): Likewise.
9901         (_IO_new_file_seekoff): Split out ftell logic.
9902         * libio/wfileops.c (do_ftell_wide): Likewise.
9903         (_IO_wfile_seekoff): Split out ftell logic.
9904         * libio/tst-ftell-active-handler.c: New test case.
9905         * libio/Makefile (tests): Add it.
9906
9907 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9908
9909         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9910         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9911
9912 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9913
9914         [BZ #16639]
9915         * nscd/connections.c (nscd_init): Call do_exit.
9916         (start_threads): Call do_exit and notify_parent.
9917         (begin_drop_privileges): Call do_exit.
9918         (finish_drop_privileges): Likewise.
9919         * nscd/selinux.c (preserve_capabilities): Likewise.
9920         (install_real_capabilities): Likewise.
9921         (nscd_selinux_enabled): Likewise.
9922         (avc_create_thread): Likewise.
9923         (avc_alloc_lock): Likewise.
9924         (nscd_avc_init): Likewise.
9925         * nscd/nscd.c (parent_fd): New static variable.
9926         (main): Create a pipe between parent and child processes.
9927         Skip closing parent_fd.
9928         (monitor_child): New function.
9929         (do_exit): Likewise.
9930         (notify_parent): Likewise.
9931         * nscd/nscd.h (notify_parent): Likewise.
9932         (do_exit): Likewise.
9933
9934 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9935
9936         * malloc/malloc.c (__libc_calloc): Revert last change.
9937
9938 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9939
9940         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9941
9942 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9943
9944         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9945         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9946         implementation.
9947         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9948         (__libc_ifunc_impl_list): Likewise.
9949         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9950         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9951         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9952         * string/strrchr.c: Define STRRCHR.
9953
9954 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9955
9956         * benchtest/bench-strtok.c (simple_strtok): Delete.
9957         (strtok_string): Use as benchmark.
9958         * string/strtok (STRTOK): New macro.
9959
9960 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9961
9962         * manual/threads.texi: Add header and standard comments to all
9963         functions.
9964
9965         * elf/dl-lookup.c (check_match): New function.
9966         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9967         (do_lookup_x): Remove nested function check_match. Use non-nested
9968         function check_match.
9969
9970 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9971
9972         * csu/Makefile (generated, before-compile): Use += rather than =.
9973         * catgets/Makefile (generated, generated-dirs): Likewise.
9974         * debug/Makefile (generated): Likewise.
9975         * dlfcn/Makefile (generated): Likewise.
9976         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9977         * iconvdata/Makefile (before-compile, generated): Likewise.
9978         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9979         * libio/Makefile (generated): Likewise.
9980         * malloc/Makefile (generated): Likewise.
9981         * manual/Makefile (generated, generated-dirs): Likewise.
9982         * misc/Makefile (generated): Likewise.
9983         * posix/Makefile (generated): Likewise.
9984         * resolv/Makefile (generated): Likewise.
9985         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9986         * timezone/Makefile (generated, generated-dirs): Likewise.
9987
9988         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9989
9990 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9991
9992         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9993         power8 implementation.
9994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9995         file: POWER8 llround ifunc implementation.
9996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9997         (__lllround): Add POWER8 implementation.
9998         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9999         POWER8 llround implementation.
10000
10001         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10002         power8 implementation.
10003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10004         file: POWER8 llrint ifunc implementation.
10005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10006         Add POWER8 implementation.
10007         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10008         POWER8 llrint implementation.
10009
10010         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10011         power8 implementation.
10012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10013         file: POWER8 finite ifunc implementation.
10014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10015         Add POWER8 implementation.
10016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10017         Likewise.
10018         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10019         POWER8 finite implementation.
10020         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10021
10022         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10023         power8 implementation.
10024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10025         file: POWER8 isinf ifunc implementation.
10026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10027         POWER8 implementation.
10028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10029         Likewise.
10030         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10031         isinf implementation.
10032         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10033
10034         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10035         (INIT_ARCH): Add hwcap2 initialization.
10036         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10037         power8 implementation.
10038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10039         file: POWER8 isnan ifunc implementation.
10040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10041         POWER8 implementation.
10042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10043         Likewise.
10044         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10045         isnan implementation.
10046         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10047
10048 2014-02-27  Joey Ye  <joey.ye@arm.com>
10049
10050         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10051         (_FP_NANFRAC_Q): Set to zero.
10052
10053 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10054
10055         [BZ #16623]
10056         * math/auto-libm-test-in: New test inputs.
10057         * math/auto-libm-test-out: Regenerate.
10058         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10059         and DA.
10060         (__cos): Likewise.
10061         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10062
10063 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10064
10065         * scripts/evaluate-test.sh: Take new argument indicating whether
10066         failure is expected.
10067         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10068         indicating whether failure is expected.
10069         * conform/Makefile (test-xfail-run-conformtest): New variable.
10070         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10071         level.
10072         * posix/Makefile (test-xfail-annexc): New variable.
10073         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10074
10075 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10076
10077         * argp/Makefile: Include Makeconfig immediately after defining
10078         subdir.
10079         * assert/Makefile: Likewise.
10080         * benchtests/Makefile: Likewise.
10081         * catgets/Makefile: Likewise.
10082         * conform/Makefile: Likewise.
10083         * crypt/Makefile: Likewise.
10084         * csu/Makefile: Likewise.
10085         (all): Remove target.
10086         * ctype/Makefile: Include Makeconfig immediately after defining
10087         subdir.
10088         * debug/Makefile: Likewise.
10089         * dirent/Makefile: Likewise.
10090         * dlfcn/Makefile: Likewise.
10091         * gmon/Makefile: Likewise.
10092         * gnulib/Makefile: Likewise.
10093         * grp/Makefile: Likewise.
10094         * gshadow/Makefile: Likewise.
10095         * hesiod/Makefile: Likewise.
10096         * hurd/Makefile: Likewise.
10097         (all): Remove target.
10098         * iconvdata/Makefile: Include Makeconfig immediately after
10099         defining subdir.
10100         * inet/Makefile: Likewise.
10101         * intl/Makefile: Likewise.
10102         * io/Makefile: Likewise.
10103         * libio/Makefile: Likewise.
10104         (all): Remove target.
10105         * locale/Makefile: Include Makeconfig immediately after defining
10106         subdir.
10107         * login/Makefile: Likewise.
10108         * mach/Makefile: Likewise.
10109         (all): Remove target.
10110         * malloc/Makefile: Include Makeconfig immediately after defining
10111         subdir.
10112         (all): Remove target.
10113         * manual/Makefile: Include Makeconfig immediately after defining
10114         subdir.
10115         * math/Makefile: Likewise.
10116         * misc/Makefile: Likewise.
10117         * nis/Makefile: Likewise.
10118         * nss/Makefile: Likewise.
10119         * po/Makefile: Likewise.
10120         (all): Remove target.
10121         * posix/Makefile: Include Makeconfig immediately after defining
10122         subdir.
10123         * pwd/Makefile: Likewise.
10124         * resolv/Makefile: Likewise.
10125         * resource/Makefile: Likewise.
10126         * rt/Makefile: Likewise.
10127         * setjmp/Makefile: Likewise.
10128         * shadow/Makefile: Likewise.
10129         * signal/Makefile: Likewise.
10130         * socket/Makefile: Likewise.
10131         * soft-fp/Makefile: Likewise.
10132         * stdio-common/Makefile: Likewise.
10133         * stdlib/Makefile: Likewise.
10134         * streams/Makefile: Likewise.
10135         * string/Makefile: Likewise.
10136         * sunrpc/Makefile: Likewise.
10137         (all): Remove target.
10138         * sysvipc/Makefile: Include Makeconfig immediately after defining
10139         subdir.
10140         * termios/Makefile: Likewise.
10141         * time/Makefile: Likewise.
10142         * timezone/Makefile: Likewise.
10143         (all): Remove target.
10144         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10145         subdir.
10146         * wctype/Makefile: Likewise.
10147
10148 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10149
10150         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10151         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10152         (libc_feholdexcept_setround_mips): Ditto.
10153         (libc_feholdsetround): New.
10154         (libc_feholdsetroundf): New.
10155         (libc_feholdsetroundl): New.
10156         (libc_feupdateenv_test_mips): New.
10157         (libc_feupdateenv_test): New.
10158         (libc_feupdateenv_testf): New.
10159         (libc_feupdateenv_testl): New.
10160         (libc_feresetround): New.
10161         (libc_feresetroundf): New.
10162         (libc_feresetroundl): New.
10163         (libc_fetestexcept_mips): New.
10164         (libc_fetestexcept): New.
10165         (libc_fetestexceptf): New.
10166         (libc_fetestexceptl): New.
10167         (HAVE_RM_CTX): New.
10168         (libc_feholdexcept_setround_mips_ctx): New.
10169         (libc_feholdexcept_setround_ctx): New.
10170         (libc_feholdexcept_setroundf_ctx): New.
10171         (libc_feholdexcept_setroundl_ctx): New.
10172         (libc_fesetenv_mips_ctx): New.
10173         (libc_fesetenv_ctx): New.
10174         (libc_fesetenv_ctxf): New.
10175         (libc_fesetenv_ctxl): New.
10176         (libc_feupdateenv_mips_ctx): New.
10177         (libc_feupdateenv_ctx): New.
10178         (libc_feupdateenvf_ctx): New.
10179         (libc_feupdateenvl_ctx): New.
10180         (libc_feholdsetround_mips_ctx): New.
10181         (libc_feholdsetround_ctx): New.
10182         (libc_feholdsetroundf_ctx): New.
10183         (libc_feholdsetroundl_ctx): New.
10184         (libc_feresetround_mips_ctx): New.
10185         (libc_feresetround_ctx): New.
10186         (libc_feresetroundf_ctx): New.
10187         (libc_feresetroundl_ctx): New.
10188
10189 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10190
10191         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10192
10193         * manual/ipc.texi: New file.
10194         * manual/Makefile (chapters): Add ipc.
10195         * manual/job.texi: Add "Inter-Process Communication" to next.
10196         * manual/process.texi: Add "Inter-Process Communication" to prev.
10197
10198 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10199
10200         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10201
10202 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10203
10204         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10205
10206         * manual/arith.texi: Fix spaces after sentences.
10207         * manual/charset.texi: Likewise.
10208         * manual/errno.texi: Likewise.
10209         * manual/install.texi: Likewise.
10210         * manual/llio.texi: Likewise.
10211         * manual/locale.texi: Likewise.
10212         * manual/maint.texi: Likewise.
10213         * manual/math.texi: Likewise.
10214         * manual/memory.texi: Likewise.
10215         * manual/message.texi: Likewise.
10216         * manual/probes.texi: Likewise.
10217         * manual/resource.texi: Likewise.
10218         * manual/signal.texi: Likewise.
10219         * manual/socket.texi: Likewise.
10220         * manual/stdio.texi: Likewise.
10221         * manual/string.texi: Likewise.
10222         * manual/time.texi: Likewise.
10223         * manual/users.texi: Likewise.
10224
10225 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10226
10227         [BZ #16632]
10228         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10229         _DEFAULT_SOURCE is defined.
10230
10231 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10232             Carlos O'Donell  <carlos@redhat.com>
10233
10234         [BZ #16613]
10235         * elf/dl-tls.c (_dl_count_modids): New function.
10236         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10237         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10238         audit library and increment generation counter.
10239         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10240         * elf/tst-audit9.c: New file.
10241         * elf/tst-auditmod9a.c: New file.
10242         * elf/tst-auditmod9b.c: New file.
10243         * elf/Makefile: Add rules to build and run tst-audit9.
10244
10245 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10246
10247         [BZ #15347]
10248         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10249
10250 2014-02-25  Will Newton  <will.newton@linaro.org>
10251
10252         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10253         (__longjmp): Restore sp and lr before restoring callee
10254         saved registers.  Add longjmp and longjmp_target
10255         SystemTap probe point.
10256         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10257         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10258         Define to zero to match jmpbuf layout.
10259         * sysdeps/arm/setjmp.S: Include stap-probe.h.
10260         (__sigsetjmp): Save sp and lr before saving callee
10261         saved registers.  Add setjmp SystemTap probe point.
10262
10263 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
10264
10265         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10266
10267 2014-02-24  Andreas Schwab  <schwab@suse.de>
10268
10269         [BZ #15804]
10270         * elf/pldd.c (wait_for_ptrace_stop): New function.
10271         (main): Call it after attaching.
10272
10273 2014-02-22  Roland McGrath  <roland@hack.frob.com>
10274
10275         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10276         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10277         Versions files is now verboten.
10278         * hurd/Versions (libc: GLIBC_2.0):
10279         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10280         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10281         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10282         * mach/Versions: Likewise.
10283
10284         * csu/Versions: Remove unused %include.
10285         * resolv/Versions: Likewise.
10286
10287 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
10288
10289         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10290         ($(objpfx)check-local-headers.out): Likewise.
10291         ($(objpfx)begin-end-check.out): Likewise.
10292         * Makerules (check-abi-%.out): Likewise.
10293         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10294         ($(objpfx)test2.cat): Likewise.
10295         ($(objpfx)de/libc.cat): Likewise.
10296         ($(objpfx)test-gencat.out): Likewise.
10297         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10298         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10299         ($(objpfx)noload-mem): Likewise.
10300         ($(objpfx)tst-pathopt.out): Likewise.
10301         ($(objpfx)tst-rtld-load-self.out): Likewise.
10302         ($(objpfx)tst-array1-cmp.out): Likewise.
10303         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10304         ($(objpfx)tst-array2-cmp.out): Likewise.
10305         ($(objpfx)tst-array3-cmp.out): Likewise.
10306         ($(objpfx)tst-array4-cmp.out): Likewise.
10307         ($(objpfx)tst-array5-cmp.out): Likewise.
10308         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10309         ($(objpfx)check-textrel.out): Likewise.
10310         ($(objpfx)check-execstack.out): Likewise.
10311         ($(objpfx)check-localplt.out): Likewise.
10312         ($(objpfx)order2-cmp.out): Likewise.
10313         ($(objpfx)tst-leaks1-mem): Likewise.
10314         ($(objpfx)tst-leaks1-static-mem): Likewise.
10315         ($(objpfx)tst-initorder-cmp.out): Likewise.
10316         ($(objpfx)tst-initorder2-cmp.out): Likewise.
10317         ($(objpfx)tst-unused-dep.out): Likewise.
10318         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10319         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10320         * iconv/Makefile (test-iconvconfig): Likewise.
10321         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10322         ($(objpfx)iconv-test.out): Likewise.
10323         ($(objpfx)tst-tables.out): Likewise.
10324         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10325         ($(objpfx)tst-gettext.out): Likewise.
10326         ($(objpfx)tst-translit.out): Likewise.
10327         ($(objpfx)tst-gettext2.out): Likewise.
10328         ($(objpfx)tst-gettext4.out): Likewise.
10329         ($(objpfx)tst-gettext6.out): Likewise.
10330         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10331         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10332         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
10333         ($(objpfx)tst-fopenloc-mem.out): Likewise.
10334         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
10335         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
10336         * posix/Makefile ($(objpfx)globtest.out): Likewise.
10337         ($(objpfx)wordexp-tst.out): Likewise.
10338         ($(objpfx)annexc.out): Likewise.
10339         ($(objpfx)tst-fnmatch-mem): Likewise.
10340         ($(objpfx)bug-regex2-mem): Likewise.
10341         ($(objpfx)bug-regex14-mem): Likewise.
10342         ($(objpfx)bug-regex21-mem): Likewise.
10343         ($(objpfx)bug-regex31-mem): Likewise.
10344         ($(objpfx)tst-vfork3-mem): Likewise.
10345         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10346         ($(objpfx)tst-pcre-mem): Likewise.
10347         ($(objpfx)tst-boost-mem): Likewise.
10348         ($(objpfx)tst-getconf.out): Likewise.
10349         ($(objpfx)bug-ga2-mem): Likewise.
10350         ($(objpfx)bug-glob2-mem): Likewise.
10351         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10352         ($(objpfx)mtrace-tst-leaks2): Likewise.
10353         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10354         ($(objpfx)tst-printf.out): Likewise.
10355         ($(objpfx)tst-setvbuf1.out): Likewise.
10356         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10357         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10358         ($(objpfx)tst-fmtmsg.out): Likewise.
10359         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10360         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10361
10362         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10363         * bits/sigaction.h [__USE_MISC]: Likewise.
10364         * bits/waitstatus.h: Update #endif comments.
10365         * ctype/ctype.h: Likewise.
10366         * dirent/dirent.h: Likewise.
10367         [__USE_MISC]: Remove redundant conditionals.
10368         * grp/grp.h: Update #endif comments.
10369         [__USE_GNU]: Remove redundant conditionals.
10370         [__USE_MISC]: Likewise.
10371         * inet/netinet/in.h [__USE_GNU]: Likewise.
10372         * io/sys/stat.h [__USE_MISC]: Likewise.
10373         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10374         * libio/bits/stdio.h: Update #endif comments.
10375         [__USE_MISC]: Remove redundant conditionals.
10376         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10377         * libio/stdio.h: Update #endif comments.
10378         [__USE_MISC]: Remove redundant conditionals.
10379         * math/bits/math-finite.h [__USE_MISC]: Likewise.
10380         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10381         * math/math.h: Update #else and #endif comments.
10382         [__USE_MISC]: Remove redundant conditionals.
10383         * misc/sys/uio.h: Update #endif comments.
10384         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10385         * posix/glob.h [__USE_MISC]: Likewise.
10386         * posix/sys/types.h: Update #endif comments.
10387         [__USE_MISC]: Remove redundant conditionals.
10388         * posix/sys/wait.h: Update #endif comments.
10389         [__USE_MISC]: Remove redundant conditionals.
10390         * posix/unistd.h: Update #endif comments.
10391         [__USE_MISC]: Remove redundant conditionals.
10392         * pwd/pwd.h [__USE_GNU]: Likewise.
10393         [__USE_MISC]: Likewise.
10394         * resolv/netdb.h [__USE_GNU]: Likewise.
10395         * signal/signal.h: Update #endif comments.
10396         [__USE_MISC]: Remove redundant conditionals.
10397         * stdlib/stdlib.h: Update #else and #endif comments.
10398         [__USE_MISC]: Remove redundant conditionals.
10399         [__USE_GNU]: Likewise.
10400         * string/bits/string2.h [__USE_MISC]: Likewise.
10401         * string/string.h: Update #endif comments.
10402         [__USE_MISC]: Remove redundant conditionals.
10403         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10404         Likewise.
10405         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10406         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10407         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10408         Likewise.
10409         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10410         Likewise.
10411         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10412         comments.
10413         [__USE_MISC]: Remove redundant conditionals.
10414         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10415         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10416         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10417         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10418         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10419         Likewise.
10420         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10421         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10422         Likewise.
10423         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10424         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10425         Likewise.
10426         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10427         Likewise.
10428         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10429         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10430         Likewise.
10431         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10432         Likewise.
10433         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10434         * sysdeps/x86/bits/string.h: Update #endif comments.
10435         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10436         conditionals.
10437         * time/sys/time.h: Update #endif comments.
10438         * time/time.h: Likewise.
10439         [__USE_MISC]: Remove redundant conditionals.
10440
10441 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
10442
10443         [BZ #16600]
10444         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10445
10446 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
10447
10448         * Versions.def (librt): Add GLIBC_2.17.
10449
10450 2014-02-21  Adam Conrad  <adconrad@0c3.net>
10451
10452         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10453         synonym for _SYS_AUXV_H to allow direct inclusion.
10454         * sysdeps/sparc/bits/hwcap.h: Likewise.
10455         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10456         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10457         * sysdeps/sparc/sysdep.h: Likewise.
10458
10459 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10460
10461         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10462
10463 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10464
10465         * benchtests/bench-strrchr.c: Print length instead of position.
10466
10467 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
10468
10469         [BZ #16611]
10470         * sysdeps/unix/sysv/linux/kernel-features.h
10471         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10472         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10473         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10474         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10475         Likewise.
10476         [__i386__ || __powerpc__ || __sh__ || __sparc__]
10477         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10478         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10479         (__ASSUME_SENDMMSG): Define instead of using previous
10480         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10481         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10482         (__ASSUME_SENDMMSG_SYSCALL): Define.
10483         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10484         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10485         Likewise.
10486         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10487         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10488         Likewise.
10489         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10490         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10491         Likewise.
10492         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10493         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10494         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10495         [__ASSUME_SENDMMSG]: Change conditionals to
10496         [__ASSUME_SENDMMSG_SOCKETCALL].
10497         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10498         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10499         Define.
10500         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10501         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10502         Likewise.
10503         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10504         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10505         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10506         [!__ASSUME_SENDMMSG]: Change conditional to
10507         [!__ASSUME_SENDMMSG_SOCKETCALL].
10508         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10509         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10510         Define.
10511
10512         [BZ #16610]
10513         * sysdeps/unix/sysv/linux/kernel-features.h
10514         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10515         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10516         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10517         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10518         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10519         [__i386__ || __sparc__]
10520         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10521         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10522         (__ASSUME_RECVMMSG): Define instead of using previous
10523         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10524         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10525         (__ASSUME_RECVMMSG_SYSCALL): Define.
10526         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10527         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10528         Likewise.
10529         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10530         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10531         Likewise.
10532         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10533         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10534         Likewise.
10535         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10536         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10537         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10538         [__ASSUME_RECVMMSG]: Change condition to
10539         [__ASSUME_RECVMMSG_SOCKETCALL].
10540         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10541         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10542         Define.
10543         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10544         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10545         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10546         Likewise.
10547         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10548         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10549         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10550         [!__ASSUME_RECVMMSG]: Change condition to
10551         [!__ASSUME_RECVMMSG_SOCKETCALL].
10552         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10553         (__ASSUME_RECVMMSG_SYSCALL): Define.
10554
10555         [BZ #16609]
10556         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10557         __powerpc__ || __s390__ || __sh__ || __sparc__]
10558         (__ASSUME_SOCKETCALL): Define.
10559         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10560         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10561         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10562         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10563         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10564         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10565         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10566         (__ASSUME_ACCEPT4): Define instead of using previous
10567         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10568         __powerpc__ || __sparc__ || __s390__)] condition.
10569         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10570         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10571         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10572         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10573         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10574         [!__ASSUME_ACCEPT4]: Change condition to
10575         [!__ASSUME_ACCEPT4_SOCKETCALL].
10576         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10577         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10578         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10579         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10580         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10581         __ASSUME_ACCEPT4_SYSCALL.
10582         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10583         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10584         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10585         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10586         __ASSUME_ACCEPT4_SYSCALL.
10587         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10588         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10589         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10590         [__ASSUME_ACCEPT4]: Change condition to
10591         [__ASSUME_ACCEPT4_SOCKETCALL].
10592         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10593         (__ASSUME_SOCKETCALL): Define.
10594         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10595         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10596         (__ASSUME_SOCKETCALL): Define.
10597         (__ASSUME_ACCEPT4): Remove.
10598         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10599         Define.
10600         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10601         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10602         Likewise.
10603         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10604         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10605
10606         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10607         macro.
10608         (HWCAP_ARM_LPAE): Likewise.
10609         (HWCAP_ARM_EVTSTRM): Likewise.
10610         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10611         Add vpfd32, lpae and evtstrm.
10612         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10613         Increase to 22.
10614
10615 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10616
10617         * math/auto-libm-test-in: Add tests of clog10.
10618         * math/auto-libm-test-out: Regenerated.
10619         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10620         * sysdeps/i386/fpu/libm-test-ulps: Update.
10621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10622
10623 2014-02-18  Andreas Schwab  <schwab@suse.de>
10624
10625         [BZ #16574]
10626         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10627         Store non-zero if the second buffer was newly allocated.
10628         (send_dg): Likewise.
10629         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10630         to send_vc and send_dg.
10631         (res_nsend): Pass NULL for ansp2_malloced.
10632         * resolv/res_query.c (__libc_res_nquery): Add parameter
10633         answerp2_malloced and pass it down to __libc_res_nsend.
10634         (res_nquery): Pass additional NULL to __libc_res_nquery.
10635         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10636         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10637         second answer buffer if answerp2_malloced was set.
10638         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10639         (__libc_res_nquerydomain): Add parameter
10640         answerp2_malloced and pass it down to __libc_res_nquery.
10641         (res_nquerydomain): Pass additional NULL to
10642         __libc_res_nquerydomain.
10643         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10644         additional NULL to __libc_res_nsend and __libc_res_nquery.
10645         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10646         additional NULL to __libc_res_nsearch.
10647         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10648         parameter of __libc_res_nsearch to check for separately allocated
10649         second buffer.
10650         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10651         __libc_res_nquery.
10652         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10653         additional NULL to __libc_res_nquery.
10654         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10655         __libc_res_nsearch.
10656         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10657         * include/resolv.h: Update prototypes of __libc_res_nquery,
10658         __libc_res_nsearch, __libc_res_nsend.
10659
10660 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10661
10662         * math/auto-libm-test-in: Add tests of fma.
10663         * math/auto-libm-test-out: Regenerated.
10664         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10665         (fma_towardzero_test_data): Likewise.
10666         (fma_downward_test_data): Likewise.
10667         (fma_upward_test_data): Likewise.
10668         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10669         mpc_mode.
10670         (rounding_modes): Add values for new field.
10671         (func_calc_method): Add value mpfr_fff_f.
10672         (func_calc_desc): Add mpfr_fff_f union field.
10673         (test_function): Add field exact_args.
10674         (FUNC): Add macro argument EXACT_ARGS.
10675         (FUNC_mpfr_f_f): Update call to FUNC.
10676         (FUNC_mpfr_f_f): Likewise.
10677         (FUNC_mpfr_ff_f): Likewise.
10678         (FUNC_mpfr_if_f): Likewise.
10679         (FUNC_mpc_c_f): Likewise.
10680         (FUNC_mpc_c_c): Likewise.
10681         (test_functions): Add fma.  Update calls to FUNC.
10682         (handle_input_arg): Add argument exact_args.
10683         (add_test): Update call to handle_input_arg.
10684         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10685         (output_for_one_input_case): Update call to calc_generic_results.
10686         Recalculate exact zero results in each rounding mode.
10687
10688         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10689         non-negative before setting low bit.
10690         * math/auto-libm-test-in: Mark one asin test possibly having
10691         spurious underflow.
10692         * math/auto-libm-test-out: Regenerated.
10693         * sysdeps/i386/fpu/libm-test-ulps: Update.
10694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10695
10696 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10697
10698         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10699         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10700         ports/sysdeps/unix/sysv/linux/microblaze.
10701         * README: Add missing listing for microblaze*-*-linux-gnu.
10702
10703 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10704
10705         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10706         duplicate code
10707
10708 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10709
10710         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10711         * sysdeps/unix/sysv/linux/ia64: Move directory from
10712         ports/sysdeps/unix/sysv/linux/ia64.
10713         * README: Update listing for ia64-*-linux-gnu.
10714
10715 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10716             Joseph Myers  <joseph@codesourcery.com>
10717
10718         * Makeconfig (test-name): New variable.
10719         (evaluate-test): Likewise.
10720         * Makerules (do-test-clean): Remove .test-result files.
10721         (common-mostlyclean): Likewise.
10722         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10723         * scripts/evaluate-test.sh: New file.
10724
10725 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10726
10727         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10728         separate $(objpfx)tst-fopenloc-cmp.out and
10729         $(objpfx)tst-fopenloc-mem.out targets.
10730         (tests): Update dependencies.
10731         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10732         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10733         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10734         (tst-rxspencer-no-utf8-ARGS): New variable.
10735         (tst-rxspencer-no-utf8-ENV): Likewise.
10736         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10737         instead of $(objpfx)tst-rxspencer-mem.
10738         ($(objpfx)tst-rxspencer-mem): Change target to
10739         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10740         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10741         * posix/tst-rxspencer-no-utf8.c: New file.
10742
10743         * elf/Makefile ($(objpfx)order.out): Remove rule.
10744         [$(run-built-tests) = yes] (tests): Depend on
10745         $(objpfx)order-cmp.out.
10746         ($(objpfx)order-cmp.out): New rule.
10747         [$(run-built-tests) = yes] (tests): Depend on
10748         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10749         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10750         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10751         $(objpfx)tst-array5-static-cmp.out.
10752         ($(objpfx)tst-array1.out): Remove rule.
10753         ($(objpfx)tst-array1-cmp.out): New rule.
10754         ($(objpfx)tst-array1-static.out): Remove rule.
10755         ($(objpfx)tst-array1-static-cmp.out): New rule.
10756         ($(objpfx)tst-array2.out): Remove rule.
10757         ($(objpfx)tst-array2-cmp.out): New rule.
10758         ($(objpfx)tst-array3.out): Remove rule.
10759         ($(objpfx)tst-array3-cmp.out): New rule.
10760         ($(objpfx)tst-array4.out): Remove rule.
10761         ($(objpfx)tst-array4-cmp.out): New rule.
10762         ($(objpfx)tst-array5.out): Remove rule.
10763         ($(objpfx)tst-array5-cmp.out): New rule.
10764         ($(objpfx)tst-array5-static.out): Remove rule.
10765         ($(objpfx)tst-array5-static-cmp.out): New rule.
10766         [$(run-built-tests) = yes] (tests): Depend on
10767         $(objpfx)order2-cmp.out.
10768         ($(objpfx)order2.out): Remove rule.
10769         ($(objpfx)order2-cmp.out): New rule.
10770         ($(objpfx)tst-initorder.out): Remove rule.
10771         [$(run-built-tests) = yes] (tests): Depend on
10772         $(objpfx)tst-initorder-cmp.out.
10773         ($(objpfx)tst-initorder-cmp.out): New rule.
10774         ($(objpfx)tst-initorder2.out): Remove rule.
10775         [$(run-built-tests) = yes] (tests): Depend on
10776         $(objpfx)tst-initorder2-cmp.out.
10777         ($(objpfx)tst-initorder2-cmp.out): New rule.
10778         [$(run-built-tests) = yes] (tests): Depend on
10779         $(objpfx)tst-unused-dep-cmp.out.
10780         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10781         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10782         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10783         on $(objpfx)tst-setvbuf1-cmp.out.
10784         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10785         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10786         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10787         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10788         ($(objpfx)tst-svc.out): Remove rule.
10789         ($(objpfx)tst-svc-cmp.out): New rule.
10790
10791 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10792
10793         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10794         * ctype/ctype.h [__USE_MISC]: Likewise.
10795         * dirent/dirent.h [__USE_MISC]: Likewise.
10796         * grp/grp.h [__USE_MISC]: Likewise.
10797         * io/fcntl.h [__USE_MISC]: Likewise.
10798         * io/sys/stat.h [__USE_MISC]: Likewise.
10799         * libio/stdio.h [__USE_MISC]: Likewise.
10800         * posix/unistd.h [__USE_MISC]: Likewise.
10801         * pwd/pwd.h [__USE_MISC]: Likewise.
10802         * stdlib.h [__USE_MISC]: Likewise.
10803         * string/bits/string2.h [__USE_MISC]: Likewise.
10804         * string/string.h [__USE_MISC]: Likewise.
10805         * time/time.h [__USE_MISC]: Likewise.
10806
10807 2014-02-13  Andreas Schwab  <schwab@suse.de>
10808
10809         [BZ #16574]
10810         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10811         second answer buffer if it was separately allocated.
10812
10813 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10814
10815         * sysdeps/mips/math-tests.h: Include <features.h>.
10816         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10817         (ROUNDING_TESTS_long_double): Do not define.
10818         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10819         (EXCEPTION_TESTS_long_double): Likewise.
10820         * sysdeps/mips/mips64/libm-test-ulps: Update.
10821
10822         * include/features.h (__USE_BSD): Remove macro definitions.
10823         (__USE_SVID): Likewise.
10824         (_BSD_SOURCE): Likewise.
10825         (_SVID_SOURCE): Likewise.
10826         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10827         from definition of _DEFAULT_SOURCE.
10828         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10829         [_DEFAULT_SOURCE].
10830         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10831         * bits/mman.h [__USE_BSD]: Likewise.
10832         * bits/termios.h [__USE_BSD]: Likewise.
10833         * bits/waitstatus.h [__USE_BSD]: Likewise.
10834         * ctype/ctype.h [__USE_SVID]: Likewise.
10835         * dirent/dirent.h [__USE_BSD]: Likewise.
10836         * grp/grp.h [__USE_SVID]: Likewise.
10837         [__USE_BSD]: Likewise.
10838         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10839         * io/fcntl.h [__USE_BSD]: Likewise.
10840         * io/ftw.h [__USE_BSD]: Likewise.
10841         * io/sys/stat.h [__USE_BSD]: Likewise.
10842         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10843         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10844         * libio/stdio.h [__USE_SVID]: Likewise.
10845         [__USE_BSD]: Likewise.
10846         * math/math.h [__USE_SVID]: Likewise.
10847         [__USE_BSD]: Likewise.
10848         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10849         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10850         * misc/search.h [__USE_SVID]: Likewise.
10851         * misc/sys/mman.h [__USE_BSD]: Likewise.
10852         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10853         * misc/sys/uio.h [__USE_BSD]: Likewise.
10854         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10855         * posix/glob.h [__USE_BSD]: Likewise.
10856         * posix/regex.h [__USE_BSD]: Likewise.
10857         * posix/sys/types.h [__USE_BSD]: Likewise.
10858         [__USE_SVID]: Likewise.
10859         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10860         * posix/sys/wait.h [__USE_BSD]: Likewise.
10861         [__USE_SVID]: Likewise.
10862         * posix/unistd.h [__USE_BSD]: Likewise.
10863         [__USE_SVID]: Likewise.
10864         * pwd/pwd.h [__USE_SVID]: Likewise.
10865         * resolv/netdb.h [__USE_BSD]: Likewise.
10866         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10867         * signal/signal.h [__USE_BSD]: Likewise.
10868         [__USE_SVID]: Likewise.
10869         * socket/sys/socket.h [__USE_BSD]: Likewise.
10870         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10871         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10872         [__USE_SVID]: Likewise.
10873         * string/bits/string2.h [__USE_BSD]: Likewise.
10874         [__USE_SVID]: Likewise.
10875         * string/bits/string3.h [__USE_BSD]: Likewise.
10876         * string/endian.h [__USE_BSD]: Likewise.
10877         * string/string.h [__USE_SVID]: Likewise.
10878         [__USE_BSD]: Likewise.
10879         * string/strings.h [__USE_BSD]: Likewise.
10880         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10881         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10882         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10883         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10884         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10885         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10886         Likewise.
10887         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10888         Likewise.
10889         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10890         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10891         Likewise.
10892         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10893         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10894         Likewise.
10895         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10896         Likewise.
10897         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10898         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10899         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10900         Likewise.
10901         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10902         Likewise.
10903         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10904         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10905         * termios/termios.h [__USE_BSD]: Likewise.
10906         * time/sys/time.h [__USE_BSD]: Likewise.
10907         * time/time.h [__USE_BSD]: Likewise.
10908         [__USE_SVID]: Likewise.
10909
10910         * Makefile (subdir_targets): Remove subdir_lint.out.
10911
10912         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10913         (do-tst-printf): Likewise.
10914         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10915         $(objpfx)tst-printf.out.
10916
10917         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10918
10919         * Makerules (check-abi-%): Change target to
10920         $(objpfx)check-abi-%.out.
10921         (check-abi target): Update dependencies.
10922         (check-abi-pattern variable): Redirect output of diff to $@.
10923         (check-abi variable): Likewise.
10924         * elf/Makefile (check-abi): Update dependencies.
10925
10926         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10927         unused.
10928         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10929         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10930         subnormal range.
10931         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10932         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10933         value has largest subnormal exponent.
10934         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10935         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10936         * sysdeps/aarch64/soft-fp/sfp-machine.h
10937         (_FP_TININESS_AFTER_ROUNDING): New macro.
10938         * sysdeps/alpha/soft-fp/sfp-machine.h
10939         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10940         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10941         Likewise.
10942         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10943         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10944         * sysdeps/mips/soft-fp/sfp-machine.h
10945         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10946         * sysdeps/powerpc/soft-fp/sfp-machine.h
10947         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10948         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10949         Likewise.
10950         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10951         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10952         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10953         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10954         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10955         Likewise.
10956
10957 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10958
10959         [BZ #16545]
10960         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10961         model 1.
10962
10963 2014-02-12  Richard Henderson  <rth@redhat.com>
10964
10965         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10966         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10967         * sysdeps/unix/sysv/linux/alpha: Move directory from
10968         ports/sysdeps/unix/sysv/linux/alpha.
10969         * README: Update listing for alpha-*-linux-gnu.
10970
10971 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10972
10973         * include/features.h: Update comment documenting feature test
10974         macros.
10975         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10976         _DEFAULT_SOURCE.
10977         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10978         (_SVID_SOURCE): Likewise.
10979         (_DEFAULT_SOURCE): Update description of default features.
10980         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10981         with _GNU_SOURCE.
10982         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10983         (S_ISVTX): Likewise.
10984         * manual/math.texi (Mathematical Constants): Likewise.
10985         * manual/signal.texi (Interrupted Primitives): Likewise.
10986         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10987         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10988         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10989         Don't refer to _SVID_SOURCE in warning text.
10990
10991         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10992
10993         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10994         already defined.
10995         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10996         * sysdeps/mips/dl-lookup.c: Remove.
10997         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10998
10999 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11000
11001         [BZ #16447]
11002         * math/auto-libm-test-in: Add testcase for expl.
11003         * math/auto-libm-test-out: Regenerate.
11004         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11005         calculation of unsafe.
11006         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11007
11008 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11009
11010         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11011         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11012         ports/sysdeps/unix/sysv/linux/aarch64.
11013         * README: Update listing for aarch64*-*-linux-gnu.
11014
11015 2014-02-11  Will Newton  <will.newton@linaro.org>
11016
11017         * manual/probes.texi (Mathematical Function Probes): Use
11018         "triggered" instead of "hit".
11019
11020         * manual/probes.texi (Internal Probes): Add documentation
11021         of setjmp, longjmp and longjmp_target probes.
11022
11023         * include/stap-probe.h: Add comment about probe argument
11024         format.
11025
11026         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11027         definition.  (tr_where, tr_freehook, tr_mallochook,
11028         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11029
11030 2014-02-11  David S. Miller  <davem@davemloft.net>
11031
11032         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11033         processing int_tests.
11034
11035 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11036
11037         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11038         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11039         * sysdeps/unix/sysv/linux/mips: Move directory from
11040         ports/sysdeps/unix/sysv/linux/mips.
11041         * README: Update listing for mips-*-linux-gnu and
11042         mips64-*-linux-gnu.
11043
11044 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11045
11046         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11047         * sysdeps/unix/sysv/linux/m68k: Move directory from
11048         ports/sysdeps/unix/sysv/linux/m68k.
11049         * README: Update listing for m68k-*-linux-gnu.
11050
11051 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11052
11053         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11054         * sysdeps/unix/sysv/linux/generic: Move directory from
11055         ports/sysdeps/unix/sysv/linux/generic.
11056         * sysdeps/unix/sysv/linux/tile: Move directory from
11057         ports/sysdeps/unix/sysv/linux/tile.
11058         * README: Update listing for tile*-*-linux-gnu.
11059
11060 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11061
11062         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11063         __builtin_expect.
11064         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11065         * catgets/open_catalog.c (__open_catalog): Likewise.
11066         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11067         * debug/confstr_chk.c: Likewise.
11068         * debug/fread_chk.c (__fread_chk): Likewise.
11069         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11070         * debug/getgroups_chk.c: Likewise.
11071         * debug/mbsnrtowcs_chk.c: Likewise.
11072         * debug/mbsrtowcs_chk.c: Likewise.
11073         * debug/mbstowcs_chk.c: Likewise.
11074         * debug/memcpy_chk.c: Likewise.
11075         * debug/memmove_chk.c: Likewise.
11076         * debug/mempcpy_chk.c: Likewise.
11077         * debug/memset_chk.c: Likewise.
11078         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11079         * debug/strcat_chk.c (__strcat_chk): Likewise.
11080         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11081         * debug/strncat_chk.c (__strncat_chk): Likewise.
11082         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11083         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11084         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11085         * debug/wcpncpy_chk.c: Likewise.
11086         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11087         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11088         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11089         * debug/wcsncpy_chk.c: Likewise.
11090         * debug/wcsnrtombs_chk.c: Likewise.
11091         * debug/wcsrtombs_chk.c: Likewise.
11092         * debug/wcstombs_chk.c: Likewise.
11093         * debug/wmemcpy_chk.c: Likewise.
11094         * debug/wmemmove_chk.c: Likewise.
11095         * debug/wmempcpy_chk.c: Likewise.
11096         * debug/wmemset_chk.c: Likewise.
11097         * dirent/scandirat.c (SCANDIRAT): Likewise.
11098         * dlfcn/dladdr1.c (dladdr1): Likewise.
11099         * dlfcn/dladdr.c (dladdr): Likewise.
11100         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11101         * dlfcn/dlerror.c (__dlerror): Likewise.
11102         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11103         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11104         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11105         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11106         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11107         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11108         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11109         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11110         Likewise.
11111         * elf/dl-conflict.c: Likewise.
11112         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11113         * elf/dl-dst.h: Likewise.
11114         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11115         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11116         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11117         * elf/dl-init.c (call_init, _dl_init): Likewise.
11118         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11119         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11120         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11121         Likewise.
11122         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11123         Likewise.
11124         * elf/dl-minimal.c (__libc_memalign): Likewise.
11125         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11126         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11127         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11128         * elf/dl-sym.c (do_sym): Likewise.
11129         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11130         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11131         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11132         * elf/dl-writev.h (_dl_writev): Likewise.
11133         * elf/ldconfig.c (search_dir): Likewise.
11134         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11135         (dl_main): Likewise.
11136         * elf/setup-vdso.h (setup_vdso): Likewise.
11137         * grp/compat-initgroups.c (compat_call): Likewise.
11138         * grp/fgetgrent.c (fgetgrent): Likewise.
11139         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11140         * grp/putgrent.c (putgrent): Likewise.
11141         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11142         Likewise.
11143         * hurd/hurdinit.c: Likewise.
11144         * iconvdata/8bit-gap.c (struct): Likewise.
11145         * iconvdata/ansi_x3.110.c : Likewise.
11146         * iconvdata/big5.c : Likewise.
11147         * iconvdata/big5hkscs.c : Likewise.
11148         * iconvdata/cp1255.c: Likewise.
11149         * iconvdata/cp1258.c : Likewise.
11150         * iconvdata/cp932.c : Likewise.
11151         * iconvdata/euc-cn.c: Likewise.
11152         * iconvdata/euc-jisx0213.c : Likewise.
11153         * iconvdata/euc-jp.c: Likewise.
11154         * iconvdata/euc-jp-ms.c : Likewise.
11155         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11156         * iconvdata/gb18030.c : Likewise.
11157         * iconvdata/gbbig5.c (const): Likewise.
11158         * iconvdata/gbgbk.c: Likewise.
11159         * iconvdata/gbk.c : Likewise.
11160         * iconvdata/ibm1364.c : Likewise.
11161         * iconvdata/ibm930.c : Likewise.
11162         * iconvdata/ibm932.c: Likewise.
11163         * iconvdata/ibm933.c : Likewise.
11164         * iconvdata/ibm935.c : Likewise.
11165         * iconvdata/ibm937.c : Likewise.
11166         * iconvdata/ibm939.c : Likewise.
11167         * iconvdata/ibm943.c: Likewise.
11168         * iconvdata/iso_11548-1.c: Likewise.
11169         * iconvdata/iso-2022-cn.c : Likewise.
11170         * iconvdata/iso-2022-cn-ext.c : Likewise.
11171         * iconvdata/iso-2022-jp-3.c: Likewise.
11172         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11173         * iconvdata/iso-2022-kr.c : Likewise.
11174         * iconvdata/iso646.c (gconv_end): Likewise.
11175         * iconvdata/iso_6937-2.c : Likewise.
11176         * iconvdata/iso_6937.c : Likewise.
11177         * iconvdata/iso8859-1.c: Likewise.
11178         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11179         * iconvdata/shift_jisx0213.c : Likewise.
11180         * iconvdata/sjis.c : Likewise.
11181         * iconvdata/t.61.c : Likewise.
11182         * iconvdata/tcvn5712-1.c : Likewise.
11183         * iconvdata/tscii.c: Likewise.
11184         * iconvdata/uhc.c : Likewise.
11185         * iconvdata/unicode.c (gconv_end): Likewise.
11186         * iconvdata/utf-16.c (gconv_end): Likewise.
11187         * iconvdata/utf-32.c (gconv_end): Likewise.
11188         * iconvdata/utf-7.c (base64): Likewise.
11189         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11190         * iconv/gconv_close.c (__gconv_close): Likewise.
11191         * iconv/gconv_open.c (__gconv_open): Likewise.
11192         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11193         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11194         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11195         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11196         (ucs4le_internal_loop_single): Likewise.
11197         * iconv/iconv.c (iconv): Likewise.
11198         * iconv/iconv_close.c: Likewise.
11199         * iconv/loop.c (SINGLE): Likewise.
11200         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11201         * include/atomic.h: Likewise.
11202         * inet/inet6_option.c (option_alloc): Likewise.
11203         * intl/bindtextdom.c (set_binding_values): Likewise.
11204         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11205         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11206         * intl/localealias.c (read_alias_file): Likewise.
11207         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11208         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11209         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11210         * libio/fmemopen.c (fmemopen): Likewise.
11211         * libio/iofgets.c (_IO_fgets): Likewise.
11212         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11213         * libio/iofgetws.c (fgetws): Likewise.
11214         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11215         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11216         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11217         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11218         * locale/findlocale.c (_nl_find_locale): Likewise.
11219         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11220         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11221         Likewise.
11222         * locale/setlocale.c (setlocale): Likewise.
11223         * login/programs/pt_chown.c (main): Likewise.
11224         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11225         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11226         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11227         (mmap, mmap64, mremap, munmap): Likewise.
11228         * math/e_exp2l.c: Likewise.
11229         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11230         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11231         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11232         * math/s_catan.c (__catan): Likewise.
11233         * math/s_catanf.c (__catanf): Likewise.
11234         * math/s_catanh.c (__catanh): Likewise.
11235         * math/s_catanhf.c (__catanhf): Likewise.
11236         * math/s_catanhl.c (__catanhl): Likewise.
11237         * math/s_catanl.c (__catanl): Likewise.
11238         * math/s_ccosh.c (__ccosh): Likewise.
11239         * math/s_ccoshf.c (__ccoshf): Likewise.
11240         * math/s_ccoshl.c (__ccoshl): Likewise.
11241         * math/s_cexp.c (__cexp): Likewise.
11242         * math/s_cexpf.c (__cexpf): Likewise.
11243         * math/s_cexpl.c (__cexpl): Likewise.
11244         * math/s_clog10.c (__clog10): Likewise.
11245         * math/s_clog10f.c (__clog10f): Likewise.
11246         * math/s_clog10l.c (__clog10l): Likewise.
11247         * math/s_clog.c (__clog): Likewise.
11248         * math/s_clogf.c (__clogf): Likewise.
11249         * math/s_clogl.c (__clogl): Likewise.
11250         * math/s_csin.c (__csin): Likewise.
11251         * math/s_csinf.c (__csinf): Likewise.
11252         * math/s_csinh.c (__csinh): Likewise.
11253         * math/s_csinhf.c (__csinhf): Likewise.
11254         * math/s_csinhl.c (__csinhl): Likewise.
11255         * math/s_csinl.c (__csinl): Likewise.
11256         * math/s_csqrt.c (__csqrt): Likewise.
11257         * math/s_csqrtf.c (__csqrtf): Likewise.
11258         * math/s_csqrtl.c (__csqrtl): Likewise.
11259         * math/s_ctan.c (__ctan): Likewise.
11260         * math/s_ctanf.c (__ctanf): Likewise.
11261         * math/s_ctanh.c (__ctanh): Likewise.
11262         * math/s_ctanhf.c (__ctanhf): Likewise.
11263         * math/s_ctanhl.c (__ctanhl): Likewise.
11264         * math/s_ctanl.c (__ctanl): Likewise.
11265         * math/w_pow.c: Likewise.
11266         * math/w_powf.c: Likewise.
11267         * math/w_powl.c: Likewise.
11268         * math/w_scalb.c (sysv_scalb): Likewise.
11269         * math/w_scalbf.c (sysv_scalbf): Likewise.
11270         * math/w_scalbl.c (sysv_scalbl): Likewise.
11271         * misc/error.c (error_tail): Likewise.
11272         * misc/pselect.c (__pselect): Likewise.
11273         * nis/nis_callback.c (__nis_create_callback): Likewise.
11274         * nis/nis_call.c (__nisfind_server): Likewise.
11275         * nis/nis_creategroup.c (nis_creategroup): Likewise.
11276         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11277         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11278         * nis/nis_getservlist.c (nis_getservlist): Likewise.
11279         * nis/nis_lookup.c (nis_lookup): Likewise.
11280         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
11281         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11282         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
11283         * nis/nis_xdr.c (xdr_endpoint): Likewise.
11284         * nis/nss_compat/compat-grp.c (getgrent_next_file)
11285         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11286         * nis/nss_compat/compat-initgroups.c (add_group)
11287         (internal_getgrent_r): Likewise.
11288         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11289         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11290         * nis/nss_compat/compat-spwd.c (getspent_next_file)
11291         (internal_getspnam_r): Likewise.
11292         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11293         (_nss_nis_getaliasbyname_r): Likewise.
11294         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11295         (_nss_nis_getntohost_r): Likewise.
11296         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11297         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11298         (_nss_nis_getgrgid_r): Likewise.
11299         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11300         (internal_nis_gethostent_r, internal_gethostbyname2_r)
11301         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11302         (_nss_nis_gethostbyname4_r): Likewise.
11303         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11304         (initgroups_netid): Likewise.
11305         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11306         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11307         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11308         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11309         (_nss_nis_getprotobynumber_r): Likewise.
11310         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11311         (_nss_nis_getsecretkey): Likewise.
11312         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11313         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11314         (_nss_nis_getpwuid_r): Likewise.
11315         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11316         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11317         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11318         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11319         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11320         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
11321         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11322         Likewise.
11323         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11324         (_nss_nisplus_getntohost_r): Likewise.
11325         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11326         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11327         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11328         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
11329         Likewise.
11330         * nis/nss_nisplus/nisplus-initgroups.c
11331         (_nss_nisplus_initgroups_dyn): Likewise.
11332         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
11333         (_nss_nisplus_getnetbyaddr_r): Likewise.
11334         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
11335         (_nss_nisplus_getprotobynumber_r): Likewise.
11336         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
11337         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
11338         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
11339         Likewise.
11340         * nis/nss_nisplus/nisplus-service.c
11341         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
11342         (_nss_nisplus_getservbyport_r): Likewise.
11343         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
11344         (_nss_nisplus_getspnam_r): Likewise.
11345         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
11346         Likewise.
11347         * nscd/aicache.c (addhstaiX): Likewise.
11348         * nscd/cache.c (cache_search, prune_cache): Likewise.
11349         * nscd/connections.c (register_traced_file, send_ro_fd)
11350         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11351         (main_loop_epoll): Likewise.
11352         * nscd/grpcache.c (addgrbyX): Likewise.
11353         * nscd/hstcache.c (addhstbyX): Likewise.
11354         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11355         * nscd/mem.c (gc, mempool_alloc): Likewise.
11356         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11357         (addinnetgrX): Likewise.
11358         * nscd/nscd-client.h (__nscd_acquire_maplock)
11359         (__nscd_drop_map_ref): Likewise.
11360         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11361         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11362         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11363         Likewise.
11364         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11365         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11366         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11367         (__nscd_get_map_ref): Likewise.
11368         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11369         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11370         Likewise.
11371         * nscd/pwdcache.c (addpwbyX): Likewise.
11372         * nscd/selinux.c (preserve_capabilities): Likewise.
11373         * nscd/servicescache.c (addservbyX): Likewise.
11374         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11375         * posix/fnmatch.c (fnmatch): Likewise.
11376         * posix/getopt.c (_getopt_internal_r): Likewise.
11377         * posix/glob.c (glob, glob_in_dir): Likewise.
11378         * posix/wordexp.c (exec_comm_child): Likewise.
11379         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11380         (getanswer_r, gaih_getanswer_slice): Likewise.
11381         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11382         * resolv/res_init.c: Likewise.
11383         * resolv/res_mkquery.c (res_nmkquery): Likewise.
11384         * resolv/res_query.c (__libc_res_nquery): Likewise.
11385         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11386         Likewise.
11387         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11388         * stdio-common/perror.c (perror): Likewise.
11389         * stdio-common/printf_fp.c (___printf_fp): Likewise.
11390         * stdio-common/tmpnam.c (tmpnam): Likewise.
11391         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11392         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
11393         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11394         Likewise.
11395         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11396         * stdlib/putenv.c (putenv): Likewise.
11397         * stdlib/setenv.c (__add_to_environ): Likewise.
11398         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11399         * stdlib/strtol_l.c (INTERNAL): Likewise.
11400         * string/memmem.c (memmem): Likewise.
11401         * string/strerror.c (strerror): Likewise.
11402         * string/strnlen.c (__strnlen): Likewise.
11403         * string/test-memmem.c (simple_memmem): Likewise.
11404         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11405         * sunrpc/pm_getport.c (__get_socket): Likewise.
11406         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11407         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
11408         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11409         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
11410         Likewise.
11411         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11412         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11413         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11414         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11415         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
11416         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11417         Likewise.
11418         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11419         Likewise.
11420         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11421         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11422         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11423         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11424         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11425         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11426         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11427         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11428         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11429         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11430         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11431         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11432         Likewise.
11433         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11434         Likewise.
11435         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11436         Likewise.
11437         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11438         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11439         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11440         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11441         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11442         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11443         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11444         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11445         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11446         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11447         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11448         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11449         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11450         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11451         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11452         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11453         Likewise.
11454         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11455         Likewise.
11456         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11457         Likewise.
11458         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11459         Likewise.
11460         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11461         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11462         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11463         Likewise.
11464         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11465         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11466         * sysdeps/posix/opendir.c (__opendirat): Likewise.
11467         * sysdeps/posix/sleep.c: Likewise.
11468         * sysdeps/posix/tempname.c: Likewise.
11469         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11470         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11471         Likewise.
11472         * sysdeps/powerpc/powerpc32/dl-machine.h
11473         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
11474         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11475         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11476         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11477         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11478         Likewise.
11479         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
11480         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11481         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11482         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11483         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11484         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11485         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11486         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11487         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11488         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11489         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11490         (elf_machine_lazy_rel): Likewise.
11491         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11492         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11493         (elf_machine_lazy_rel): Likewise.
11494         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11495         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11496         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11497         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11498         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11499         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11500         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11501         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11502         Likewise.
11503         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11504         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11505         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11506         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11507         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11508         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11509         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11510         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11511         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11512         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11513         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11514         Likewise.
11515         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11516         (__posix_fallocate64_l64): Likewise.
11517         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11518         (posix_fallocate): Likewise.
11519         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11520         Likewise.
11521         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11522         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11523         (getifaddrs_internal): Likewise.
11524         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11525         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11526         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11527         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11528         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11529         (__posix_fallocate64_l64): Likewise.
11530         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11531         Likewise.
11532         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11533         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11534         (__get_clockfreq): Likewise.
11535         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11536         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11537         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11538         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11539         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11540         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11541         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11542         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11543         Likewise.
11544         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11545         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11546         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11547         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11548         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11549         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11550         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11551         Likewise.
11552         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11553         (posix_fallocate): Likewise.
11554         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11555         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11556         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11557         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11558         (elf_machine_rela, elf_machine_rela_relative)
11559         (elf_machine_lazy_rel): Likewise.
11560         * time/asctime.c (asctime_internal): Likewise.
11561         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11562         * time/tzset.c (__tzset_parse_tz): Likewise.
11563         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11564         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11565         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11566         * wcsmbs/wcsmbsload.h: Likewise.
11567
11568         [BZ #15894]
11569         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11570
11571         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11572         (arena_get2): Remove THREAD_STATS conditionals.
11573         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11574         (__malloc_stats, int): Likewise.
11575
11576 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11577
11578         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11579         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11580
11581         * manual/setjmp.texi: Fix typos/grammar errors.
11582
11583         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11584         Only return early when n is <= 0.  Delete unused return statement.
11585
11586         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11587         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11588         * debug/tst-longjmp_chk3.c: New file.
11589
11590         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11591         (test_main): Replace code with set_fortify_handler call.
11592         * debug/test-strcpy_chk.c: Likewise.
11593         * debug/tst-chk1.c: Likewise.
11594         * debug/tst-longjmp_chk.c: Likewise.
11595         * test-skeleton.c: Include fcntl.h & paths.h
11596         (set_fortify_handler): Define.
11597
11598         * debug/tst-longjmp_chk.c: Add header comment and include
11599         ../test-skeleton.c.
11600         (do_test): Mark static.
11601         (TEST_FUNCTION): Define.
11602
11603         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11604         (IP_PMTUDISC_INTERFACE): Likewise.
11605         (IP_MULTICAST_IF): Likewise.
11606         (IP_MULTICAST_TTL): Likewise.
11607         (IP_MULTICAST_LOOP): Likewise.
11608         (IP_ADD_MEMBERSHIP): Likewise.
11609         (IP_DROP_MEMBERSHIP): Likewise.
11610         (IP_UNBLOCK_SOURCE): Likewise.
11611         (IP_BLOCK_SOURCE): Likewise.
11612         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11613         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11614         (IP_MSFILTER): Likewise.
11615         (MCAST_JOIN_GROUP): Likewise.
11616         (MCAST_BLOCK_SOURCE): Likewise.
11617         (MCAST_UNBLOCK_SOURCE): Likewise.
11618         (MCAST_LEAVE_GROUP): Likewise.
11619         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11620         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11621         (MCAST_MSFILTER): Likewise.
11622         (IP_MULTICAST_ALL): Likewise.
11623         (IP_UNICAST_IF): Likewise.
11624
11625         * timezone/Makefile: Delete $(have-ksh) check.
11626         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11627         * timezone/tzselect.ksh: Add +x mode bits.
11628
11629         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11630         (ANON_INODE_FS_MAGIC): Likewise.
11631         (BDEVFS_MAGIC): Likewise.
11632         (BINFMTFS_MAGIC): Likewise.
11633         (BTRFS_TEST_MAGIC): Likewise.
11634         (CRAMFS_MAGIC_WEND): Likewise.
11635         (DEBUGFS_MAGIC): Likewise.
11636         (ECRYPTFS_SUPER_MAGIC): Likewise.
11637         (EXT3_SUPER_MAGIC): Likewise.
11638         (EXT4_SUPER_MAGIC): Likewise.
11639         (FUTEXFS_SUPER_MAGIC): Likewise.
11640         (HOSTFS_SUPER_MAGIC): Likewise.
11641         (HUGETLBFS_MAGIC): Likewise.
11642         (MINIX3_SUPER_MAGIC): Likewise.
11643         (MTD_INODE_FS_MAGIC): Likewise.
11644         (NILFS_SUPER_MAGIC): Likewise.
11645         (OPENPROM_SUPER_MAGIC): Likewise.
11646         (PIPEFS_MAGIC): Likewise.
11647         (PSTOREFS_MAGIC): Likewise.
11648         (QNX6_SUPER_MAGIC): Likewise.
11649         (RAMFS_MAGIC): Likewise.
11650         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11651         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11652         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11653         (SECURITYFS_MAGIC): Likewise.
11654         (SELINUX_MAGIC): Likewise.
11655         (SMACK_MAGIC): Likewise.
11656         (SOCKFS_MAGIC): Likewise.
11657         (SQUASHFS_MAGIC): Likewise.
11658         (STACK_END_MAGIC): Likewise.
11659         (TMPFS_MAGIC): Likewise.
11660         (USBDEVICE_SUPER_MAGIC): Likewise.
11661         (V9FS_MAGIC): Likewise.
11662         (XENFS_SUPER_MAGIC): Likewise.
11663         (CRAMFS_MAGIC): Fix typo in comment.
11664         (EXT2_SUPER_MAGIC): Update comment.
11665         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11666
11667 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11668
11669         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11670         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11671         * sysdeps/unix/sysv/linux/arm: Move directory from
11672         ports/sysdeps/unix/sysv/linux/arm.
11673         * README: Update listing for arm-*-linux-gnueabi.
11674
11675         * README: Remove mention of am33.
11676
11677 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11678
11679         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11680         than the comma operator, to avoid "rhs of comma has no effect"
11681         compiler warnings.
11682         (__sigfillset, __sigandset, __sigorset): Likewise.
11683         * include/signal.h (__sigemptyset): Likewise.
11684         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11685
11686 2014-02-07  Allan McRae  <allan@archlinux.org>
11687
11688         * version.h (RELEASE): Set to "development".
11689         (VERSION): Set to "2.19.90"
11690         * NEWS: Add 2.20 section.
11691
11692 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11693
11694         [BZ #16529]
11695         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11696
11697 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11698
11699         * manual/contrib.texi: Update entry for Carlos O'Donell,
11700         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11701
11702 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11703
11704         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11705
11706         * sysdeps/unix/sysv/linux/kernel-features.h
11707         [__LINUX_KERNEL_VERSION >= 0x020621]
11708         (__ASSUME_PROC_PID_TASK_COMM): Define.
11709
11710 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11711
11712         [BZ #16398]
11713         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11714         conversion when destination buffer does not have enough space.
11715         * libio/tst-ftell-partial-wide.c: New test case.
11716         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11717
11718         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11719         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11720         Leonard and Allan McRae.
11721
11722 2014-02-04  David S. Miller  <davem@davemloft.net>
11723
11724         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11725         32-bit.
11726
11727 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11728
11729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11730         New file
11731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11732         New file
11733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11734         New file.
11735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11736         New file.
11737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11738         New file.
11739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11740         New file.
11741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11742         New file.
11743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11744         New file.
11745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11746         New file.
11747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11748         New file.
11749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11750         New file.
11751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11752         New file.
11753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11754         New file.
11755
11756 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11757
11758         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11759         * shlib-versions: Likewise.
11760
11761 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11762             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11763
11764         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11765         (abilist-pattern): New variable, set to %-le.abilist.
11766
11767         * Makerules (abilist-pattern): New variable.
11768         (vpath): Use $(abilist-pattern) in place of %.abilist.
11769         (check-abi-% pattern rule): Likewise.
11770         (check-abi, update-abi): Likewise.
11771
11772 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11773
11774         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11775
11776 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11777
11778         * manual/startup.texi: Add next, previous, and top entries for
11779         the `Program Arguments' and `Environment Variables' nodes.
11780
11781 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11782
11783         * manual/macros.texi: Add comments before MTASC-safety macros.
11784
11785         * manual/users.texi: Document MTASC-safety properties.
11786
11787         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11788         (pthread_getspecific, pthread_setspecific): Format with
11789         @deftypefun, and add @safety note.
11790         * manual/signal.texi: Move comments that analyze the above
11791         functions to their home place.
11792
11793 2014-02-03  Allan McRae  <allan@archlinux.org>
11794
11795         * po/sl.po: Update Slovenian translation from translation project.
11796
11797 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11798
11799         * manual/time.texi (timegm): Add missing blank after @c.
11800         Reported by Joseph Myers <joseph@codesourcery.com>.
11801
11802 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11803
11804         * manual/check-safety.sh: New.
11805         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11806
11807         * manual/terminal.texi: Document MTASC-safety properties.
11808
11809         * manual/filesys.texi: Document MTASC-safety properties.
11810
11811         * manual/errno.texi: Document MTASC-safety properties.
11812
11813         * manual/intro.texi: Document safety identifiers and
11814         conditionals.
11815
11816         * manual/string.texi (wcstok): Fix prototype.
11817         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11818
11819         * manual/time.texi: Document MTASC-safety properties.
11820
11821         * manual/string.texi: Document MTASC-safety properties.
11822
11823         * manual/threads.texi: Document MTASC-safety properties.
11824
11825         * manual/stdio.texi: Document MTASC-safety properties.
11826
11827         * manual/syslog.texi: Document MTASC-safety properties.
11828
11829         * manual/sysinfo.texi: Document MTASC-safety properties.
11830
11831         * manual/startup.texi: Document MTASC-safety properties.
11832
11833         * manual/socket.texi: Document MTASC-safety properties.
11834
11835         * manual/signal.texi: Document MTASC-safety properties.
11836
11837 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11838
11839         * manual/setjmp.texi: Document MTASC-safety properties.
11840
11841         * manual/search.texi: Document MTASC-safety properties.
11842
11843         * manual/resource.texi: Document MTASC-safety properties.
11844
11845         * manual/process.texi: Document MTASC-safety properties.
11846
11847         * manual/platform.texi: Document MTASC-safety properties.
11848
11849         * manual/pipe.texi: Document MTASC-safety properties.
11850
11851         * manual/pattern.texi: Document MTASC-safety properties.
11852
11853         * manual/message.texi: Document MTASC-safety properties.
11854
11855         [BZ #12751]
11856         * manual/memory.texi: Document MTASC-safety properties.
11857
11858         * manual/math.texi: Document MTASC-safety properties.
11859
11860         * manual/locale.texi: Document MTASC-safety properties.
11861
11862         * manual/llio.texi: Document MTASC-safety properties.
11863
11864         * manual/libdl.texi: New.
11865
11866         * manual/lang.texi: Document MTASC-safety properties.
11867
11868         * manual/job.texi: Document MTASC-safety properties.
11869
11870         * manual/getopt.texi: Document MTASC-safety properties.
11871
11872         * manual/ctype.texi: Document MTASC-safety properties.
11873
11874 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11875
11876         [BZ #16046]
11877         * csu/libc-tls.c (static_map): Remove variable.
11878         (__libc_setup_tls): Use main executable's link map for TLS data.
11879         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11880         casing for LM_ID_BASE and GL(dl_nns).
11881         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11882         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11883         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11884         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11885         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11886         member.
11887         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11888         l_phnum members.
11889
11890 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11891
11892         * manual/debug.texi: Document MTASC-safety properties.
11893
11894 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11895
11896         [BZ #16510]
11897         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11898         of __x86_64__ when disabling x87 inline functions.
11899
11900 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11901
11902         * manual/charset.texi: Document MTASC-safety properties.
11903
11904         * manual/crypt.texi: Document MTASC-safety properties.
11905
11906         * manual/conf.texi: Document MTASC-safety properties.
11907
11908         * manual/arith.texi: Document MTASC-safety properties.
11909
11910         * manual/argp.texi: Document MTASC-safety properties.
11911
11912         * manual/macros.texi: Introduce macros to document multi
11913         thread, asynchronous signal and asynchronous cancellation
11914         safety properties.
11915         * manual/intro.texi: Introduce the properties themselves.
11916
11917 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11918
11919         * sysdeps/sh/sh4/Makefile: New file.
11920
11921 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11922
11923         * math/gen-libm-test.pl ($srcdir): New variable.
11924         ($auto_input): Use it.
11925
11926 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11927
11928         [BZ #16506]
11929         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11930         access beyond array bounds when parsing netgroups file.
11931
11932         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11933         the old buffer before realloc.
11934
11935 2014-01-27  Allan McRae  <allan@archlinux.org>
11936
11937         * po/fr.po: Update French translation from translation project.
11938
11939 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11940
11941         * sysdeps/sh/libm-test-ulps: Regenerate.
11942
11943 2014-01-24  David S. Miller  <davem@davemloft.net>
11944
11945         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11946
11947 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11948
11949         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11950         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11951
11952 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11953
11954         [BZ #16474]
11955         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11956         string pointers after reallocation.
11957
11958 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11959
11960         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11961         __SH4A__ instead of __SH_FPU_ANY__.
11962
11963 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11964
11965         * sysdeps/sh/fpu_control.h: New file.
11966         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11967         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11968         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11969         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11970         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11971         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11972         * sysdeps/sh/sys/ucontext.h: Remove.
11973         * sysdeps/sh/sys: Remove directory.
11974
11975 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11976
11977         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11978         s390/sys/ucontext.h.
11979         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11980         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11981
11982 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11983
11984         [BZ #15605]
11985         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11986
11987 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11988
11989         [BZ#16431]
11990         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11991         Adjust the vDSO correctly for internal calls.
11992         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11993
11994 2014-01-20  Allan McRae  <allan@archlinux.org>
11995
11996         * po/ca.po: Update Catalan translation from translation project.
11997
11998 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11999
12000         * sysdeps/s390/sotruss-lib.c: New file.
12001
12002 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12003
12004         [BZ#16430]
12005         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12006         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12007         local calls issues by not having a PLT stub required for IFUNC calls.
12008         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12009
12010 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12011
12012         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12013         * math/test-fpucw-static.c: Likewise.
12014
12015 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12016
12017         [BZ #16453]
12018         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12019
12020 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12021
12022         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12023         implementation for powerpc.
12024
12025 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12026
12027         [BZ #14782]
12028         * sysdeps/posix/system.c (__libc_system): Do not enable
12029         asynchronous cancellation.
12030
12031 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12032
12033         [BZ #16427]
12034         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12035         handling only for numbers special also in the IEEE case.
12036
12037 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12038
12039         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12040
12041 2014-01-11  Allan McRae  <allan@archlinux.org>
12042
12043         * po/bg.po: Update Bulgarian translation from translation project.
12044
12045         * po/de.po: Update German translation from translation project.
12046
12047 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12048
12049         * sysdeps/generic/gcc-compat.h: New file.
12050
12051 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12052
12053         * benchtests/asin-inputs: Correct slow inputs.
12054         * benchtests/acos-inputs: Likewise.
12055
12056 2014-01-10  Allan McRae  <allan@archlinux.org>
12057
12058         * po:sv.po: Update Swedish translation from translation project.
12059
12060         * po/vi.po: Update Vietnamese translation from translation project.
12061
12062         * po/eo.po: Update Esperanto translation from translation project.
12063
12064         * po/cs.po: Update Czech translation from translation project.
12065
12066         * po/nl.po: Update Dutch translation from translation project.
12067
12068         * po/pl.po: Update Polish translation from translation project.
12069
12070         * po/ru.po: Update Russian translation from translation project.
12071
12072         * po/uk.po: Update Ukrainian translation from translation project.
12073
12074 2014-01-08  Brooks Moses  <bmoses@google.com>
12075
12076         * elf/dl-load.c: Fix comment typo.
12077
12078 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12079
12080         * po/header.pot: Rename to...
12081         * po/pot.header: ... this.
12082         * po/Makefile: Use pot.header.
12083
12084 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12085             Maxim Kuvyrkov  <maxim@kugelworks.com>
12086
12087         [BZ #16394]
12088         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12089         SRC and DEST against LEN.
12090
12091 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12092
12093         [BZ #16414]
12094         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12095         implementation.
12096         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12097
12098 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12099
12100         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12101
12102 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12103
12104         [BZ #16408]
12105         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12106         for large positive arguments.
12107
12108 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12109
12110         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12111
12112         * math/auto-libm-test-in: Mark various tests with
12113         xfail-rounding:ldbl-128ibm.
12114         * math/auto-libm-test-out: Regenerated.
12115
12116         [BZ #16407]
12117         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12118         Increase overflow threshold.
12119
12120 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12121
12122         [BZ #14286]
12123         * stdio-common/vfprintf.c: Check for integer overflow.
12124
12125 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12126
12127         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12128         the first argument and return value of __tls_get_addr_internal.
12129
12130 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12131
12132         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12133         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12134
12135 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12136
12137         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12138         * sysdeps/s390/rtld-global-offsets.sym: New file.
12139         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12140         GLIBC_2.19 symbol.
12141         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12142         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12143         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12144         ... this.
12145         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12146         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12147         ... this.
12148         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12149         Regenerate.
12150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12151         Regenerate.
12152         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12153         halfs of GPRs for high_gprs contexts.
12154         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12155         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12156         field.
12157         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12158         uc_flags field.
12159         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12160         64 bit versions:
12161         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12162         for high GPRs (uc_high_gprs) and for future extensions
12163         (__reserved).
12164         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12165         for future extensions (__reserved).
12166         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12167         64 bit versions:
12168         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12169         SC_HIGHGPRS offset definition.
12170         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12171         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12172
12173         * Versions.def: Add GLIBC_2.19 for libpthread.
12174         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12175         siglongjmp for libpthread with GLIBC_2.19 symver.
12176         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12177         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12178         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12179         * sysdeps/s390/__longjmp.c: New file.
12180         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12181         * sysdeps/s390/longjmp.c: New file.
12182         * sysdeps/s390/setjmp.S: New file.
12183         * sysdeps/s390/sigjmp.S: New file.
12184         * sysdeps/s390/v1-longjmp.c: New file.
12185         * sysdeps/s390/v1-setjmp.h: New file.
12186         * sysdeps/s390/v1-sigjmp.c: New file.
12187         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12188         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12189         GLIBC_2.19 version.
12190         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12191         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12192         versioned symbols for ____longjmp_chk.
12193         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12194         Likewise.
12195         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12196         Regenerate.
12197         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12198         Regenerate.
12199         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12200         Regenerate.
12201         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12202         Regenerate.
12203         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12204         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12205         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12206         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12207         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12208         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12209         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12210         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12211         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12212         * sysdeps/s390/rtld-__longjmp.c: New file.
12213         * sysdeps/s390/rtld-setjmp.S: New file.
12214
12215 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12216
12217         [BZ #16400]
12218         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12219         Return -__logl (x) for small positive arguments without evaluating
12220         a polynomial.
12221
12222 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12223
12224         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12225         Rename to ...
12226         (__ptrace_peeksiginfo_args): ... this.
12227         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12228         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12229         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12230
12231 2014-01-06  Allan McRae  <allan@archlinux.org>
12232
12233         * inet/netinet/in.h: Fix typo in comment.
12234
12235 2014-01-05  Andreas Jaeger  <aj@suse.de>
12236
12237         * sysdeps/i386/fpu/libm-test-ulps: Update.
12238
12239 2014-01-05  Allan McRae  <allan@archlinux.org>
12240
12241         * po/libc.pot: Regenerated.
12242
12243         * malloc/memusagestat.c: Fix gettext call formatting.
12244
12245 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12246
12247         * nscd/nscd.c: Improve usage() output.
12248
12249 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
12250
12251         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12252         * sysdeps/unix/sysv/linux/configure: Regenerated.
12253         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12254         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12255
12256 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12257
12258         [BZ #16390]
12259         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12260         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12261
12262 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12263
12264         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12265         extra tokens at end of #undef directive.
12266         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12267         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12268         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12269
12270 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12271
12272         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12273
12274         * math/auto-libm-test-in: Mark various tests with
12275         xfail-rounding:ldbl-128ibm.
12276         * math/auto-libm-test-out: Regenerated.
12277
12278 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
12279
12280         [BZ #16386]
12281         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12282         numbers with subnormal high part when calculating exponent.
12283
12284         [BZ #16385]
12285         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12286         fabs.
12287
12288         [BZ #16384]
12289         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12290         M_LN2l.
12291         (__ieee754_acoshl): Use __log1pl not __log1p.
12292
12293 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
12294
12295         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12296         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12297         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12298         (grow_heap, heap_trim, _int_new_arena, get_free_list)
12299         (reused_arena, arena_get2): Convert to GNU style.
12300         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12301         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12302         (memalign_check, __malloc_set_state): Likewise.
12303         * malloc/mallocbug.c (main): Likewise.
12304         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12305         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12306         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12307         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12308         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12309         (__posix_memalign, malloc_info): Likewise.
12310         * malloc/malloc.h: Likewise.
12311         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12312         (mallochook, memalignhook, reallochook, mabort): Likewise.
12313         * malloc/mcheck.h: Likewise.
12314         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12315         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
12316         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12317         * malloc/morecore.c (__default_morecore): Likewise.
12318         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
12319         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12320         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12321         (print_and_abort): Likewise.
12322         * malloc/obstack.h: Likewise.
12323         * malloc/set-freeres.c (__libc_freeres): Likewise.
12324         * malloc/tst-mallocstate.c (main): Likewise.
12325         * malloc/tst-mtrace.c (main): Likewise.
12326         * malloc/tst-realloc.c (do_test): Likewise.
12327
12328 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12329
12330         [BZ #16366]
12331         * nscd/netgroupcache.c (do_notfound): New function.
12332         (addgetnetgrentX): Use it.
12333
12334         [BZ # 16365]
12335         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
12336         NSS_STATUS_NOTFOUND.
12337
12338 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
12339
12340         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
12341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12342
12343 2014-01-01  Allan McRae  <allan@archlinux.org>
12344
12345         * scripts/update-copyrights: Update configure input file suffix.
12346
12347         * NEWS: Update copyright year.
12348         * catgets/gencat.c: Likewise.
12349         * csu/version.c: Likewise.
12350         * debug/catchsegv.sh: Likewise.
12351         * debug/pcprofiledump.c: Likewise.
12352         * debug/xtrace.sh: Likewise.
12353         * elf/ldconfig.c: Likewise.
12354         * elf/ldd.bash.in: Likewise.
12355         * elf/pldd.c: Likewise.
12356         * elf/sotruss.ksh: Likewise.
12357         * elf/sprof.c: Likewise.
12358         * iconv/iconv_prog.c: Likewise.
12359         * iconv/iconvconfig.c: Likewise.
12360         * locale/programs/locale.c: Likewise.
12361         * locale/programs/localedef.c: Likewise.
12362         * login/programs/pt_chown.c: Likewise.
12363         * malloc/memusage.sh: Likewise.
12364         * malloc/memusagestat.c: Likewise.
12365         * malloc/mtrace.pl: Likewise.
12366         * manual/libc.texinfo: Likewise.
12367         * nscd/nscd.c: Likewise.
12368         * nss/getent.c: Likewise.
12369         * nss/makedb.c: Likewise.
12370         * posix/getconf.c: Likewise.
12371         * scripts/test-installation.pl: Likewise.
12372
12373         * All files with FSF copyright notices: Update copyright dates
12374         using scripts/update-copyrights.
12375         * intl/plural.c: Regenerated.
12376         * locale/programs/charmap-kw.h: Likewise.
12377         * locale/programs/locfile-kw.h: Likewise.
12378
12379 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
12380
12381         * sysdeps/unix/sysv/linux/configure: Regenerated.
12382         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12383         the linux/fanotify.h header.
12384         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12385         HAVE_LINUX_FANOTIFY_H is defined.
12386
12387 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
12388
12389         * benchtests/cos-inputs: New inputs.
12390         * benchtests/sin-inputs: Likewise.
12391
12392         * benchtests/atan-inputs: New inputs. Fix name of multiple
12393         precision fallback inputs.
12394
12395         * benchtests/atanh-inputs: New inputs.
12396         * benchtests/tanh-inputs: Likewise.
12397
12398         * benchtests/acosh-inputs: New inputs.
12399         * benchtests/asinh-inputs: Likewise.
12400
12401         * benchtests/cosh-inputs: New inputs.
12402         * benchtests/sinh-inputs: Likewise.
12403
12404         * benchtests/acos-inputs: Add more inputs.
12405         * benchtests/asin-inputs: Likewise.
12406
12407 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
12408
12409         [BZ #16375]
12410         * manual/arith.texi: Fix spelling.
12411         * manual/charset.texi: Likewise.
12412         * manual/errno.texi: Likewise.
12413         * manual/filesys.texi: Likewise.
12414         * manual/lang.texi: Likewise.
12415         * manual/llio.texi: Likewise.
12416         * manual/locale.texi: Likewise.
12417         * manual/message.texi: Likewise.
12418         * manual/resource.texi: Likewise.
12419         * manual/search.texi: Likewise.
12420         * manual/setjmp.texi: Likewise.
12421         * manual/stdio.texi: Likewise.
12422         * manual/string.texi: Likewise.
12423         * manual/sysinfo.texi: Likewise.
12424         * manual/time.texi: Likewise.
12425
12426 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
12427
12428         * po/sl.po: New file.
12429
12430 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
12431
12432         * .gitignore: Add core/.gdbinit/.gdb_history.
12433
12434 2013-12-27  Allan McRae  <allan@archlinux.org>
12435
12436         [BZ #16369]
12437         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12438         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12439
12440 2013-12-24  Brooks Moses  <bmoses@google.com>
12441
12442         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12443         all compilers that claim C++98 compliance, not just GCC.
12444         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12445         Likewise.
12446
12447 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12448
12449         * NEWS: Restore accidentally deleted bug-fix entries.
12450
12451 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12452             Ondřej Bílka  <neleai@seznam.cz>
12453
12454         [BZ #15073]
12455         * malloc/malloc.c (_int_free): Perform sanity check only if we
12456         have_lock.
12457
12458 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
12459
12460         [BZ #12986]
12461         * manual/stdio.texi (String Input Conversions): Clarify that character
12462         classes are not supported.
12463
12464 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12465
12466         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12467
12468 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
12469
12470         [BZ #16337]
12471         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12472         Calculate results for small negative arguments directly rather
12473         than using reflection formula with special underflow handling.
12474
12475         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12476         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12477         sysdeps/unix/bsd/bsd4.4/syscalls.list.
12478         (fchflags): Likewise.
12479         (revoke): Likewise.
12480         (setlogin): Likewise.
12481         (sigaltstack): Likewise.
12482         (wait4): Likewise.
12483         (sigblock): Remove.
12484         (sigsetmask): Likewise.
12485         (wait3): Likewise.
12486         (waitpid): Likewise.
12487         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12488         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12489         file.
12490         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12491         * sysdeps/unix/bsd/Makefile: ... here.
12492         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12493         * sysdeps/unix/bsd/Versions: ... here.
12494         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12495         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12496         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12497         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12498         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12499         * sysdeps/unix/bsd/sigblock.c: ... here.
12500         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12501         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12502         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12503         * sysdeps/unix/bsd/sigvec.c: ... here.
12504         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12505         * sysdeps/unix/bsd/tcdrain.c: ... here.
12506         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12507         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12508         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12509         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12510         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12511         * sysdeps/unix/bsd/wait.c: ... here.
12512         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12513         * sysdeps/unix/bsd/wait3.c: ... here.
12514         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12515         * sysdeps/unix/bsd/waitpid.c: ... here.
12516
12517 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12518
12519         [BZ #16356]
12520         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12521         round-to-nearest for [!USE_AS_EXPM1L].
12522         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12523         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12524         more tests of exp and exp10.  Expect some exp10 tests to miss
12525         exceptions or fail in directed rounding modes.
12526         * math/auto-libm-test-out: Regenerated.
12527         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12528         (exp10_test_tonearest): New function.
12529         (exp10_towardzero_test_data): New array.
12530         (exp10_test_towardzero): New function.
12531         (exp10_downward_test_data): New array.
12532         (exp10_test_downward): New function.
12533         (exp10_upward_test_data): New array.
12534         (exp10_test_upward): New function.
12535         (main): Call the new functions.
12536         * sysdeps/i386/fpu/libm-test-ulps: Update.
12537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12538
12539 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12540
12541         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12542         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12543         * math/auto-libm-test-out: Regenerated.
12544         * math/libm-test.inc (acosh_test_data): Add more tests.
12545         (atanh_test_data): Likewise.
12546         (ceil_test_data): Likewise.
12547         (copysign_test_data): Likewise.
12548         * sysdeps/i386/fpu/libm-test-ulps: Update.
12549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12550
12551         * timezone/checktab.awk: Update from tzcode 2013i.
12552         * timezone/private.h: Likewise.
12553         * timezone/scheck.c: Likewise.
12554         * timezone/tzfile.h: Likewise.
12555         * timezone/tzselect.ksh: Likewise.
12556         * timezone/zdump.c: Likewise.
12557         * timezone/zic.c: Likewise.
12558
12559         * math/auto-libm-test-in: Add tests of cpow.
12560         * math/auto-libm-test-out: Regenerated.
12561         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12562         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12563         mpc_cc_c.
12564         (func_calc_desc): Add mpc_cc_c union field.
12565         (test_functions): Add cpow.
12566         (special_fill_2pi): New function.
12567         (special_real_inputs): Add 2pi.
12568         (calc_generic_results): Handle mpc_cc_c.
12569         * sysdeps/i386/fpu/libm-test-ulps: Update.
12570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12571
12572         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12573         csqrt, ctan and ctanh.
12574         * math/auto-libm-test-out: Regenerated.
12575         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12576         (TEST_COND_x86): Likewise.
12577         (ccos_test_data): Use AUTO_TESTS_c_c.
12578         (ccosh_test_data): Likewise.
12579         (cexp_test_data): Likewise.
12580         (clog_test_data): Likewise.
12581         (csqrt_test_data): Likewise.
12582         (ctan_test_data): Likewise.
12583         (ctan_tonearest_test_data): Likewise.
12584         (ctan_towardzero_test_data): Likewise.
12585         (ctan_downward_test_data): Likewise.
12586         (ctan_upward_test_data): Likewise.
12587         (ctanh_test_data): Likewise.
12588         (ctanh_tonearest_test_data): Likewise.
12589         (ctanh_towardzero_test_data): Likewise.
12590         (ctanh_downward_test_data): Likewise.
12591         (ctanh_upward_test_data): Likewise.
12592         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12593         mpc_c_c.
12594         (func_calc_desc): Add mpc_c_c union field.
12595         (FUNC_mpc_c_c): New macro.
12596         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12597         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12598         ctanh.
12599         (special_fill_min_subnorm_p120): New function.
12600         (special_real_inputs): Add min_subnorm_p120.
12601         (calc_generic_results): Handle mpc_c_c.
12602         * sysdeps/i386/fpu/libm-test-ulps: Update.
12603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12604
12605 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12606
12607         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12608         (do_sin_slow): New functions.
12609         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12610         (cslow2, csloww1, csloww2): Use the new functions.
12611
12612         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12613         Use M to change sign of result instead of X.  Assume X is
12614         positive.
12615         (csloww1): Likewise.
12616         (__sin): Adjust.
12617         (__cos): Adjust.
12618
12619         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12620         arguments A and DA.
12621         (__sin): Adjust.
12622         (__cos): Likewise.
12623
12624         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12625         (__cos): Likewise.
12626         (sloww1): Don't adjust sign of DX.
12627         (csloww1): Likewise.
12628         (sloww2): Use X directly and don't adjust sign of DX.
12629         (csloww2): Likewise.
12630
12631 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12632
12633         * math/auto-libm-test-in: Add tests of cabs and carg.
12634         * math/auto-libm-test-out: Regenerated.
12635         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12636         (carg_test_data): Likewise.
12637         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12638         mpc_c_f.
12639         (func_calc_desc): Add mpc_c_f union field.
12640         (test_functions): Add cabs and carg.
12641         (calc_generic_results): Handle mpc_c_f.
12642
12643         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12644         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12645         as a macro and a compat symbol.
12646         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12647         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12648         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12649         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12650         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12651         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12652         not use .hidden.
12653         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12654         Likewise.
12655         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12656         Likewise.
12657         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12658         Likewise.
12659         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12660         Likewise.
12661         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12662         Likewise.
12663         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12664         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12665         from GLIBC_2.3.2.
12666
12667 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12668
12669         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12670
12671 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12672
12673         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12674         trailing whitespace removed.
12675         * scripts/config.guess: Update to version 2013-11-29.
12676         * scripts/config.sub: Update to version 2013-10-01.
12677
12678         * math/auto-libm-test-in: Add tests of sincos.
12679         * math/auto-libm-test-out: Regenerated.
12680         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12681         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12682         mpfr_f_11.
12683         (func_calc_desc): Add mpfr_f_11 union field.
12684         (test_functions): Add sincos.
12685         (calc_generic_results): Handle mpfr_f_11.
12686         * sysdeps/i386/fpu/libm-test-ulps: Update.
12687         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12688
12689 2013-12-19  Andreas Schwab  <schwab@suse.de>
12690
12691         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12692         CALL_MCOUNT.
12693         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12694         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12695         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12696
12697 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12698
12699         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12700         * sysdeps/i386/fpu/libm-test-ulps: Update.
12701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12702
12703         [BZ #16293]
12704         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12705         round-to-nearest mode when using frndint.
12706         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12707         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12708         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12709         Likewise.
12710         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12711         sinh test to fail.
12712         * math/auto-libm-test-out: Regenerated.
12713         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12714         (TEST_COND_x86): Likewise.
12715         (expm1_tonearest_test_data): New array.
12716         (expm1_test_tonearest): New function.
12717         (expm1_towardzero_test_data): New array.
12718         (expm1_test_towardzero): New function.
12719         (expm1_downward_test_data): New array.
12720         (expm1_test_downward): New function.
12721         (expm1_upward_test_data): New array.
12722         (expm1_test_upward): New function.
12723         (main): Run the new test functions.
12724         * sysdeps/i386/fpu/libm-test-ulps: Update.
12725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12726
12727         * include/features.h: Update comment documenting feature test
12728         macros.  Mention _DEFAULT_SOURCE in comment.
12729         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12730         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12731         _BSD_SOURCE and _SVID_SOURCE.
12732         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12733         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12734         !_SVID_SOURCE]: Likewise.
12735         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12736         (__USE_POSIX_IMPLICITLY): Define.
12737         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12738         (_POSIX_SOURCE): Undefine and redefine.
12739         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12740         (_POSIX_C_SOURCE): Likewise.
12741         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12742         (Feature Test Macros): Update documentation of default features.
12743
12744 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12745
12746         * benchtests/Makefile: Add bench-strtok.
12747         * benchtests/bench-strtok.c: New file: strtok benchtest.
12748
12749 2013-12-19  Allan McRae  <allan@archlinux.org>
12750
12751         * manual/install.texi: Suppress menu for plain text output.
12752         * INSTALL: Regenerated.
12753
12754 2013-12-18  Brooks Moses  <bmoses@google.com>
12755
12756         [BZ #15846]
12757         * misc/getauxval.c: Include errno.h.
12758         (__getauxval): Set errno to ENOENT if the requested type is not
12759         found.
12760         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12761         don't declare with __attribute_const__.
12762         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12763         * manual/startup.texi: Document that getauxval sets errno.
12764
12765 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12766
12767         * math/auto-libm-test-in: Add tests of jn and yn.
12768         * math/auto-libm-test-out: Regenerated.
12769         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12770         (yn_test_data): Likewise.
12771         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12772         mpfr_if_f.
12773         (func_calc_desc): Add mpfr_if_f union field.
12774         (FUNC_mpfr_if_f): New macro.
12775         (test_functions): Add jn and yn.
12776         (calc_generic_results): Assert type of second input for
12777         mpfr_ff_f.  Handle mpfr_if_f.
12778         (output_for_one_input_case): Disable all checking for arguments
12779         fitting floating-point types in case of an integer argument.
12780         * sysdeps/i386/fpu/libm-test-ulps: Update.
12781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12782
12783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12784         Don't expect fegetround reference in libm.so.
12785
12786 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12787
12788         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12789         $(config-cflags-nofma).
12790
12791 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12792
12793         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12794         * math/auto-libm-test-out: Regenerated.
12795
12796         [BZ #16338]
12797         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12798         to determine exponent and adjust argument to have exponent of -1.
12799         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12800         log2.
12801         * math/auto-libm-test-out: Regenerated.
12802         * sysdeps/i386/fpu/libm-test-ulps: Update.
12803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12804
12805 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12806
12807         * manual/probes.texi: Remove cases when per-thread arenas are
12808         disabled.
12809
12810 2013-12-18  Andreas Schwab  <schwab@suse.de>
12811
12812         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12813         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12814         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12815         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12816         * sysdeps/i386/i686/multiarch/Makefile: Update.
12817         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12818
12819 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12820
12821         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12822         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12823
12824 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12825
12826         [BZ #15968]
12827         Support TZ transition times < 00:00:00.
12828         This is needed for version-3 tz-format files; it supports time
12829         stamps past 2037 for America/Godthab (the only entry in the tz
12830         database for which this change is relevant).
12831         * manual/time.texi (TZ Variable): Document transition times
12832         from -167:59:59 through -00:00:01.
12833         * time/tzset.c (tz_rule): Time of day is now signed.
12834         (__tzset_parse_tz): Parse negative time of day.
12835
12836         Document TZ transition times >= 25:00:00.
12837         * manual/time.texi (TZ Variable): Document transition times from
12838         25:00:00 through 167:59:59.  These are already supported, and this
12839         support will help with version-3 tz-format files.
12840
12841         * manual/time.texi (TZ Variable): Modernize North America example
12842         to reflect current (i.e., 2007-and-later) daylight saving rules.
12843
12844         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12845
12846 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12847
12848         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12849         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12850         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12851         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12852         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12853         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12854         * sysdeps/unix/bsd/clock.c: Likewise.
12855         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12856         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12857         * sysdeps/unix/bsd/init-posix.c: Likewise.
12858         * sysdeps/unix/bsd/poll.c: Likewise.
12859         * sysdeps/unix/bsd/ptsname.c: Likewise.
12860         * sysdeps/unix/bsd/seekdir.c: Likewise.
12861         * sysdeps/unix/bsd/setegid.c: Likewise.
12862         * sysdeps/unix/bsd/seteuid.c: Likewise.
12863         * sysdeps/unix/bsd/setgid.c: Likewise.
12864         * sysdeps/unix/bsd/setrgid.c: Likewise.
12865         * sysdeps/unix/bsd/setruid.c: Likewise.
12866         * sysdeps/unix/bsd/setsid.c: Likewise.
12867         * sysdeps/unix/bsd/setuid.c: Likewise.
12868         * sysdeps/unix/bsd/sigaction.c: Likewise.
12869         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12870         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12871         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12872         * sysdeps/unix/bsd/telldir.c: Likewise.
12873         * sysdeps/unix/bsd/times.c: Likewise.
12874         * sysdeps/unix/bsd/usleep.c: Likewise.
12875
12876         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12877         ($(objpfx)libbsd-compat.a): Remove rule.
12878
12879         * include/features.h (__FAVOR_BSD): Do not define.
12880         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12881         features conflicting with POSIX.
12882         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12883         (_BSD_SOURCE): Remove description of not being a subset of other
12884         feature test macros.
12885         * manual/job.texi (getpgrp): Do not document BSD version.
12886         (getpgid): Do not document by reference to BSD getpgrp.
12887         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12888         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12889         * signal/signal.h [__FAVOR_BSD]: Likewise.
12890         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12891         instead of making contents conditional on [__FAVOR_BSD].
12892         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12893
12894 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12895
12896         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12897
12898 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12899
12900         [BZ #16314]
12901         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12902         values below 2**-450, not 2**-500.
12903         * math/auto-libm-test-in: Don't allow spurious underflow from
12904         hypot.
12905         * math/auto-libm-test-out: Regenerated.
12906
12907         [BZ #16316]
12908         [BZ #16330]
12909         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12910         values of ha and hb and sort them after adjusting subnormal
12911         arguments.
12912         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12913         Likewise.
12914         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12915         values of ea and eb and sort them after adjusting subnormal
12916         arguments.
12917         * math/auto-libm-test-in: Do not expect some hypot tests of
12918         subnormals to fail.  Add more hypot tests.
12919         * math/auto-libm-test-out: Regenerated.
12920
12921 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12922
12923         [BZ #13304]
12924         * sysdeps/sh/s_fma.c: New file.
12925         * sysdeps/sh/s_fmaf.c: New file.
12926         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12927         version.
12928         * sysdeps/sh/Implies: Add sh/soft-fp.
12929
12930 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12931
12932         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12933         level of indirection to members `objname', `errstring', `malloced'.
12934         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12935         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12936         it as the __longjmp argument (just pass 1 instead).
12937         (_dl_catch_error): Initialize C with argument pointers and address of
12938         volatile local ERRCODE rather than copying values out of C at return.
12939
12940 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12941
12942         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12943         * math/auto-libm-test-out: Regenerated.
12944         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12945         (hypot_test_data): Likewise.
12946         (pow_test_data): Likewise.
12947         (pow_tonearest_test_data): Likewise.
12948         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12949         mpfr_ff_f.
12950         (func_calc_desc): Add mpfr_ff_f union field.
12951         (FUNC_mpfr_ff_f): New macro.
12952         (test_functions): Add atan2, hypot and pow.
12953         (special_fill_min): New function.
12954         (special_fill_minus_min): Likewise.
12955         (special_fill_min_subnorm): Likewise.
12956         (special_fill_minus_min_subnorm): Likewise.
12957         (special_real_inputs): Add min, -min, min_subnorm and
12958         -min_subnorm.
12959         (calc_generic_results): Handle mpfr_ff_f.
12960         * sysdeps/i386/fpu/libm-test-ulps: Update.
12961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12962
12963 2013-12-16  Will Newton  <will.newton@linaro.org>
12964
12965         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12966         (Aligned Memory Blocks): Add documentation for aligned_alloc
12967         and suggest it as an alternative to posix_memalign.
12968         (Hooks for Malloc): Document __memalign_hook is also called
12969         for aligned_alloc.  (Summary of Malloc): Add summary for
12970         aligned alloc.  Document __memalign_hook is also called
12971         for aligned_alloc.
12972
12973 2013-12-16  Will Newton  <will.newton@linaro.org>
12974
12975         * manual/memory.texi (Malloc Examples): Clarify default
12976         alignment documentation.  Suggest posix_memalign rather
12977         than memalign or valloc.
12978         (Aligned Memory Blocks): Remove suggestion to use memalign
12979         or valloc.  Remove obsolete comment about BSD.
12980         Document memalign errno values and mark the function obsolete.
12981         Document posix_memalign returned error codes.  Mark valloc
12982         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12983         called for posix_memalign and valloc.
12984         (Summary of Malloc): Add posix_memalign to function summary.
12985         __memalign_hook is also called for posix_memalign and valloc.
12986
12987 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12988
12989         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12990         TAYLOR_SIN.
12991         (__sin): Adjust.
12992         (__cos): Likewise.
12993         (sloww): Use mynumber union.  Expand ternary operator into
12994         if-else statements.
12995         (cslow): use mynumber union.
12996
12997 2013-12-16  Allan McRae  <allan@archlinux.org>
12998
12999         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13000         * configure: Regenerated.
13001
13002         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13003
13004         [BZ #14120]
13005         * configure.ac: Added --enable-maintainer-mode. Check for
13006         autoconf when enabled.
13007         * configure: Regenerated.
13008
13009         * nscd/nscd.service: New file.
13010         * nscd/nscd.tmpfiles: New file.
13011
13012 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13013
13014         [BZ #12100]
13015         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13016         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13017         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13018         (strstr): Add __strstr_sse2_unaligned ifunc.
13019         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13020         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13021         (strcasestr): Remove __strcasestr_sse42 ifunc.
13022         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13023         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13024         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13025
13026 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13027
13028         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13029         * sysdeps/sh/bits/fenv.h: ... here.
13030         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13031
13032 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13033
13034         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13035
13036         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13037         hypotf multiarch implementations.
13038         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13039         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13040         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13041         multiarch hypot for PPC64.
13042         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13043         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13044         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13045         multiarch hypotf for PPC64.
13046
13047         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13048         modff multiarch implementations.
13049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13051         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13052         multiarch modf for PPC64.
13053         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13054         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13055         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13056         multiarch modff for PPC64.
13057
13058         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13059         and logl multiarch implementations.
13060         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13062         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13063         multiarch logb for PPC64.
13064         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13067         multiarch logb for PPC64.
13068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13069         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13071         multiarch logb for PPC64.
13072
13073         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13074         isinff multiarch implementation.
13075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13076         file.
13077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13079         multiarch isinf for PPC64.
13080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13081         file.
13082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13083         multiarch isinff for PPC64.
13084
13085         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13086         finitef multiarch implementation.
13087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13088         file.
13089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13091         multiarch finite for PPC64.
13092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13093         file.
13094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13095         multiarch finitef for PPC64.
13096
13097         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13098         lrint multiarch implementation.
13099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13100         file.
13101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13103         multiarch llrint for PPC64.
13104         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13105         multiarch lrint for PPC64.
13106
13107         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13108         copysignf multiarch implementation.
13109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13110         file.
13111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13112         file.
13113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13114         multiarch copysign for PPC64.
13115         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13116         multiarch copysignf for PPC64.
13117
13118         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13119         multiarch implementation.
13120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13121         file.
13122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13123         file.
13124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13125         file.
13126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13127         file.
13128         multiarch llround for PPC64.
13129         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13130         multiarch trunc for PPC64.
13131         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13132         multiarch truncf for PPC64.
13133
13134         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13135         multiarch implementation.
13136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13137         file.
13138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13139         file.
13140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13141         file.
13142         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13143         file.
13144         multiarch llround for PPC64.
13145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13146         multiarch round for PPC64.
13147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13148         multiarch roundf for PPC64.
13149
13150         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13151         multiarch implementation.
13152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13153         file.
13154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13155         file.
13156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13157         file.
13158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13159         file.
13160         multiarch llround for PPC64.
13161         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13162         multiarch floor for PPC64.
13163         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13164         multiarch floorf for PPC64.
13165
13166         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13167         multiarch implementation.
13168         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13169         file.
13170         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13171         file.
13172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13173         file.
13174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13175         file.
13176         multiarch llround for PPC64.
13177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13178         multiarch ceil for PPC64.
13179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13180         multiarch ceilf for PPC64.
13181
13182         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13183         multiarch implementation.
13184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13185         file.
13186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13187         file.
13188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13189         file.
13190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13191         multiarch llround for PPC64.
13192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13193         multiarch lround for PPC64.
13194
13195         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13196         multiarch implementation.
13197         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13200         file.
13201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13204         multiarch isnan for PPC64.
13205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13206         multiarch isnanf for PPC64.
13207
13208         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13209         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13210         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13211         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13212         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13214
13215         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13216         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13217         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13218         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13219
13220         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13221         multiarch implementations.
13222         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13223         (__libc_ifunc_impl_list): Likewise.
13224         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13225         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13226         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13227         multiarch stpcpy for PPC64.
13228
13229         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13230         multiarch implementations.
13231         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13232         (__libc_ifunc_impl_list): Likewise.
13233         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13234         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13235         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13236         multiarch strcpy for PPC64.
13237
13238         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13239         redefine function name.
13240         (_wordcopy_fwd_dest_aligned): Likewise.
13241         (_wordcopy_bwd_aligned): Likewise.
13242         (_wordcopy_bwd_dest_aligned): Likewise.
13243         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13244         multiarch implementations.
13245         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13246         (__libc_ifunc_impl_list): Likewise.
13247         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13248         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13249         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13250         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13251         multiarch wcscpy for PPC64.
13252
13253         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13254         multiarch implementations.
13255         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13256         (__libc_ifunc_impl_list): Likewise.
13257         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13258         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13259         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13260         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13261         multiarch wcscpy for PPC64.
13262
13263         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13264         multiarch implementations.
13265         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13266         (__libc_ifunc_impl_list): Likewise.
13267         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13268         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13269         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13270         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13271         multiarch wcsrchr for PPC64.
13272
13273         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13274         multiarch implementations.
13275         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13276         (__libc_ifunc_impl_list): Likewise.
13277         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13278         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13279         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13280         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13281         multiarch wcschr for PPC64.
13282
13283         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13284         multiarch implementations.
13285         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13286         (__libc_ifunc_impl_list): Likewise.
13287         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13288         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13289         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13290         multiarch strchrnul for PPC64.
13291
13292         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13293         implementations.
13294         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13295         (__libc_ifunc_impl_list): Likewise.
13296         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13297         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13298         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13299         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13300         strchr for PPC64.
13301
13302         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13303         implementations.
13304         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13305         (__libc_ifunc_impl_list): Likewise.
13306         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13307         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13308         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13309         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13310         strncmp for PPC64.
13311
13312         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13313         multiarch implementations.
13314         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13315         (__libc_ifunc_impl_list): Likewise.
13316         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13317         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13318         strncasecmp for PPC64.
13319         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13320         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13321         multiarch strncasecmp_l for PPC64.
13322
13323         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13324         multiarch implementations.
13325         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13326         (__libc_ifunc_impl_list): Likewise.
13327         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13328         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13329         multiarch strcasecmp for PPC64.
13330         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13331         file.
13332         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
13333         multiarch strcasecmp_l for PPC64.
13334
13335         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
13336         implementations.
13337         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13338         (__libc_ifunc_impl_list): Likewise.
13339         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
13340         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
13341         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
13342         strnlen for PPC64.
13343
13344         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
13345         implementations.
13346         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13347         (__libc_ifunc_impl_list): Likewise.
13348         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13349         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13350         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13351         strlen for PPC64.
13352
13353         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13354         implementations.
13355         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13356         (__libc_ifunc_impl_list): Likewise.
13357         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13358         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13359         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13360         rawmemrchr for PPC64.
13361
13362         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13363         implementation.
13364         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13365         (__libc_ifunc_impl_list): Likewise.
13366         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13367         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13368         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13369         memrchr for PPC64.
13370
13371         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13372         implementation.
13373         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13374         (__libc_ifunc_impl_list): Likewise.
13375         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13376         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13377         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13378         memchr for PPC64.
13379
13380         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13381         implementation.
13382         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13383         (__libc_ifunc_impl_list): Likewise.
13384         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13385         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13386         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13387         mempcpy for PPC64.
13388
13389         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13390         avoid cretion of __bzero symbol.
13391         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13392         Likewise.
13393         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13394         Likewise.
13395         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13396         Likewise.
13397         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13398         multiarch implementations.
13399         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13400         (__libc_ifunc_impl_list): Likewise.
13401         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13402         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13403         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13404         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13405         bzero for PPC32.
13406         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13407         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13408         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13409         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13410         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13411         memset for PPC64.
13412         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13413
13414         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13415         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13416         implementations.
13417         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13418         (__libc_ifunc_impl_list): Likewise.
13419         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13420         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13421         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13422         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13423         memcmp for PPC64.
13424
13425         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13426         multiarch for POWER/PPC64.
13427         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13428         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13429         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13430         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13431         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13432         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13433         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13434         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13435         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13436         memcpy for PPC64.
13437
13438         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13439         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13440         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13441         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13442         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13443         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13444         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13445         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13446         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13447         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13448         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13449         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13450         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13451         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13452         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13460
13461 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13462
13463         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13464
13465 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13466
13467         * benchtests/Makefile (bench): Add exp2 and log2.
13468         (LDLIBS-bench-exp2): Add -lm.
13469         (LDLIBS-bench-log2): Likewise.
13470         * benchtests/exp2-inputs: New inputs file.
13471         * benchtests/log2-inputs: New inputs file.
13472         * benchtests/log-inputs: Add new inputs.
13473         * benchtests/tan-inputs: Likewise.
13474
13475 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13476
13477         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13478         definition...
13479         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13480         (csloww2): ... from here.
13481
13482         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13483         instead of structures.
13484         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13485         (POLYNOMIAL): Likewise.
13486         (TAYLOR_SLOW): Likewise.
13487         (__sin): Likewise.
13488         (__cos): Likewise.
13489         (slow1): Likewise.
13490         (slow2): Likewise.
13491         (sloww): Likewise.
13492         (sloww1); Likewise.
13493         (sloww2): Likewise.
13494         (bsloww1): Likewise.
13495         (bsloww2): Likewise.
13496         (cslow2): Likewise.
13497         (csloww): Likewise.
13498         (csloww1): Likewise.
13499         (csloww2): Likewise.
13500
13501 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13502
13503         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13504         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13505         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13506         * malloc/hooks.c (realloc_check): Likewise.
13507
13508         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13509         * malloc/arena.c: Remove PER_THREAD conditional.
13510         [!PER_THREAD]: Remove code.
13511         (ptmalloc_unlock_all2): Likewise.
13512         (ptmalloc_init): Likewise.
13513         (_int_new_arena): Likewise.
13514         (arena_get2): Likewise.
13515         * malloc/hooks.c (__malloc_get_state): Likewise.
13516         (__malloc_set_state): Likewise.
13517         * malloc/malloc.c: Likewise.
13518         (struct malloc_state): Likewise.
13519         (struct malloc_par): Likewise.
13520         (__libc_realloc): Likewise.
13521         (__libc_mallopt): Likewise.
13522
13523 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13524
13525         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13526
13527 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13528
13529         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13530         macro to a function.  Check for zero perturb_byte.
13531         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13532
13533         * malloc/malloc.c: (force_reg): Remove.
13534         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13535         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13536         force_reg by atomic_forced_read.
13537         * malloc/arena.c (ptmalloc_init): Likewise.
13538         * malloc/hooks.c (top_check): Likewise.
13539
13540 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13541
13542         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13543
13544 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13545
13546         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13547
13548 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13549
13550         * math/auto-libm-test-in: Add tests of lgamma.
13551         * math/auto-libm-test-out: Regenerated.
13552         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13553         (M_LOG_2_SQRT_PIl): Likewise.
13554         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13555         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13556         mpfr_f_f1.
13557         (func_calc_desc): Add mpfr_f_f1 union field.
13558         (ARGS1): New macro.
13559         (ARGS2): Likewise.
13560         (ARGS3): Likewise.
13561         (ARGS4): Likewise.
13562         (RET1): Likewise.
13563         (RET2): Likewise.
13564         (CALC): Likewise.
13565         (FUNC): Likewise.
13566         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13567         (test_functions): Add lgamma.
13568         (calc_generic_results): Handle mpfr_f_f1.
13569         * sysdeps/i386/fpu/libm-test-ulps: Update.
13570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13571
13572 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13573
13574         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13575         __mpn_add_n for PowerPC64/POWER7.
13576         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13577         __mpn_sub_n for PowerPC64/POWER7.
13578
13579         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13580         __mpn_addmul_1 for PowerPC64.
13581         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13582         __mpn_submul_1 for PowerPC64.
13583         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13584         for PowerPC64.
13585         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13586         for PowerPC64.
13587
13588 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13589
13590         [BZ #15089]
13591         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13592
13593 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13594
13595         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13596
13597         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13598         add multiarch folders.
13599         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13600         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13601         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13602         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13603         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13604         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13605         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13606         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13607         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13608         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13609         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13616
13617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13618         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13620         New file.
13621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13622         New file.
13623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13624         multiarch __ieee754_hypot for PowerPC32.
13625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13626         New file.
13627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13628         New file.
13629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13630         multiarch __ieee754_hypotf for PowerPC32.
13631
13632         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13633         long_double_symbol only if __logbl is defined.
13634         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13635         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13636         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13637         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13638         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13639         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13640         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13641         path for implementation.
13642         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13643         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13645         logb, and logbl multiarch implementations for PowerPC32.
13646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13647         file.
13648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13649         file.
13650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13651         multiarch logb for PowerPC32.
13652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13653         file.
13654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13655         file.
13656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13657         multiarch logbf for PowerPC32.
13658         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13660         file.
13661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13662         multiarch logbl implementation for PowerPC32.
13663
13664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13665         and modff multiarch implementations.
13666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13667         New file.
13668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13669         New file.
13670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13671         multiarch modf for PowerPC32.
13672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13673         New file.
13674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13675         New file.
13676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13677         multiarch modff for PowerPC32.
13678
13679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13680         and lrintf multiarch implementations.
13681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13682         New file.
13683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13684         New file.
13685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13686         multiarch lrint for PowerPC32.
13687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13688         file: multiarch lrintf for PowerPC32.
13689
13690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13691         and lroundf multiarch implementations.
13692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13693         New file.
13694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13695         New file.
13696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13697         New file.
13698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13699         multiarch lround for PowerPC32.
13700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13701         file: multiarch lroundf for PowerPC32.
13702
13703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13704         copysign and copysignf multiarch implementations.
13705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13706         New file.
13707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13708         New file.
13709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13710         file: multiarch copysign for PowerPC32.
13711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13712         file: multiarch copysignf for PowerPC32.
13713
13714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13715         and truncf multiarch implementations.
13716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13717         New file.
13718         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13719         file.
13720         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13721         multiarch trunc for PowerPC32.
13722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13723         New file.
13724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13725         New file.
13726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13727         multiarch truncf for PowerPC32.
13728
13729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13730         and roundf multiarch implementations.
13731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13732         New file.
13733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13734         file.
13735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13736         multiarch round for PowerPC32.
13737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13738         New file.
13739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13740         New file.
13741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13742         multiarch roundf for PowerPC32.
13743
13744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13745         and floorf multiarch implementations.
13746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13747         New file.
13748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13749         file.
13750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13751         multiarch floor for PowerPC32.
13752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13753         New file.
13754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13755         New file.
13756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13757         multiarch floorf for PowerPC32.
13758
13759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13760         and ceilf multiarch implementations.
13761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13762         New file.
13763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13764         file.
13765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13766         multiarch ceil for PowerPC32.
13767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13768         New file.
13769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13770         file.
13771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13772         multiarch ceilf for PowerPC32.
13773
13774         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13775         is defined.
13776         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13777         FINITEF is defined.
13778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13779         and finitef multiarch implementations.
13780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13781         New file.
13782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13783         file.
13784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13785         multiarch finite for PowerPC32.
13786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13787         New file.
13788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13789         file: multiarch finitef for PowerPC32.
13790
13791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13792         and isinff multiarch implementations.
13793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13794         file.
13795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13796         file.
13797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13798         multiarch isinf for PowerPC32.
13799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13800         New file.
13801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13802         multiarch isinff for PowerPC32.
13803
13804         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13805         alias when __isnan is defined.
13806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13807         and isnanf multiarch implementations.
13808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13809         file.
13810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13811         file.
13812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13813         file.
13814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13815         file.
13816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13817         multiarch isnan for PowerPC32.
13818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13819         New file.
13820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13821         New file.
13822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13823         multiarch isnanf for PowerPC32.
13824
13825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13826         and sqrtf multiarch implementations.
13827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13828         file.
13829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13830         file.
13831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13832         multiarch sqrt for PowerPC32.
13833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13834         file.
13835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13836         file.
13837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13838         multiarch sqrtf for PowerPC32.
13839
13840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13841         and llroundf multiarch implementations.
13842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13843         New file.
13844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13845         New file.
13846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13847         New file.
13848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13849         file: multiarch llround for PowerPC32.
13850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13851         file: multiarch llroundf for PowerPC32.
13852
13853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13854         multiarch PowerPC32 fpu implementations.
13855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13856         New file.
13857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13858         New file.
13859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13860         multiarch llrint for PowerPC32.
13861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13862         New file.
13863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13864         New file.
13865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13866         file.
13867
13868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13869
13870         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13871         file.
13872         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13873         file.
13874         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13875         file.
13876         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13877         multiarch wordcopy for PPC32.
13878         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13879         wordcopy objects.
13880         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13881         (__libc_ifunc_impl_list): Likewise.
13882         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13883         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13884         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13885         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13886         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13887         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13888
13889         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13890         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13891         file.
13892         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13893         file.
13894         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13895         file.
13896         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13897         multiarch wcscpy for PPC32.
13898         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13899         multiarch objects.
13900         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13901         (__libc_ifunc_impl_list): Likewise.
13902         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13903         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13904         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13905         sysdeps/powerpc/power6/wcscpy.c.
13906
13907         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13908         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13909         file.
13910         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13911         file.
13912         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13913         file.
13914         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13915         multiarch wcsrchr for PPC32.
13916         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13917         multiarch objects.
13918         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13919         (__libc_ifunc_impl_list): Likewise.
13920         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13921         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13922         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13923         sysdeps/powerpc/power6/wcsrchr.c.
13924
13925         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13926         file.
13927         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13928         file.
13929         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13930         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13931         multiarch wcschr for PPc32.
13932         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13933         multiarch objects.
13934         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13935         (__libc_ifunc_impl_list): Likewise.
13936         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13937         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13938         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13939         sysdeps/powerpc/power6/wcschr.c.
13940
13941         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13942         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13943         file.
13944         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13945         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13946         file: multiarch strchr for PPC32.
13947         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13948         multiarch objects.
13949         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13950         (__libc_ifunc_impl_list): Likewise.
13951
13952         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13953         name.
13954         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13955         file.
13956         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13957         file.
13958         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13959         multiarch strchrnul for PPC32.
13960         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13961         multiarch objects.
13962         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13963         (__libc_ifunc_impl_list): Likewise.
13964
13965         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13966         file.
13967         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13968         multiarch strncasecmp for PPC32.
13969         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13970         file.
13971         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13972         multiarch strncasecmp_l for PPC32.
13973         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13974         strncasecmp multiarch objects.
13975         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13976         (__libc_ifunc_impl_list): Likewise.
13977
13978         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13979         file.
13980         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13981         multiarch strncasecmp for PPC32.
13982         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13983         New file.
13984         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13985         multiarch strcasecmp_l for PPC32.
13986         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13987         multiarch objects.
13988         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13989         (__libc_ifunc_impl_list): Likewise.
13990
13991         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13992         file.
13993         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13994         file.
13995         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13996         multiarch strncmp for PPC32.
13997         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13998         multiarch objects.
13999         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14000         (__libc_ifunc_impl_list): Likewise.
14001
14002         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14003         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14004         file.
14005         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14006         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14007         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14008         multiarch objects.
14009         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14010         (__libc_ifunc_impl_list): Likewise.
14011
14012         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14013         file.
14014         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14015         file.
14016         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14017         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14018         multiarch objects.
14019         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14020         (__libc_ifunc_impl_list): Likewise.
14021
14022         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14023         file.
14024         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14025         file.
14026         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14027         multiarch rawmemchr for PPC32.
14028         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14029         multiarch objects.
14030         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14031         (__libc_ifunc_impl_list): Likewise.
14032
14033         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14034         file.
14035         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14036         file.
14037         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14038         file: memrchr multiarch for PPC32.
14039         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14040         multiarch objects.
14041         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14042         (__libc_ifunc_impl_list): Likewise.
14043
14044         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14045         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14046         file.
14047         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14048         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14049         multiarch memchr for PPC32.
14050         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14051         multiarch objects.
14052         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14053         (__libc_ifunc_impl_list): Likewise.
14054
14055         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14056         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14057         file.
14058         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14059         file.
14060         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14061         file: multiarch mempcpy for PPC32.
14062         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14063         multiarch objects.
14064         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14065         (__libc_ifunc_impl_list): Likewise.
14066
14067         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14068         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14069         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14070         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14071         multiarch bzero for PPC32.
14072         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14073         file.
14074         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14075         file.
14076         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14077         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14078         file: multiarch memset for PPC32.
14079         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14080         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14081         memset multiarch objects.
14082         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14083         (__libc_ifunc_impl_list): Likewise.
14084
14085         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14086         file.
14087         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14088         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14089         memcmp for PPC32.
14090         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14091         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14092         multiarch objects.
14093         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14094         (__libc_ifunc_impl_list): Likewise.
14095
14096         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14097         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14098         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14099         file.
14100         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14101         file.
14102         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14103         file.
14104         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14105         multiarch memcpy for PPC32.
14106         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14107         multiarch objects.
14108         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14109         (__libc_ifunc_impl_list): Likewise.
14110
14111         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14112         support multiarch for POWER/PPC32.
14113         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14114         Likewise.
14115         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14117         Implies file to make multiarch folder appers before the fpu and
14118         default folder for power4 configuration.
14119
14120 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14121
14122         * scripts/bench.pl: Append volatile keyword to type.
14123
14124 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14125
14126         * sysdeps/sh/sotruss-lib.c: New file.
14127         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14128
14129 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14130
14131         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14132
14133 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14134
14135         [BZ #6810]
14136         * math/w_tgamma.c: Include <errno.h>.
14137         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14138         * math/w_tgammaf.c: Include <errno.h>.
14139         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14140         * math/w_tgammal.c: Include <errno.h>.
14141         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14142         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14143         underflow.  Add more tgamma tests.
14144         * math/auto-libm-test-out: Regenerated.
14145         * sysdeps/i386/fpu/libm-test-ulps: Update.
14146         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14147
14148         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14149         sin, sinh, tan, tanh, tgamma, y0 and y1.
14150         * math/auto-libm-test-out: Regenerated.
14151         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14152         (TEST_COND_x86): Likewise.
14153         (M_E2l): Remove macro.
14154         (M_E3l): Likewise.
14155         (M_2_SQRT_PIl): Likewise.
14156         (M_SQRT_PIl): Likewise.
14157         (M_1_DIV_El): Likewise.
14158         (log_test_data): Use AUTO_TESTS_f_f.
14159         (log10_test_data): Likewise.
14160         (log1p_test_data): Likewise.
14161         (log2_test_data): Likewise.
14162         (sin_test_data): Likewise.
14163         (sin_tonearest_test_data): Likewise.
14164         (sin_towardzero_test_data): Likewise.
14165         (sin_downward_test_data): Likewise.
14166         (sin_upward_test_data): Likewise.
14167         (sinh_test_data): Likewise.
14168         (sinh_tonearest_test_data): Likewise.
14169         (sinh_towardzero_test_data): Likewise.
14170         (sinh_downward_test_data): Likewise.
14171         (sinh_upward_test_data): Likewise.
14172         (tan_test_data): Likewise.
14173         (tan_tonearest_test_data): Likewise.
14174         (tan_towardzero_test_data): Likewise.
14175         (tan_downward_test_data): Likewise.
14176         (tan_upward_test_data): Likewise.
14177         (tanh_test_data): Likewise.
14178         (tgamma_test_data): Likewise.
14179         (y0_test_data): Likewise.
14180         (y1_test_data): Likewise.
14181         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14182         (special_real_inputs): Add pi/4.
14183         * sysdeps/i386/fpu/libm-test-ulps: Update.
14184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14185
14186 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14187
14188         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14189         "longjmp_target" static probes.
14190         (__longjmp): Rename to __longjmp_symbol.
14191         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14192         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14193         on which longjmp to generate.
14194         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14195         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14196         probe.
14197         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14198         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14199         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14200         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14201         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14202         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14204         __longjmp_symbol based on which __longjmp to generate.
14205         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14206         probe.
14207         (setjmp): Rename to setjmp_symbol.
14208         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14209         (_setjmp): Rename to _setjmp_symbol.
14210         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14211         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14212         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14213         which setjmp to generate.
14214         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14215         "longjmp_target" static probes.
14216
14217 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14218
14219         * benchtests/README: Add note about output arguments.
14220         * benchtests/bench-sincos.c: Remove file.
14221         * benchtests/sincos-inputs: New file.
14222         * scripts/bench.pl: Identify output arguments and define
14223         static variables for them.
14224
14225         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14226
14227         [BZ #15941]
14228         * Makefile (INSTALL): Add install-plain.texi as the primary
14229         dependency.
14230         * manual/install-plain.texi: New file.
14231         * manual/install.texi: Include node directive only for
14232         non-plaintext output.
14233
14234 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14235
14236         * stdlib/longlong.h: Update from GCC.
14237
14238         [BZ #6807]
14239         [BZ #15901]
14240         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14241         * math/w_j0f.c (y0f): Likewise.
14242         * math/w_j0l.c (__y0l): Likewise.
14243         * math/w_j1.c (y1): Likewise.
14244         * math/w_j1f.c (y1f): Likewise.
14245         * math/w_j1l.c (__y1l): Likewise
14246         * math/w_jn.c (yn): Likewise.
14247         * math/w_jnf.c (ynf): Likewise.
14248         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14249         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
14250         value for Bessel function domain errors outside _SVID_ mode.
14251         Adjust sign of return value for yn (negative integer, 0).
14252         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14253         by zero in return for negative x and set sign appropriately for
14254         negative n.
14255         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14256         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14257         * math/libm-test.inc (y0_test_data): Add more tests and adjust
14258         expectations in error cases.
14259         (y1_test_data): Likewise.
14260         (yn_test_data): Likewise.
14261         * sysdeps/i386/fpu/libm-test-ulps: Update.
14262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14263
14264 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14265
14266         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14267         "64" to "64-v1".  Add "64-v2".
14268         (abi-64-options): Rename to ...
14269         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
14270         (abi-64-condition): Rename to ...
14271         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
14272         (abi-64-ld-soname): Rename to ...
14273         (abi-64-v1-ld-soname): ... this.
14274         (abi-64-v2-options): Define.
14275         (abi-64-v2-condition): Likewise.
14276         (abi-64-v2-ld-soname): Likewise.
14277         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14278         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14282
14283 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14284             Alan Modra  <amodra@gmail.com>
14285
14286         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14287         New versions for use with the ELFv2 ABI.
14288         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14289         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14290         declaration.
14291         (struct La_ppc64v2_retval): Likewise.
14292         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14293         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14294         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14295         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14296         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14297         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14298         Do not save or restore CR.
14299         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14300         (_dl_profile_resolve): Do no save or restore CR.  Support extended
14301         return values for ELFv2 ABI.  Fix location of FPR return registers.
14302         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14303         updated values for _CALL_ELF == 2.
14304         (La_regs, La_retval, int_retval): Likewise.
14305
14306 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14307
14308         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14309         (FRAME_MIN_SIZE_PARM): Likewise.
14310         (FRAME_BACKCHAIN): Likewise.
14311         (FRAME_CR_SAVE): Likewise.
14312         (FRAME_LR_SAVE): Likewise.
14313         (FRAME_TOC_SAVE): Likewise.
14314         (FRAME_PARM_SAVE): Likewise.
14315         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14316         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14317         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14318         (call_mcount_parm_offset): New macro.
14319         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14320         (PROF): Use symbolic stack frame offsets.
14321         (TAIL_CALL_SYSCALL_ERROR): Likewise.
14322         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14323         Redefine in terms of FRAME_MIN_SIZE.
14324         (_dl_runtime_resolve): Use symbolic stack frame offsets.
14325         (_dl_profile_resolve): Likewise.  Update comment.
14326         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14327         symbols stack frame offsets.
14328         (__sigsetjmp): Likewise.
14329         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14330         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14331         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14332         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
14333
14334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
14335         (FRAME_BACKCHAIN): Remove.
14336         (FRAME_CR_SAVE): Likewise.
14337         (FRAME_LR_SAVE): Likewise.
14338         (FRAME_COMPILER_DW): Likewise.
14339         (FRAME_LINKER_DW): Likewise.
14340         (FRAME_TOC_SAVE): Likewise.
14341         (FRAME_PARM_SAVE): Likewise.
14342         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
14343         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
14344         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
14346         (CHECK_SP): Use symbolic stack frame offsets.
14347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14348         zone" instead of caller's parameter save area for temp storage.
14349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14350         Likewise.  Also, use symbolic stack frame offsets.
14351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14352         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14353         our own stack frame instead of the caller's.
14354         (__socket): Use symbolic stack frame offsets.
14355
14356 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14357             Alan Modra  <amodra@gmail.com>
14358
14359         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14360         Define.
14361         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14362         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14363         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14364         New function.
14365         (elf_machine_fixup_plt): Call it.
14366         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
14367         reloc arguments.
14368         (elf_machine_rela): Update call to elf_machine_plt_conflict.
14369         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14370         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
14371         r2 before calling target.
14372
14373 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14374             Alan Modra  <amodra@gmail.com>
14375
14376         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14377         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14378         versions of macros to support ELFv2 ABI.
14379         (LOCALENTRY): New macro.
14380         (ENTRY, EALIGN): Use it.
14381         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14382         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14383         fall through into ENTRY entry point.
14384         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14385         Only define if _CALL_ELF != 2.
14386
14387         (elf_machine_matches_host): Verify ABI version matches.
14388         (RTLD_START): Use LOCALENTRY.
14389         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14390         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14391         (PLT_ENTRY_WORDS): New macro.
14392         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14393         (elf_machine_runtime_setup): Support ELFv2 ABI.
14394         (elf_machine_fixup_plt): Likewise.
14395         (elf_machine_plt_conflict): Likewise.
14396         (resolve_ifunc): Likewise.
14397         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14398         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14399         Likewise.
14400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14401         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14403         (makecontext): Support ELFv2 ABI.
14404         * elf/elf.h (EF_PPC64_ABI): Define.
14405
14406 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14407
14408         * sysdeps/powerpc/powerpc64/sysdep.h
14409         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14410         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14411         (ENTRY) [ASSEMBLER]: ... but instead here ...
14412         (EALIGN) [ASSEMBLER]: ... and here.
14413         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14414         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14415         (ENTRY_2) [!ASSEMBLER]: Use it.
14416         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14417         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
14418         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14419         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
14420         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14422         Use PPC64_LOAD_FUNCPTR.
14423
14424         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14425
14426 2013-12-04  Alan Modra  <amodra@gmail.com>
14427
14428         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14429         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14430         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14431         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14432
14433         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14434         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14435         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14436         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14437         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14438         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14439
14440 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14441
14442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14443         (__makecontext): Fix incorrect CFI when backtracing out of
14444         context created via makecontext.
14445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14446         (__setcontext): Fix incorrect CFI during switch to new context.
14447         (__novec_setcontext): Likewise.
14448
14449 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14450
14451         [BZ #4772]
14452         * time/strptime_l.c (__strptime_internal): Allow modifiers
14453         in strptime.
14454         * time/tst-strptime.c (day_tests): Add testcase.
14455
14456 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14457
14458         * scripts/bench.pl: Skip over blank lines.
14459
14460 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14461
14462         [BZ #926]
14463         * manual/time.texi (Calendar Time): Clarify what timezone functions
14464         use.
14465
14466 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14467
14468         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14469
14470 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14471
14472         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14473         implementation.
14474         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14475         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14476         * debug/memset_chk.c (__memset_chk): Likewise.
14477         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14478         * debug/strncpy_chk.c: Likewise.
14479
14480 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14481
14482         [BZ #15268]
14483         [BZ #15425]
14484         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14485         (__ieee754_exp): For possibly underflowing results, check size of
14486         result and force underflow exception if required.
14487         * math/auto-libm-test-in: Add more tests of exp.
14488         * math/auto-libm-test-out: Regenerated.
14489         * sysdeps/i386/fpu/libm-test-ulps: Update.
14490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14491
14492         [BZ #16283]
14493         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14494         * math/w_exp2f.c (__exp2f): Likewise.
14495         * math/w_exp2l.c (__exp2l): Likewise.
14496         * math/auto-libm-test-in: Do not allow missing errno on exp2
14497         underflow.
14498         * math/auto-libm-test-out: Regenerated.
14499
14500 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14501
14502         [BZ #16274]
14503         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14504         handle filename validation.
14505         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14506         (do_open): Delete.
14507
14508 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14509
14510         [BZ #6786]
14511         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14512         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14513         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14514         <float.h>.
14515         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14516         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14517         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14518         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14519         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14520         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14521         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14522         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14523         Add more erfc tests.
14524         * math/auto-libm-test-out: Regenerated.
14525         * sysdeps/i386/fpu/libm-test-ulps: Update.
14526         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14527
14528         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14529         exp2, expm1, j0 and j1.
14530         * math/auto-libm-test-out: Regenerated.
14531         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14532         (erfc_test_data): Likewise.
14533         (exp_test_data): Likewise.
14534         (exp_tonearest_test_data): Likewise.
14535         (exp_towardzero_test_data): Likewise.
14536         (exp_downward_test_data): Likewise.
14537         (exp_upward_test_data): Likewise.
14538         (exp10_test_data): Likewise.
14539         (exp2_test_data): Likewise.
14540         (expm1_test_data): Likewise.
14541         (j0_test_data): Likewise.
14542         (j1_test_data): Likewise.
14543         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14544         (input_flag_type): Add flag_xfail_rounding.
14545         (input_flags): Add xfail-rounding.
14546         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14547         (output_for_one_input_case): Handle flag_xfail_rounding.
14548         * sysdeps/i386/fpu/libm-test-ulps: Update.
14549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14550
14551 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14552
14553         [BZ #16289]
14554         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14555         division by 0.
14556
14557 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14558
14559         [BZ #16195]
14560         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14561         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14562         (STAP_PROBE0): New macro.
14563         (STAP_PROBE1): Likewise.
14564         (STAP_PROBE2): Likewise.
14565         (STAP_PROBE3): Likewise.
14566         (STAP_PROBE4): Likewise.
14567
14568 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14569
14570         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14571
14572 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14573
14574         * benchtests/Makefile (bench): Add sqrt.
14575         (LDLIBS-bench-sqrt): New.
14576         * benchtests/sqrt-input: New.
14577
14578 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14579
14580         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14581         (GAIH_EAI): Likewise.
14582         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14583         (gaih_inet): Likewise.
14584         (getaddrinfo): Don't use GAIH_EAI.
14585
14586         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14587         (struct gaih): Remove definition.
14588
14589 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14590
14591         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14592         Use HERRNOP directly.
14593
14594 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14595
14596         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14597
14598 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14599
14600         * math/gen-auto-libm-tests.c (test_functions): Add more
14601         single-argument functions.
14602         (special_fill_pi_2): New function.
14603         (special_fill_minus_pi_2): Likewise.
14604         (special_fill_pi_6): Likewise.
14605         (special_fill_minus_pi_6): Likewise.
14606         (special_fill_pi_3): Likewise.
14607         (special_fill_2pi_3): Likewise.
14608         (special_fill_e): Likewise.
14609         (special_fill_1_e): Likewise.
14610         (special_fill_e_minus_1): Likewise.
14611         (special_real_inputs): Add more special inputs.
14612         (output_for_one_input_case): Do not require ERANGE on underflow to
14613         zero if round-to-nearest result does not underflow to zero, unless
14614         exact results required.
14615         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14616         atan, atanh, cbrt, cos and cosh.
14617         * math/auto-libm-test-out: Regenerated.
14618         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14619         (acos_tonearest_test_data): Likewise.
14620         (acos_towardzero_test_data): Likewise.
14621         (acos_downward_test_data): Likewise.
14622         (acos_upward_test_data): Likewise.
14623         (acosh_test_data): Likewise.
14624         (asin_test_data): Likewise.
14625         (asin_tonearest_test_data): Likewise.
14626         (asin_towardzero_test_data): Likewise.
14627         (asin_upward_test_data): Likewise.
14628         (asinh_test_data): Likewise.
14629         (atan_test_data): Likewise.
14630         (atanh_test_data): Likewise.
14631         (cbrt_test_data): Likewise.
14632         (cos_test_data): Likewise.
14633         (cos_tonearest_test_data): Likewise.
14634         (cos_towardzero_test_data): Likewise.
14635         (cos_downward_test_data): Likewise.
14636         (cos_upward_test_data): Likewise.
14637         (cosh_test_data): Likewise.
14638         (cosh_tonearest_test_data): Likewise.
14639         (cosh_towardzero_test_data): Likewise.
14640         (cosh_downward_test_data): Likewise.
14641         (cosh_upward_test_data): Likewise.
14642         * sysdeps/i386/fpu/libm-test-ulps: Update.
14643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14644
14645 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14646
14647         [BZ #6787]
14648         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14649         * math/w_exp10f.c (__exp10f): Likewise.
14650         * math/w_exp10l.c (__exp10l): Likewise.
14651         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14652         errno settings in existing tests.
14653
14654         [BZ #14032]
14655         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14656         precision control set to double precision.
14657         * sysdeps/i386/fpu/w_sqrt.c: New file.
14658         * math/auto-libm-test-in: Add more tests.
14659         * math/auto-libm-test-out: Update.
14660
14661         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14662         (sqrt_test_tonearest): New function.
14663         (sqrt_towardzero_test_data): New variable.
14664         (sqrt_test_towardzero): New function.
14665         (sqrt_downward_test_data): New variable.
14666         (sqrt_test_downward): New function.
14667         (sqrt_upward_test_data): New variable.
14668         (sqrt_test_upward): New function.
14669         (main): Call the new functions.
14670
14671         * math/gen-auto-libm-tests.c: New file.
14672         * math/auto-libm-test-in: Likewise.
14673         * math/auto-libm-test-out: New generated file.
14674         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14675         variables.
14676         (%beautify): Add generated representations of zero.
14677         (top level): Set $auto_input and call parse_auto_input.
14678         (beautify): Remove trailing "f" from hex float constants.
14679         (parse_args): Handle XFAIL_TEST.
14680         (convert_condition): New function.
14681         (or_value): Likewise.
14682         (or_cond_value): Likewise.
14683         (generate_testfile): Handle AUTO_TESTS_* lines.
14684         (parse_auto_input): New function.
14685         * math/libm-test.inc (XFAIL_TEST): New macro.
14686         (ERRNO_UNCHANGED): Update value.
14687         (ERRNO_EDOM): Likewise.
14688         (ERRNO_ERANGE): Likewise.
14689         (IGNORE_RESULT): Likewise.
14690         (TEST_COND_flt_32): New macro.
14691         (TEST_COND_dbl_64): Likewise.
14692         (TEST_COND_ldbl_96_intel): Likewise.
14693         (TEST_COND_ldbl_96_m68k): Likewise.
14694         (TEST_COND_ldbl_128): Likewise.
14695         (TEST_COND_ldbl_128ibm): Likewise.
14696         (TEST_COND_long32): Likewise.
14697         (TEST_COND_long64): Likewise.
14698         (TEST_COND_before_rounding): Likewise.
14699         (TEST_COND_after_rounding): Likewise.
14700         (enable_test): Handle XFAIL_TEST flag.
14701         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14702         with finite results.
14703         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14704         auto-libm-test-out.
14705
14706 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14707             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14708
14709         [BZ #16214]
14710         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14711         __tls_get_addr_internal instead of __tls_get_offset in order to
14712         avoid GOT pointer dependency.  Make rtld export
14713         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14714         __tls_get_addr since we are a __tls_get_offset platform.
14715         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14716         GOT pointer being set up before.
14717         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14718
14719 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14720
14721         * manual/math.texi (Errors in Math Functions): Document accuracy
14722         goals.
14723
14724         [BZ #15004]
14725         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14726         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14727         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14728         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14729         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14730         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14731         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14732         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14733         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14734         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14735         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14736         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14737         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14738         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14739         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14740         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14741
14742         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14743         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14744         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14745         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14746         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14747         Likewise.
14748         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14749         Likewise.
14750         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14751         Likewise.
14752         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14753         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14754         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14755         atomic-feupdateenv and flt-rounds.
14756         * sysdeps/powerpc/nofpu/Versions (libc): Add
14757         __atomic_feholdexcept, __atomic_feclearexcept,
14758         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14759         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14760         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14761         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14762         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14763         here.
14764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14765         Update.
14766
14767         * manual/arith.texi (FP Exceptions): Document that exceptions may
14768         not be raised when matherr is used.
14769         (Math Error Reporting): Document overflow in directed rounding
14770         modes.  Document that errno may not be set when finite values are
14771         returned on overflow.  Document intent to set errno on underflow
14772         only for underflow to zero.
14773
14774         [BZ #16271]
14775         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14776         round-to-nearest then adjust result for other rounding modes.
14777         * include/fenv.h (fegetround): Use libm_hidden_proto.
14778         * math/fegetround.c (fegetround): Use libm_hidden_def.
14779         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14780         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14781         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14782         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14783         Likewise.
14784         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14785         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14786         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14787         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14788
14789 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14790
14791         [BZ #16077]
14792         * nss/Versions (libnss_files): Add
14793         _nss_files_gethostbyname3_r.
14794         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14795         New function.
14796         (HOST_DB_LOOKUP): Remove macro.
14797         (_nss_files_gethostbyname_r): Implement function without the
14798         HOST_DB_LOOKUP macro.
14799         (_nss_files_gethostbyname2_r): Likewise.
14800
14801 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14802
14803         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14804
14805 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14806
14807         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14808         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14809         warning.
14810
14811 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14812
14813         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14814         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14815         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14816         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14817         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14818         __fe_nomask_env_priv and attribute_hidden.
14819         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14820         (libc_feupdateenv_test_ppc): Likewise.
14821         (libc_feresetround_ppc): Likewise.
14822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14823         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14824         compat_symbol macro.
14825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14826         (__fe_nomask_env): Likewise.
14827         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14828
14829 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14830
14831         * string/Makefile: Remove ifunc tests.
14832         * string/test-string.h: Define TEST_IFUNC.
14833         * string/test-bcopy-ifunc.c: Remove.
14834         * string/test-bzero-ifunc.c: Likewise.
14835         * string/test-memccpy-ifunc.c: Likewise.
14836         * string/test-memchr-ifunc.c: Likewise.
14837         * string/test-memcmp-ifunc.c: Likewise.
14838         * string/test-memcpy-ifunc.c: Likewise.
14839         * string/test-memmem-ifunc.c: Likewise.
14840         * string/test-memmove-ifunc.c: Likewise.
14841         * string/test-mempcpy-ifunc.c: Likewise.
14842         * string/test-memrchr-ifunc.c: Likewise.
14843         * string/test-memset-ifunc.c: Likewise.
14844         * string/test-rawmemchr-ifunc.c: Likewise.
14845         * string/test-stpcpy-ifunc.c: Likewise.
14846         * string/test-stpncpy-ifunc.c: Likewise.
14847         * string/test-strcasecmp-ifunc.c: Likewise.
14848         * string/test-strcasestr-ifunc.c: Likewise.
14849         * string/test-strcat-ifunc.c: Likewise.
14850         * string/test-strchr-ifunc.c: Likewise.
14851         * string/test-strchrnul-ifunc.c: Likewise.
14852         * string/test-strcmp-ifunc.c: Likewise.
14853         * string/test-strcpy-ifunc.c: Likewise.
14854         * string/test-strcspn-ifunc.c: Likewise.
14855         * string/test-strlen-ifunc.c: Likewise.
14856         * string/test-strncasecmp-ifunc.c: Likewise.
14857         * string/test-strncat-ifunc.c: Likewise.
14858         * string/test-strncmp-ifunc.c: Likewise.
14859         * string/test-strncpy-ifunc.c: Likewise.
14860         * string/test-strnlen-ifunc.c: Likewise.
14861         * string/test-strpbrk-ifunc.c: Likewise.
14862         * string/test-strrchr-ifunc.c: Likewise.
14863         * string/test-strspn-ifunc.c: Likewise.
14864         * string/test-strstr-ifunc.c: Likewise.
14865
14866 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14867
14868         * benchtests/Makefile: Remove ifunc tests.
14869         * benchtests/bench-string.h: Define TEST_IFUNC.
14870         * benchtests/bench-bcopy-ifunc.c: Remove.
14871         * benchtests/bench-bzero-ifunc.c: Likewise.
14872         * benchtests/bench-memccpy-ifunc.c: Likewise.
14873         * benchtests/bench-memchr-ifunc.c: Likewise.
14874         * benchtests/bench-memcmp-ifunc.c: Likewise.
14875         * benchtests/bench-memcpy-ifunc.c: Likewise.
14876         * benchtests/bench-memmem-ifunc.c: Likewise.
14877         * benchtests/bench-memmove-ifunc.c: Likewise.
14878         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14879         * benchtests/bench-memrchr-ifunc.c: Likewise.
14880         * benchtests/bench-memset-ifunc.c: Likewise.
14881         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14882         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14883         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14884         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14885         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14886         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14887         * benchtests/bench-strcat-ifunc.c: Likewise.
14888         * benchtests/bench-strchr-ifunc.c: Likewise.
14889         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14890         * benchtests/bench-strcmp-ifunc.c: Likewise.
14891         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14892         * benchtests/bench-strcpy-ifunc.c: Likewise.
14893         * benchtests/bench-strcspn-ifunc.c: Likewise.
14894         * benchtests/bench-strlen-ifunc.c: Likewise.
14895         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14896         * benchtests/bench-strncat-ifunc.c: Likewise.
14897         * benchtests/bench-strncmp-ifunc.c: Likewise.
14898         * benchtests/bench-strncpy-ifunc.c: Likewise.
14899         * benchtests/bench-strnlen-ifunc.c: Likewise.
14900         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14901         * benchtests/bench-strrchr-ifunc.c: Likewise.
14902         * benchtests/bench-strsep-ifunc.c: Likewise.
14903         * benchtests/bench-strspn-ifunc.c: Likewise.
14904         * benchtests/bench-strstr-ifunc.c: Likewise.
14905
14906 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14907
14908         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14909
14910 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14911
14912         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14913         * rt/aio.h: Likewise.
14914         * sysdeps/gnu/bits/utmp.h: Likewise.
14915         * sysdeps/gnu/bits/utmpx.h: Likewise.
14916         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14917         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14918         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14919         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14920         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14921         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14922         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14923         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14924         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14925         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14926         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14927         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14928         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14930         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14931         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14932         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14933         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14934         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14935         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14936         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14937         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14938         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14939         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14940         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14941         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14942         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14943         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14944         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14945         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14946         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14947         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14948         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14949         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14950         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14951         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14952         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14953         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14954         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14955         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14956         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14957         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14958
14959 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14960
14961         [BZ #16245]
14962         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14963         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14964
14965 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14966
14967         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14968         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14969         Likewise.
14970
14971 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14972
14973         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14974         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14975         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14976         (__fesetround): Remove define.
14977         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14978         rounding and exceptions handling.
14979         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14980         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14981         (__fe_nomask_env): Likewise.
14982         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14983         __fegetround instead of fegetround.
14984         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14985         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14986
14987 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14988
14989         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14990         it's there.
14991
14992         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14993
14994 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14995
14996         [BZ #11157]
14997         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14998         (encrypt_r): Likewise.
14999         * malloc/obstack.h (obstack_free): Likewise.
15000         * posix/unistd.h (encrypt): Likewise.
15001
15002 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15003
15004         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15005         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15006         DL_CALL_DT_FINI() that call the functions directly.
15007         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15008         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15009         * elf/dl-fini.c: Likewise.
15010
15011 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15012
15013         * malloc/hooks.c (memalign_check): Add alignment rounding.
15014         * malloc/malloc.c (_mid_memalign): New function.
15015         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15016         Implement by calling _mid_memalign.
15017         * manual/probes.texi (Memory Allocation Probes): Remove
15018         memory_valloc_retry and memory_pvalloc_retry.
15019
15020 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15021
15022         * locale/programs/locarchive.c (open_archive): Add const
15023         qualifier to ARCHIVEFNAME and copy default fname to
15024         DEFAULT_FNAME.
15025
15026         [BZ #15601]
15027         * libio/tst-widetext.input: Rename Oriya to Odia.
15028         * locale/iso-639.def: Likewise.
15029
15030         * manual/probes.texi (Mathematical Function Probes): Add
15031         documentation for sin, cos, asin and acos probes.
15032         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15033         (__sin32): Add slowasin probe.
15034         (__cos32): Add slowacos probe.
15035         (__mpsin): Add slowsin probe.
15036         (__mpcos): Add slowcos probe.
15037
15038 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15039
15040         [BZ #15483]
15041         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15042         thread-local __sim_exceptions_thread and global
15043         __sim_exceptions_global.
15044         (__sim_disabled_exceptions): Change to thread-local
15045         __sim_disabled_exceptions_thread and global
15046         __sim_disabled_exceptions_global.
15047         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15048         and global __sim_round_mode_global.
15049         (__simulate_exceptions): Use thread-local floating-point state and
15050         set global state from it as needed.
15051         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15052         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15053         __sim_round_mode_thread.
15054         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15055         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15056         and global __sim_exceptions_global.
15057         (__sim_disabled_exceptions): Change to thread-local
15058         __sim_disabled_exceptions_thread and global
15059         __sim_disabled_exceptions_global.
15060         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15061         and global __sim_round_mode_global.
15062         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15063         (SIM_SET_GLOBAL): Likewise.
15064         * sysdeps/powerpc/soft-fp/sfp-machine.h
15065         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15066         __sim_round_mode_thread.
15067         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15068         __sim_disabled_exceptions_thread.
15069         (__sim_exceptions): Change to __sim_exceptions_thread.
15070         (__sim_disabled_exceptions): Change to
15071         __sim_disabled_exceptions_thread.
15072         (__sim_round_mode): Change to __sim_round_mode_thread.
15073         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15074         thread-local floating-point state and set global state from it as
15075         needed.
15076         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15077         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15078         (__sim_disabled_exceptions): Remove extern declaration.
15079         (feenableexcept): Use thread-local floating-point state and set
15080         global state from it as needed.
15081         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15082         extern declaration.
15083         (__sim_disabled_exceptions): Likewise.
15084         (__sim_round_mode): Likewise.
15085         (__fegetenv): Use thread-local floating-point state.
15086         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15087         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15088         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15089         floating-point state and set global state from it as needed.
15090         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15091         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15092         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15093         Likewise.
15094         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15095         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15096         Likewise.
15097         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15098         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15099         Use __sim_round_mode_thread.
15100         * math/test-fenv-tls.c: New file.
15101         * math/Makefile (tests): Add test-fenv-tls.
15102         ($(objpfx)test-fenv-tls): Depend on
15103         $(common-objpfx)nptl/libpthread.so.
15104
15105 2013-11-19  Andreas Schwab  <schwab@suse.de>
15106
15107         * locale/programs/locale.c (show_info): Decode wordarray elements.
15108         * locale/categories.def (LC_MONETARY): Add element for
15109         _NL_MONETARY_CRNCYSTR.
15110         * locale/C-monetary.c (conversion_rate): New variable.
15111         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15112         element.
15113
15114 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15115
15116         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15117         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15118
15119 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15120
15121         * elf/Makefile (tst-auxv): New test.
15122         * elf/tst-auxv.c: New
15123         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15124
15125 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15126
15127         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15128         (hidden_proto): Caller changed.
15129         (hidden_tls_proto): New macro.
15130         (libc_hidden_tls_proto): Likewise.
15131         (rtld_hidden_tls_proto): Likewise.
15132         (libm_hidden_tls_proto): Likewise.
15133         (libresolv_hidden_tls_proto): Likewise.
15134         (librt_hidden_tls_proto): Likewise.
15135         (libdl_hidden_tls_proto): Likewise.
15136         (libnss_files_hidden_tls_proto): Likewise.
15137         (libnsl_hidden_tls_proto): Likewise.
15138         (libnss_nisplus_hidden_tls_proto): Likewise.
15139         (libutil_hidden_tls_proto): Likewise.
15140
15141 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15142
15143         [BZ #10253]
15144         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15145         (decompose_rpath): Defer expansion to fillin_rpath.
15146         (_dl_init_paths): Pass linkmap to fillin_rpath.
15147
15148 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15149
15150         * benchtests/Makefile: Add strsep.
15151         * benchtests/bench-strsep.c: New file: strsep benchtest.
15152         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15153
15154 2013-11-18  Andreas Schwab  <schwab@suse.de>
15155
15156         * locale/programs/locale.c (show_info) [case byte]: Check for
15157         '\377' instead of '\177'.
15158         * locale/C-monetary.c (not_available): Always use "\377".
15159         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15160         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15161         detect unavailable sign_posn locale elements.
15162         * locale/localeconv.c (__localeconv): For grouping and
15163         mon_grouping handle "\177" and "\377" like no grouping.
15164         (INT_ELEM): New macro.  Use it to set all numeric members.
15165         * locale/programs/ld-monetary.c (monetary_read)
15166         <tok_mon_grouping>: Normalize single -1 to the empty string.
15167         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15168         Likewise.
15169
15170 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15171
15172         [BZ #16055]
15173         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15174         when we match (nil).
15175         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15176
15177 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15178
15179         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15180         (NO_TEST_INLINE): Update value.
15181         (ERRNO_UNCHANGED): Likewise.
15182         (ERRNO_EDOM): Likewise.
15183         (ERRNO_ERANGE): Likewise.
15184         (IGNORE_RESULT): Likewise.
15185         (check_float_internal): Check signs of NaN results if
15186         TEST_NAN_SIGN used.
15187         (check_complex): Pass TEST_NAN_SIGN flag through to second
15188         check_float_internal call.
15189         (copysign_test_data): Add tests with quiet NaNs as second
15190         argument.  Use TEST_NAN_SIGN.
15191         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15192         TEST_NAN_SIGN.
15193         (signbit_test_data): Add tests of quiet NaN argument.
15194         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15195
15196         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15197         $ignore_result.
15198         (parse_args): Handle function results specified as IGNORE.
15199         * math/libm-test.inc (IGNORE_RESULT): New macro.
15200         (check_float_internal): Do not check numerical result if flag
15201         IGNORE_RESULT set.
15202         (check_complex): Pass through IGNORE_RESULT to second
15203         check_float_internal call.
15204         (check_int): Do not check numerical result if flag IGNORE_RESULT
15205         set.
15206         (check_long): Likewise.
15207         (check_bool): Likewise.
15208         (check_longlong): Likewise.
15209         (lrint_test_data): Add tests of infinite and NaN arguments.
15210         (lrint_tonearest_test_data): Likewise.
15211         (lrint_towardzero_test_data): Likewise.
15212         (lrint_downward_test_data): Likewise.
15213         (lrint_upward_test_data): Likewise.
15214         (llrint_test_data): Likewise.
15215         (llrint_tonearest_test_data): Likewise.
15216         (llrint_towardzero_test_data): Likewise.
15217         (llrint_downward_test_data): Likewise.
15218         (llrint_upward_test_data): Likewise.
15219         (lround_test_data): Likewise.
15220         (llround_test_data): Likewise.
15221
15222         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15223         (ERRNO_UNCHANGED): Update value.
15224         (ERRNO_EDOM): Likewise.
15225         (ERRNO_ERANGE): Likewise.
15226         (NO_TEST_INLINE_FLOAT): New macro.
15227         (NO_TEST_INLINE_DOUBLE): Likewise.
15228         (enable_test): New function.
15229         (RUN_TEST_f_f): Check enable_test before running test.
15230         (RUN_TEST_2_f): Likewise.
15231         (RUN_TEST_fff_f): Likewise.
15232         (RUN_TEST_c_f): Likewise.
15233         (RUN_TEST_f_f1): Likewise.
15234         (RUN_TEST_fF_f1): Likewise.
15235         (RUN_TEST_fI_f1): Likewise.
15236         (RUN_TEST_ffI_f1): Likewise.
15237         (RUN_TEST_c_c): Likewise.
15238         (RUN_TEST_cc_c): Likewise.
15239         (RUN_TEST_f_i): Likewise.
15240         (RUN_TEST_f_i_tg): Likewise.
15241         (RUN_TEST_ff_i_tg): Likewise.
15242         (RUN_TEST_f_b): Likewise.
15243         (RUN_TEST_f_b_tg): Likewise.
15244         (RUN_TEST_f_l): Likewise.
15245         (RUN_TEST_f_L): Likewise.
15246         (RUN_TEST_fFF_11): Likewise.
15247         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15248         conditionals.
15249         (cosh_test_data): Likewise.
15250         (exp_test_data): Likewise.
15251         (expm1_test_data): Likewise.
15252         (hypot_test_data): Likewise.
15253         (pow_test_data): Likewise.
15254         (sinh_test_data): Likewise.
15255         (tanh_test_data): Likewise.
15256         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15257         flags argument.
15258
15259         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15260         tests with quiet NaN input and output.
15261         (acosh_test_data): Likewise.
15262         (asin_test_data): Likewise.
15263         (asinh_test_data): Likewise.
15264         (atan_test_data): Likewise.
15265         (atanh_test_data): Likewise.
15266         (atan2_test_data): Likewise.
15267         (cbrt_test_data): Likewise.
15268         (cos_test_data): Likewise.
15269         (cosh_test_data): Likewise.
15270         (erf_test_data): Likewise.
15271         (erfc_test_data): Likewise.
15272         (exp_test_data): Likewise.
15273         (exp10_test_data): Likewise.
15274         (exp2_test_data): Likewise.
15275         (expm1_test_data): Likewise.
15276         (hypot_test_data): Likewise.
15277         (j0_test_data): Likewise.
15278         (j1_test_data): Likewise.
15279         (jn_test_data): Likewise.
15280         (lgamma_test_data): Likewise.
15281         (log_test_data): Likewise.
15282         (log10_test_data): Likewise.
15283         (log1p_test_data): Likewise.
15284         (log2_test_data): Likewise.
15285         (pow_test_data): Likewise.
15286         (scalb_test_data): Likewise.
15287         (sin_test_data): Likewise.
15288         (sincos_test_data): Likewise.
15289         (sinh_test_data): Likewise.
15290         (tan_test_data): Likewise.
15291         (tanh_test_data): Likewise.
15292         (tgamma_test_data): Likewise.
15293         (y0_test_data): Likewise.
15294         (y1_test_data): Likewise.
15295         (yn_test_data): Likewise.
15296
15297         [BZ #16167]
15298         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15299         argument being NaN and avoid computations with second argument in
15300         that case.
15301         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15302         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15303         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15304
15305 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15306
15307         * locale/iso-639.def: Add Chitwani Tharu (the).
15308
15309 2013-11-14  Andreas Schwab  <schwab@suse.de>
15310
15311         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15312         word instead of empty string.
15313
15314 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15315
15316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15317         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15319         (__fe_nomask_env): Likewise.
15320
15321 2013-11-13  Steve Ellcey  <sellcey@mips.com>
15322
15323         * benchtests/bench-timing.h: Include time.h.
15324
15325 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
15326
15327         [BZ #15997]
15328         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15329         to 3.4.0 for x32.
15330         * sysdeps/unix/sysv/linux/configure: Regenerated.
15331
15332 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
15333
15334         [BZ #16151]
15335         * stdlib/strtod_l.c (round_and_return): Do not consider
15336         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
15337         exponent one less than half the least subnormal exponent.
15338         * stdlib/test-strtod-round-data: Add more tests.
15339         * stdlib/tst-strtod-round.c (tests): Regenerated.
15340
15341 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15342
15343         [BZ #14143]
15344         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
15345         (__fe_mask_env): Likewise.
15346         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
15347         libm_hidden_proto and add function prototype.
15348         (__fe_mask_env): Add function prototype.
15349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15350         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15352         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15354         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15355
15356 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15357
15358         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15359         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15360
15361 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15362
15363         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15364         of htab_find_slot().
15365
15366 2013-11-11  David S. Miller  <davem@davemloft.net>
15367
15368         [BZ #16150]
15369         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15370         symbol in the non-vis3 case in static builds.
15371         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15372         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15373         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15374         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15375
15376 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15377
15378         [BZ #387]
15379         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15380         it is empty.
15381
15382 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15383
15384         * benchtests/Makefile: Add bench-strtod.
15385         * benchtests/bench-strtod.c: New file: strtod benchtest
15386
15387 2013-11-11  Andreas Schwab  <schwab@suse.de>
15388
15389         [BZ #16153]
15390         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15391         terminating NUL in key length.
15392
15393 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15394
15395         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15396         Add artificial ODP entry for vDSO symbol for PPC64.
15397         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15398         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15399
15400 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15401
15402         [BZ #15374]
15403         * nss/getent.c (services_keys): Recognize services starting with digit.
15404
15405 2013-11-06  David S. Miller  <davem@davemloft.net>
15406
15407         [BZ #15985]
15408         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15409         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15410
15411 2013-11-06  Will Newton  <will.newton@linaro.org>
15412
15413         * manual/memory.texi (Malloc Examples): Remove register
15414         keyword from examples.
15415
15416 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
15417
15418         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
15419
15420 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
15421
15422         [BZ #6981]
15423         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15424         depending on [__GCC_IEC_559 > 0].
15425         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15426         depending on [__GCC_IEC_559_COMPLEX > 0].
15427
15428 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
15429
15430         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15431         to iso-639.def.
15432
15433 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
15434
15435         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15436
15437 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
15438
15439         [BZ #16112]
15440         * malloc/malloc (malloc_info): Do not handle first bin as
15441         special case.
15442
15443 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
15444
15445         * locale/iso-639.def: Add Central Nahuatl (nhn).
15446
15447 2013-11-01  Bruno Haible  <bruno@clisp.org>
15448
15449         [BZ #7003]
15450         * manual/math.texi (BSD Random): Specify range upper bound as
15451         in POSIX.
15452
15453 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
15454
15455         * locale/iso-639.def: Add Meadow Mari (mhr).
15456
15457 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
15458
15459         [BZ #14752], [BZ #15763]
15460         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15461         Validate name.
15462         * rt/tst_shm.c: Add test for escaping directory.
15463
15464 2013-10-31  Andreas Schwab  <schwab@suse.de>
15465
15466         [BZ #15917]
15467         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15468         followed by 'x' as part of digit sequence.
15469         * stdio-common/tst-sscanf.c (double_tests2): New tests.
15470
15471 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15472
15473         [BZ #16037]
15474         * configure.ac: allow GNU Make 4.0 and greater.
15475         * configure: Regenerated.
15476
15477 2013-10-30  Will Newton  <will.newton@linaro.org>
15478
15479         [BZ #16038]
15480         * malloc/hooks.c (memalign_check): Limit alignment to the
15481         maximum representable power of two.
15482         * malloc/malloc.c (__libc_memalign): Likewise.
15483         * malloc/tst-memalign.c (do_test): Add test for very
15484         large alignment values.
15485         * malloc/tst-posix_memalign.c (do_test): Likewise.
15486
15487 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15488
15489         [BZ #11087]
15490         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15491         (munmap_chunk): Likewise.
15492         (mremap_chunk): Likewise.
15493
15494 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15495
15496         [BZ #15799]
15497         * stdlib/div.c (div): Remove obsolete code.
15498         * stdlib/ldiv.c (ldiv): Likewise.
15499         * stdlib/lldiv.c (lldiv): Likewise.
15500
15501 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15502
15503         [BZ #16071]
15504         * nss/nss_files/files-XXX.c (get_contents_ret): New
15505         enumerator.
15506         (get_contents): New function.
15507         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15508
15509 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15510
15511         * configure.in: Moved to ...
15512         * configure.ac: ... here. Change reference to configure.in
15513         to configure.ac.
15514         * sysdeps/arm/preconfigure.ac: ... here.
15515         configure.in to configure.ac.
15516         * sysdeps/gnu/configure.in: Moved to ...
15517         * sysdeps/gnu/configure.ac: ... here.
15518         * sysdeps/i386/configure.in: Moved to ...
15519         * sysdeps/i386/configure.ac: ... here.
15520         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15521         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15522         * sysdeps/mach/configure.in: Moved to ...
15523         * sysdeps/mach/configure.ac: ... here.
15524         * sysdeps/mach/hurd/configure.in: Moved to ...
15525         * sysdeps/mach/hurd/configure.ac: ... here.
15526         * sysdeps/powerpc/configure.in: Moved to ...
15527         * sysdeps/powerpc/configure.ac: ... here.
15528         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15529         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15530         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15531         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15532         * sysdeps/s390/s390-32/configure.in: Moved to ...
15533         * sysdeps/s390/s390-32/configure.ac: ... here.
15534         * sysdeps/s390/s390-64/configure.in: Moved to ...
15535         * sysdeps/s390/s390-64/configure.ac: ... here.
15536         * sysdeps/sh/configure.in: Moved to ...
15537         * sysdeps/sh/configure.ac: ... here.
15538         * sysdeps/sparc/configure.in: Moved to ...
15539         * sysdeps/sparc/configure.ac: ... here.
15540         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15541         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15542         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15543         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15544         * sysdeps/x86_64/configure.in: Moved to ...
15545         * sysdeps/x86_64/configure.ac: ... here.
15546         * sysdeps/x86_64/preconfigure.in: Moved to ...
15547         * sysdeps/x86_64/preconfigure.ac: ... here.
15548         * aclocal.m4: Change reference to configure.in to configure.ac.
15549         * config.h.in: Likewise.
15550         * manual/install.texi: Likewise.
15551         * manual/maint.texi: Likewise.
15552         * Makefile: Likewise.
15553         * malloc/Makefile: Likewise.
15554         * nscd/Makefile: Likewise.
15555         * Makeconfig: Change reference to configure.in and
15556         preconfigure.in to configure.ac and preconfigure.ac
15557         respectively.
15558         * INSTALL: Regenerated.
15559         * configure: Likewise.
15560         * sysdeps/gnu/configure: Likewise.
15561         * sysdeps/i386/configure: Likewise.
15562         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15563         * sysdeps/mach/configure: Likewise.
15564         * sysdeps/mach/hurd/configure: Likewise.
15565         * sysdeps/powerpc/configure: Likewise.
15566         * sysdeps/powerpc/powerpc32/configure: Likewise.
15567         * sysdeps/powerpc/powerpc64/configure: Likewise.
15568         * sysdeps/s390/s390-32/configure: Likewise.
15569         * sysdeps/s390/s390-64/configure: Likewise.
15570         * sysdeps/sh/configure: Likewise.
15571         * sysdeps/sparc/configure: Likewise.
15572         * sysdeps/unix/sysv/linux/configure: Likewise.
15573         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15574         * sysdeps/x86_64/configure: Likewise.
15575         * sysdeps/x86_64/preconfigure: Likewise.
15576
15577 2013-10-29  Andreas Schwab  <schwab@suse.de>
15578
15579         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15580
15581 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15582
15583         * benchtests/pow-inputs: Add new inputs.
15584
15585         * benchtests/exp-inputs: Add new inputs.
15586
15587         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15588         conditional check for return value.
15589         (__cos32): Likewise.
15590
15591 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15592
15593         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15594         to provide a boost for large inputs with word alignment.
15595         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15596         implementation based on optimized PPC64 strcpy.
15597         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15598         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15599         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15600         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15601
15602 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15603
15604         [BZ #2801]
15605         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15606
15607 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15608
15609         [BZ #14876]
15610         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15611         * time/tst-strptime.c (day_tests): Add testcase.
15612
15613 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15614
15615         [BZ #14029]
15616         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15617
15618 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15619
15620         [BZ #16074]
15621         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15622         MAP_FAILED on error.
15623
15624 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15625
15626         [BZ #16072]
15627         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15628         heap for large requests.
15629
15630 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15631
15632         [BZ #9954]
15633         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15634         result if the result has no associated interface.
15635         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15636         interface for all 127.X.Y.Z addresses.
15637
15638 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15639
15640         * locale/iso-639.def: Add Ligurian (lij)
15641
15642 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15643
15644         [BZ #15825]
15645         * sunrpc/rpc_main.c: Document rpcgen -5.
15646
15647 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15648
15649         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15650
15651 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15652
15653         [BZ #10278]
15654         * posix/glob.c: Match only directories when trailing slash is present.
15655         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15656         (main): Add testcase.
15657
15658 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15659
15660         [BZ #15670]
15661         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15662
15663 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15664
15665         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15666         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15667         AUTH_DES and cindex for FIPS 140-2.
15668         (DES Encryption): Add cindex FIPS 46-3.
15669
15670         * locale/locarchive.h (struct locarhandle): Add fname.
15671         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15672         if an optional argument was specified to --list-archive,
15673         otherwise NULL.
15674         * locale/programs/locarchive.c (show_archive_content): Take new
15675         argument fname and pass it via ah.fname to open_archive.
15676         * locale/programs/localedef.h: Update decl.
15677         (open_archive): If AH->fname is non-null, open that file
15678         rather than the default file name, and don't ignore ENOENT.
15679         (create_archive): Set AH.fname to NULL.
15680         (delete_locales_from_archive): Likewise.
15681         (add_locales_to_archive): Likewise.
15682         * locale/programs/locfile.c (write_all_categories): Likewise.
15683
15684 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15685             Aldy Hernandez  <aldyh@redhat.com>
15686
15687         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15688         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15689         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15690         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15691         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15692         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15693         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15694         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15695         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15696         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15697         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15698         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15699         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15700         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15701         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15702         Likewise.
15703         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15704         Likewise.
15705         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15706         Likewise.
15707         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15708         Likewise.
15709         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15710         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15711         Likewise.
15712         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15713         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15714         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15715         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15716         Likewise.
15717         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15718         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15719         * sysdeps/powerpc/preconfigure: Likewise.
15720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15721         Likewise.
15722         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15723         Replace contents of file by #include of <fenv_libc.h>.
15724         * sysdeps/powerpc/soft-fp/sfp-machine.h
15725         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15726         and <sys/prctl.h>.
15727         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15728         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15729         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15730         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15731         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15732         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15733         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15734         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15735         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15736         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15737         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15738         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15740         Allow copysignl PLT reference to be missing.
15741
15742 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15743             Joseph Myers  <joseph@codesourcery.com
15744
15745         [BZ #15948]
15746         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15747         single character.
15748         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15749
15750 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15751
15752         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15753         * elf/tst-tls1.c: Likewise.
15754         * elf/tst-tls10.h: Likewise.
15755         * elf/tst-tls14.c: Likewise.
15756         * elf/tst-tls2.c: Likewise.
15757         * elf/tst-tls3.c: Likewise.
15758         * elf/tst-tls4.c: Likewise.
15759         * elf/tst-tls5.c: Likewise.
15760         * elf/tst-tls6.c: Likewise.
15761         * elf/tst-tls7.c: Likewise.
15762         * elf/tst-tls8.c: Likewise.
15763         * elf/tst-tls9.c: Likewise.
15764         * elf/tst-tlsmod1.c: Likewise.
15765         * elf/tst-tlsmod13.c: Likewise.
15766         * elf/tst-tlsmod13a.c: Likewise.
15767         * elf/tst-tlsmod14a.c: Likewise.
15768         * elf/tst-tlsmod16a.c: Likewise.
15769         * elf/tst-tlsmod16b.c: Likewise.
15770         * elf/tst-tlsmod2.c: Likewise.
15771         * elf/tst-tlsmod3.c: Likewise.
15772         * elf/tst-tlsmod4.c: Likewise.
15773         * elf/tst-tlsmod5.c: Likewise.
15774         * elf/tst-tlsmod6.c: Likewise.
15775
15776 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15777
15778         [BZ #12486]
15779         * malloc/malloc.c: remove checks for statistics.
15780
15781 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15782
15783         [BZ #15277]
15784         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15785         * inet/tst-network.c: Add testcase.
15786
15787 2013-10-17  Andreas Schwab  <schwab@suse.de>
15788
15789         [BZ #15218]
15790         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15791         to determine canonical name.
15792
15793 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15794
15795         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15796         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15797         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15798         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15799         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15800         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15801         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15802         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15803         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15804         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15805         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15806         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15807         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15808         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15809         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15810         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15811         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15812         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15813         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15814         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15815         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15816         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15817         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15818         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15819         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15820         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15821         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15822         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15823         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15824         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15825         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15826         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15827         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15828         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15829         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15830         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15831         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15832         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15833         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15834         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15835         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15836         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15837         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15838         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15839         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15840         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15841         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15842         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15843         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15844         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15845         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15846         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15847         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15848         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15849         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15850         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15851         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15852         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15853
15854 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15855
15856         [BZ #16041]
15857         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15858         make result into a quiet NaN.
15859
15860 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15861
15862         * soft-fp/adddf3.c: Fix horizontal whitespace.
15863         * soft-fp/addsf3.c: Likewise.
15864         * soft-fp/addtf3.c: Likewise.
15865         * soft-fp/divdf3.c: Likewise.
15866         * soft-fp/divsf3.c: Likewise.
15867         * soft-fp/divtf3.c: Likewise.
15868         * soft-fp/double.h: Likewise.
15869         * soft-fp/eqdf2.c: Likewise.
15870         * soft-fp/eqsf2.c: Likewise.
15871         * soft-fp/eqtf2.c: Likewise.
15872         * soft-fp/extenddftf2.c: Likewise.
15873         * soft-fp/extended.h: Likewise.
15874         * soft-fp/extendsfdf2.c: Likewise.
15875         * soft-fp/extendsftf2.c: Likewise.
15876         * soft-fp/extendxftf2.c: Likewise.
15877         * soft-fp/fixdfdi.c: Likewise.
15878         * soft-fp/fixdfsi.c: Likewise.
15879         * soft-fp/fixdfti.c: Likewise.
15880         * soft-fp/fixsfdi.c: Likewise.
15881         * soft-fp/fixsfsi.c: Likewise.
15882         * soft-fp/fixsfti.c: Likewise.
15883         * soft-fp/fixtfdi.c: Likewise.
15884         * soft-fp/fixtfsi.c: Likewise.
15885         * soft-fp/fixtfti.c: Likewise.
15886         * soft-fp/fixunsdfdi.c: Likewise.
15887         * soft-fp/fixunsdfsi.c: Likewise.
15888         * soft-fp/fixunsdfti.c: Likewise.
15889         * soft-fp/fixunssfdi.c: Likewise.
15890         * soft-fp/fixunssfsi.c: Likewise.
15891         * soft-fp/fixunssfti.c: Likewise.
15892         * soft-fp/fixunstfdi.c: Likewise.
15893         * soft-fp/fixunstfsi.c: Likewise.
15894         * soft-fp/fixunstfti.c: Likewise.
15895         * soft-fp/floatdidf.c: Likewise.
15896         * soft-fp/floatdisf.c: Likewise.
15897         * soft-fp/floatditf.c: Likewise.
15898         * soft-fp/floatsidf.c: Likewise.
15899         * soft-fp/floatsisf.c: Likewise.
15900         * soft-fp/floatsitf.c: Likewise.
15901         * soft-fp/floattidf.c: Likewise.
15902         * soft-fp/floattisf.c: Likewise.
15903         * soft-fp/floattitf.c: Likewise.
15904         * soft-fp/floatundidf.c: Likewise.
15905         * soft-fp/floatundisf.c: Likewise.
15906         * soft-fp/floatunditf.c: Likewise.
15907         * soft-fp/floatunsidf.c: Likewise.
15908         * soft-fp/floatunsisf.c: Likewise.
15909         * soft-fp/floatunsitf.c: Likewise.
15910         * soft-fp/floatuntidf.c: Likewise.
15911         * soft-fp/floatuntisf.c: Likewise.
15912         * soft-fp/floatuntitf.c: Likewise.
15913         * soft-fp/fmadf4.c: Likewise.
15914         * soft-fp/fmasf4.c: Likewise.
15915         * soft-fp/fmatf4.c: Likewise.
15916         * soft-fp/gedf2.c: Likewise.
15917         * soft-fp/gesf2.c: Likewise.
15918         * soft-fp/getf2.c: Likewise.
15919         * soft-fp/ledf2.c: Likewise.
15920         * soft-fp/lesf2.c: Likewise.
15921         * soft-fp/letf2.c: Likewise.
15922         * soft-fp/muldf3.c: Likewise.
15923         * soft-fp/mulsf3.c: Likewise.
15924         * soft-fp/multf3.c: Likewise.
15925         * soft-fp/negdf2.c: Likewise.
15926         * soft-fp/negsf2.c: Likewise.
15927         * soft-fp/negtf2.c: Likewise.
15928         * soft-fp/op-1.h: Likewise.
15929         * soft-fp/op-2.h: Likewise.
15930         * soft-fp/op-4.h: Likewise.
15931         * soft-fp/op-8.h: Likewise.
15932         * soft-fp/op-common.h: Likewise.
15933         * soft-fp/quad.h: Likewise.
15934         * soft-fp/single.h: Likewise.
15935         * soft-fp/soft-fp.h: Likewise.
15936         * soft-fp/sqrtdf2.c: Likewise.
15937         * soft-fp/sqrtsf2.c: Likewise.
15938         * soft-fp/sqrttf2.c: Likewise.
15939         * soft-fp/subdf3.c: Likewise.
15940         * soft-fp/subsf3.c: Likewise.
15941         * soft-fp/subtf3.c: Likewise.
15942         * soft-fp/truncdfsf2.c: Likewise.
15943         * soft-fp/trunctfdf2.c: Likewise.
15944         * soft-fp/trunctfsf2.c: Likewise.
15945         * soft-fp/trunctfxf2.c: Likewise.
15946         * soft-fp/unorddf2.c: Likewise.
15947         * soft-fp/unordsf2.c: Likewise.
15948         * soft-fp/unordtf2.c: Likewise.
15949
15950 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15951
15952         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15953         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15954
15955 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15956
15957         * elf/dl-libc.c: Clear initfini list after freeing.
15958
15959 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15960
15961         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15962         * soft-fp/addsf3.c: Likewise.
15963         * soft-fp/addtf3.c: Likewise.
15964         * soft-fp/divdf3.c: Likewise.
15965         * soft-fp/divsf3.c: Likewise.
15966         * soft-fp/divtf3.c: Likewise.
15967         * soft-fp/double.h: Likewise.
15968         * soft-fp/eqdf2.c: Likewise.
15969         * soft-fp/eqsf2.c: Likewise.
15970         * soft-fp/eqtf2.c: Likewise.
15971         * soft-fp/extenddftf2.c: Likewise.
15972         * soft-fp/extended.h: Likewise.
15973         * soft-fp/extendsfdf2.c: Likewise.
15974         * soft-fp/extendsftf2.c: Likewise.
15975         * soft-fp/extendxftf2.c: Likewise.
15976         * soft-fp/fixdfdi.c: Likewise.
15977         * soft-fp/fixdfsi.c: Likewise.
15978         * soft-fp/fixdfti.c: Likewise.
15979         * soft-fp/fixsfdi.c: Likewise.
15980         * soft-fp/fixsfsi.c: Likewise.
15981         * soft-fp/fixsfti.c: Likewise.
15982         * soft-fp/fixtfdi.c: Likewise.
15983         * soft-fp/fixtfsi.c: Likewise.
15984         * soft-fp/fixtfti.c: Likewise.
15985         * soft-fp/fixunsdfdi.c: Likewise.
15986         * soft-fp/fixunsdfsi.c: Likewise.
15987         * soft-fp/fixunsdfti.c: Likewise.
15988         * soft-fp/fixunssfdi.c: Likewise.
15989         * soft-fp/fixunssfsi.c: Likewise.
15990         * soft-fp/fixunssfti.c: Likewise.
15991         * soft-fp/fixunstfdi.c: Likewise.
15992         * soft-fp/fixunstfsi.c: Likewise.
15993         * soft-fp/fixunstfti.c: Likewise.
15994         * soft-fp/floatdidf.c: Likewise.
15995         * soft-fp/floatdisf.c: Likewise.
15996         * soft-fp/floatditf.c: Likewise.
15997         * soft-fp/floatsidf.c: Likewise.
15998         * soft-fp/floatsisf.c: Likewise.
15999         * soft-fp/floatsitf.c: Likewise.
16000         * soft-fp/floattidf.c: Likewise.
16001         * soft-fp/floattisf.c: Likewise.
16002         * soft-fp/floattitf.c: Likewise.
16003         * soft-fp/floatundidf.c: Likewise.
16004         * soft-fp/floatundisf.c: Likewise.
16005         * soft-fp/floatunsidf.c: Likewise.
16006         * soft-fp/floatunsisf.c: Likewise.
16007         * soft-fp/floatuntidf.c: Likewise.
16008         * soft-fp/floatuntisf.c: Likewise.
16009         * soft-fp/floatuntitf.c: Likewise.
16010         * soft-fp/fmadf4.c: Likewise.
16011         * soft-fp/fmasf4.c: Likewise.
16012         * soft-fp/fmatf4.c: Likewise.
16013         * soft-fp/gedf2.c: Likewise.
16014         * soft-fp/gesf2.c: Likewise.
16015         * soft-fp/getf2.c: Likewise.
16016         * soft-fp/ledf2.c: Likewise.
16017         * soft-fp/lesf2.c: Likewise.
16018         * soft-fp/letf2.c: Likewise.
16019         * soft-fp/muldf3.c: Likewise.
16020         * soft-fp/mulsf3.c: Likewise.
16021         * soft-fp/multf3.c: Likewise.
16022         * soft-fp/negdf2.c: Likewise.
16023         * soft-fp/negsf2.c: Likewise.
16024         * soft-fp/negtf2.c: Likewise.
16025         * soft-fp/op-1.h: Likewise.
16026         * soft-fp/op-2.h: Likewise.
16027         * soft-fp/op-4.h: Likewise.
16028         * soft-fp/op-8.h: Likewise.
16029         * soft-fp/op-common.h: Likewise.
16030         * soft-fp/quad.h: Likewise.
16031         * soft-fp/single.h: Likewise.
16032         * soft-fp/soft-fp.h: Likewise.
16033         * soft-fp/sqrtdf2.c: Likewise.
16034         * soft-fp/sqrtsf2.c: Likewise.
16035         * soft-fp/sqrttf2.c: Likewise.
16036         * soft-fp/subdf3.c: Likewise.
16037         * soft-fp/subsf3.c: Likewise.
16038         * soft-fp/subtf3.c: Likewise.
16039         * soft-fp/truncdfsf2.c: Likewise.
16040         * soft-fp/trunctfdf2.c: Likewise.
16041         * soft-fp/trunctfsf2.c: Likewise.
16042         * soft-fp/trunctfxf2.c: Likewise.
16043         * soft-fp/unorddf2.c: Likewise.
16044         * soft-fp/unordsf2.c: Likewise.
16045         * soft-fp/unordtf2.c: Likewise.
16046
16047 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16048
16049         [BZ #15672]
16050         * misc/error.c (error_tail): Fix possible buffer overflow.
16051
16052 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16053
16054         [BZ #13028]
16055         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16056         address.
16057
16058 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16059
16060         [BZ #832]
16061         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16062         testing pipefail option.
16063
16064 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16065
16066         * soft-fp/double.h: Indent preprocessor directives inside #if.
16067         * soft-fp/extended.h: Likewise.
16068         * soft-fp/op-2.h: Likewise.
16069         * soft-fp/op-4.h: Likewise.
16070         * soft-fp/op-common.h: Likewise.
16071         * soft-fp/quad.h: Likewise.
16072         * soft-fp/single.h: Likewise.
16073         * soft-fp/soft-fp.h: Likewise.
16074
16075 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16076
16077         * iconv/iconv_prog.c: Fix typos.
16078         * stdio-common/psiginfo-data.h: Likewise.
16079
16080 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16081
16082         [BZ #15764]
16083         * locale/setlocale.c: Fix typo.
16084
16085 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16086
16087         [BZ #16036]
16088         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16089         signaling NaN arguments.
16090         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16091         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16092
16093         [BZ #14910]
16094         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16095         unordered operands.
16096         * soft-fp/gesf2.c (__gesf2): Likewise.
16097         * soft-fp/getf2.c (__getf2): Likewise.
16098         * soft-fp/ledf2.c (__ledf2): Likewise.
16099         * soft-fp/lesf2.c (__lesf2): Likewise.
16100         * soft-fp/letf2.c (__letf2): Likewise.
16101
16102         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16103         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16104         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16105         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16106         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16107         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16108         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16109         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16110         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16111         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16112         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16113         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16114         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16115         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16116         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16117         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16118         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16119         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16120         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16121         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16122         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16123         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16124         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16125         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16126         * soft-fp/floattidf.c (__floattidf): Likewise.
16127         * soft-fp/floattisf.c (__floattisf): Likewise.
16128         * soft-fp/floattitf.c (__floattitf): Likewise.
16129         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16130         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16131         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16132         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16133         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16134         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16135         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16136         * soft-fp/gesf2.c (__gesf2): Likewise.
16137         * soft-fp/getf2.c (__getf2): Likewise.
16138         * soft-fp/ledf2.c (__ledf2): Likewise.
16139         * soft-fp/lesf2.c (__lesf2): Likewise.
16140         * soft-fp/letf2.c (__letf2): Likewise.
16141
16142         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16143         Undefine and redefine.
16144         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16145         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16146         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16147         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16148         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16149         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16150         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16151         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16152         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16153         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16154         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16155         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16156         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16157         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16158         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16159
16160         [BZ #16032]
16161         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16162         without decrementing exponent if mantissa >= that for the
16163         denominator, not >.
16164         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16165         denominator, not >.  Decrement exponent in < case instead of
16166         incrementing in >= case.
16167         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16168         without decrementing exponent if mantissa >= that for the
16169         denominator, not >.
16170
16171         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16172         computing saturated result for unsigned overflow.
16173
16174 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16175             Jeff Law  <law@redhat.com>
16176
16177         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16178         (atan2Mp): Add systemtap probe marker.
16179         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16180         (__ieee754_log): Add systemtap probe marker.
16181         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16182         (atanMp): Add systemtap probe marker.
16183         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16184         (tanMp): Add systemtap probe marker.
16185         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16186         (__slowexp): Add systemtap probe marker.
16187         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16188         (__slowpow): Add systemtap probe marker.
16189         * manual/probes.texi: Document probes.
16190
16191 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16192
16193         [BZ #15362]
16194         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16195         written.
16196         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16197         written.
16198         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16199         written to buffer but not flushed.
16200         * libio/iofwrite_u.c:  Likewise.
16201         * libio/iopadn.c:  Return bytes returned even if EOF was
16202         encountered.
16203         * libio/iowpadn.c:  Likewise.
16204         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16205         if _IO_padn does not write the whole buffer.
16206         [!COMPILE_WPRINTF] (PAD): Likewise.
16207
16208 2013-10-10  David S. Miller  <davem@davemloft.net>
16209
16210         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16211         directory block.
16212
16213 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16214
16215         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16216         instead of FSF address.
16217         * soft-fp/fixdfti.c: Likewise.
16218         * soft-fp/fixsfti.c: Likewise.
16219         * soft-fp/fixtfti.c: Likewise.
16220         * soft-fp/fixunsdfti.c: Likewise.
16221         * soft-fp/fixunssfti.c: Likewise.
16222         * soft-fp/fixunstfti.c: Likewise.
16223         * soft-fp/floattidf.c: Likewise.
16224         * soft-fp/floattisf.c: Likewise.
16225         * soft-fp/floattitf.c: Likewise.
16226         * soft-fp/floatuntidf.c: Likewise.
16227         * soft-fp/floatuntisf.c: Likewise.
16228         * soft-fp/floatuntitf.c: Likewise.
16229         * soft-fp/trunctfxf2.c: Likewise.
16230
16231         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16232         * soft-fp/fixdfti.c: Likewise.
16233         * soft-fp/fixsfti.c: Likewise.
16234         * soft-fp/fixtfti.c: Likewise.
16235         * soft-fp/fixunsdfti.c: Likewise.
16236         * soft-fp/fixunssfti.c: Likewise.
16237         * soft-fp/fixunstfti.c: Likewise.
16238         * soft-fp/floattidf.c: Likewise.
16239         * soft-fp/floattisf.c: Likewise.
16240         * soft-fp/floattitf.c: Likewise.
16241         * soft-fp/floatuntidf.c: Likewise.
16242         * soft-fp/floatuntisf.c: Likewise.
16243         * soft-fp/floatuntitf.c: Likewise.
16244         * soft-fp/trunctfxf2.c: Likewise.
16245
16246 2013-10-10  David S. Miller  <davem@davemloft.net>
16247
16248         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16249
16250 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
16251
16252         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16253         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16254         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16255         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16256         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16257         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16258         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16259
16260         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16261         for NaNs before doing comparisons on argument.
16262         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16263         Likewise.
16264
16265 2013-10-10  Will Newton  <will.newton@linaro.org>
16266
16267         * malloc/hooks.c (memalign_check): Ensure the value of bytes
16268         passed to _int_memalign does not overflow.
16269
16270 2013-10-10  Torvald Riegel  <triegel@redhat.com>
16271
16272         * scripts/bench.pl: Add include-sources directive.
16273         * benchtests/README: Update documentation.
16274
16275 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16276
16277         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16278         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16279         instead of FP_INIT_ROUNDMODE.
16280         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16281         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16282
16283         [BZ #16034]
16284         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
16285         copy class of input value.
16286         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
16287         not handle exceptions.
16288         * soft-fp/negsf2.c (__negsf2): Likewise.
16289         * soft-fp/negtf2.c (__negtf2): Likewise.
16290         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16291
16292 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
16293
16294         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16295         semicolon.  From Linux kernel.
16296
16297 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
16298
16299         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16300
16301 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
16302
16303         [BZ #156]
16304         * manual/socket.texi: Added statement about buffer
16305         for gethostbyname2_r.
16306
16307 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16308
16309         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16310         Use .p2align directive instead, throughout.
16311         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16312         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16313         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16314         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16315         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16316         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16317         * sysdeps/x86_64/strchr.S: Likewise.
16318         * sysdeps/x86_64/strrchr.S: Likewise.
16319
16320 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
16321
16322         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16323
16324         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16325
16326         * sysdeps/generic/math_private.h (__mpsin1): Remove
16327         declaration.
16328         (__mpcos1): Likewise.
16329         (__mpsin): New argument __range_reduce.
16330         (__mpcos): Likewise.
16331         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16332         (slow): Use __mpsin and __mpcos.
16333         (slow1): Likewise.
16334         (slow2): Likewise.
16335         (sloww): Likewise.
16336         (sloww1): Likewise.
16337         (sloww2): Likewise.
16338         (bsloww): Likewise.
16339         (bsloww1): Likewise.
16340         (bsloww2): Likewise.
16341         (cslow2): Likewise.
16342         (csloww): Likewise.
16343         (csloww1): Likewise.
16344         (csloww2): Likewise.
16345         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
16346         range_reduce.  Merge in __mpsin1.
16347         (__mpcos): Likewise.
16348         (__mpsin1): Remove.
16349         (__mpcos1): Likewise.
16350
16351 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
16352
16353         * locale/loadlocale.c (_nl_intern_locale_data): Use
16354         LOCFILE_ALIGNED_P.
16355         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16356         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16357         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16358         obstack data is appropriately aligned.
16359         (obstack_int32_grow_fast): Likewise.
16360         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16361         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16362         (add_locale_uint32_array): Likewise.
16363
16364 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
16365
16366         * benchtests/Makefile: Remove ARGLIST and RET variables.
16367         ($(objpfx)bench-%.c): Pass only function name to the script.
16368         * benchtests/README: Update documentation.
16369         * benchtests/acos-inputs: Add new directives.
16370         * benchtests/acosh-inputs: Likewise.
16371         * benchtests/asin-inputs: Likewise.
16372         * benchtests/asinh-inputs: Likewise.
16373         * benchtests/atan-inputs: Likewise.
16374         * benchtests/atanh-inputs: Likewise.
16375         * benchtests/cos-inputs: Likewise.
16376         * benchtests/cosh-inputs: Likewise.
16377         * benchtests/exp-inputs: Likewise.
16378         * benchtests/log-inputs: Likewise.
16379         * benchtests/pow-inputs: Likewise.
16380         * benchtests/rint-inputs: Likewise.
16381         * benchtests/sin-inputs: Likewise.
16382         * benchtests/sinh-inputs: Likewise.
16383         * benchtests/tan-inputs: Likewise.
16384         * benchtests/tanh-inputs: Likewise.
16385         * scripts/bench.pl: Add support for new directives.
16386
16387 2013-10-07  Alan Modra  <amodra@gmail.com>
16388
16389         * README: Fix careless merge.
16390
16391 2013-10-05  Alan Modra  <amodra@gmail.com>
16392
16393         * NEWS: Mention powerpc64le support and bugs fixed.
16394         * README: Both big-endian and little-endian powerpc64 supported.
16395
16396 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16397
16398         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16399         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
16400         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16401         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16402
16403 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
16404
16405         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16406         match prototype.
16407
16408 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
16409
16410         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16411         Move -mhard-float appending from
16412         ports/sysdeps/powerpc/powerpc32/Makefile.
16413         [$(with-fp) = yes] (ASFLAGS): Likewise.
16414         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16415         * sysdeps/powerpc/nofpu: Move directory from
16416         ports/sysdeps/powerpc/nofpu.
16417         * sysdeps/powerpc/soft-fp: Move directory from
16418         ports/sysdeps/powerpc/soft-fp.
16419         * sysdeps/powerpc/powerpc32/405: Move directory from
16420         ports/sysdeps/powerpc/powerpc32/405.
16421         * sysdeps/powerpc/powerpc32/440: Move directory from
16422         ports/sysdeps/powerpc/powerpc32/440.
16423         * sysdeps/powerpc/powerpc32/464: Move directory from
16424         ports/sysdeps/powerpc/powerpc32/464.
16425         * sysdeps/powerpc/powerpc32/476: Move directory from
16426         ports/sysdeps/powerpc/powerpc32/476.
16427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16428         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16430         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16432         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16434         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16436         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16437         * README: Update for powerpc-*-linux-gnu software floating point
16438         support in libc.
16439
16440         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16441         case to powerpc/powerpc32*.
16442         * sysdeps/unix/sysv/linux/configure: Regenerated.
16443
16444         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16445         (_FPU_MASK_OM): Define as 0x04.
16446         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16447         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16448         0x00c10080.
16449         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16450         0x0000003c.
16451         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16452
16453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16454         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16455         getcontext_e500.
16456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16457         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16458         setcontext_e500.
16459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16460         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16461         and setcontext_e500.
16462
16463 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
16464
16465         * locale/iso-3166.def: Update iso-1366.def and related occurrences
16466
16467 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16468
16469         * manual/threads.texi (Default Thread Attributes): Fix typo.
16470
16471 2013-10-04  Will Newton  <will.newton@linaro.org>
16472
16473         * malloc/Makefile: Add tst-memalign.
16474         * malloc/tst-memalign.c: New file.
16475
16476         * malloc/tst-posix_memalign.c: Add comments.
16477         (do_test): Add comments and call free on all potentially
16478         allocated pointers. Add space after cast.
16479
16480         * malloc/tst-pvalloc.c: Add comments.
16481         (do_test): Add comments and call free on all potentially
16482         allocated pointers. Remove duplicate check for NULL pointer.
16483         Add space after cast.
16484
16485         * malloc/tst-valloc.c: Add comments.
16486         (do_test): Add comments and call free on all potentially
16487         allocated pointers. Remove duplicate check for NULL pointer.
16488         Add space after cast.
16489
16490 2013-10-04  Alan Modra  <amodra@gmail.com>
16491
16492         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16493         Use stdint types in rather than __attribute__((mode())).
16494         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16495
16496 2013-10-04  Alan Modra  <amodra@gmail.com>
16497
16498         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16499         Correct handling of unaligned relocs for little-endian.
16500         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16501
16502 2013-10-04  Alan Modra  <amodra@gmail.com>
16503
16504         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16505         * configure: Regenerate.
16506         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16507         * shlib-versions: Likewise.
16508
16509 2013-10-04  Alan Modra  <amodra@gmail.com>
16510
16511         * string/tester.c (test_memrchr): Increment reported test cycle.
16512
16513 2013-10-04  Alan Modra  <amodra@gmail.com>
16514
16515         * string/test-memcpy.c (do_one_test): When reporting errors, print
16516         string address and don't overrun end of string.
16517
16518 2013-10-04  Alan Modra  <amodra@gmail.com>
16519
16520         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16521         insrdi.  Make better use of reg selection to speed exit slightly.
16522         Schedule entry path a little better.  Remove useless "are we done"
16523         checks on entry to main loop.  Handle wrapping around zero address.
16524         Correct main loop count.  Handle single left-over word from main
16525         loop inline rather than by using loop_small.  Remove extra word
16526         case in loop_small caused by wrong loop count.  Add little-endian
16527         support.
16528         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16529         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16530         cache hint.
16531         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16532         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16533         support.  Avoid rlwimi.
16534         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16535
16536 2013-10-04  Alan Modra  <amodra@gmail.com>
16537
16538         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16539         insrdi.  Formatting.
16540         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16541         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16542         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16543         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16544         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16545         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16546
16547 2013-10-04  Alan Modra  <amodra@gmail.com>
16548
16549         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16550         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16551         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16552         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16553         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16554         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16555         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16556         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16557         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16558         use of regs.  Use power7 mtocrf.  Tidy function tails.
16559
16560 2013-10-04  Alan Modra  <amodra@gmail.com>
16561
16562         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16563         Formatting.  Consistently use rXXX register defines or rN defines.
16564         Use early exit labels that avoid restoring unused non-volatile regs.
16565         Make cr field use more consistent with rWORDn compares.  Rename
16566         regs used as shift registers for unaligned loop, using rN defines
16567         for short lifetime/multiple use regs.
16568         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16569         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16570         addi 1,1,64 to pop stack frame.  Simplify return value code.
16571         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16572
16573 2013-10-04  Alan Modra  <amodra@gmail.com>
16574
16575         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16576         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16577         rather than rlwimi.
16578         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16579         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16580         little-endian support.  Correct typos.
16581         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16582         rather than rlwimi.
16583         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16584         in loop and entry code to keep "and." results.
16585         (strchr): Add little-endian support.  Comment.  Move cntlzd
16586         earlier in tail.
16587         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16588
16589 2013-10-04  Alan Modra  <amodra@gmail.com>
16590
16591         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16592         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16593         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16594         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16595
16596 2013-10-04  Alan Modra  <amodra@gmail.com>
16597
16598         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16599         (rTMP): Define as r11.
16600         (strcmp): Add little-endian support.  Optimise tail.
16601         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16602         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16603         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16604         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16605         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16606         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16607         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16608
16609 2013-10-04  Alan Modra  <amodra@gmail.com>
16610
16611         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16612         little-endian support.  Remove unnecessary "are we done" tests.
16613         Handle "s" wrapping around zero and extremely large "size".
16614         Correct main loop count.  Handle single left-over word from main
16615         loop inline rather than by using small_loop.  Correct comments.
16616         Delete "zero" tail, use "end_max" instead.
16617         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16618
16619 2013-10-04  Alan Modra  <amodra@gmail.com>
16620
16621         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16622         support.  Don't branch over align.
16623         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16624         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16625         support.  Rearrange tmp reg use to suit.  Comment.
16626         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16627
16628 2013-10-04  Alan Modra  <amodra@gmail.com>
16629
16630         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16631
16632 2013-10-04  Alan Modra  <amodra@gmail.com>
16633
16634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16635         conditional form of branch and link when obtaining pc.
16636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16637
16638 2013-10-04  Alan Modra  <amodra@gmail.com>
16639
16640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16641         HIWORD/LOWORD.
16642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16644
16645 2013-10-04  Alan Modra  <amodra@gmail.com>
16646
16647         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16648         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16649         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16650         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16651         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16652         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16653         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16654         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16655         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16656         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16657
16658 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16659             Alistair Popple <alistair@ozlabs.au.ibm.com>
16660             Alan Modra <amodra@gmail.com>
16661
16662         [BZ #15723]
16663         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16664         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16665         _dl_hwcap access for little-endian.
16666         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16667         destroy vmx regs when saving unaligned.
16668         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16669         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16670         destroy vmx regs when saving unaligned.
16671
16672 2013-10-04  Alan Modra  <amodra@gmail.com>
16673
16674         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16675         Don't use a union to pack hi/low value.
16676
16677 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16678
16679         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16680         for little-endian.
16681         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16682         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16683         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16684         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16685         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16686
16687 2013-10-04  Alan Modra  <amodra@gmail.com>
16688
16689         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16690         constants to usual value for .cst8 section, and remove redundant
16691         high address load.
16692         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16693         constant for 0x1p52.  Load little-endian words of double from
16694         correct stack offsets.
16695
16696 2013-10-04  Alan Modra  <amodra@gmail.com>
16697
16698         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16699         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16700         words of double from correct stack offsets.
16701         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16702         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16703         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16704         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16705         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16706         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16707         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16708         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16709         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16710         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16711         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16712         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16713         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16714         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16715         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16716         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16717         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16718
16719 2013-10-04  Alan Modra  <amodra@gmail.com>
16720
16721         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16722         64-bit int/double union.
16723         (_FPU_SETCW): Likewise.
16724         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16725         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16726
16727 2013-10-04  Alan Modra  <amodra@gmail.com>
16728
16729         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16730         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16731
16732 2013-10-04  Alan Modra  <amodra@gmail.com>
16733
16734         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16735         use vector int constants.
16736         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16737
16738 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16739
16740         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16741         array with long long.
16742         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16743         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16744         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16745         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16746         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16747         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16748         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16749         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16750         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16751         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16752         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16753         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16754         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16755
16756 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16757
16758         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16759         (__signbit): Likewise.  Correct for little-endian.
16760         (__signbitl): Call __signbit.
16761         (lrint): Correct for little-endian.
16762         (lrintf): Call lrint.
16763
16764 2013-10-04  Alan Modra  <amodra@gmail.com>
16765
16766         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16767         union 32-bit int array member with 64-bit int array.
16768         (t515, tm256): Double rather than long double.
16769         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16770
16771 2013-10-04  Alan Modra  <amodra@gmail.com>
16772
16773         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16774         Delete.
16775         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16776         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16777         version of math_ldbl.h.
16778
16779 2013-10-04  Alan Modra  <amodra@gmail.com>
16780
16781         [BZ #15734], [BZ #15735]
16782         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16783         all uses of ieee875 long double macros and unions.  Simplify test
16784         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16785         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16786         normalize after ldbl_extract_mantissa, and don't add hidden bit
16787         already handled.  Don't treat low word of ieee854 mantissa like
16788         low word of IBM long double and mask off bit when testing for
16789         zero.
16790         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16791         all uses of ieee875 long double macros and unions.  Simplify tests
16792         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16793         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16794         two1022, instead use their values.  Recognise that tests for large
16795         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16796         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16797         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16798         test for 0.0L and nan.  Correct negation.
16799         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16800         ieee875 long double macros and unions.  Correct output for large
16801         magnitude x.  Correct absolute value calculation.
16802         (__erfcl): Likewise.
16803         * math/libm-test.inc: Add tests for errors discovered in IBM long
16804         double versions of fmodl, remainderl, erfl and erfcl.
16805
16806 2013-10-04  Alan Modra  <amodra@gmail.com>
16807
16808         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16809         all uses of ieee854 long double macros and unions.  Simplify tests
16810         for long doubles that are fully specified by the high double.
16811         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16812         Likewise.
16813         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16814         Remove dead code too.
16815         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16816         (__ieee754_ynl): Likewise.
16817         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16818         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16819         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16820         Remove dead code too.
16821         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16822         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16823         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16824         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16825         Simplify.
16826         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16827         Simplify.
16828         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16829         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16830         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16831         Comment on variable precision.
16832         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16833         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16834         Likewise.
16835         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16836         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16837         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16838         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16839         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16840
16841 2013-10-04  Alan Modra  <amodra@gmail.com>
16842
16843         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16844         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16845         all uses of ieee854 long double macros and unions.
16846         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16847         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16848         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16849         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16850         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16851         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16852         Likewise.
16853         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16854         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16855         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16856         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16857         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16858         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16859         Simplify sign and nan test too.
16860         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16861         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16862         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16863         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16864         Likewise.
16865         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16866         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16867         Likewise.
16868         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16869         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16870         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16871         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16872         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16873         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16874
16875 2013-10-04  Alan Modra  <amodra@gmail.com>
16876
16877         * stdio-common/printf_size.c (__printf_size): Don't use
16878         union ieee854_long_double in fpnum union.
16879         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16880         signbit macro to retrieve sign from long double.
16881         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16882         retrieve sign from long double.
16883         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16884         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16885         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16886         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16887         * math/test-misc.c (main): Don't use union ieee854_long_double.
16888
16889 2013-10-04  Alan Modra  <amodra@gmail.com>
16890
16891         [BZ #15680]
16892         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16893         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16894         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16895         calculation.  Remove unnecessary test for denormal exponent.
16896         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16897         Correct handling of denormals.  Avoid undefined shift behaviour.
16898         Correct normalisation of low mantissa when low double is denormal.
16899         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16900         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16901         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16902         Correct normalisation of low mantissa.  Test for overflow of high
16903         mantissa and normalise.
16904         (ldbl_nearbyint): Use more readable constant for two52.
16905         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16906         (__mpn_construct_long_double): Fix test for overflow of high
16907         mantissa and correct normalisation.  Avoid undefined shift.
16908
16909 2013-10-04  Alan Modra  <amodra@gmail.com>
16910
16911         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16912         (union ibm_extended_long_double): Define as an array of ieee754_double.
16913         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16914         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16915         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16916         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16917         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16918         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16919         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16920         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16921         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16922         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16923         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16924
16925 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16926
16927         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16928         page size instead of calling getpagesize.
16929
16930         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16931         (LOCFILE_ALIGN_MASK): Likewise.
16932         (LOCFILE_ALIGN_UP): Likewise.
16933         (LOCFILE_ALIGNED_P): Likewise.
16934         * locale/programs/ld-collate.c (collate_output): Use the new
16935         macros instead of __alignof__ (int32_t).
16936         * locale/weight.h (findidx): Likewise.
16937
16938 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16939
16940         [BZ #431]
16941         * manual/string.texi: Fix strncat and wcsncat.
16942
16943 2013-10-03  Brooks Moses  <bmoses@google.com>
16944
16945         [BZ #15915]
16946         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16947         * Makerules: ...here, and adjust associated comments.
16948
16949 2013-10-02  Will Newton  <will.newton@linaro.org>
16950
16951         * malloc/Makefile: Add tst-pvalloc.
16952         * malloc/tst-pvalloc.c: New file.
16953
16954 2013-10-02  Will Newton  <will.newton@linaro.org>
16955
16956         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16957         improve test coverage.
16958
16959 2013-10-02  Will Newton  <will.newton@linaro.org>
16960
16961         * malloc/Makefile: Add tst-posix_memalign.
16962         * malloc/tst-posix_memalign.c: New file.
16963
16964 2013-10-01  Eric Blake  <eblake@redhat.com>
16965
16966         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16967         Use __THROWNL rather than __THROW on static functions.
16968
16969 2013-09-30  Petr Machata  <pmachata@redhat.com>
16970
16971         * elf/elf.h (R_AARCH64_ABS16): New macro.
16972         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16973         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16974         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16975         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16976         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16977         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16978         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16979         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16980         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16981         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16982         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16983         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16984         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16985         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16986         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16987         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16988         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16989         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16990         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16991         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16992         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16993         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16994         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16995         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16996         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16997         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16998         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16999         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17000         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17001         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17002         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17003         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17004         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17005         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17006         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17007         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17008         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17009         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17010         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17011         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17012         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17013         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17014         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17015         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17016         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17017         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17018         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17019         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17020         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17021         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17022         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17023         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17024         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17025         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17026         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17027         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17028         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17029         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17030         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17031         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17032         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17033         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17034         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17035         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17036         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17037         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17038         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17039         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17040         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17041         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17042         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17043         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17044         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17045         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17046         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17047         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17048         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17049         (R_AARCH64_TLSDESC_LDR): Likewise.
17050         (R_AARCH64_TLSDESC_ADD): Likewise.
17051         (R_AARCH64_TLSDESC_CALL): Likewise.
17052
17053 2013-09-30  Andreas Schwab  <schwab@suse.de>
17054
17055         [BZ #15048]
17056         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17057         the nss database lookup.
17058         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17059         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17060
17061 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17062
17063         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17064
17065 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17066
17067         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17068         ${Bash-specific parameter/pattern/string} parameter expansion.
17069         * sysdeps/unix/make-syscalls.sh: Likewise.
17070
17071 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17072
17073         * sysdeps/sh/stackguard-macros.h: New file.
17074
17075 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17076
17077         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17078         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17079         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17080         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17081         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17082         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17083
17084 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17085
17086         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17087         Fix thread ID register.
17088
17089 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17090
17091         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17092         [POSIX || UNIX98]: Require rather than permitting all symbols from
17093         <time.h>.
17094         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17095         element of struct sched_param.
17096         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17097         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17098         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17099         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17100         constant.
17101
17102 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17103
17104         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17105         argument calculation.
17106
17107 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17108
17109         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17110         Expect macro.
17111         [POSIX] (pthread_attr_t): Do not require type.
17112         [POSIX] (pthread_cond_t): Likewise.
17113         [POSIX] (pthread_condattr_t): Likewise.
17114         [POSIX] (pthread_key_t): Likewise.
17115         [POSIX] (pthread_mutex_t): Likewise.
17116         [POSIX] (pthread_mutexattr_t): Likewise.
17117         [POSIX] (pthread_once_t): Likewise.
17118         [POSIX] (pthread_t): Likewise.
17119         [POSIX-based standards] (pthread_atfork): Expect function.
17120
17121 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17122             Richard Sandiford  <richard@codesourcery.com>
17123
17124         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17125         (swap_endianness_p): New extern variable.
17126         (set_big_endian): New inline function.
17127         (maybe_swap_uint32): Likewise.
17128         (maybe_swap_uint32_array): Likewise.
17129         (maybe_swap_uint32_obstack): Likewise.
17130         * locale/programs/locfile.c: Include <stdbool.h>.
17131         (swap_endianness_p): New variable.
17132         (add_locale_uint32): Call maybe_swap_uint32.
17133         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17134         (write_locale_data): Call maybe_swap_uint32_array.
17135         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17136         maybe_swap_uint32.
17137         (obstack_int32_grow_fast): Likewise.
17138         (output_weightwc): Call maybe_swap_uint32_obstack.
17139         (collate_output): Likewise.
17140         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17141         (OPT_LITTLE_ENDIAN): Likewise.
17142         (options): Add --little-endian and --big-endian options.
17143         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17144         * locale/programs/locarchive.c: Include "locfile.h".
17145         (GET): New macro.
17146         (SET): Likewise.
17147         (INC): Likewise.
17148         (create_archive): Use the new macros to access fields of
17149         structures directly mapped from or written to locale archives.
17150         (oldlocrecentcmp): Likewise.
17151         (enlarge_archive): Likewise.
17152         (insert_name): Likewise.
17153         (add_alias): Likewise.
17154         (add_locale): Likewise.
17155         (delete_locales_from_archive): Likewise.
17156         (show_archive_content): Likewise.
17157         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17158         locale data.
17159
17160 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17161
17162         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17163         http://www.gnu.org/doc/freemanuals.texi.
17164         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17165
17166 2013-09-24  Will Newton  <will.newton@linaro.org>
17167
17168         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17169         macro.
17170
17171 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17172
17173         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17174         unsigned char.
17175
17176 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17177
17178         * manual/threads.texi (POSIX Threads): Fix a typo.
17179
17180 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17181
17182         [BZ #14547]
17183         * string/tst-strcoll-overflow.c: New test case.
17184         * string/Makefile (xtests): Add tst-strcoll-overflow.
17185         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17186         cache if string sizes may cause integer overflow.
17187
17188         [BZ #14547]
17189         * string/strcoll_l.c (coll_seq): New members rule, idx,
17190         save_idx and back_us.
17191         (get_next_seq_nocache): New function.
17192         (do_compare_nocache): New function.
17193         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17194         when malloc fails.
17195
17196 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17197
17198         [BZ #15754]
17199         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17200         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17201         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17202
17203         [BZ #15754]
17204         * elf/Makefile (tests): Add tst-ptrguard1.
17205         (tests-static): Add tst-ptrguard1-static.
17206         (tst-ptrguard1-ARGS): Define.
17207         (tst-ptrguard1-static-ARGS): Define.
17208         * elf/tst-ptrguard1.c: New file.
17209         * elf/tst-ptrguard1-static.c: New file.
17210         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17211         * sysdeps/i386/stackguard-macros.h: Likewise.
17212         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17213         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17214         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17215         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17216         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17217         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17218
17219 2013-09-23  Hector Marco  <hecmargi@upv.es>
17220             Ismael Ripoll  <iripoll@disca.upv.es>
17221             Carlos O'Donell  <carlos@redhat.com>
17222
17223         [BZ #15754]
17224         * sysdeps/generic/stackguard-macros.h: Define
17225         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17226         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17227         Define __pointer_chk_guard_local.
17228         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17229         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17230
17231 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17232
17233         [BZ #15859]
17234         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17235
17236 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17237
17238         * include/string.h (__ffs): Declare as hidden.
17239         * string/ffs.c (__ffs): Define as hidden.
17240         * sysdeps/i386/ffs.c (__ffs): Likewise.
17241         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17242         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17243         * sysdeps/s390/ffs.c (__ffs): Likewise.
17244         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17245
17246 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17247
17248         * NEWS: Mention malloc probes.
17249
17250         * malloc/arena.c (new_heap): New memory_heap_new probe.
17251         (grow_heap): New memory_heap_more probe.
17252         (shrink_heap): New memory_heap_less probe.
17253         (heap_trim): New memory_heap_free probe.
17254         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17255         (systrim): New memory_sbrk_less probe.
17256         * manual/probes.texi: Document them.
17257
17258         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17259         * manual/probes.texi: Document it.
17260
17261         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17262         (__libc_realloc): Add memory_realloc_retry probe.
17263         (__libc_memalign): Add memory_memalign_retry probe.
17264         (__libc_valloc): Add memory_valloc_retry probe.
17265         (__libc_pvalloc): Add memory_pvalloc_retry probe.
17266         (__libc_calloc): Add memory_calloc_retry probe.
17267         * manual/probes.texi: Document them.
17268
17269         * malloc/arena.c (get_free_list): Add probe
17270         memory_arena_reuse_free_list.
17271         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17272         and memory_arena_reuse.
17273         (arena_get2) [!PER_THREAD]: Likewise.
17274         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17275         memory_arena_reuse_realloc.
17276         * manual/probes.texi: Document them.
17277
17278         * malloc/malloc.c (__libc_free): Add
17279         memory_mallopt_free_dyn_thresholds probe.
17280         (__libc_mallopt): Add multiple memory_mallopt probes.
17281         * manual/probes.texi: Document them.
17282
17283         * malloc/malloc.c: Include stap-probe.h.
17284         (__libc_mallopt): Add memory_mallopt probe.
17285         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17286         * manual/probes.texi: New.
17287         * manual/Makefile (chapters): Add probes.
17288         * manual/threads.texi: Set next node.
17289
17290 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
17291
17292         [BZ #15963, #13985]
17293         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17294         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17295         Add `Chinese' to `nan' entry name.
17296
17297 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17298
17299         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17300         (POLYNOMIAL): Likewise.
17301         (TAYLOR_SINCOS): Likewise.
17302         (TAYLOR_SLOW): Likewise.
17303         (__sin): Use TAYLOR_SINCOS.
17304         (__cos): Likewise.
17305         (slow): Use TAYLOR_SLOW.
17306         (sloww): Likewise.
17307         (bsloww): Likewise.
17308         (csloww): Likewise.
17309
17310 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17311
17312         * stdlib/strtod_l.c: Fix buffer overrun.
17313
17314 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17315
17316         * benchtests/Makefile (bench): Add sincos.
17317         * benchtests/bench-sincos.c: New file.
17318
17319         * math/libm-test.inc (cos_test_data): New test inputs.
17320         (sin_test_data): Likewise.
17321
17322         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17323         macro.
17324         (__sin): Use it.
17325         (__cos): Likewise.
17326         (slow1): Likewise.
17327         (slow2): Likewise.
17328         (sloww1): Likewise.
17329         (sloww2): Likewise.
17330         (bsloww1): Likewise.
17331         (bsloww2): Likewise.
17332         (cslow2): Likewise.
17333         (csloww1): Likewise.
17334         (csloww2): Likewise.
17335
17336         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
17337         function.
17338         (__sin): Use it.
17339         (__cos): Likewise.
17340
17341         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
17342         gotos.
17343         (__cos): Likewise.
17344
17345 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
17346
17347         * config.h.in (HAVE_MIPS_NAN2008): New macro.
17348         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17349         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17350         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17351         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17352         * elf/cache.c (print_entry): Handle the new cache flags.
17353
17354 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17355             Aldy Hernandez  <aldyh@redhat.com>
17356
17357         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17358         Change condition to [_SOFT_FLOAT].
17359         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17360         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17361         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17362         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17363         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17364         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17365         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17366         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17367         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17368         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17369         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17370         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17371         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17372         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17373         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17374         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17375         declaration.
17376
17377 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17378
17379         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17380         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17381         (__longjmp): Use LOAD_GP to load saved GPRs.
17382         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17383         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17384         (__sigsetjmp): Use SAVE_GP to save GPRs.
17385
17386         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17387         Do not append -msoft-float.
17388         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17389
17390 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17391
17392         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17393
17394 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
17395
17396         [BZ #15966]
17397         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17398         (_FPU_GETCW): Use initial "__" on variable and field names but not
17399         on macro parameter name.
17400         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
17401         parentheses around reference to macro parameter.
17402
17403 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
17404
17405         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17406         prototype.
17407         (ctype_startup): Use uint32_t in cast and sizeof for
17408         ctype->charnames.
17409
17410 2013-09-11  Jia Liu  <proljc@gmail.com>
17411
17412         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17413         __daddr_t_defined.
17414         [__FreeBSD__]: Likewise.
17415
17416 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
17417
17418         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17419         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17420         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17421         (strchr): Remove __strchr_sse42 ifunc selection.
17422         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17423         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17424
17425 2013-09-11  Will Newton  <will.newton@linaro.org>
17426
17427         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17428         parameter to RES. Remove hardcoded 1000 value.
17429         * benchtests/bench-skeleton.c (main): Pass RES parameter
17430         to TIMING_INIT and multiply result by 1000.
17431
17432 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17433
17434         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17435
17436 2013-09-11  Andreas Schwab  <schwab@suse.de>
17437
17438         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17439         if not defined.
17440         (O_TMPFILE) [__USE_GNU]: Define.
17441         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17442         Define.
17443
17444 2013-09-11  Will Newton  <will.newton@linaro.org>
17445
17446         [BZ #15857]
17447         * malloc/malloc.c (__libc_memalign): Check the value of bytes
17448         does not overflow.
17449
17450 2013-09-11  Will Newton  <will.newton@linaro.org>
17451
17452         [BZ #15856]
17453         * malloc/malloc.c (__libc_valloc): Check the value of bytes
17454         does not overflow.
17455
17456 2013-09-11  Will Newton  <will.newton@linaro.org>
17457
17458         [BZ #15855]
17459         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17460         does not overflow.
17461
17462 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
17463
17464         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17465         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17466         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17467         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17468         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17469
17470 2013-09-10  Allan McRae  <allan@archlinux.org>
17471
17472         [BZ #15748]
17473         * manual/arith.texi (Parsing of Floats): Clarify
17474         cross-reference.
17475
17476         [BZ #15849]
17477         * manual/install.texi (Running make install): Mention
17478         --enable-pt-chown.
17479         * INSTALL: Regenerated.
17480
17481 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
17482
17483         * csu/init-first.c (_init): Remove the !SHARED condition around
17484         FPU control word initialization.
17485         * elf/dl-support.c (_dl_fpu_control): New variable.
17486         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17487         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17488         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17489         * math/test-fpucw-static.c: New file.
17490         * math/test-fpucw-ieee.c: New file.
17491         * math/test-fpucw-ieee-static.c: New file.
17492         * math/Makefile (tests): Add `test-fpucw-ieee' and
17493         `$(tests-static)'.
17494         (tests-static): New variable.
17495         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17496         dependency to...
17497         [($(build-shared),yes)]
17498         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17499         ... this.
17500         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17501         New dependency.
17502
17503 2013-09-09  Allan McRae  <allan@archlinux.org>
17504
17505         [BZ #15939]
17506         * manual/string.texi (Collation Functions): Fix typo in
17507         strcoll example.
17508         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17509
17510         [BZ #15893]
17511         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17512
17513         [BZ #15892]
17514         * libio/memstream.c (open_memstream): Fix memory leak.
17515         * libio/wmemstream.c (open_wmemstream): Likewise.
17516
17517         [BZ #15895]
17518         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17519
17520 2013-09-09  Will Newton  <will.newton@linaro.org>
17521
17522         * malloc/Makefile: Add tst-realloc to tests.
17523         * malloc/tst-realloc.c: New file.
17524
17525 2013-09-09  Allan McRae  <allan@archlinux.org>
17526
17527         [BZ #15844]
17528         * COPYING: Update from GNU website to fix FSF address.
17529         * COPYING.LIB: Likewise.
17530
17531 2013-09-06  David S. Miller  <davem@davemloft.net>
17532
17533         * po/zh_TW.po: Update Chinese (traditional) translation from
17534         translation project.
17535
17536 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17537             Joseph Myers  <joseph@codesourcery.com>
17538
17539         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17540         "localeinfo.h".
17541         (obstack_chunk_alloc): New macro.
17542         (obstack_chunk_free): Likewise.
17543         (record_offset): New function.
17544         (init_locale_data): Likewise.
17545         (align_locale_data): Likewise.
17546         (add_locale_empty): Likewise.
17547         (add_locale_raw_data): Likewise.
17548         (add_locale_raw_obstack): Likewise.
17549         (add_locale_string): Likewise.
17550         (add_locale_wstring): Likewise.
17551         (add_locale_uint32): Likewise.
17552         (add_locale_uint32_array): Likewise.
17553         (add_locale_char): Likewise.
17554         (start_locale_structure): Likewise.
17555         (end_locale_structure): Likewise.
17556         (start_locale_prelude): Likewise.
17557         (end_locale_prelude): Likewise.
17558         (write_locale_data): Take locale_file structure rather than an
17559         iovec.
17560         * locale/programs/locfile.h: Include "obstack.h".
17561         (struct locale_file): Change to store locale file contents instead
17562         of header.
17563         (init_locale_data): New prototype.
17564         (align_locale_data): Likewise.
17565         (add_locale_empty): Likewise.
17566         (add_locale_raw_data): Likewise.
17567         (add_locale_raw_obstack): Likewise.
17568         (add_locale_string): Likewise.
17569         (add_locale_wstring): Likewise.
17570         (add_locale_uint32): Likewise.
17571         (add_locale_uint32_array): Likewise.
17572         (add_locale_char): Likewise.
17573         (start_locale_structure): Likewise.
17574         (end_locale_structure): Likewise.
17575         (start_locale_prelude): Likewise.
17576         (end_locale_prelude): Likewise.
17577         (write_locale_data): Update prototype.
17578         * locale/programs/3level.h (struct TABLE): Remove result field.
17579         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17580         Use new locale_file interface.
17581         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17582         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17583         * locale/programs/ld-address.c (address_output): Use new
17584         locale_file interface.
17585         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17586         NO_ADD_LOCALE.
17587         (collate_finish): Don't call collseq_table_finalize.
17588         (collate_output): Use new locale_file interface.
17589         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17590         in file.
17591         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17592         (TABLE): Move defines earlier in file.
17593         (ELEMENT): Likewise.
17594         (DEFAULT): Likewise.
17595         (wctrans_table_add): Move macro and inline function earlier in
17596         file.
17597         (struct wctype_table): Move type earlier in file.
17598         (add_locale_wctype_table): New static prototype.
17599         (struct locale_ctype_t): Use logical types instead of struct iovec
17600         pointers for members.
17601         (ctype_output): Use new locale_file interface.
17602         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17603         new locale_file interface.
17604         (allocate_arrays): Update for use of new locale_file interface.
17605         * locale/programs/ld-identification.c (identification_output): Use
17606         new locale_file interface.
17607         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17608         * locale/programs/ld-messages.c (messages_output): Likewise.
17609         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17610         * locale/programs/ld-name.c (name_output): Likewise.
17611         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17612         * locale/programs/ld-paper.c (paper_output): Likewise.
17613         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17614         * locale/programs/ld-time.c (time_output): Likewise.
17615
17616 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17617
17618         * benchtests/Makefile: Add memrchr benchmark.
17619         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17620         benchmark as memrchr.
17621         * benchtests/bench-memrchr-ifunc.c: New file.
17622         * benchtests/bench-memrchr.c: New file.
17623
17624 2013-09-06   Will Newton  <will.newton@linaro.org>
17625
17626         * benchtests/Makefile (string-bench): Add memcpy.
17627
17628 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17629             Cong Wang  <amwang@redhat.com>
17630
17631         [BZ #15850]
17632         * sysdeps/unix/sysv/linux/bits/in.h
17633         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17634         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17635         before __USE_KERNEL_IPV6_DEFS uses.
17636         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17637         IPPROTO_BEETPH.
17638         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17639         sockaddr_in6, or ipv6_mreq.
17640
17641 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17642
17643         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17644         memory access for final bytes in some large inputs.
17645         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17646
17647 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17648
17649         * string/test-memrchr.c: New file.
17650         * string/test-memrchr-ifunc.c: New file.
17651         * string/Makefile: Add new memrchr testcase.
17652
17653 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17654
17655         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17656         fanotify_init returns EPERM.
17657
17658 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17659
17660         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17661         errors.
17662         (top level): Treat second token from macro or constant entries for
17663         allowed headers as allowed.
17664         * include/complex.h: Condition internal declarations on
17665         [!_ISOMAC].
17666         * include/fenv.h: Condition include of <stdbool.h> and internal
17667         declarations on [!_ISOMAC].
17668
17669 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17670
17671         [BZ #15923]
17672         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17673
17674 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17675
17676         * configure.in (--enable-versioning): Remove configure option.
17677         (libc_cv_asm_symver_directive): Remove configure test.
17678         (libc_cv_ld_version_script_option): Likewise.
17679         (VERSIONING): Remove variable and AC_SUBST.
17680         (DO_VERSIONING): Remove AC_DEFINE.
17681         * configure: Regenerated.
17682         * config.h.in (DO_VERSIONING): Remove macro.
17683         * Makerules [$(versioning) = yes]: Change conditionals to
17684         [$(build-shared) = yes].
17685         * config.make.in (versioning): Remove variable.
17686         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17687         [$(build-shared) = yes].
17688         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17689         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17690         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17691         [$(build-shared) = yes].
17692         * extra-lib.mk [$(versioning) = yes]: Likewise.
17693         * hurd/Makefile [$(versioning) = yes]: Likewise.
17694         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17695         [SHARED].
17696         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17697         [SHARED].
17698         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17699         [SHARED && !NO_HIDDEN].
17700         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17701         [SHARED].
17702         [SHARED && DO_VERSIONING]: Likewise..
17703         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17704         [$(build-shared) = yes].
17705         * manual/install.texi (--disable-versioning): Remove
17706         documentation.
17707         * INSTALL: Regenerated.
17708         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17709         to [SHARED].
17710         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17711         [$(build-shared) = yes].
17712         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17713         * sysdeps/i386/i686/multiarch/strstr-c.c
17714         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17715         [SHARED && !NO_HIDDEN].
17716         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17717         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17718         * sysdeps/powerpc/powerpc32/dl-machine.c
17719         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17720         * sysdeps/powerpc/powerpc32/sysdep.h
17721         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17722         to [SHARED && PIC && !NO_HIDDEN].
17723         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17724         conditional to [SHARED].
17725
17726 2013-09-04   Will Newton  <will.newton@linaro.org>
17727
17728         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17729         * benchtests/bench-string.h: Include bench-timing.h instead
17730         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17731         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17732         call to HP_TIMING_DIFF_INIT.
17733         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17734         instead of hp-timing.h macros.
17735         * benchtests/bench-memchr.c: Likewise.
17736         * benchtests/bench-memcmp.c: Likewise.
17737         * benchtests/bench-memcpy.c: Likewise.
17738         * benchtests/bench-memmem.c: Likewise.
17739         * benchtests/bench-memmove.c: Likewise.
17740         * benchtests/bench-memset.c: Likewise.
17741         * benchtests/bench-rawmemchr.c: Likewise.
17742         * benchtests/bench-strcasecmp.c: Likewise.
17743         * benchtests/bench-strcasestr.c: Likewise.
17744         * benchtests/bench-strcat.c: Likewise.
17745         * benchtests/bench-strchr.c: Likewise.
17746         * benchtests/bench-strcmp.c: Likewise.
17747         * benchtests/bench-strcpy.c: Likewise.
17748         * benchtests/bench-strcpy_chk.c: Likewise.
17749         * benchtests/bench-strlen.c: Likewise.
17750         * benchtests/bench-strncasecmp.c: Likewise.
17751         * benchtests/bench-strncat.c: Likewise.
17752         * benchtests/bench-strncmp.c: Likewise.
17753         * benchtests/bench-strncpy.c: Likewise.
17754         * benchtests/bench-strnlen.c: Likewise.
17755         * benchtests/bench-strpbrk.c: Likewise.
17756         * benchtests/bench-strrchr.c: Likewise.
17757         * benchtests/bench-strspn.c: Likewise.
17758         * benchtests/bench-strstr.c: Likewise.
17759
17760 2013-09-04  Will Newton  <will.newton@linaro.org>
17761
17762         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17763
17764 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17765
17766         [BZ #15427]
17767         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17768         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17769         * math/libm-test.inc (lgamma_test_data): Add more tests.
17770         * sysdeps/i386/fpu/libm-test-ulps: Update.
17771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17772
17773 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17774
17775         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17776         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17777         Add ifunc.
17778         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17779         Add strcmp-sse2-unaligned
17780         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17781
17782 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17783
17784         * Versions.def (libc): Add GLIBC_2.19.
17785
17786 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17787
17788         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17789         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17790
17791 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17792
17793         [BZ #14155]
17794         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17795         intermediate calculations in recurrence.
17796         (__ieee754_ynf): Likewise.
17797         * math/libm-test.inc (jn_test_data): Do not allow spurious
17798         underflow exception.  Add more tests.
17799         (yn_test_data): Add more tests.
17800         * sysdeps/i386/fpu/libm-test-ulps: Update.
17801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17802
17803 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17804
17805         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17806
17807 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17808
17809         * csu/init-first.c: Fix then/than typos.
17810         * locale/programs/ld-collate.c: Likewise.
17811         * locale/programs/linereader.h: Likewise.
17812         * manual/charset.texi: Likewise.
17813         * manual/filesys.texi: Likewise.
17814         * manual/stdio.texi: Likewise.
17815         * manual/string.texi: Likewise.
17816         * stdlib/fmtmsg.c: Likewise.
17817         * sysdeps/i386/stpncpy.S: Likewise.
17818         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17819         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17820         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17821         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17822
17823 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17824
17825         * elf/dl-open.c: Fix typos.
17826         * iconvdata/gbbig5.c: Likewise.
17827         * iconvdata/iso-2022-jp.c: Likewise.
17828         * iconv/gconv_int.h: Likewise.
17829         * iconv/loop.c: Likewise.
17830         * nis/rpcsvc/nis.h: Likewise.
17831         * resolv/ns_name.c: Likewise.
17832         * stdio-common/vfscanf.c: Likewise.
17833         * streams/stropts.h: Likewise.
17834         * sunrpc/rpc_thread.c: Likewise.
17835         * sysdeps/i386/strpbrk.S: Likewise.
17836         * sysdeps/ieee754/k_standard.c: Likewise.
17837         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17838         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17839         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17840         * sysdeps/mach/hurd/profil.c: Likewise.
17841         * sysdeps/s390/dl-procinfo.h: Likewise.
17842         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17843         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17844         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17845         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17846         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17847
17848 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17849
17850         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17851         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17852
17853 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17854
17855         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17856         aix specific files.
17857         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17858         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17859         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17860         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17861         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17862         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17863         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17864         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17865
17866 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17867             Roland McGrath  <roland@hack.frob.com>
17868
17869         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17870         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17871
17872 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17873
17874         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17875         __executable_start symbol instead of _start.
17876
17877 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17878
17879         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17880         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17881         Move macros to...
17882         * sysdeps/gnu/ldsodefs.h: ... this new file.
17883
17884         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17885         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17886         instead of ELFOSABI_LINUX.
17887
17888         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17889         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17890         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17891         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17892         Likewise.
17893         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17894         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17895         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17896         Likewise.
17897         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17898         (ibm_extended_long_double): Add ieee_nan member.
17899         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17900         (do_test): New function.
17901
17902         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17903         TEST_TRUNC.
17904         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17905         functions, renamed from truncdfsf_test, trunctfsf_test,
17906         trunctfdf_test.
17907         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17908         functions.
17909         (do_test): Run all these.
17910
17911 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17912
17913         * argp/argp-help.c: Fix typos.
17914         * argp/argp-parse.c: Likewise.
17915         * debug/backtracesyms.c: Likewise.
17916         * elf/elf.h: Likewise.
17917         * malloc/malloc.c: Likewise.
17918         * nis/nis_print.c: Likewise.
17919         * resolv/res_comp.c: Likewise.
17920         * stdlib/stdlib.h: Likewise.
17921         * sunrpc/clnt_tcp.c: Likewise.
17922         * sunrpc/clnt_udp.c: Likewise.
17923         * sunrpc/clnt_unix.c: Likewise.
17924         * sysdeps/unix/bsd/ptsname.c: Likewise.
17925         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17926         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17928         Likewise.
17929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17930         Likewise.
17931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17932         Likewise.
17933         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17934
17935 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17936
17937         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17938         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17939
17940 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17941
17942         [BZ #15897]
17943         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17944         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17945         ($(objpfx)bug-dl-leaf): New rule.
17946         ($(objpfx)bug-dl-leaf.so): Likewise.
17947         ($(objpfx)bug-dl-leaf.out): Likewise.
17948         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17949         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17950         * dlfcn/bug-dl-leaf.c: New test.
17951         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17952         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17953         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17954         (dlclose): Likewise.
17955         (dlmopen): Likewise.
17956
17957 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17958
17959         * include/netdb.h [!_ISOMAC]:
17960         Don't include <tls.h>.
17961         (h_errno, __libc_h_errno): Move declaration and macros out of
17962         [_LIBC_REENTRANT].
17963
17964         * include/resolv.h [_RESOLV_H_]:
17965         Don't include <tls.h>.
17966         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17967         * resolv/res_libc.c: Don't include <tls.h>.
17968         (_res): Use __attribute__ ((nocommon)) in place of
17969         __attribute__ ((section (".bss"))).
17970
17971         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17972         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17973
17974         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17975
17976         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17977         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17978
17979         * resolv/res_mkquery.c: Include <sys/time.h>.
17980
17981         * inet/ifreq.c: Moved to ...
17982         * sysdeps/unix/ifreq.c: ... here.
17983         * inet/ifreq.c: New file, true stub version.
17984
17985         * socket/sa_len.c: New file.
17986         * socket/Makefile (aux): Add it.
17987         * sysdeps/unix/sysv/linux/Makefile
17988         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17989         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17990         and #include <socket/sa_len.c>.
17991         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17992         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17993
17994         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17995         * bits/socket.h: ... here.
17996
17997         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17998         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17999         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18000
18001 2013-08-27  Andreas Schwab  <schwab@suse.de>
18002
18003         [BZ #15736]
18004         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18005         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18006         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18007         * string/test-strcasecmp.c (test_main): Run tests in several
18008         locales.
18009         * string/test-strncasecmp.c (test_main): Likewise.
18010
18011         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18012         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18013         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18014         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18015         (__strncasecmp_ssse3) [PIC]: Likewise.
18016
18017 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18018
18019         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18020
18021         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18022         instead of explicitly declaring xdecrypt.
18023         * nis/nss_nis/nis-publickey.c: Likewise.
18024
18025 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18026
18027         [BZ #15890]
18028         * nscd/aicache.c: Include res_hconf.h.
18029         (addhstaiX): Initialize res_hconf.
18030
18031 2013-08-26  Andreas Schwab  <schwab@suse.de>
18032
18033         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18034         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18035
18036 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18037
18038         * nscd/aicache.c (addhstaiX): Fix indentation.
18039
18040 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18041
18042         * configure.ac: Quote $build_pt_chown test.
18043         * configure: Regenerated.
18044
18045 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18046
18047         [BZ #15532]
18048         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18049         * math/s_cexpf.c (__cexpf): Likewise.
18050         * math/s_cexpl.c (__cexpl): Likewise.
18051         * math/libm-test.inc (cexp_test_data): Correct expected return
18052         value for NaN + i0.  Add another test.
18053
18054 2013-08-22  David S. Miller  <davem@davemloft.net>
18055
18056         * po/ca.po: Update Catalan translation from translation project.
18057         * po/uk.po: Add Ukrainian translations from translation project.
18058
18059 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18060
18061         [BZ #15797]
18062         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18063         is infinite, not alongside NaN test.
18064         * math/s_fdimf.c (__fdimf): Likewise.
18065         * math/s_fdiml.c (__fdiml): Likewise.
18066         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18067         errno is unchanged.
18068
18069 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18070
18071         * argp/argp-help.c: Fix typos.
18072         * crypt/speeds.c: Likewise.
18073         * csu/check_fds.c: Likewise.
18074         * elf/dl-load.c: Likewise.
18075         * elf/dl-open.c: Likewise.
18076         * elf/reldep3.c: Likewise.
18077         * elf/reldep.c: Likewise.
18078         * elf/sprof.c: Likewise.
18079         * iconv/iconv_charmap.c: Likewise.
18080         * iconv/skeleton.c: Likewise.
18081         * iconv/strtab.c: Likewise.
18082         * io/lockf64.c: Likewise.
18083         * libio/libioP.h: Likewise.
18084         * resolv/gai_notify.c: Likewise.
18085         * resolv/ns_name.c: Likewise.
18086         * resolv/ns_samedomain.c: Likewise.
18087         * resolv/res_send.c: Likewise.
18088         * stdlib/random.c: Likewise.
18089         * sunrpc/rpc/xdr.h: Likewise.
18090         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18091         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18092         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18093         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18094         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18095         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18096         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18097         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18098         * sysdeps/mach/hurd/check_fds.c: Likewise.
18099         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18100         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18101         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18102         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18103         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18104         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18105         * sysdeps/pthread/aio_notify.c: Likewise.
18106         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18107         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18108         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18109         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18110         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18111
18112 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18113
18114         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18115         version if bit_Slow_SSE4_2 is set.
18116         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18117         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18118
18119 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18120
18121         [BZ #15867]
18122         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18123         trampoline stack frame information.
18124         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18125         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18126         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18127         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18128         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18129         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18130         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18131         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18132         sa_flags value.
18133         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18134         interrupting a syscall and set with option SA_SIGINFO.
18135
18136 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18137
18138         [BZ #15531]
18139         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18140         argument is infinite.
18141         * math/s_cprojf.c (__cprojf): Likewise.
18142         * math/s_cprojl.c (__cprojl): Likewise.
18143         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18144         * math/libm-test.inc (cproj_test_data): Add more tests.
18145
18146         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18147
18148         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18149         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18150         size.  Use __ffs to determine corresponding shift.
18151
18152 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18153             Roland McGrath  <roland@hack.frob.com>
18154
18155         * Makefile (INSTALL): Remove trailing blank lines from output of
18156         makeinfo.
18157
18158 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18159
18160         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18161         Align 32 bit compat elf_greg to 8 bytes.
18162
18163 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18164
18165         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18166
18167 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18168
18169         * string/strcoll_l.c (coll_seq): New structure.
18170         (get_next_seq_cached): New function.
18171         (get_next_seq): New function.
18172         (do_compare): New function.
18173         (STRCOLL): Use GNU style definition.  Simplify implementation
18174         by using get_next_seq, get_next_seq_cached and do_compare.
18175
18176 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18177
18178         [BZ #14699]
18179         CVE-2013-4237
18180         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18181         member.
18182         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18183         member.
18184         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18185         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18186         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18187         conditional.
18188         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18189         GETDENTS_64BIT_ALIGNED.
18190         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18191         * manual/filesys.texi (Reading/Closing Directory): Document
18192         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18193         strongly.
18194         * manual/conf.texi (Limits for Files): Add portability note to
18195         NAME_MAX, PATH_MAX.
18196         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18197
18198 2013-08-13  Andreas Schwab  <schwab@suse.de>
18199
18200         [BZ #15749]
18201         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18202         of fabs.
18203         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18204         LDBL_MAX_EXP >= 16384]: Add tests for it.
18205
18206 2013-08-12  David S. Miller  <davem@davemloft.net>
18207
18208         * version.h (RELEASE): Set to "development".
18209         (VERSION): Set to "2.18.90".
18210         * NEWS: Add 2.19 section.
18211
18212 2013-08-03  David S. Miller  <davem@davemloft.net>
18213
18214         * po/ko.po: Update Korean translation from translation project.
18215
18216 2013-08-01  David S. Miller  <davem@davemloft.net>
18217
18218         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18219         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18220         Bilka.
18221
18222 2013-07-30  David S. Miller  <davem@davemloft.net>
18223
18224         * po/fr.po: Update French translation from translation project.
18225
18226 2013-07-28  David S. Miller  <davem@davemloft.net>
18227
18228         * po/cs.po: Update Czech translation from translation project.
18229
18230         * po/sv.po: Update Swedish translation from translation project.
18231
18232 2013-07-27  David S. Miller  <davem@davemloft.net>
18233
18234         * po/eo.po: Update Esperanto translation from translation project.
18235
18236         * po/vi.po: Update Vietnamese translation from translation project.
18237
18238         * po/de.po: Update German translation from translation project.
18239
18240 2013-07-26  David S. Miller  <davem@davemloft.net>
18241
18242         * po/bg.po: Update Bulgarian translation from translation project.
18243
18244         * po/nl.po: Update Dutch translation from translation project.
18245         * po/pl.po: Update Polish translation from translation project.
18246         * po/ru.po: Update Russian translation from translation project.
18247
18248 2013-07-24  David S. Miller  <davem@davemloft.net>
18249
18250         * po/libc.pot: Update.
18251
18252 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18253
18254         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18255         variable page size.
18256         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18257         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18258         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18259
18260 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18261
18262         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18263
18264 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18265             Andreas Schwab  <schwab@suse.de>
18266             Roland McGrath  <roland@hack.frob.com>
18267             Joseph Myers  <joseph@codesourcery.com>
18268             Carlos O'Donell  <carlos@redhat.com>
18269
18270         [BZ #15755]
18271         * config.h.in: Define HAVE_PT_CHOWN.
18272         * config.make.in (build-pt-chown): New variable.
18273         * configure.in (--enable-pt_chown): New configure option.
18274         * configure: Regenerate.
18275         * login/Makefile: Include Makeconfig.  Build pt_chown only if
18276         build-pt-chown is enabled.
18277         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18278         pt_chown to fix pty ownership.
18279         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18280         CLOSE_ALL_FDS.
18281         * manual/install.texi (Configuring and compiling): Mention
18282         --enable-pt_chown. Add @findex for grantpt.
18283         * INSTALL: Regenerate.
18284
18285 2013-07-20  David S. Miller  <davem@davemloft.net>
18286
18287         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18288         difference between 32-bit and 64-bit.
18289
18290 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
18291
18292         [BZ #15711]
18293         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18294         Avoid system header dependency with -ffreestanding.
18295         ($(objpfx)bits/syscall%d): Likewise.
18296
18297 2013-07-13  David S. Miller  <davem@davemloft.net>
18298
18299         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18300         underflows from atanl/atan2l due to bug 15319.
18301         (casinh_test_data): Likewise.
18302
18303 2013-07-07  David S. Miller  <davem@davemloft.net>
18304
18305         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18306
18307 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18308
18309         * sysdeps/i386/fpu/libm-test-ulps: Update.
18310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18311
18312 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18313
18314         * configure.in (--enable-lock-elision): Fix message text.
18315         * INSTALL: Regenerate.
18316         * configure: Regenerate.
18317
18318 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18319
18320         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18321
18322 2013-07-03  Andreas Jaeger  <aj@suse.de>
18323
18324         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18325         define.
18326         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18327         (ptrace_peeksiginfo_args): Add.
18328         (__ptrace_peeksiginfo_flags): Add.
18329         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18330         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18331         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18332
18333 2013-07-03  Allan McRae  <allan@archlinux.org>
18334
18335         * sysdeps/i386/fpu/libm-test-ulps: Update.
18336
18337 2013-07-02  David S. Miller  <davem@davemloft.net>
18338
18339         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18340
18341 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
18342
18343         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18344
18345 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18346
18347         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18349
18350 2013-07-02  Andi Kleen <ak@linux.intel.com>
18351
18352         * config.h.in (ENABLE_LOCK_ELISION): Add.
18353         * configure.in (--enable-lock-elision): Add option.
18354         * manual/install.texi: Document --enable lock elision.
18355         * configure: Regenerate
18356         * INSTALL: Regenerate.
18357
18358 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18359
18360         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18361         SSE4.2 strcasecmp for libc.a.
18362         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18363
18364 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18365
18366         [BZ #13304]
18367         * soft-fp/op-common.h (_FP_FMA): New macro.
18368         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18369         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
18370         (_FP_MUL_MEAT_1_imm): ... here.
18371         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
18372         (_FP_MUL_MEAT_1_wide): ... here.
18373         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
18374         (_FP_MUL_MEAT_1_hard): ... here.
18375         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18376         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
18377         (_FP_MUL_MEAT_2_wide): ... here.
18378         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
18379         (_FP_MUL_MEAT_2_wide_3mul): ... here.
18380         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
18381         (_FP_MUL_MEAT_2_gmp): ... here.
18382         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18383         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
18384         (_FP_MUL_MEAT_4_wide): ... here.
18385         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
18386         (_FP_MUL_MEAT_4_gmp): ... here.
18387         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18388         (_FP_WFRACBITS_DW_S): Likewise.
18389         (_FP_WFRACXBITS_DW_S): Likewise.
18390         (_FP_HIGHBIT_DW_S): Likewise.
18391         (FP_FMA_S): Likewise.
18392         (_FP_FRAC_HIGH_DW_S): Likewise.
18393         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18394         (_FP_WFRACBITS_DW_D): Likewise.
18395         (_FP_WFRACXBITS_DW_D): Likewise.
18396         (_FP_HIGHBIT_DW_D): Likewise.
18397         (FP_FMA_D): Likewise.
18398         (_FP_FRAC_HIGH_DW_D): Likewise.
18399         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18400         (_FP_WFRACBITS_DW_E): Likewise.
18401         (_FP_WFRACXBITS_DW_E): Likewise.
18402         (_FP_HIGHBIT_DW_E): Likewise.
18403         (FP_FMA_E): Likewise.
18404         (_FP_FRAC_HIGH_DW_E): Likewise.
18405         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18406         (_FP_WFRACBITS_DW_Q): Likewise.
18407         (_FP_WFRACXBITS_DW_Q): Likewise.
18408         (_FP_HIGHBIT_DW_Q): Likewise.
18409         (FP_FMA_Q): Likewise.
18410         (_FP_FRAC_HIGH_DW_Q): Likewise.
18411         * soft-fp/fmasf4.c: New file.
18412         * soft-fp/fmadf4.c: Likewise.
18413         * soft-fp/fmatf4.c: Likewise.
18414
18415 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18416
18417         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18418         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18419         Silvermont.
18420         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18421         macro.
18422         (index_Slow_SSE4_2): Likewise.
18423         (index_Prefer_PMINUB_for_stringop): Likewise.
18424         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18425         bit_Slow_SSE4_2 is set.
18426         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18427         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18428
18429 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18430
18431         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18432         rtld_global._dl_hwcap2.
18433         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18434         POWER8.
18435         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18436         POWER8 feature descriptions defined in _dl_hwcap2.
18437         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18438         string handling for POWER8 feature bits.
18439         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18440         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18441         _dl_powerpc_cap_flags.
18442         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18443         * sysdeps/powerpc/rtld-global-offsets.sym
18444         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18445         _dl_hwcap2 in the rtld_global_ro structure.
18446
18447 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18448
18449         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18450         hardware capabilities in support of AT_HWCAP2.
18451         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18452         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18453         GLRO(dl_hwcap2).
18454         (_dl_show_auxv): Add support for calling _dl_procinfo to display
18455         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
18456         explicitly the unknown a_type display mechanism is used.
18457         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18458         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18459         struct member.
18460         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18461         to macro prototype for AT_HWCAP2 support.
18462         * sysdeps/i386/dl-procinfo.h: Likewise.
18463         * sysdeps/s390/dl-procinfo.h: Likewise.
18464         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18465         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
18466         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
18467         return -1 for unknown a_type display fallback.
18468         * sysdeps/sparc/dl-procinfo.h: Likewise.
18469         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18470         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18471
18472 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
18473
18474         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18475         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18476
18477 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
18478
18479         [BZ #12492]
18480         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18481         mprotect making __stack_prot writable.
18482
18483 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18484             Joseph Myers  <joseph@codesourcery.com>
18485
18486         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18487         as being properly aligned.
18488
18489 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18490
18491         * dlfcn/modstatic5.c: New file.
18492         * dlfcn/tststatic5.c: New file.
18493         * dlfcn/Makefile (tests): Add tststatic5.
18494         (tests-static): Likewise.
18495         (modules-names): Add modstatic5.
18496         (tststatic5-ENV): New variable.
18497         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18498
18499         [BZ #15022]
18500         * elf/dl-support.c (_dl_main_map): New variable.
18501         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18502         (_dl_nns, _dl_load_adds): Set to 1.
18503         (_dl_initial_searchlist): Refer to _dl_main_map.
18504         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18505         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18506         call to _dl_get_origin.
18507         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18508         around call_map.
18509         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18510         * dlfcn/modstatic3.c: New file.
18511         * dlfcn/tststatic3.c: New file.
18512         * dlfcn/tststatic4.c: New file.
18513         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18514         (tests-static): Likewise.
18515         (modules-names): Add modstatic3.
18516         (tststatic3-ENV, tststatic4-ENV): New variables.
18517         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18518         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18519
18520 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18521
18522         * configure.in (CC): Require GCC version 4.4 or later.
18523         * configure: Regenerated.
18524         * manual/install.texi (Tools for Compilation): Update GCC version
18525         requirement.
18526         * INSTALL: Regenerated.
18527
18528 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18529
18530         [BZ #15674]
18531         * string/test-memcmp.c (check2): New.
18532         (main): Call check2.
18533
18534         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18535
18536 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18537
18538         [BZ #15022]
18539         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18540         over to...
18541         (dl_open_worker) [!SHARED]: ... here.
18542
18543 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18544
18545         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18546
18547 2013-06-25  Richard Henderson  <rth@redhat.com>
18548
18549         * locale/programs/locarchive.c: Include <libc-internal.h>
18550
18551 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18552
18553         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18554         trailing whitespace removed.
18555
18556 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18557
18558         [BZ #10283]
18559         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18560         * locale/programs/locarchive.c: Include libc-mmap.h.
18561         (prepare_address_space): Take two new outputs (the mmap base and len).
18562         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18563         values.
18564         (create_archive): Declare new mmap base and len values for
18565         prepare_address_space, and store the result in ah.
18566         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18567         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18568         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18569         Declare new mmap base and len values for
18570         prepare_address_space, and store the result in new_ah.
18571         (open_archive): Declare new mmap base and len values for
18572         prepare_address_space, and store the result in ah.
18573         (close_archive): If ah->mmap_base is not NULL, use that and
18574         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18575         * sysdeps/generic/libc-mmap.h: New file.
18576
18577 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18578
18579         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18580         (ALIGN_UP): Likewise.
18581         (PTR_ALIGN_DOWN): Likewise.
18582         (PTR_ALIGN_UP): Likewise.
18583
18584 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18585
18586         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18587         entry mapped to PPC_PLATFORM_POWER8.
18588         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18589         POWER8.
18590         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18591         (_dl_string_platform): Add case for exporting platform position for
18592         POWER8.
18593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18594         search path to sysdeps/powerpc/powerpc32/power8 directory.
18595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18596         search path to sysdeps/powerpc/powerpc64/power8 directory.
18597         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18598         power7 directories.
18599         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18600         power7 directories.
18601
18602 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18603
18604         * INSTALL: Regenerate.
18605
18606         * nscd/connections.c (nscd_init): Fix comment.
18607
18608 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18609
18610         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18611
18612         [BZ #15667]
18613         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18614         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18615
18616 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18617
18618         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18619         DL_DST_REQ_STATIC.
18620         (DL_DST_REQ_STATIC): Remove macro.
18621
18622 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18623
18624         [BZ #7006]
18625         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18626         with a shift of 0 bits.
18627
18628 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18629
18630         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18631         $(tststatic-ENV).
18632
18633 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18634
18635         [BZ #15655]
18636         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18637
18638 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18639
18640         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18641         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18642         accepts -fno-tree-loop-distribute-patterns.
18643         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18644         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18645         recursive call.
18646         * string/memset.c (memset): Likewise.
18647         * string/test-memmove.c (simple_memmove): Disable loop transformation
18648         to library calls.
18649         * string/test-memset.c (simple_memset): Likewise.
18650         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18651         * benchtests/bench-memset.c (simple_memset): Likewise.
18652         * configure: Regenerated.
18653
18654 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18655
18656         * math/test-misc.c (main): Ignore fesetround failure when failures
18657         of subsequent rounding tests would be ignored.
18658
18659         [BZ #15654]
18660         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18661         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18662         * math/fegetenv.c (__fegetenv): Return 0.
18663         * math/fegetexcept.c (fegetexcept): Return 0.
18664         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18665         FE_TONEAREST.
18666         * math/feholdexcpt.c (feholdexcept): Return 0.
18667         * math/fesetenv.c (__fesetenv): Return 0.
18668         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18669         argument FE_TONEAREST.
18670         * math/feupdateenv.c (__feupdateenv): Return 0.
18671         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18672
18673 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18674
18675         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18676         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18677         ($(objpfx)rtld-%.os rules): Use them.
18678
18679 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18680
18681         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18682         fields.
18683
18684 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18685
18686         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18687         length of target pattern, then descending length of dependency pattern.
18688         * configure.in (AWK): Require gawk 3.1.2 or newer.
18689         * manual/install.texi (Tools for Compilation): Say that we do.
18690         * configure: Regenerated.
18691
18692         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18693         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18694         * scripts/sysd-rules.awk: ... this new script.
18695         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18696         than a glob-style pattern.
18697
18698 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18699
18700         * math/test-misc.c (main): Do not treat incorrectly rounded
18701         conversions as failure unless ROUNDING_TESTS passes.
18702
18703 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18704
18705         [BZ #15631]
18706         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18707         restore exception state around main square root computation, then
18708         check for inexactness explicitly.
18709
18710         * math/libm-test.inc (fma_test_data): Add another test.
18711
18712 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18713
18714         * manual/threads.texi (Non-POSIX Extensions): New document
18715         node.  Document pthread_getattr_default_np and
18716         pthread_setattr_default_np.
18717
18718         * Versions.def (libpthread): Add GLIBC_2.18.
18719         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18721         Likewise.
18722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18723         Likewise.
18724         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18725         Likewise.
18726         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18727         Likewise.
18728         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18729         Likewise.
18730         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18731         Likewise.
18732         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18733         Likewise.
18734         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18735         Likewise.
18736         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18737         Likewise.
18738
18739 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18740
18741         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18742         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18743
18744 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18745             H.J. Lu  <hjl.tools@gmail.com>
18746
18747         [BZ #15627]
18748         * sysdeps/x86_64/rtld-memset.c: Remove file.
18749         * sysdeps/x86_64/rtld-memset.S: New file.
18750
18751 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18752
18753         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18754         (test_in_one_mode): Take arguments for whether the rounding mode
18755         is supported for each floating-point type.
18756         (do_test): Pass new arguments to test_in_one_mode using
18757         ROUNDING_TESTS.
18758
18759 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18760
18761         * posix/tst-waitid.c (do_test): Distinguish different instances of
18762         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18763         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18764         before entering the kernel for waitpid.
18765
18766 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18767
18768         * NEWS: Fix note on clock function precision.  Text by Roland
18769         McGrath.
18770
18771 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18772
18773         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18774         it into place only when and if the sanity check passes.
18775
18776 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18777
18778         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18779         output for whether conversion result is exact.  Take argument
18780         indicating whether type is IBM long double.
18781         (round_for_all): Change need_exact field to ibm_ld.
18782         * stdlib/tst-strtod-round.c (struct exactness): New type.
18783         (struct test): Change bool ld_ok field to struct exactness exact.
18784         (TEST): Update all definitions for change to field.
18785         (tests): Regenerate array contents.
18786         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18787         field value.  Check for IBM long double here.
18788         (do_test): Update calls to test_in_one_mode.
18789
18790 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18791
18792         [BZ #12515]
18793         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18794         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18795
18796 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18797
18798         [BZ #15605]
18799         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18800         generated by the compiler on loop optimizations.
18801         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18802         general definitions.
18803
18804 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18805
18806         * math/bug-nextafter.c: Include <math-tests.h>.
18807         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18808         the relevant type.
18809         * math/bug-nexttoward.c: Include <math-tests.h>.
18810         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18811         the relevant type.
18812         * math/test-misc.c: Include <math-tests.h>.
18813         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18814         the relevant type.
18815
18816 2013-06-12  Andreas Jaeger  <aj@suse.de>
18817
18818         * po/ia.po: Update Interlingua translation from translation
18819         project.
18820
18821 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18822
18823         * include/fenv.h: Include stdbool.h.
18824         (struct rm_ctx): New structure.
18825         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18826         Define macro.
18827         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18828         (SET_RESTORE_ROUNDF): Likewise.
18829         (SET_RESTORE_ROUNDL): Likewise.
18830         (SET_RESTORE_ROUND_NOEX): Likewise.
18831         (SET_RESTORE_ROUND_NOEXF): Likewise.
18832         (SET_RESTORE_ROUND_NOEXL): Likewise.
18833         (SET_RESTORE_ROUND_53BIT): Likewise.
18834         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18835         (libc_feresetround_noexf_ctx): Likewise.
18836         (libc_feresetround_noexl_ctx): Likewise.
18837         (libc_feholdsetround_53bit_ctx): Likewise.
18838         (libc_feresetround_53bit_ctx): Likewise.
18839         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18840         (libc_feholdexcept_setround_sse_ctx): New function.
18841         (libc_fesetenv_sse_ctx): Likewise.
18842         (libc_feupdateenv_sse_ctx): Likewise.
18843         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18844         (libc_feholdexcept_setround_387_ctx): Likewise.
18845         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18846         (libc_feholdsetround_387_prec_ctx): Likewise.
18847         (libc_feholdsetround_387_ctx): Likewise.
18848         (libc_feholdsetround_387_53bit_ctx): Likewise.
18849         (libc_feholdsetround_sse_ctx): Likewise.
18850         (libc_feresetround_sse_ctx): Likewise.
18851         (libc_feresetround_387_ctx): Likewise.
18852         (libc_feupdateenv_387_ctx): Likewise.
18853         (libc_feholdexcept_setroundf_ctx): Define macro.
18854         (libc_fesetenvf_ctx): Likewise.
18855         (libc_feupdateenvf_ctx): Likewise.
18856         (libc_feholdsetroundf_ctx): Likewise.
18857         (libc_feresetroundf_ctx): Likewise.
18858         (libc_feholdexcept_setround_ctx): Likewise.
18859         (libc_fesetenv_ctx): Likewise.
18860         (libc_feupdateenv_ctx): Likewise.
18861         (libc_feholdsetround_ctx): Likewise.
18862         (libc_feresetround_ctx): Likewise.
18863         (libc_feholdexcept_setroundl_ctx): Likewise.
18864         (libc_feupdateenvl_ctx): Likewise.
18865         (libc_feholdsetroundl_ctx): Likewise.
18866         (libc_feresetroundl_ctx): Likewise.
18867         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18868         (libc_feresetround_53bit_ctx): Likewise.
18869
18870 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18871
18872         * locale/iso-639.def: Convert to UTF-8.
18873
18874 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18875
18876         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18877         (EXCEPTION_TESTS_double): Likewise.
18878         (EXCEPTION_TESTS_long_double): Likewise.
18879         (EXCEPTION_TESTS): Likewise.
18880         * math/libm-test.inc (test_exceptions): Only test exceptions if
18881         EXCEPTION_TESTS (FLOAT).
18882
18883 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18884
18885         * benchtests/Makefile (string-bench): Add strcpy_chk and
18886         stpcpy_chk.
18887         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18888         * benchtests/bench-stpcpy_chk.c: New file.
18889         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18890         * benchtests/bench-strcpy_chk.c: New file.
18891         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18892         code.
18893         (do_test): Likewise.
18894
18895 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18896
18897         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18898         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18899         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18900         with tabs where appropriate.
18901         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18902         dl-procinfo.h.
18903         [PPC_PLATFORM_PPC440]: Likewise.
18904         [PPC_PLATFORM_PPC464]: Likewise.
18905         [PPC_PLATFORM_PPC476]: Likewise.
18906         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18907         ppc464, and ppc476 platform strings merging from ports/
18908         dl-procinfo.h.
18909
18910 2013-06-11  Andreas Schwab  <schwab@suse.de>
18911
18912         [BZ #14991]
18913         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18914         (from_ucs4_idx): Regenerate.
18915         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18916         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18917         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18918         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18919         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18920         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18921         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18922         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18923         from FROM_LOOP and TO_LOOP specific macros.
18924         (BODY): Handle combining characters.
18925         * iconvdata/BIG5HKSCS.irreversible: Update.
18926         * iconvdata/BIG5HKSCS.precomposed: New file.
18927         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18928         characters.
18929         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18930
18931 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18932
18933         * include/sys/time.h: Fix indentation and add copyright header.
18934
18935         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18936         (do_test): Likewise.
18937         * string/test-memchr.c (do_one_test): Likewise.
18938         (do_test): Likewise.
18939         * string/test-memcmp.c (do_one_test): Likewise.
18940         (do_test): Likewise.
18941         * string/test-memcpy.c (do_one_test): Likewise.
18942         (do_test): Likewise.
18943         * string/test-memmem.c (do_one_test): Likewise.
18944         (do_test): Likewise.
18945         (do_random_tests): Likewise.
18946         * string/test-memmove.c (do_one_test): Likewise.
18947         (do_test): Likewise.
18948         * string/test-memset.c (do_one_test): Likewise.
18949         (do_test): Likewise.
18950         * string/test-rawmemchr.c (do_one_test): Likewise.
18951         (do_test): Likewise.
18952         * string/test-strcasecmp.c (do_one_test): Likewise.
18953         (do_test): Likewise.
18954         * string/test-strcasestr.c (do_one_test): Likewise.
18955         (do_test): Likewise.
18956         * string/test-strcat.c (do_one_test): Likewise.
18957         (do_test): Likewise.
18958         * string/test-strchr.c (do_one_test): Likewise.
18959         (do_test): Likewise.
18960         * string/test-strcmp.c (do_one_test): Likewise.
18961         (do_test): Likewise.
18962         * string/test-strcpy.c (do_one_test): Likewise.
18963         (do_test): Likewise.
18964         * string/test-string.h: Likewise.
18965         (test_init): Likewise.
18966         * string/test-strlen.c (do_one_test): Likewise.
18967         (do_test): Likewise.
18968         * string/test-strncasecmp.c (do_one_test): Likewise.
18969         (do_test): Likewise.
18970         * string/test-strncat.c (do_one_test): Likewise.
18971         (do_test): Likewise.
18972         * string/test-strncmp.c (do_one_test): Likewise.
18973         (do_test_limit): Likewise.
18974         (do_test): Likewise.
18975         * string/test-strncpy.c (do_one_test): Likewise.
18976         (do_test): Likewise.
18977         * string/test-strnlen.c (do_one_test): Likewise.
18978         (do_test): Likewise.
18979         * string/test-strpbrk.c (do_one_test): Likewise.
18980         (do_test): Likewise.
18981         * string/test-strrchr.c (do_one_test): Likewise.
18982         (do_test): Likewise.
18983         * string/test-strspn.c (do_one_test): Likewise.
18984         (do_test): Likewise.
18985         * string/test-strstr.c (do_one_test): Likewise.
18986         (do_test): Likewise.
18987
18988         * benchtests/Makefile (string-bench): Add string benchmarks.
18989         * benchtests/bench-bcopy-ifunc.c: New file.
18990         * benchtests/bench-bcopy.c: New file.
18991         * benchtests/bench-bzero-ifunc.c: New file.
18992         * benchtests/bench-bzero.c: New file.
18993         * benchtests/bench-memccpy-ifunc.c: New file.
18994         * benchtests/bench-memccpy.c: New file.
18995         * benchtests/bench-memchr-ifunc.c: New file.
18996         * benchtests/bench-memchr.c: New file.
18997         * benchtests/bench-memcmp-ifunc.c: New file.
18998         * benchtests/bench-memcmp.c: New file.
18999         * benchtests/bench-memmem-ifunc.c: New file.
19000         * benchtests/bench-memmem.c: New file.
19001         * benchtests/bench-memmove-ifunc.c: New file.
19002         * benchtests/bench-memmove.c: New file.
19003         * benchtests/bench-mempcpy-ifunc.c: New file.
19004         * benchtests/bench-mempcpy.c: New file.
19005         * benchtests/bench-memset-ifunc.c: New file.
19006         * benchtests/bench-memset.c: New file.
19007         * benchtests/bench-rawmemchr-ifunc.c: New file.
19008         * benchtests/bench-rawmemchr.c: New file.
19009         * benchtests/bench-stpcpy-ifunc.c: New file.
19010         * benchtests/bench-stpcpy.c: New file.
19011         * benchtests/bench-stpncpy-ifunc.c: New file.
19012         * benchtests/bench-stpncpy.c: New file.
19013         * benchtests/bench-strcasecmp-ifunc.c: New file.
19014         * benchtests/bench-strcasecmp.c: New file.
19015         * benchtests/bench-strcasestr-ifunc.c: New file.
19016         * benchtests/bench-strcasestr.c: New file.
19017         * benchtests/bench-strcat-ifunc.c: New file.
19018         * benchtests/bench-strcat.c: New file.
19019         * benchtests/bench-strchr-ifunc.c: New file.
19020         * benchtests/bench-strchr.c: New file.
19021         * benchtests/bench-strchrnul-ifunc.c: New file.
19022         * benchtests/bench-strchrnul.c: New file.
19023         * benchtests/bench-strcmp-ifunc.c: New file.
19024         * benchtests/bench-strcmp.c: New file.
19025         * benchtests/bench-strcpy-ifunc.c: New file.
19026         * benchtests/bench-strcpy.c: New file.
19027         * benchtests/bench-strcspn-ifunc.c: New file.
19028         * benchtests/bench-strcspn.c: New file.
19029         * benchtests/bench-strlen-ifunc.c: New file.
19030         * benchtests/bench-strlen.c: New file.
19031         * benchtests/bench-strncasecmp-ifunc.c: New file.
19032         * benchtests/bench-strncasecmp.c: New file.
19033         * benchtests/bench-strncat-ifunc.c: New file.
19034         * benchtests/bench-strncat.c: New file.
19035         * benchtests/bench-strncmp-ifunc.c: New file.
19036         * benchtests/bench-strncmp.c: New file.
19037         * benchtests/bench-strncpy-ifunc.c: New file.
19038         * benchtests/bench-strncpy.c: New file.
19039         * benchtests/bench-strnlen-ifunc.c: New file.
19040         * benchtests/bench-strnlen.c: New file.
19041         * benchtests/bench-strpbrk-ifunc.c: New file.
19042         * benchtests/bench-strpbrk.c: New file.
19043         * benchtests/bench-strrchr-ifunc.c: New file.
19044         * benchtests/bench-strrchr.c: New file.
19045         * benchtests/bench-strspn-ifunc.c: New file.
19046         * benchtests/bench-strspn.c: New file.
19047         * benchtests/bench-strstr-ifunc.c: New file.
19048         * benchtests/bench-strstr.c: New file.
19049
19050         * benchtests/Makefile: Disable parallel execution of targets.
19051         (string-bench): Add memcpy.
19052         (benchset): New variable to store a list of benchmark sets.
19053         (bench-func): Renamed from bench.
19054         (bench-set): New target.
19055         (bench): Depend on bench-func and bench-set.
19056         * benchtests/README: Add section on benchmark sets.
19057         * benchtests/bench-memcpy-ifunc.c: New file.
19058         * benchtests/bench-memcpy.c: New file.
19059         * benchtests/bench-string.h: New file.
19060
19061 2013-06-11  Andreas Schwab  <schwab@suse.de>
19062
19063         [BZ #15577]
19064         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19065         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19066         values in the triple.
19067         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19068         terminator in the group key.
19069
19070 2013-06-11  Andreas Jaeger  <aj@suse.de>
19071
19072         * po/zh_TW.po: Update Chinese (traditional) translation from
19073         translation project.
19074
19075 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19076
19077         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19078         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19079         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19080         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19081         (clock_getcpuclockid): Likewise.
19082         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19083         Add weak_alias and libc_hidden_def.
19084         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19085         * rt/clock_gettime.c (clock_gettime): Rename to
19086         __clock_gettime.  Add weak_alias and libc_hidden_def.
19087         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19088         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19089         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19090         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19091         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19092         Likewise.
19093         * rt/clock_settime.c (clock_settime): Rename to
19094         __clock_settime.  Add weak_alias and libc_hidden_def.
19095         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19096
19097 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19098
19099         * mach/err_boot.sub: Remove trailing whitespace.
19100         * mach/err_ipc.sub: Likewise.
19101         * mach/err_mach.sub: Likewise.
19102
19103         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19104         (ROUNDING_TESTS_double): Likewise.
19105         (ROUNDING_TESTS_long_double): Likewise.
19106         (ROUNDING_TESTS): Likewise.
19107         * math/libm-test.inc: Include <math-tests.h>.
19108         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19109         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19110         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19111         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19112
19113 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19114
19115         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19116         of assigning.
19117
19118 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19119
19120         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19121         otherwise empty TRANS lines.
19122         * sysdeps/gnu/errlist.c: Regenerated.
19123
19124         * catgets/gencat.c (error_print): Use (void) in function
19125         definition.
19126         * crypt/crypt_util.c (__init_des): Likewise.
19127         * crypt/speeds.c (Stop): Likewise.
19128         (main): Likewise.
19129         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19130         * inet/ruserpass.c (token): Likewise.
19131         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19132         * intl/localealias.c (extend_alias_table): Likewise.
19133         * intl/plural-exp.c (init_germanic_plural): Likewise.
19134         * libio/fcloseall.c (__fcloseall): Likewise.
19135         * libio/genops.c (_IO_flush_all): Likewise.
19136         (_IO_flush_all_linebuffered): Likewise.
19137         (_IO_cleanup): Likewise.
19138         (_IO_iter_begin): Likewise.
19139         (_IO_iter_end): Likewise.
19140         (_IO_list_lock): Likewise.
19141         (_IO_list_unlock): Likewise.
19142         (_IO_list_resetlock): Likewise.
19143         * libio/getchar.c (getchar): Likewise.
19144         * libio/getchar_u.c (getchar_unlocked): Likewise.
19145         * libio/getwchar.c (getwchar): Likewise.
19146         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19147         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19148         * login/getpt.c (__getpt): Likewise.
19149         * login/tst-utmp.c (main): Likewise.
19150         * malloc/hooks.c (__malloc_check_init): Likewise.
19151         * malloc/malloc.c (__malloc_stats): Likewise.
19152         * malloc/mtrace.c (tr_break): Likewise.
19153         (mtrace): Likewise.
19154         (muntrace): Likewise.
19155         * misc/fstab.c (endfsent): Likewise.
19156         * misc/getclktck.c (__getclktck): Likewise.
19157         * misc/getdtsz.c (__getdtablesize): Likewise.
19158         * misc/gethostid.c (gethostid): Likewise.
19159         * misc/getpagesize.c (__getpagesize): Likewise.
19160         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19161         (__get_nprocs): Likewise.
19162         (__get_phys_pages): Likewise.
19163         (__get_avphys_pages): Likewise.
19164         * misc/getttyent.c (getttyent): Likewise.
19165         (setttyent): Likewise.
19166         (endttyent): Likewise.
19167         * misc/getusershell.c (getusershell): Likewise.
19168         (endusershell): Likewise.
19169         (setusershell): Likewise.
19170         (initshells): Likewise.
19171         * misc/hsearch.c (__hdestroy): Likewise.
19172         * misc/sync.c (sync): Likewise.
19173         * misc/syslog.c (closelog_internal): Likewise.
19174         (closelog): Likewise.
19175         * misc/ttyslot.c (ttyslot): Likewise.
19176         * misc/vhangup.c (vhangup): Likewise.
19177         * posix/fork.c (__fork): Likewise.
19178         * posix/getegid.c (__getegid): Likewise.
19179         * posix/geteuid.c (__geteuid): Likewise.
19180         * posix/getgid.c (__getgid): Likewise.
19181         * posix/getpid.c (__getpid): Likewise.
19182         * posix/getppid.c (__getppid): Likewise.
19183         * posix/getuid.c (__getuid): Likewise.
19184         * posix/pause.c (pause): Likewise.
19185         * posix/setpgrp.c (setpgrp): Likewise.
19186         * posix/setsid.c (__setsid): Likewise.
19187         * posix/test-vfork.c (noop): Likewise.
19188         * resolv/gethnamaddr.c (_endhtent): Likewise.
19189         (_gethtent): Likewise.
19190         (ht_endhostent): Likewise.
19191         (gethostent): Likewise.
19192         (dns_service): Likewise.
19193         * stdlib/drand48.c (drand48): Likewise.
19194         * stdlib/lrand48.c (lrand48): Likewise.
19195         * stdlib/mrand48.c (mrand48): Likewise.
19196         * stdlib/rand.c (rand): Likewise.
19197         * stdlib/random.c (__random): Likewise.
19198         * stdlib/setenv.c (clearenv): Likewise.
19199         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19200         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19201         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19202         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19203         (__get_nprocs): Likewise.
19204         (__get_phys_pages): Likewise.
19205         (__get_avphys_pages): Likewise.
19206         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19207         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19208         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19209         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19210         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19211         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19212         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19213         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19214         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19215         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19216         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19217         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19218         * sysdeps/posix/clock.c (clock): Likewise.
19219         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19220         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19221         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19222         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19223         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19224         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19225         (__get_nprocs_conf): Likewise.
19226         (__get_phys_pages): Likewise.
19227         (__get_avphys_pages): Likewise.
19228         * time/clock.c (clock): Likewise.
19229         * time/tzset.c (__tzname_max): Likewise.
19230
19231 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19232
19233         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19234         (__bswap_32): Do not use "register".
19235         * crypt/crypt.c (_ufc_doit_r): Likewise.
19236         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19237         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19238         * gmon/gmon.c (__monstartup): Likewise.
19239         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19240         * hurd/hurdmalloc.c (more_memory): Likewise.
19241         (malloc): Likewise.
19242         (free): Likewise.
19243         (realloc): Likewise.
19244         (malloc_fork_prepare): Likewise.
19245         (malloc_fork_parent): Likewise.
19246         (malloc_fork_child): Likewise.
19247         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19248         (_svcauth_des): Likewise.
19249         * inet/inet_lnaof.c (inet_lnaof): Likewise.
19250         * inet/inet_net.c (inet_network): Likewise.
19251         * inet/inet_netof.c (inet_netof): Likewise.
19252         * inet/rcmd.c (__validuser2_sa): Likewise.
19253         * io/fts.c (fts_open): Likewise.
19254         (fts_load): Likewise.
19255         (fts_close): Likewise.
19256         (fts_read): Likewise.
19257         (fts_children): Likewise.
19258         (fts_build): Likewise.
19259         (fts_stat): Likewise.
19260         (fts_sort): Likewise.
19261         (fts_alloc): Likewise.
19262         (fts_lfree): Likewise.
19263         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19264         (_IO_file_xsgetn): Likewise.
19265         (_IO_file_xsgetn_mmap): Likewise.
19266         * libio/iofopncook.c (_IO_cookie_read): Likewise.
19267         (_IO_cookie_write): Likewise.
19268         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19269         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19270         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19271         * malloc/obstack.c (_obstack_begin): Likewise.
19272         (_obstack_begin_1): Likewise.
19273         (_obstack_newchunk): Likewise.
19274         (_obstack_allocated_p): Likewise.
19275         (obstack_free): Likewise.
19276         (_obstack_memory_used): Likewise.
19277         * misc/getttyent.c (getttynam): Likewise.
19278         (getttyent): Likewise.
19279         (skip): Likewise.
19280         (value): Likewise.
19281         * misc/getusershell.c (initshells): Likewise.
19282         * misc/syslog.c (__vsyslog_chk): Likewise.
19283         * misc/ttyslot.c (ttyslot): Likewise.
19284         * nis/nis_hash.c (__nis_hash): Likewise.
19285         * posix/fnmatch_loop.c (FCT): Likewise.
19286         * posix/getconf.c (print_all): Likewise.
19287         (main): Likewise.
19288         * posix/getopt.c (exchange): Likewise.
19289         * posix/glob.c (globfree): Likewise.
19290         (prefix_array): Likewise.
19291         (__glob_pattern_type): Likewise.
19292         * resolv/arpa/nameser.h (NS_GET16): Likewise.
19293         (NS_GET32): Likewise.
19294         (NS_PUT16): Likewise.
19295         (NS_PUT32): Likewise.
19296         * resolv/gethnamaddr.c (getanswer): Likewise.
19297         (gethostbyname2): Likewise.
19298         (gethostbyaddr): Likewise.
19299         (_gethtent): Likewise.
19300         (_gethtbyname2): Likewise.
19301         (_gethtbyaddr): Likewise.
19302         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19303         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19304         * resolv/res_init.c (__res_vinit): Likewise.
19305         (net_mask): Likewise.
19306         * resolv/res_mkquery.c (outchar): Likewise.
19307         (PRINT): Likewise.
19308         * stdio-common/printf_fp.c (outchar): Likewise.
19309         (PRINT): Likewise.
19310         * stdio-common/printf_fphex.c (outchar): Likewise.
19311         (PRINT): Likewise.
19312         * stdio-common/printf_size.c (outchar): Likewise.
19313         (PRINT): Likewise.
19314         * stdio-common/test_rdwr.c (main): Likewise.
19315         * stdio-common/tfformat.c (matches): Likewise.
19316         * stdio-common/vfprintf.c (outchar): Likewise.
19317         (printf_unknown): Likewise.
19318         (buffered_vfprintf): Likewise.
19319         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19320         * stdio-common/xbug.c (AppendToBuffer): Likewise.
19321         (ReadFile): Likewise.
19322         * stdlib/qsort.c (SWAP): Likewise.
19323         (_quicksort): Likewise.
19324         * stdlib/setenv.c (__add_to_environ): Likewise.
19325         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19326         * stdlib/strtol_l.c (__strtol_l): Likewise.
19327         * stdlib/tst-strtod.c (main): Likewise.
19328         * stdlib/tst-strtol.c (main): Likewise.
19329         * stdlib/tst-strtoll.c (main): Likewise.
19330         * string/bits/string2.h (__strcmp_cc): Likewise.
19331         (__strcmp_cg): Likewise.
19332         (__strcspn_c1): Likewise.
19333         (__strcspn_c2): Likewise.
19334         (__strcspn_c3): Likewise.
19335         (__strspn_c1): Likewise.
19336         (__strspn_c2): Likewise.
19337         (__strspn_c3): Likewise.
19338         (__strsep_1c): Likewise.
19339         (__strsep_2c): Likewise.
19340         (__strsep_3c): Likewise.
19341         * string/memccpy.c (__memccpy): Likewise.
19342         * string/stpcpy.c (__stpcpy): Likewise.
19343         * string/strcmp.c (strcmp): Likewise.
19344         * string/strrchr.c (strrchr): Likewise.
19345         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
19346         Likewise.
19347         * sysdeps/mach/hurd/getcwd.c
19348         (_hurd_canonicalize_directory_name_internal): Likewise.
19349         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19350         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19351         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19352         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19353         Likewise, in both definitions.
19354         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19355         definitions.
19356         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19357         64] (__bswap_64): Likewise.
19358         * time/test_time.c (main): Likewise.
19359         * time/tzfile.c (__tzfile_read): Likewise.
19360         (__tzfile_compute): Likewise.
19361         * time/tzset.c (__tzset_parse_tz): Likewise.
19362         (tzset_internal): Likewise.
19363         (compute_change): Likewise.
19364         * wcsmbs/wcscat.c (__wcscat): Likewise.
19365         * wcsmbs/wcschr.c (wcschr): Likewise.
19366         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19367         * wcsmbs/wcscspn.c (wcscspn): Likewise.
19368         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19369         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19370         * wcsmbs/wcsspn.c (wcsspn): Likewise.
19371         * wcsmbs/wcsstr.c (wcsstr): Likewise.
19372         * wcsmbs/wmemchr.c (wmemchr): Likewise.
19373         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19374         * wcsmbs/wmemset.c (wmemset): Likewise.
19375
19376 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
19377
19378         * scripts/config.guess: Update to version 2013-05-16.
19379         * scripts/config.sub: Update to version 2013-04-24.
19380         * scripts/install-sh: Update to version 2011-11-20.07.
19381         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19382         * scripts/move-if-change: Update to version 2012-01-06 07:23.
19383
19384 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
19385
19386         * debug/fgetws_u_chk.c: Fix leading whitespaces.
19387         * elf/sln.c: Likewise.
19388         * hurd/hurd/ioctl.h: Likewise.
19389         * hurd/hurdmalloc.c: Likewise.
19390         * hurd/xattr.c: Likewise.
19391         * include/shlib-compat.h: Likewise.
19392         * inet/ruserpass.c: Likewise.
19393         * libio/iofgets_u.c: Likewise.
19394         * libio/iofgetws_u.c: Likewise.
19395         * locale/programs/ld-identification.c: Likewise.
19396         * locale/programs/ld-time.c: Likewise.
19397         * mach/msg-destroy.c: Likewise.
19398         * nss/nss_files/files-netgrp.c: Likewise.
19399         * resolv/res_data.c: Likewise.
19400         * soft-fp/op-1.h: Likewise.
19401         * soft-fp/op-2.h: Likewise.
19402         * soft-fp/op-4.h: Likewise.
19403         * soft-fp/op-common.h: Likewise.
19404         * stdio-common/printf_fphex.c: Likewise.
19405         * stdlib/strtod_l.c: Likewise.
19406         * sunrpc/rpc/clnt.h: Likewise.
19407         * sysdeps/generic/framestate.c: Likewise.
19408         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19409         * sysdeps/i386/bsd-setjmp.S: Likewise.
19410         * sysdeps/i386/__longjmp.S: Likewise.
19411         * sysdeps/i386/setjmp.S: Likewise.
19412         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19413         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19414         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19415         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19416         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19417         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19418         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19419         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19420         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19421         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19422         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19423         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19424         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19425         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19426         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19427         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19428         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19429         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19430         * sysdeps/ieee754/support.c: Likewise.
19431         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19432         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19433         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19434         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19435         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19436         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19437         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19438         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19439         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19440         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19441         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19442         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19443         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19444         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19445         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19446         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19447         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19449
19450 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
19451
19452         * posix/transbug.c: Remove executable mode.
19453
19454 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
19455
19456         * crypt/speeds.c: Remove trailing whitespace.
19457         * dlfcn/default.c: Likewise.
19458         * elf/ifuncdep2.c: Likewise.
19459         * elf/ifuncmain1.c: Likewise.
19460         * elf/ifuncmain1vis.c: Likewise.
19461         * elf/testobj.h: Likewise.
19462         * elf/tst-stackguard1.c: Likewise.
19463         * gmon/sys/gmon.h: Likewise.
19464         * hurd/hurdmsg.c: Likewise.
19465         * hurd/new-fd.c: Likewise.
19466         * hurd/ports-get.c: Likewise.
19467         * iconvdata/ibm1008_420.c: Likewise.
19468         * inet/tst-getni1.c: Likewise.
19469         * inet/tst-getni2.c: Likewise.
19470         * libio/ioungetc.c: Likewise.
19471         * libio/wfiledoalloc.c: Likewise.
19472         * manual/libm-err-tab.pl: Likewise.
19473         * math/w_dremf.c: Likewise.
19474         * misc/ftruncate.c: Likewise.
19475         * posix/bug-glob2.c: Likewise.
19476         * posix/tst-pcre.c: Likewise.
19477         * posix/wait4.c: Likewise.
19478         * resolv/README: Likewise.
19479         * resolv/res_debug.h: Likewise.
19480         * resolv/tst-inet_ntop.c: Likewise.
19481         * setjmp/bug269-setjmp.c: Likewise.
19482         * soft-fp/extended.h: Likewise.
19483         * soft-fp/op-1.h: Likewise.
19484         * soft-fp/op-2.h: Likewise.
19485         * soft-fp/op-4.h: Likewise.
19486         * soft-fp/op-8.h: Likewise.
19487         * soft-fp/testit.c: Likewise.
19488         * stdio-common/bug16.c: Likewise.
19489         * stdlib/random.c: Likewise.
19490         * sunrpc/rpcsvc/rquota.x: Likewise.
19491         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19492         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19493         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19494         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19495         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19496         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19497         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19498         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19499         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19500         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19501         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19502         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19503         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19504         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19505         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19506         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19507         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19508         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19509         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19510         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19511         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19512         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19513         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19514         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19515         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19516         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19517         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19518         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19519         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19520         * sysdeps/ieee754/s_lib_version.c: Likewise.
19521         * sysdeps/mach/hurd/check_fds.c: Likewise.
19522         * sysdeps/mach/hurd/getsockname.c: Likewise.
19523         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19524         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19525         * sysdeps/powerpc/bits/link.h: Likewise.
19526         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19527         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19528         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19529         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19530         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19531         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19532         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19533         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19534         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19535         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19536         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19537         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19538         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19539         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19540         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19541         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19542         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19543         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19544         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19545         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19546         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19547         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19548         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19549         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19550         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19551         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19552         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19553         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19554         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19555         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19556         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19557         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19558         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19559         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19560         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19561         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19562         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19563         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19564         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19565         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19566         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19567         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19568         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19569         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19570         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19571         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19572         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19573         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19574         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19575         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19576         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19577         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19578         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19579         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19580         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19581         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19582         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19583         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19584         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19585         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19586         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19587         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19588         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19589         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19590         * sysdeps/powerpc/sysdep.h: Likewise.
19591         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19592         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19593         * sysdeps/sh/dl-trampoline.S: Likewise.
19594         * sysdeps/sh/memset.S: Likewise.
19595         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19596         * sysdeps/sh/strlen.S: Likewise.
19597         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19598         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19599         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19600         * sysdeps/sparc/sparc32/rem.S: Likewise.
19601         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19602         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19603         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19604         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19605         * sysdeps/sparc/sparc32/urem.S: Likewise.
19606         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19607         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19608         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19609         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19610         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19611         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19612         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19613         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19614         * sysdeps/unix/bsd/times.c: Likewise.
19615         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19616         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19620         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19621         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19622         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19623         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19624         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19625         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19626         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19627         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19628         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19629         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19630         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19631         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19632         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19633         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19634         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19635         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19636         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19637         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19638         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19639         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19640         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19641         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19642         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19643         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19644         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19645         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19646         * sysdeps/x86_64/strcspn.S: Likewise.
19647
19648 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19649
19650         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19651         generated file.  Regenerate properly from gen-translit.pl.
19652         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19653         locale/C-translit.h.
19654
19655 2013-06-05  Andreas Schwab  <schwab@suse.de>
19656
19657         [BZ #15100]
19658         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19659         week as 6 instead of -1.
19660         * time/tst-strptime.c (day_tests): Add test case.
19661
19662 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19663
19664         * sysdeps/generic/math_private.h
19665         (libc_feholdexcept_setround_53bit): Replace with
19666         libc_feholdsetround_53bit.
19667         (libc_feupdateenv_53bit): Replace with
19668         libc_feresetround_53bit.
19669         (SET_RESTORE_ROUND_53BIT): Adjust.
19670
19671 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19672
19673         * string/test-strchrnul.c: Add copyright header.
19674
19675         * posix/tst-getaddrinfo4.c: Increase test timeout.
19676
19677 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19678
19679         [BZ #15536]
19680         * math/libm-test.inc (MAX_EXP): Remove
19681         (MIN_EXP): Define.
19682         (ulp): Use MIN_EXP - MANT_DIG.
19683         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19684
19685 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19686
19687         * po/be.po: Revert last change.
19688         * po/zh_CN.po: Likewise.
19689         * po/header.pot: Likewise.
19690
19691 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19692
19693         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19694         link-libc-deps to empty as target-specific variable.
19695         * Makerules (link-libc-args): New variable.
19696         (libc-for-link): Likewise.
19697         (link-libc-deps): Likewise.
19698         (lib%.so): Depend on $(link-libc-deps).  Link with
19699         $(link-libc-args).
19700         (build-module): Link with $(link-libc-args).
19701         (build-module-asneeded): Likewise.
19702         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19703         list of objects.
19704         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19705         target-specific variable.
19706         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19707         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19708         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19709         libc.
19710         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19711         libc and ld.so.
19712         ($(objpfx)libpcprofile.so): Likewise.
19713         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19714         libc_nonshared.a.
19715         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19716         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19717         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19718         $(link-libc-deps).
19719         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19720         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19721         * login/Makefile ($(objpfx)libutil.so): Likewise.
19722         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19723         * math/Makefile ($(objpfx)libm.so): Likewise.
19724         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19725         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19726         variable instead of depending directly on libc.
19727         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19728         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19729         $(link-libc-deps).
19730         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19731         libc.
19732         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19733         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19734         ($(objpfx)libanl.so): Likewise.
19735         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19736         ld.so.
19737         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19738         $(link-libc-deps).
19739         * sysdeps/i386/fpu/Makefile: Remove file.
19740         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19741         ($(objpfx)libm.so): Remove dependency on ld.so.
19742
19743 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19744
19745         [BZ # 15553]
19746         * nis/yp_xdr.c (XDRMAXNAME): Define.
19747         (XDRMAXRECORD): Define.
19748         (xdr_domainname): Use XDRMAXNAME.
19749         (xdr_mapname): Likewise.
19750         (xdr_peername): Likewise.
19751         (xdr_keydat): Use XDRMAXRECORD.
19752         (xdr_valdat): Likewise.
19753
19754 2013-05-30  Jeff Law  <law@redhat.com>
19755
19756         [BZ #14256]
19757         * manual/errno.texi (ESTALE): Update to account for more than
19758         just NFS file systems.
19759         * sysdeps/gnu/errlist.c: Regenerated.
19760
19761 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19762
19763         [BZ #15465]
19764         * elf/Makefile (tests): Add tst-null-argv.
19765         (modules-names):  Add tst-null-argv-lib.
19766         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19767         (tst-null-argv-ENV): Set environment for tst-null-argv.
19768         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19769         (RTLD_PROGNAME): New macro.
19770         * elf/tst-null-argv.c: New test case.
19771         * elf/tst-null-argv-lib.c: Library for test case.
19772         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19773         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19774         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19775         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19776         * elf/dl-init.c (call_init): Likewise.
19777         (_dl_init): Likewise.
19778         * elf/dl-load.c (print_search_path): Likewise.
19779         (_dl_map_object): Likewise.
19780         * elf/dl-lookup.c (do_lookup_x): Likewise.
19781         (add_dependency): Likewise.
19782         (_dl_lookup_symbol_x): Likewise.
19783         (_dl_debug_bindings): Likewise.
19784         * elf/dl-open.c (_dl_show_scope): Likewise.
19785         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19786         * elf/dl-version.c (match_symbol): Likewise.
19787         (_dl_check_map_versions): Likewise.
19788         * elf/rtld.c (dl_main): Likewise.
19789         (print_unresolved): Use RTLD_PROGNAME.
19790         (print_missing_version): Likewise.
19791         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19792         (elf_machine_rela): Likewise.
19793         * sysdeps/powerpc/powerpc32/dl-machine.c
19794         (__process_machine_rela): Likewise.
19795         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19796         Likewise.
19797         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19798         Likewise.
19799         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19800         Likewise.
19801         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19802         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19803         Likewise.
19804         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19805         Likewise.
19806         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19807
19808 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19809
19810         * po/be.po: Add descriptive title.
19811         * po/zh_CN.po: Likewise.
19812         * po/header.pot: Likewise.
19813
19814 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19815
19816         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19817         error message.
19818         (enlarge_archive): Likewise.
19819
19820 2013-05-28  Ben North  <ben@redfrontdoor.org>
19821
19822         * manual/arith.texi (frexp): It is the magnitude of the return
19823         value which lies in [0.5, 1), not the return value itself.
19824
19825 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19826
19827         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19828
19829 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19830
19831         * stdio-common/bug26.c (main): Correct fscanf template.
19832
19833         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19834         declare _dl_skip_args.
19835
19836         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19837         Don't declare.
19838
19839         * manual/platform.texi: Add missing @end deftypefun.
19840
19841 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19842
19843         [BZ #15529]
19844         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19845         bit of mantissa of 2^16382.
19846         * math/libm-test.inc (hypot_test_data): Add more tests.
19847
19848         * math/libm-test.inc: Add drem and pow10 to list of tested
19849         functions.
19850         (pow10_test): New function.
19851         (drem_test): Likewise.
19852         (drem_test_tonearest): Likewise.
19853         (drem_test_towardzero): Likewise.
19854         (drem_test_downward): Likewise.
19855         (drem_test_upward): Likewise.
19856         (main): Call the new functions.
19857
19858         * math/libm-test.inc (finite_test_data): Remove.
19859         (finite_test): Run tests from isfinite_test_data.
19860         (gamma_test_data): Remove.
19861         (gamma_test): Run tests from lgamma_test_data.
19862         * sysdeps/i386/fpu/libm-test-ulps: Update.
19863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19864
19865 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19866
19867         * manual/platform.texi: Add PowerPC PPR function set documentation.
19868         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19869         implementation.
19870
19871 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19872
19873         * math/libm-test.inc (MAX_EXP): Define.
19874         (ULPDIFF): Define.
19875         (ulp): New function.
19876         (check_float_internal): Use ULPDIFF.
19877         (cpow_test): Disable failing test.
19878         (check_ulp): Test ulp() implemetnation.
19879         (main): Call check_ulp before starting tests.
19880
19881 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19882
19883         * math/gen-libm-test.pl (generate_testfile): Do not handle
19884         START_DATA and END_DATA.
19885         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19886         END_DATA.
19887         (acos_tonearest_test_data): Likewise.
19888         (acos_towardzero_test_data): Likewise.
19889         (acos_downward_test_data): Likewise.
19890         (acos_upward_test_data): Likewise.
19891         (acosh_test_data): Likewise.
19892         (asin_test_data): Likewise.
19893         (asin_tonearest_test_data): Likewise.
19894         (asin_towardzero_test_data): Likewise.
19895         (asin_downward_test_data): Likewise.
19896         (asin_upward_test_data): Likewise.
19897         (asinh_test_data): Likewise.
19898         (atan_test_data): Likewise.
19899         (atanh_test_data): Likewise.
19900         (atan2_test_data): Likewise.
19901         (cabs_test_data): Likewise.
19902         (cacos_test_data): Likewise.
19903         (cacosh_test_data): Likewise.
19904         (carg_test_data): Likewise.
19905         (casin_test_data): Likewise.
19906         (casinh_test_data): Likewise.
19907         (catan_test_data): Likewise.
19908         (catanh_test_data): Likewise.
19909         (cbrt_test_data): Likewise.
19910         (ccos_test_data): Likewise.
19911         (ccosh_test_data): Likewise.
19912         (ceil_test_data): Likewise.
19913         (cexp_test_data): Likewise.
19914         (cimag_test_data): Likewise.
19915         (clog_test_data): Likewise.
19916         (clog10_test_data): Likewise.
19917         (conj_test_data): Likewise.
19918         (copysign_test_data): Likewise.
19919         (cos_test_data): Likewise.
19920         (cos_tonearest_test_data): Likewise.
19921         (cos_towardzero_test_data): Likewise.
19922         (cos_downward_test_data): Likewise.
19923         (cos_upward_test_data): Likewise.
19924         (cosh_test_data): Likewise.
19925         (cosh_tonearest_test_data): Likewise.
19926         (cosh_towardzero_test_data): Likewise.
19927         (cosh_downward_test_data): Likewise.
19928         (cosh_upward_test_data): Likewise.
19929         (cpow_test_data): Likewise.
19930         (cproj_test_data): Likewise.
19931         (creal_test_data): Likewise.
19932         (csin_test_data): Likewise.
19933         (csinh_test_data): Likewise.
19934         (csqrt_test_data): Likewise.
19935         (ctan_test_data): Likewise.
19936         (ctan_tonearest_test_data): Likewise.
19937         (ctan_towardzero_test_data): Likewise.
19938         (ctan_downward_test_data): Likewise.
19939         (ctan_upward_test_data): Likewise.
19940         (ctanh_test_data): Likewise.
19941         (ctanh_tonearest_test_data): Likewise.
19942         (ctanh_towardzero_test_data): Likewise.
19943         (ctanh_downward_test_data): Likewise.
19944         (ctanh_upward_test_data): Likewise.
19945         (erf_test_data): Likewise.
19946         (erfc_test_data): Likewise.
19947         (exp_test_data): Likewise.
19948         (exp_tonearest_test_data): Likewise.
19949         (exp_towardzero_test_data): Likewise.
19950         (exp_downward_test_data): Likewise.
19951         (exp_upward_test_data): Likewise.
19952         (exp10_test_data): Likewise.
19953         (exp2_test_data): Likewise.
19954         (expm1_test_data): Likewise.
19955         (fabs_test_data): Likewise.
19956         (fdim_test_data): Likewise.
19957         (finite_test_data): Likewise.
19958         (floor_test_data): Likewise.
19959         (fma_test_data): Likewise.
19960         (fma_towardzero_test_data): Likewise.
19961         (fma_downward_test_data): Likewise.
19962         (fma_upward_test_data): Likewise.
19963         (fmax_test_data): Likewise.
19964         (fmin_test_data): Likewise.
19965         (fmod_test_data): Likewise.
19966         (fpclassify_test_data): Likewise.
19967         (frexp_test_data): Likewise.
19968         (gamma_test_data): Likewise.
19969         (hypot_test_data): Likewise.
19970         (ilogb_test_data): Likewise.
19971         (isfinite_test_data): Likewise.
19972         (isgreater_test_data): Likewise.
19973         (isgreaterequal_test_data): Likewise.
19974         (isinf_test_data): Likewise.
19975         (isless_test_data): Likewise.
19976         (islessequal_test_data): Likewise.
19977         (islessgreater_test_data): Likewise.
19978         (isnan_test_data): Likewise.
19979         (isnormal_test_data): Likewise.
19980         (issignaling_test_data): Likewise.
19981         (isunordered_test_data): Likewise.
19982         (j0_test_data): Likewise.
19983         (j1_test_data): Likewise.
19984         (jn_test_data): Likewise.
19985         (ldexp_test_data): Likewise.
19986         (lgamma_test_data): Likewise.
19987         (lrint_test_data): Likewise.
19988         (lrint_tonearest_test_data): Likewise.
19989         (lrint_towardzero_test_data): Likewise.
19990         (lrint_downward_test_data): Likewise.
19991         (lrint_upward_test_data): Likewise.
19992         (llrint_test_data): Likewise.
19993         (llrint_tonearest_test_data): Likewise.
19994         (llrint_towardzero_test_data): Likewise.
19995         (llrint_downward_test_data): Likewise.
19996         (llrint_upward_test_data): Likewise.
19997         (log_test_data): Likewise.
19998         (log10_test_data): Likewise.
19999         (log1p_test_data): Likewise.
20000         (log2_test_data): Likewise.
20001         (logb_test_data): Likewise.
20002         (logb_downward_test_data): Likewise.
20003         (lround_test_data): Likewise.
20004         (llround_test_data): Likewise.
20005         (modf_test_data): Likewise.
20006         (nearbyint_test_data): Likewise.
20007         (nextafter_test_data): Likewise.
20008         (nexttoward_test_data): Likewise.
20009         (pow_test_data): Likewise.
20010         (pow_tonearest_test_data): Likewise.
20011         (pow_towardzero_test_data): Likewise.
20012         (pow_downward_test_data): Likewise.
20013         (pow_upward_test_data): Likewise.
20014         (remainder_test_data): Likewise.
20015         (remainder_tonearest_test_data): Likewise.
20016         (remainder_towardzero_test_data): Likewise.
20017         (remainder_downward_test_data): Likewise.
20018         (remainder_upward_test_data): Likewise.
20019         (remquo_test_data): Likewise.
20020         (rint_test_data): Likewise.
20021         (rint_tonearest_test_data): Likewise.
20022         (rint_towardzero_test_data): Likewise.
20023         (rint_downward_test_data): Likewise.
20024         (rint_upward_test_data): Likewise.
20025         (round_test_data): Likewise.
20026         (scalb_test_data): Likewise.
20027         (scalbn_test_data): Likewise.
20028         (scalbln_test_data): Likewise.
20029         (signbit_test_data): Likewise.
20030         (sin_test_data): Likewise.
20031         (sin_tonearest_test_data): Likewise.
20032         (sin_towardzero_test_data): Likewise.
20033         (sin_downward_test_data): Likewise.
20034         (sin_upward_test_data): Likewise.
20035         (sincos_test_data): Likewise.
20036         (sinh_test_data): Likewise.
20037         (sinh_tonearest_test_data): Likewise.
20038         (sinh_towardzero_test_data): Likewise.
20039         (sinh_downward_test_data): Likewise.
20040         (sinh_upward_test_data): Likewise.
20041         (sqrt_test_data): Likewise.
20042         (tan_test_data): Likewise.
20043         (tan_tonearest_test_data): Likewise.
20044         (tan_towardzero_test_data): Likewise.
20045         (tan_downward_test_data): Likewise.
20046         (tan_upward_test_data): Likewise.
20047         (tanh_test_data): Likewise.
20048         (tgamma_test_data): Likewise.
20049         (trunc_test_data): Likewise.
20050         (y0_test_data): Likewise.
20051         (y1_test_data): Likewise.
20052         (yn_test_data): Likewise.
20053         (significand_test_data): Likewise.
20054
20055         * math/gen-libm-test.pl (@functions): Remove variable.
20056         (generate_testfile): Don't handle START and END lines.
20057         * math/libm-test.inc (START): New macro.
20058         (END): Likewise.
20059         (END_COMPLEX): Likewise.
20060         (acos_test): Use END macro without arguments.
20061         (acos_test_tonearest): Likewise.
20062         (acos_test_towardzero): Likewise.
20063         (acos_test_downward): Likewise.
20064         (acos_test_upward): Likewise.
20065         (acosh_test): Likewise.
20066         (asin_test): Likewise.
20067         (asin_test_tonearest): Likewise.
20068         (asin_test_towardzero): Likewise.
20069         (asin_test_downward): Likewise.
20070         (asin_test_upward): Likewise.
20071         (asinh_test): Likewise.
20072         (atan_test): Likewise.
20073         (atanh_test): Likewise.
20074         (atan2_test): Likewise.
20075         (cabs_test): Likewise.
20076         (cacos_test): Use END_COMPLEX macro without arguments.
20077         (cacosh_test): Likewise.
20078         (carg_test): Use END macro without arguments.
20079         (casin_test): Use END_COMPLEX macro without arguments.
20080         (casinh_test): Likewise.
20081         (catan_test): Likewise.
20082         (catanh_test): Likewise.
20083         (cbrt_test): Use END macro without arguments.
20084         (ccos_test): Use END_COMPLEX macro without arguments.
20085         (ccosh_test): Likewise.
20086         (ceil_test): Use END macro without arguments.
20087         (cexp_test): Use END_COMPLEX macro without arguments.
20088         (cimag_test): Use END macro without arguments.
20089         (clog_test): Use END_COMPLEX macro without arguments.
20090         (clog10_test): Likewise.
20091         (conj_test): Likewise.
20092         (copysign_test): Use END macro without arguments.
20093         (cos_test): Likewise.
20094         (cos_test_tonearest): Likewise.
20095         (cos_test_towardzero): Likewise.
20096         (cos_test_downward): Likewise.
20097         (cos_test_upward): Likewise.
20098         (cosh_test): Likewise.
20099         (cosh_test_tonearest): Likewise.
20100         (cosh_test_towardzero): Likewise.
20101         (cosh_test_downward): Likewise.
20102         (cosh_test_upward): Likewise.
20103         (cpow_test): Use END_COMPLEX macro without arguments.
20104         (cproj_test): Likewise.
20105         (creal_test): Use END macro without arguments.
20106         (csin_test): Use END_COMPLEX macro without arguments.
20107         (csinh_test): Likewise.
20108         (csqrt_test): Likewise.
20109         (ctan_test): Likewise.
20110         (ctan_test_tonearest): Likewise.
20111         (ctan_test_towardzero): Likewise.
20112         (ctan_test_downward): Likewise.
20113         (ctan_test_upward): Likewise.
20114         (ctanh_test): Likewise.
20115         (ctanh_test_tonearest): Likewise.
20116         (ctanh_test_towardzero): Likewise.
20117         (ctanh_test_downward): Likewise.
20118         (ctanh_test_upward): Likewise.
20119         (erf_test): Use END macro without arguments.
20120         (erfc_test): Likewise.
20121         (exp_test): Likewise.
20122         (exp_test_tonearest): Likewise.
20123         (exp_test_towardzero): Likewise.
20124         (exp_test_downward): Likewise.
20125         (exp_test_upward): Likewise.
20126         (exp10_test): Likewise.
20127         (exp2_test): Likewise.
20128         (expm1_test): Likewise.
20129         (fabs_test): Likewise.
20130         (fdim_test): Likewise.
20131         (finite_test): Likewise.
20132         (floor_test): Likewise.
20133         (fma_test): Likewise.
20134         (fma_test_towardzero): Likewise.
20135         (fma_test_downward): Likewise.
20136         (fma_test_upward): Likewise.
20137         (fmax_test): Likewise.
20138         (fmin_test): Likewise.
20139         (fmod_test): Likewise.
20140         (fpclassify_test): Likewise.
20141         (frexp_test): Likewise.
20142         (gamma_test): Likewise.
20143         (hypot_test): Likewise.
20144         (ilogb_test): Likewise.
20145         (isfinite_test): Likewise.
20146         (isgreater_test): Likewise.
20147         (isgreaterequal_test): Likewise.
20148         (isinf_test): Likewise.
20149         (isless_test): Likewise.
20150         (islessequal_test): Likewise.
20151         (islessgreater_test): Likewise.
20152         (isnan_test): Likewise.
20153         (isnormal_test): Likewise.
20154         (issignaling_test): Likewise.
20155         (isunordered_test): Likewise.
20156         (j0_test): Likewise.
20157         (j1_test): Likewise.
20158         (jn_test): Likewise.
20159         (ldexp_test): Likewise.
20160         (lgamma_test): Likewise.
20161         (lrint_test): Likewise.
20162         (lrint_test_tonearest): Likewise.
20163         (lrint_test_towardzero): Likewise.
20164         (lrint_test_downward): Likewise.
20165         (lrint_test_upward): Likewise.
20166         (llrint_test): Likewise.
20167         (llrint_test_tonearest): Likewise.
20168         (llrint_test_towardzero): Likewise.
20169         (llrint_test_downward): Likewise.
20170         (llrint_test_upward): Likewise.
20171         (log_test): Likewise.
20172         (log10_test): Likewise.
20173         (log1p_test): Likewise.
20174         (log2_test): Likewise.
20175         (logb_test): Likewise.
20176         (logb_test_downward): Likewise.
20177         (lround_test): Likewise.
20178         (llround_test): Likewise.
20179         (modf_test): Likewise.
20180         (nearbyint_test): Likewise.
20181         (nextafter_test): Likewise.
20182         (nexttoward_test): Likewise.
20183         (pow_test): Likewise.
20184         (pow_test_tonearest): Likewise.
20185         (pow_test_towardzero): Likewise.
20186         (pow_test_downward): Likewise.
20187         (pow_test_upward): Likewise.
20188         (remainder_test): Likewise.
20189         (remainder_test_tonearest): Likewise.
20190         (remainder_test_towardzero): Likewise.
20191         (remainder_test_downward): Likewise.
20192         (remainder_test_upward): Likewise.
20193         (remquo_test): Likewise.
20194         (rint_test): Likewise.
20195         (rint_test_tonearest): Likewise.
20196         (rint_test_towardzero): Likewise.
20197         (rint_test_downward): Likewise.
20198         (rint_test_upward): Likewise.
20199         (round_test): Likewise.
20200         (scalb_test): Likewise.
20201         (scalbn_test): Likewise.
20202         (scalbln_test): Likewise.
20203         (signbit_test): Likewise.
20204         (sin_test): Likewise.
20205         (sin_test_tonearest): Likewise.
20206         (sin_test_towardzero): Likewise.
20207         (sin_test_downward): Likewise.
20208         (sin_test_upward): Likewise.
20209         (sincos_test): Likewise.
20210         (sinh_test): Likewise.
20211         (sinh_test_tonearest): Likewise.
20212         (sinh_test_towardzero): Likewise.
20213         (sinh_test_downward): Likewise.
20214         (sinh_test_upward): Likewise.
20215         (sqrt_test): Likewise.
20216         (tan_test): Likewise.
20217         (tan_test_tonearest): Likewise.
20218         (tan_test_towardzero): Likewise.
20219         (tan_test_downward): Likewise.
20220         (tan_test_upward): Likewise.
20221         (tanh_test): Likewise.
20222         (tgamma_test): Likewise.
20223         (trunc_test): Likewise.
20224         (y0_test): Likewise.
20225         (y1_test): Likewise.
20226         (yn_test): Likewise.
20227         (significand_test): Likewise.
20228
20229 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20230
20231         [BZ #15381]
20232         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20233
20234 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20235
20236         [BZ #14894]
20237         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20238         __ppc_mdoio and __ppc_mdoom.
20239         * manual/platform.texi: Document new functions __ppc_yield,
20240         __ppc_mdoio and __ppc_mdoom.
20241
20242 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20243
20244         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20245         (main): Mention "tls" pseudo-hwcap is legacy.
20246         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20247
20248 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20249
20250         * math/gen-libm-test.pl (parse_args): Output only string of
20251         arguments as text for test name, not full call or descriptions of
20252         tests for extra outputs.
20253         (generate_testfile): Do not pass function name to parse_args.
20254         Generate this_func variable from START.
20255         * math/libm-test.inc (struct test_f_f_data): Rename test_name
20256         field to arg_str.
20257         (struct test_ff_f_data): Likewise.
20258         (test_ff_f_data_nexttoward): Likewise.
20259         (struct test_fi_f_data): Likewise.
20260         (struct test_fl_f_data): Likewise.
20261         (struct test_if_f_data): Likewise.
20262         (struct test_fff_f_data): Likewise.
20263         (struct test_c_f_data): Likewise.
20264         (struct test_f_f1_data): Likewise.  Remove field extra_name.
20265         (struct test_fF_f1_data): Likewise.
20266         (struct test_ffI_f1_data): Likewise.
20267         (struct test_c_c_data): Rename test_name field to arg_str.
20268         (struct test_cc_c_data): Likewise.
20269         (struct test_f_i_data): Likewise.
20270         (struct test_ff_i_data): Likewise.
20271         (struct test_f_l_data): Likewise.
20272         (struct test_f_L_data): Likewise.
20273         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
20274         and extra2_name.
20275         (COMMON_TEST_SETUP): New macro.
20276         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20277         (COMMON_TEST_CLEANUP): Likewise.
20278         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20279         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
20280         macros.
20281         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20282         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
20283         macros.
20284         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20285         (RUN_TEST_fff_f): Take argument string.  Call new setup and
20286         cleanup macros.
20287         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20288         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
20289         macros.
20290         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20291         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
20292         macros.
20293         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20294         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
20295         cleanup macros.
20296         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20297         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
20298         cleanup macros.
20299         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20300         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
20301         cleanup macros.
20302         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20303         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20304         macros.
20305         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20306         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20307         macros.
20308         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20309         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20310         macros.
20311         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20312         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
20313         cleanup macros.
20314         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20315         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
20316         cleanup macros.
20317         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20318         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
20319         macros.
20320         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20321         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
20322         cleanup macros.
20323         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20324         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
20325         macros.
20326         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20327         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
20328         macros.
20329         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20330         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
20331         cleanup macros.
20332         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
20333
20334 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
20335
20336         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
20337         to _sifields.sigfault.
20338         (si_addr_lsb): Define new macro.
20339         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20340         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20341         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
20342
20343 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
20344
20345         [BZ #15441]
20346         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
20347         returns -1.
20348         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20349         null return -1.
20350         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20351         loading the domain.
20352
20353 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20354
20355         * math/gen-libm-test.pl (parse_args): Do not include expected
20356         result in test name.
20357         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20358         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20359         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20360         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20361         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20363
20364 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20365
20366         * benchtests/Makefile: Sort function entries.
20367
20368         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20369         tanh, asinh, acosh, atanh.
20370         * benchtests/acos-inputs: New file.
20371         * benchtests/acosh-inputs: New file.
20372         * benchtests/asin-inputs: New file.
20373         * benchtests/asinh-inputs: New file.
20374         * benchtests/atanh-inputs: New file.
20375         * benchtests/cosh-inputs: New file.
20376         * benchtests/log-inputs: New file.
20377         * benchtests/sinh-inputs: New file.
20378         * benchtests/tanh-inputs: New file.
20379
20380 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
20381
20382         [BZ #15339]
20383         * posix/tst-getaddrinfo4.c: New test.
20384         * posix/Makefile (tests): Add it.
20385
20386 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20387
20388         [BZ #15339]
20389         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20390         when no services were used.
20391         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20392         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20393
20394 2013-05-21  Andreas Schwab  <schwab@suse.de>
20395
20396         [BZ #15014]
20397         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20398         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20399         successful.
20400         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20401         redundant variable declarations and reallocation of buffer when
20402         parsing as IPv6 address.  Always set NSS status when called from
20403         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
20404         buffer too small.  Correct computation of needed size.
20405         * nss/Makefile (tests): Add test-digits-dots.
20406         * nss/test-digits-dots.c: New test.
20407
20408 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20409
20410         * benchtests/Makefile: Remove instructions for adding
20411         benchmark tests.
20412         * benchtests/README: New file to explain how to execute and
20413         enhance the benchmark tests.
20414
20415 2013-05-21  Andreas Schwab  <schwab@suse.de>
20416
20417         [BZ #15493]
20418         * setjmp/Makefile (tests): Add tst-sigsetjmp.
20419         * setjmp/tst-sigsetjmp.c: New test.
20420
20421 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20422
20423         * sysdeps/x86_64/memset.S (memset): New implementation.
20424         (__bzero): Likewise.
20425         (__memset_tail): New function.
20426
20427 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20428
20429         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20430         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20431         __memcpy_sse2_unaligned ifunc selection.
20432         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20433         Add memcpy-sse2-unaligned.S.
20434         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20435         Add: __memcpy_sse2_unaligned.
20436
20437 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
20438
20439         [BZ #15490]
20440         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20441         math_force_eval before restoring floating-point envrionment.
20442         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20443         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20444         Likewise.
20445         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20446         <math_private.h>.
20447         (__nearbyintl): Use math_force_eval before restoring
20448         floating-point environment.
20449         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20450
20451         * math/gen-libm-test.pl (special_functions): Remove.
20452         (parse_args): Don't handle TEST_extra.  Handle functions with no
20453         return value.
20454         * math/libm-test.inc (struct test_sincos_data): Replace with
20455         struct test_fFF_11_data.
20456         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20457         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20458         (sincos_test_data): Change element type to struct
20459         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
20460         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20461         RUN_TEST_LOOP_sincos.
20462         * math/README.libm-test: Don't mention special handling of
20463         individual functions.
20464         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20465         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20466         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20467         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20468         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20469         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20470
20471         * math/gen-libm-test.pl (get_variable): Remove function.
20472         (parse_args): Don't show pointer parameters to call in test
20473         names.  Use "extra output N" in test names for extra outputs
20474         rather than naming variables.
20475
20476 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
20477
20478         [BZ #15488]
20479         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20480         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20481         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20482         double tests.
20483         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20484         disable.
20485         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20486         check_long_double.
20487
20488         * math/gen-libm-test.pl (@tests): Remove variable.
20489         ($count): Likewise.
20490         (new_test): Remove function.
20491         (show_exceptions): New function.
20492         (special_functions): Use show_exceptions instead of new_test.
20493         (parse_args): Likewise.
20494         (generate_testfile): Pass only function name in generated call to
20495         print_max_error or print_complex_max_error.
20496         (get_ulps): Do not handle complex tests specially.
20497         (output_test): Rename to ...
20498         (get_all_ulps_for_test): ... this.  Return a string rather than
20499         printing to a file.  Require ulps to be present.
20500         (output_ulps): Generate arrays rather than #defines.
20501         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20502         (struct ulp_data): New type.
20503         (BUILD_COMPLEX_ULP): Remove macro.
20504         (compare_ulp_data): New function.
20505         (find_ulps): Likewise.
20506         (find_test_ulps): Likewise.
20507         (find_function_ulps): Likewise.
20508         (find_complex_function_ulps): Likewise.
20509         (print_max_error): Determine allowed ulps using
20510         find_function_ulps.
20511         (print_complex_max_error): Determine allowed ulps using
20512         find_complex_function_ulps.
20513         (check_float_internal): Determine max ulps using find_test_ulps.
20514         (check_float): Do not take max_ulp parameter.  Update call to
20515         check_float_internal.
20516         (check_complex): Likewise.
20517         (check_int): Do not take max_ulp parameter.
20518         (check_long): Likewise.
20519         (check_bool): Likewise.
20520         (check_longlong): Likewise.
20521         (struct test_f_f_data): Remove max_ulp field.
20522         (struct test_ff_f_data): Likewise.
20523         (struct test_ff_f_data_nexttoward): Likewise.
20524         (struct test_fi_f_data): Likewise.
20525         (struct test_fl_f_data): Likewise.
20526         (struct test_if_f_data): Likewise.
20527         (struct test_fff_f_data): Likewise.
20528         (struct test_c_f_data): Likewise.
20529         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20530         (struct test_fF_f1_data): Likewise.
20531         (struct test_ffI_f1_data): Likewise.
20532         (struct test_c_c_data): Remove max_ulp field.
20533         (struct test_cc_c_data): Likewise.
20534         (struct test_f_i_data): Likewise.
20535         (struct test_ff_i_data): Likewise.
20536         (struct test_f_l_data): Likewise.
20537         (struct test_f_L_data): Likewise.
20538         (struct test_sincos_data): Likewise.
20539         (RUN_TEST_f_f): Do not handle ulps.
20540         (RUN_TEST_LOOP_f_f): Likewise.
20541         (RUN_TEST_2_f): Likewise.
20542         (RUN_TEST_LOOP_2_f): Likewise.
20543         (RUN_TEST_fff_f): Likewise.
20544         (RUN_TEST_LOOP_fff_f): Likewise.
20545         (RUN_TEST_c_f): Likewise.
20546         (RUN_TEST_LOOP_c_f): Likewise.
20547         (RUN_TEST_f_f1): Likewise.
20548         (RUN_TEST_LOOP_f_f1): Likewise.
20549         (RUN_TEST_fF_f1): Likewise.
20550         (RUN_TEST_LOOP_fF_f1): Likewise.
20551         (RUN_TEST_fI_f1): Likewise.
20552         (RUN_TEST_LOOP_fI_f1): Likewise.
20553         (RUN_TEST_ffI_f1): Likewise.
20554         (RUN_TEST_LOOP_ffI_f1): Likewise.
20555         (RUN_TEST_c_c): Likewise.
20556         (RUN_TEST_LOOP_c_c): Likewise.
20557         (RUN_TEST_cc_c): Likewise.
20558         (RUN_TEST_LOOP_cc_c): Likewise.
20559         (RUN_TEST_f_i): Likewise.
20560         (RUN_TEST_LOOP_f_i): Likewise.
20561         (RUN_TEST_f_i_tg): Likewise.
20562         (RUN_TEST_LOOP_f_i_tg): Likewise.
20563         (RUN_TEST_ff_i_tg): Likewise.
20564         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20565         (RUN_TEST_f_b): Likewise.
20566         (RUN_TEST_LOOP_f_b): Likewise.
20567         (RUN_TEST_f_b_tg): Likewise.
20568         (RUN_TEST_LOOP_f_b_tg): Likewise.
20569         (RUN_TEST_f_l): Likewise.
20570         (RUN_TEST_LOOP_f_l): Likewise.
20571         (RUN_TEST_f_L): Likewise.
20572         (RUN_TEST_LOOP_f_L): Likewise.
20573         (RUN_TEST_sincos): Likewise.
20574         (RUN_TEST_LOOP_sincos): Likewise.
20575
20576 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20577
20578         [BZ #15480]
20579         [BZ #15485]
20580         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20581         main case of finite arguments, set rounding mode to FE_TONEAREST
20582         and discard exceptions.
20583         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20584         exceptions.
20585         (remainder_tonearest_test_data): New variable.
20586         (remainder_test_tonearest): New function.
20587         (remainder_towardzero_test_data): New variable.
20588         (remainder_test_towardzero): New function.
20589         (remainder_downward_test_data): New variable.
20590         (remainder_test_downward): New function.
20591         (remainder_upward_test_data): New variable.
20592         (remainder_test_upward): New function.
20593         (main): Call the new test functions.
20594
20595         * math/libm-test.inc (struct test_f_f1_data): Remove field
20596         extra_init.
20597         (struct test_fF_f1_data): Likewise.
20598         (struct test_ffI_f1_data): Likewise.
20599         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20600         based on value of EXTRA_EXPECTED.
20601         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20602         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20603         EXTRA_VAR based on value of EXTRA_EXPECTED.
20604         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20605         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20606         EXTRA_VAR based on value of EXTRA_EXPECTED.
20607         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20608         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20609         EXTRA_VAR based on value of EXTRA_EXPECTED.
20610         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20611         * math/gen-libm-test.pl (parse_args): Don't output initializers
20612         for extra output values.
20613
20614         * math/libm-test.inc (check_int): Expect result to be exactly
20615         equal to expected value and do not handle ulps.
20616         (check_long): Likewise.
20617         (check_longlong): Likewise.
20618
20619         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20620         exceptions.
20621         (cimag_test_data): Likewise.
20622         (conj_test_data): Likewise.
20623         (copysign_test_data): Likewise.
20624         (cproj_test_data): Likewise.
20625         (creal_test_data): Likewise.
20626         (fabs_test_data): Likewise.
20627         (fdim_test_data): Likewise.
20628         (finite_test_data): Likewise.
20629         (floor_test_data): Likewise.
20630         (fmax_test_data): Likewise.
20631         (fmin_test_data): Likewise.
20632         (fmod_test_data): Likewise.
20633         (fpclassify_test_data): Likewise.
20634         (frexp_test_data): Likewise.
20635         (ilogb_test_data): Likewise.
20636         (isfinite_test_data): Likewise.
20637         (isgreater_test_data): Likewise.
20638         (isgreaterequal_test_data): Likewise.
20639         (isinf_test_data): Likewise.
20640         (isless_test_data): Likewise.
20641         (islessequal_test_data): Likewise.
20642         (islessgreater_test_data): Likewise.
20643         (isnan_test_data): Likewise.
20644         (isnormal_test_data): Likewise.
20645         (issignaling_test_data): Likewise.
20646         (isunordered_test_data): Likewise.
20647         (ldexp_test_data): Likewise.
20648         (lrint_test_data): Likewise.
20649         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20650         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20651         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20652         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20653         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20654         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20655         test input.
20656         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20657         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20658         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20659         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20660         that test input.
20661         (lrint_downward_test_data): Test for "inexact" exceptions.
20662         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20663         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20664         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20665         test input.
20666         (lrint_upward_test_data): Test for "inexact" exceptions.
20667         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20668         test input.
20669         (llrint_test_data): Test for "inexact" exceptions.
20670         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20671         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20672         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20673         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20674         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20675         (llrint_downward_test_data): Test for "inexact" exceptions.
20676         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20677         (llrint_upward_test_data): Test for "inexact" exceptions.
20678         (logb_test_data): Likewise.
20679         (logb_downward_test_data): Likewise.
20680         (nextafter_test_data): Likewise.
20681         (nexttoward_test_data): Likewise.
20682         (remainder_test_data): Likewise.
20683         (remquo_test_data): Likewise.
20684         (scalbn_test_data): Likewise.
20685         (scalbln_test_data): Likewise.
20686         (signbit_test_data): Likewise.
20687         (sqrt_test_data): Likewise.
20688         (significand_test_data): Likewise.
20689
20690 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20691
20692         [BZ #15424]
20693         * benchtests/bench-modf.c (struct args): Mark arg0 as
20694         volatile.
20695         * scripts/bench.pl: Mark members of struct args as volatile.
20696
20697 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20698
20699         [BZ # 15497]
20700         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20701         negative infinity on POWER6 or lower.
20702         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20703
20704 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20705
20706         [BZ #15442]
20707         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20708         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20709         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20710         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20711         (_FP_SETQNAN): New macro.
20712         (_FP_SETQNAN_SEMIRAW): Likewise.
20713         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20714         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20715         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20716         (FP_EXTEND): Use _FP_FRAC_SNANP.
20717         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20718         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20719         into account.
20720         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20721         New macro.
20722         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20723         Likewise.
20724
20725 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20726
20727         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20728         with DIVIDE_BY_ZERO_EXCEPTION.
20729         (gamma_test_data): Likewise.
20730         (lgamma_test_data): Likewise.
20731         (log_test_data): Likewise.
20732         (log10_test_data): Likewise.
20733         (log2_test_data): Likewise.
20734         (tgamma_test_data): Likewise.
20735
20736         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20737         (acos_test_tonearest): Likewise.
20738         (acos_test_towardzero): Likewise.
20739         (acos_test_downward): Likewise.
20740         (acos_test_upward): Likewise.
20741         (acosh_test): Likewise.
20742         (asin_test): Likewise.
20743         (asin_test_tonearest): Likewise.
20744         (asin_test_towardzero): Likewise.
20745         (asin_test_downward): Likewise.
20746         (asin_test_upward): Likewise.
20747         (asinh_test): Likewise.
20748         (atan_test): Likewise.
20749         (atanh_test): Likewise.
20750         (atan2_test): Likewise.
20751         (cabs_test): Likewise.
20752         (cacos_test): Likewise.
20753         (cacosh_test): Likewise.
20754         (casin_test): Likewise.
20755         (casinh_test): Likewise.
20756         (catan_test): Likewise.
20757         (catanh_test): Likewise.
20758         (cbrt_test): Likewise.
20759         (ccos_test): Likewise.
20760         (ccosh_test): Likewise.
20761         (cexp_test): Likewise.
20762         (clog_test): Likewise.
20763         (clog10_test): Likewise.
20764         (cos_test): Likewise.
20765         (cos_test_tonearest): Likewise.
20766         (cos_test_towardzero): Likewise.
20767         (cos_test_downward): Likewise.
20768         (cos_test_upward): Likewise.
20769         (cosh_test): Likewise.
20770         (cosh_test_tonearest): Likewise.
20771         (cosh_test_towardzero): Likewise.
20772         (cosh_test_downward): Likewise.
20773         (cosh_test_upward): Likewise.
20774         (cpow_test): Likewise.
20775         (csin_test): Likewise.
20776         (csinh_test): Likewise.
20777         (csqrt_test): Likewise.
20778         (ctan_test): Likewise.
20779         (ctan_test_tonearest): Likewise.
20780         (ctan_test_towardzero): Likewise.
20781         (ctan_test_downward): Likewise.
20782         (ctan_test_upward): Likewise.
20783         (ctanh_test): Likewise.
20784         (ctanh_test_tonearest): Likewise.
20785         (ctanh_test_towardzero): Likewise.
20786         (ctanh_test_downward): Likewise.
20787         (ctanh_test_upward): Likewise.
20788         (erf_test): Likewise.
20789         (erfc_test): Likewise.
20790         (exp_test): Likewise.
20791         (exp_test_tonearest): Likewise.
20792         (exp_test_towardzero): Likewise.
20793         (exp_test_downward): Likewise.
20794         (exp_test_upward): Likewise.
20795         (exp10_test): Likewise.
20796         (exp2_test): Likewise.
20797         (expm1_test): Likewise.
20798         (fmod_test): Likewise.
20799         (gamma_test): Likewise.
20800         (hypot_test): Likewise.
20801         (j0_test): Likewise.
20802         (j1_test): Likewise.
20803         (jn_test): Likewise.
20804         (lgamma_test): Likewise.
20805         (log_test): Likewise.
20806         (log10_test): Likewise.
20807         (log1p_test): Likewise.
20808         (log2_test): Likewise.
20809         (logb_test_downward): Likewise.
20810         (pow_test): Likewise.
20811         (pow_test_tonearest): Likewise.
20812         (pow_test_towardzero): Likewise.
20813         (pow_test_downward): Likewise.
20814         (pow_test_upward): Likewise.
20815         (remainder_test): Likewise.
20816         (remquo_test): Likewise.
20817         (sin_test): Likewise.
20818         (sin_test_tonearest): Likewise.
20819         (sin_test_towardzero): Likewise.
20820         (sin_test_downward): Likewise.
20821         (sin_test_upward): Likewise.
20822         (sincos_test): Likewise.
20823         (sinh_test): Likewise.
20824         (sinh_test_tonearest): Likewise.
20825         (sinh_test_towardzero): Likewise.
20826         (sinh_test_downward): Likewise.
20827         (sinh_test_upward): Likewise.
20828         (sqrt_test): Likewise.
20829         (tan_test): Likewise.
20830         (tan_test_tonearest): Likewise.
20831         (tan_test_towardzero): Likewise.
20832         (tan_test_downward): Likewise.
20833         (tan_test_upward): Likewise.
20834         (tanh_test): Likewise.
20835         (tgamma_test): Likewise.
20836         (y0_test): Likewise.
20837         (y1_test): Likewise.
20838         (yn_test): Likewise.
20839
20840         * math/gen-libm-test.pl (adjust_arg): Remove function.
20841         (special_function): Remove argument $in_func.  Only handle
20842         generating output for tables of tests, not inside functions.
20843         (parse_args): Likewise.
20844         (generate_testfile): Remove variable $in_func.  Update call to
20845         parse_args.
20846         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20847         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20848         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20849         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20850         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20851         (MAX_VALUE_INIT): Rename macro to max_value.
20852         (MIN_VALUE_INIT): Rename macro to min_value.
20853         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20854         (plus_zero): Remove variable.
20855         (minus_zero): Likewise.
20856         (plus_infty): Likewise.
20857         (minus_infty): Likewise.
20858         (qnan_value): Likewise.
20859         (max_value): Likewise.
20860         (min_value): Likewise.
20861         (min_subnorm_value): Likewise.
20862
20863 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20864
20865         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20866         uint64_t or uint32_t usage.
20867         * crypt/sha256-block.c: Likewise.
20868         * crypt/sha256-crypt.c: Likewise.
20869         * crypt/sha256.c: Likewise.
20870         * crypt/sha512-block.c: Likewise.
20871         * crypt/sha512-crypt.c: Likewise.
20872         * crypt/sha512.c: Likewise.
20873         * debug/backtrace-tst.c: Likewise.
20874         * debug/pcprofiledump.c: Likewise.
20875         * elf/cache.c: Likewise.
20876         * elf/dl-cache.c: Likewise.
20877         * elf/dl-misc.c: Likewise.
20878         * elf/dl-profile.c: Likewise.
20879         * elf/dl-support.c: Likewise.
20880         * elf/ldconfig.c: Likewise.
20881         * elf/sprof.c: Likewise.
20882         * iconv/dummy-repertoire.c: Likewise.
20883         * iconv/iconv_charmap.c: Likewise.
20884         * iconv/skeleton.c: Likewise.
20885         * iconvdata/8bit-generic.c: Likewise.
20886         * iconvdata/cp737.h: Likewise.
20887         * iconvdata/cp775.h: Likewise.
20888         * iconvdata/ibm1008.h: Likewise.
20889         * iconvdata/ibm1025.h: Likewise.
20890         * iconvdata/ibm1046.h: Likewise.
20891         * iconvdata/ibm1097.h: Likewise.
20892         * iconvdata/ibm1112.h: Likewise.
20893         * iconvdata/ibm1122.h: Likewise.
20894         * iconvdata/ibm1123.h: Likewise.
20895         * iconvdata/ibm1124.h: Likewise.
20896         * iconvdata/ibm1129.h: Likewise.
20897         * iconvdata/ibm1130.h: Likewise.
20898         * iconvdata/ibm1132.h: Likewise.
20899         * iconvdata/ibm1133.h: Likewise.
20900         * iconvdata/ibm1137.h: Likewise.
20901         * iconvdata/ibm1140.h: Likewise.
20902         * iconvdata/ibm1141.h: Likewise.
20903         * iconvdata/ibm1142.h: Likewise.
20904         * iconvdata/ibm1143.h: Likewise.
20905         * iconvdata/ibm1144.h: Likewise.
20906         * iconvdata/ibm1145.h: Likewise.
20907         * iconvdata/ibm1146.h: Likewise.
20908         * iconvdata/ibm1147.h: Likewise.
20909         * iconvdata/ibm1148.h: Likewise.
20910         * iconvdata/ibm1149.h: Likewise.
20911         * iconvdata/ibm1153.h: Likewise.
20912         * iconvdata/ibm1154.h: Likewise.
20913         * iconvdata/ibm1155.h: Likewise.
20914         * iconvdata/ibm1156.h: Likewise.
20915         * iconvdata/ibm1157.h: Likewise.
20916         * iconvdata/ibm1158.h: Likewise.
20917         * iconvdata/ibm1160.h: Likewise.
20918         * iconvdata/ibm1161.h: Likewise.
20919         * iconvdata/ibm1162.h: Likewise.
20920         * iconvdata/ibm1163.h: Likewise.
20921         * iconvdata/ibm1164.h: Likewise.
20922         * iconvdata/ibm1166.h: Likewise.
20923         * iconvdata/ibm1167.h: Likewise.
20924         * iconvdata/ibm12712.h: Likewise.
20925         * iconvdata/ibm1390.h: Likewise.
20926         * iconvdata/ibm1399.h: Likewise.
20927         * iconvdata/ibm16804.h: Likewise.
20928         * iconvdata/ibm4517.h: Likewise.
20929         * iconvdata/ibm4899.h: Likewise.
20930         * iconvdata/ibm4909.h: Likewise.
20931         * iconvdata/ibm4971.h: Likewise.
20932         * iconvdata/ibm5347.h: Likewise.
20933         * iconvdata/ibm803.h: Likewise.
20934         * iconvdata/ibm856.h: Likewise.
20935         * iconvdata/ibm901.h: Likewise.
20936         * iconvdata/ibm902.h: Likewise.
20937         * iconvdata/ibm9030.h: Likewise.
20938         * iconvdata/ibm9066.h: Likewise.
20939         * iconvdata/ibm921.h: Likewise.
20940         * iconvdata/ibm922.h: Likewise.
20941         * iconvdata/ibm9448.h: Likewise.
20942         * iconvdata/isiri-3342.h: Likewise.
20943         * iconvdata/jis0201.h: Likewise.
20944         * include/link.h: Likewise.
20945         * include/netdb.h: Likewise.
20946         * inet/check_native.c: Likewise.
20947         * inet/check_pf.c: Likewise.
20948         * inet/getipv4sourcefilter.c: Likewise.
20949         * inet/getnameinfo.c: Likewise.
20950         * inet/getsourcefilter.c: Likewise.
20951         * inet/htonl.c: Likewise.
20952         * inet/setipv4sourcefilter.c: Likewise.
20953         * inet/setsourcefilter.c: Likewise.
20954         * inet/test-inet6_opt.c: Likewise.
20955         * inet/tst-network.c: Likewise.
20956         * locale/C-collate.c: Likewise.
20957         * locale/C-ctype.c: Likewise.
20958         * locale/C-time.c: Likewise.
20959         * locale/C-translit.h: Likewise.
20960         * locale/loadarchive.c: Likewise.
20961         * locale/programs/3level.h: Likewise.
20962         * locale/programs/charmap.c: Likewise.
20963         * locale/programs/charmap.h: Likewise.
20964         * locale/programs/ld-address.c: Likewise.
20965         * locale/programs/ld-collate.c: Likewise.
20966         * locale/programs/ld-ctype.c: Likewise.
20967         * locale/programs/ld-identification.c: Likewise.
20968         * locale/programs/ld-measurement.c: Likewise.
20969         * locale/programs/ld-messages.c: Likewise.
20970         * locale/programs/ld-monetary.c: Likewise.
20971         * locale/programs/ld-name.c: Likewise.
20972         * locale/programs/ld-numeric.c: Likewise.
20973         * locale/programs/ld-paper.c: Likewise.
20974         * locale/programs/ld-telephone.c: Likewise.
20975         * locale/programs/ld-time.c: Likewise.
20976         * locale/programs/linereader.c: Likewise.
20977         * locale/programs/locale.c: Likewise.
20978         * locale/programs/locarchive.c: Likewise.
20979         * locale/programs/locfile.h: Likewise.
20980         * locale/programs/repertoire.c: Likewise.
20981         * locale/programs/simple-hash.c: Likewise.
20982         * locale/programs/simple-hash.h: Likewise.
20983         * malloc/memusage.c: Likewise.
20984         * malloc/memusagestat.c: Likewise.
20985         * nis/nis_defaults.c: Likewise.
20986         * nis/nis_hash.c: Likewise.
20987         * nis/nis_print.c: Likewise.
20988         * nis/nis_xdr.c: Likewise.
20989         * nscd/connections.c: Likewise.
20990         * nscd/hstcache.c: Likewise.
20991         * nscd/nscd_gethst_r.c: Likewise.
20992         * nscd/nscd_getserv_r.c: Likewise.
20993         * nscd/nscd_helper.c: Likewise.
20994         * nscd/servicescache.c: Likewise.
20995         * nss/makedb.c: Likewise.
20996         * nss/nss_db/db-XXX.c: Likewise.
20997         * nss/nss_db/db-initgroups.c: Likewise.
20998         * nss/nss_db/db-netgrp.c: Likewise.
20999         * nss/nss_files/files-network.c: Likewise.
21000         * nss/nss_files/files-parse.c: Likewise.
21001         * posix/bug-regex5.c: Likewise.
21002         * posix/fnmatch_loop.c: Likewise.
21003         * posix/regcomp.c: Likewise.
21004         * posix/regexec.c: Likewise.
21005         * posix/tst-rfc3484-2.c: Likewise.
21006         * posix/tst-rfc3484-3.c: Likewise.
21007         * posix/tst-rfc3484.c: Likewise.
21008         * resolv/nss_dns/dns-canon.c: Likewise.
21009         * resolv/nss_dns/dns-network.c: Likewise.
21010         * resolv/res_init.c: Likewise.
21011         * resolv/res_mkquery.c: Likewise.
21012         * resolv/tst-aton.c: Likewise.
21013         * stdlib/cxa_atexit.c: Likewise.
21014         * stdlib/cxa_finalize.c: Likewise.
21015         * stdlib/gen-fpioconst.c: Likewise.
21016         * stdlib/strtol_l.c: Likewise.
21017         * string/tst-endian.c: Likewise.
21018         * sunrpc/auth_des.c: Likewise.
21019         * sunrpc/clnt_udp.c: Likewise.
21020         * sunrpc/rtime.c: Likewise.
21021         * sunrpc/svcauth_des.c: Likewise.
21022         * sunrpc/xdr.c: Likewise.
21023         * sunrpc/xdr_intXX_t.c: Likewise.
21024         * sunrpc/xdr_rec.c: Likewise.
21025         * sysdeps/generic/ldconfig.h: Likewise.
21026         * sysdeps/generic/ldsodefs.h: Likewise.
21027         * sysdeps/generic/memusage.h: Likewise.
21028         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21029         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21030         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21031         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21032         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21033         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21034         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21035         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21036         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21037         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21038         * sysdeps/posix/getaddrinfo.c: Likewise.
21039         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21040         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21041         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21042         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21043         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21044         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21045         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21046         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21047         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21048         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21049         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21050         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21051         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21052         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21053         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21054         * sysdeps/x86_64/dl-tls.h: Likewise.
21055         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21056         * time/alt_digit.c: Likewise.
21057         * time/era.c: Likewise.
21058         * wcsmbs/tst-c16c32-1.c: Likewise.
21059
21060 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21061
21062         * math/libm-test.inc (struct test_sincos_data): New type.
21063         (RUN_TEST_LOOP_sincos): New macro.
21064         (sincos_test_data): New variable.
21065         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21066
21067 2013-05-16  Richard Henderson  <rth@redhat.com>
21068
21069         * math/atest-exp2.c (LIMB64): New macro.
21070         (CONSTSZ): New macro.
21071         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21072         (hexdig): Move ...
21073         (print_mpn_fp): ... to function scope.
21074         (read_mpn_hex): Remove.
21075         (get_log2): Remove.
21076         (exp2_mpn): Use mp_log2.
21077         (main): Use mp_exp1.
21078
21079 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21080
21081         * math/libm-test.inc: Remove comment about not testing "inexact"
21082         exceptions.
21083         (INEXACT_EXCEPTION): New macro.
21084         (NO_INEXACT_EXCEPTION): Likewise.
21085         (INVALID_EXCEPTION_OK): Update value.
21086         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21087         (OVERFLOW_EXCEPTION_OK): Likewise.
21088         (UNDERFLOW_EXCEPTION_OK): Likewise.
21089         (IGNORE_ZERO_INF_SIGN): Likewise.
21090         (ERRNO_UNCHANGED): Likewise.
21091         (ERRNO_EDOM): Likewise.
21092         (ERRNO_ERANGE): Likewise.
21093         (test_exceptions): Handle testing "inexact" exceptions.
21094         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21095         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21096         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21097         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21098         INEXACT_EXCEPTION.
21099         (rint_towardzero_test_data): Likewise.
21100         (rint_downward_test_data): Likewise.
21101         (rint_upward_test_data): Likewise.
21102
21103         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21104         with OVERFLOW_EXCEPTION.
21105         (exp10_test_data): Likewise.
21106         (exp2_test_data): Likewise.
21107         (expm1_test_data): Likewise.
21108         (lgamma_test_data): Likewise.
21109         (pow_test_data): Likewise.
21110         (tgamma_test_data): Likewise.
21111         (yn_test_data): Remove duplicate test of overflow.
21112
21113         * math/libm-test.inc (struct test_cc_c_data): New type.
21114         (RUN_TEST_LOOP_cc_c): New macro.
21115         (cpow_test_data): New variable.
21116         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21117
21118         * math/libm-test.inc (struct test_f_L_data): New type.
21119         (RUN_TEST_LOOP_f_L): New macro.
21120         (llrint_test_data): New variable.
21121         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21122         (llrint_tonearest_test_data): New variable.
21123         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21124         (llrint_towardzero_test_data): New variable.
21125         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21126         (llrint_downward_test_data): New variable.
21127         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21128         (llrint_upward_test_data): New variable.
21129         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21130         (llround_test_data): New variable.
21131         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21132
21133 2013-05-13  Peter Collingbourne  <pcc@google.com>
21134
21135         * math/atest-exp2.c (get_log2): Remove const attribute.
21136
21137 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21138
21139         * math/libm-test.inc (struct test_f_l_data): New type.
21140         (RUN_TEST_LOOP_f_l): New macro.
21141         (lrint_test_data): New variable.
21142         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21143         (lrint_tonearest_test_data): New variable.
21144         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21145         (lrint_towardzero_test_data): New variable.
21146         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21147         (lrint_downward_test_data): New variable.
21148         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21149         (lrint_upward_test_data): New variable.
21150         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21151         (lround_test_data): New variable.
21152         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21153
21154 2013-05-15  Peter Collingbourne  <pcc@google.com>
21155
21156         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21157         (EXTRACT_WORDS64) Use where appropriate.
21158         (INSERT_WORDS64) Likewise.
21159
21160         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21161         constraints with x constraints.
21162         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21163
21164         * malloc/obstack.c (_obstack_compat): Add initializer.
21165
21166 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21167
21168         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21169         si_trapno and add si_addr_lsb to _sifields.sigfault.
21170         (si_trapno): Remove macro.
21171         (si_addr_lsb): Define new macro.
21172         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21173
21174 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21175
21176         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21177         instead of TEST_f_l.
21178         (llrint_test_tonearest): Likewise.
21179         (llrint_test_towardzero): Likewise.
21180         (llrint_test_downward): Likewise.
21181         (llrint_test_upward): Likewise.
21182         (llround_test): Likewise.
21183
21184         * math/libm-test.inc (struct test_f_i_data): Add comment.
21185         (RUN_TEST_LOOP_f_b): New macro.
21186         (RUN_TEST_LOOP_f_b_tg): Likewise.
21187         (finite_test_data): New variable.
21188         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21189         (isfinite_test_data): New variable.
21190         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21191         (isinf_test_data): New variable.
21192         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21193         (isnan_test_data): New variable.
21194         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21195         (isnormal_test_data): New variable.
21196         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21197         (issignaling_test_data): New variable.
21198         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21199         (signbit_test_data): New variable.
21200         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21201
21202         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21203         with INVALID_EXCEPTION.
21204         (acosh_test_data): Likewise.
21205         (asin_test_data): Likewise.
21206         (atanh_test_data): Likewise.
21207         (fmod_test_data): Likewise.
21208         (log_test_data): Likewise.
21209         (log10_test_data): Likewise.
21210         (log2_test_data): Likewise.
21211         (pow_test_data): Likewise.
21212         (sqrt_test_data): Likewise.
21213         (y0_test_data): Likewise.
21214         (y1_test_data): Likewise.
21215         (yn_test_data): Likewise.
21216
21217         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21218         function contents.
21219
21220         * math/libm-test.inc (struct test_ff_i_data): New type.
21221         (RUN_TEST_LOOP_ff_i_tg): New macro.
21222         (isgreater_test_data): New variable.
21223         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21224         (isgreaterequal_test_data): New variable.
21225         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21226         (isless_test_data): New variable.
21227         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21228         (islessequal_test_data): New variable.
21229         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21230         (islessgreater_test_data): New variable.
21231         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21232         (isunordered_test_data): New variable.
21233         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21234
21235 2013-05-14  David S. Miller  <davem@davemloft.net>
21236
21237         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21238
21239 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21240
21241         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21242
21243         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21244         extra_test to int.
21245         (struct test_f_i_data): Change type of max_ulp to int.
21246
21247         * math/libm-test.inc (test_ffI_f1_data): New type.
21248         (RUN_TEST_LOOP_ffI_f1): New macro.
21249         (remquo_test_data): New variable.
21250         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21251
21252         * setjmp/tst-setjmp-fp.c: New file.
21253         * setjmp/Makefile (tests): Add tst-setjmp-fp.
21254         (link-libm): New variable.
21255         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21256
21257         * math/libm-test.inc (struct test_f_i_data): New type.
21258         (RUN_TEST_LOOP_f_i): New macro.
21259         (RUN_TEST_LOOP_f_i_tg): Likewise.
21260         (fpclassify_test_data): New variable.
21261         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21262         (ilogb_test_data): New variable.
21263         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21264
21265         * math/libm-test.inc (scalbln_test): Correct function name in END
21266         call.
21267
21268         * math/libm-test.inc (struct test_f_f1_data): Add comment.
21269         (RUN_TEST_LOOP_fI_f1): New macro.
21270         (frexp_test_data): New variable.
21271         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21272
21273         * math/libm-test.inc (struct test_fF_f1_data): New type.
21274         (RUN_TEST_LOOP_fF_f1): New macro.
21275         (modf_test_data): New variable.
21276         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21277
21278         * math/libm-test.inc (struct test_f_f1_data): New type.
21279         (RUN_TEST_LOOP_f_f1): New macro.
21280         (gamma_test_data): New variable.
21281         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21282         (lgamma_test_data): New variable.
21283         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21284
21285 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
21286
21287         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21288         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21289         (main): Comment "tls" pseudo-hwcap.
21290
21291 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
21292
21293         * math/libm-test.inc (struct test_fl_f_data): New type.
21294         (RUN_TEST_LOOP_fl_f): New variable.
21295         (scalbln_test_data): New variable.
21296         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21297
21298         * math/libm-test.inc (struct test_fi_f_data): New type.
21299         (RUN_TEST_LOOP_fi_f): New macro.
21300         (ldexp_test_data): New variable.
21301         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21302         (scalbn_test_data): New variable.
21303         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21304
21305         * math/libm-test.inc (struct test_c_f_data): New type.
21306         (RUN_TEST_LOOP_c_f): New macro.
21307         (cabs_test_data): New variable.
21308         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21309         (carg_test_data): New variable.
21310         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21311         (cimag_test_data): New variable.
21312         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21313         (creal_test_data): New variable.
21314         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21315
21316         * math/libm-test.inc (struct test_if_f_data): New type.
21317         (RUN_TEST_LOOP_if_f): New macro.
21318         (jn_test_data): New variable.
21319         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21320         (yn_test_data): New variable.
21321         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21322
21323         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21324
21325 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21326
21327         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21328         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21329
21330 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21331
21332         * benchtests/Makefile (CPPFLAGS-nonlib): Add
21333         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
21334         (bench-deps): Add bench-timing.h.
21335         * benchtests-bench-skeleton.c: Include bench-timing.h.
21336         (main): Use TIMING_* macros instead of clock_gettime.
21337         * benchtests/bench-timing.h: New file.
21338
21339         [BZ #14582]
21340         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21341         Renamed from _LIB_VERSION.
21342         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
21343
21344 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
21345
21346         * math/libm-test.inc (struct test_fff_f_data): New type.
21347         (RUN_TEST_LOOP_fff_f): New macro.
21348         (fma_test_data): New variable.
21349         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21350         (fma_towardzero_test_data): New variable.
21351         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21352         (fma_downward_test_data): New variable.
21353         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21354         (fma_upward_test_data): New variable.
21355         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21356
21357         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21358         (struct test_c_c_data): New type.
21359         (RUN_TEST_LOOP_c_c): New macro.
21360         (cacos_test_data): New variable.
21361         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21362         (cacosh_test_data): New variable.
21363         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21364         (casin_test_data): New variable.
21365         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21366         (casinh_test_data): New variable.
21367         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21368         (catan_test_data): New variable.
21369         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21370         (catanh_test_data): New variable.
21371         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21372         (ccos_test_data): New variable.
21373         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21374         (ccosh_test_data): New variable.
21375         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21376         (cexp_test_data): New variable.
21377         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21378         (clog_test_data): New variable.
21379         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21380         (clog10_test_data): New variable.
21381         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21382         (conj_test_data): New variable.
21383         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21384         (cproj_test_data): New variable.
21385         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21386         (csin_test_data): New variable.
21387         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21388         (csinh_test_data): New variable.
21389         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21390         (csqrt_test_data): New variable.
21391         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21392         (ctan_test_data): New variable.
21393         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21394         (ctan_tonearest_test_data): New variable.
21395         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21396         (ctan_towardzero_test_data): New variable.
21397         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21398         (ctan_downward_test_data): New variable.
21399         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21400         (ctan_upward_test_data): New variable.
21401         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21402         (ctanh_test_data): New variable.
21403         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21404         (ctanh_tonearest_test_data): New variable.
21405         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21406         (ctanh_towardzero_test_data): New variable.
21407         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21408         (ctanh_downward_test_data): New variable.
21409         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21410         (ctanh_upward_test_data): New variable.
21411         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21412         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21413         of BUILD_COMPLEX.
21414
21415         * math/libm-test.inc (struct test_ff_f_data): New type.
21416         (struct test_ff_f_data_nexttoward): Likewise.
21417         (RUN_TEST_LOOP_2_f): New macro.
21418         (RUN_TEST_LOOP_ff_f): Likewise.
21419         (atan2_test_data): New variable.
21420         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21421         (copysign_test_data): New variable.
21422         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21423         (fdim_test_data): New variable.
21424         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21425         (fmax_test_data): New variable.
21426         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21427         (fmin_test_data): New variable.
21428         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21429         (fmod_test_data): New variable.
21430         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21431         (hypot_test_data): New variable.
21432         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21433         (nextafter_test_data): New variable.
21434         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21435         (nexttoward_test_data): New variable.
21436         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21437         (pow_test_data): New variable.
21438         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21439         (pow_tonearest_test_data): New variable.
21440         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21441         (pow_towardzero_test_data): New variable.
21442         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21443         (pow_downward_test_data): New variable.
21444         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21445         (pow_upward_test_data): New variable.
21446         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21447         (remainder_test_data): New variable.
21448         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21449         (scalb_test_data): New variable.
21450         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21451         * sysdeps/i386/fpu/libm-test-ulps: Update.
21452
21453 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
21454
21455         * math/libm-test.inc (fma_test): Use max_value instead of local
21456         variable fltmax.
21457         (nextafter_test): Likewise.
21458
21459         * math/libm-test.inc (acos_towardzero_test_data): New variable.
21460         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21461         (acos_downward_test_data): New variable.
21462         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21463         (acos_upward_test_data): New variable.
21464         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21465         (acosh_test_data): New variable.
21466         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21467         (asin_test_data): New variable.
21468         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21469         (asin_tonearest_test_data): New variable.
21470         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21471         (asin_towardzero_test_data): New variable.
21472         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21473         (asin_downward_test_data): New variable.
21474         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21475         (asin_upward_test_data): New variable.
21476         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21477         (asinh_test_data): New variable.
21478         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21479         (atan_test_data): New variable.
21480         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21481         (atanh_test_data): New variable.
21482         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21483         (cbrt_test_data): New variable.
21484         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21485         (ceil_test_data): New variable.
21486         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21487         (cos_test_data): New variable.
21488         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21489         (cos_tonearest_test_data): New variable.
21490         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21491         (cos_towardzero_test_data): New variable.
21492         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21493         (cos_downward_test_data): New variable.
21494         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21495         (cos_upward_test_data): New variable.
21496         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21497         (cosh_test_data): New variable.
21498         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21499         (cosh_tonearest_test_data): New variable.
21500         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21501         (cosh_towardzero_test_data): New variable.
21502         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21503         (cosh_downward_test_data): New variable.
21504         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21505         (cosh_upward_test_data): New variable.
21506         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21507         (erf_test_data): New variable.
21508         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21509         (erfc_test_data): New variable.
21510         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21511         (exp_test_data): New variable.
21512         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21513         (exp_tonearest_test_data): New variable.
21514         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21515         (exp_towardzero_test_data): New variable.
21516         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21517         (exp_downward_test_data): New variable.
21518         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21519         (exp_upward_test_data): New variable.
21520         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21521         (exp10_test_data): New variable.
21522         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21523         (exp2_test_data): New variable.
21524         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21525         (expm1_test_data): New variable.
21526         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21527         (fabs_test_data): New variable.
21528         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21529         (floor_test_data): New variable.
21530         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21531         (j0_test_data): New variable.
21532         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21533         (j1_test_data): New variable.
21534         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21535         (log_test_data): New variable.
21536         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21537         (log10_test_data): New variable.
21538         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21539         (log1p_test_data): New variable.
21540         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21541         (log2_test_data): New variable.
21542         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21543         (logb_test_data): New variable.
21544         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21545         (logb_downward_test_data): New variable.
21546         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21547         (nearbyint_test_data): New variable.
21548         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21549         (rint_test_data): New variable.
21550         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21551         (rint_tonearest_test_data): New variable.
21552         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21553         (rint_towardzero_test_data): New variable.
21554         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21555         (rint_downward_test_data): New variable.
21556         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21557         (rint_upward_test_data): New variable.
21558         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21559         (round_test_data): New variable.
21560         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21561         (sin_test_data): New variable.
21562         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21563         (sin_tonearest_test_data): New variable.
21564         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21565         (sin_towardzero_test_data): New variable.
21566         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21567         (sin_downward_test_data): New variable.
21568         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21569         (sin_upward_test_data): New variable.
21570         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21571         (sinh_test_data): New variable.
21572         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21573         (sinh_tonearest_test_data): New variable.
21574         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21575         (sinh_towardzero_test_data): New variable.
21576         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21577         (sinh_downward_test_data): New variable.
21578         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21579         (sinh_upward_test_data): New variable.
21580         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21581         (sqrt_test_data): New variable.
21582         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21583         (tan_test_data): New variable.
21584         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21585         (tan_tonearest_test_data): New variable.
21586         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21587         (tan_towardzero_test_data): New variable.
21588         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21589         (tan_downward_test_data): New variable.
21590         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21591         (tan_upward_test_data): New variable.
21592         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21593         (tanh_test_data): New variable.
21594         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21595         (tgamma_test_data): New variable.
21596         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21597         (trunc_test_data): New variable.
21598         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21599         (y0_test_data): New variable.
21600         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21601         (y1_test_data): New variable.
21602         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21603         (significand_test_data): New variable.
21604         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21605
21606 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21607
21608         [BZ #12387]
21609         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21610
21611 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21612
21613         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21614
21615 2013-05-10  Andreas Jaeger  <aj@suse.de>
21616
21617         [BZ #15448]
21618         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21619         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21620
21621 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21622
21623         * math/gen-libm-test.pl (adjust_arg): New function.
21624         (special_functions): Handle generating output in both functions
21625         and arrays.
21626         (parse_args): Likewise.
21627         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21628         $in_func argument to parse_args.
21629         * math/libm-test.inc (struct test_f_f_data): New type.
21630         (IF_ROUND_INIT_): New macro.
21631         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21632         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21633         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21634         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21635         (ROUND_RESTORE_): Likewise.
21636         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21637         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21638         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21639         (ROUND_RESTORE_FE_UPWARD): Likewise.
21640         (RUN_TEST_LOOP_f_f): New macro.
21641         (acos_test_data): New variable.
21642         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21643         (acos_tonearest_test_data): New variable.
21644         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21645
21646 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21647
21648         * benchtests/bench-skeleton.c (startup): Fix coding style.
21649
21650 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21651
21652         [BZ #6809]
21653         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21654         negative infinity argument.
21655         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21656         negative infinity argument.
21657         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21658         negative infinity argument.
21659         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21660         domain errors.
21661
21662 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21663
21664         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21665         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21666         * iconv/iconv_prog.c (main): Likewise.
21667         * locale/programs/charmap-dir.c (charmap_readdir)
21668         (fopen_uncompressed): Likewise.
21669         * locale/programs/locfile.c (siblings_uncached)
21670         (write_locale_data): Use lstat64 instead of lstat.
21671         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21672         stat.
21673
21674 2013-05-10  Andreas Jaeger  <aj@suse.de>
21675
21676         [BZ #15395]
21677         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21678         localization.
21679         Include <locale.h>.
21680
21681 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21682
21683         * elf/dl-close.c (_dl_close_worker): Add comments.
21684
21685 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21686
21687         [BZ #15359]
21688         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21689         high part of pi/2.
21690         (__ieee754_rem_pio2l): Update comments.
21691
21692         [BZ #15429]
21693         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21694         high part of pi/2.
21695         (__ieee754_rem_pio2l): Update comments.
21696
21697         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21698         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21699
21700         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21701         M_PI_4l.
21702
21703         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21704         (M_PI_34_LOG10El): Likewise.
21705         (M_PI2_LOG10El): Likewise.
21706         (M_PI4_LOG10El): Likewise.
21707         (M_PI_LOG10El): Likewise.
21708
21709 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21710
21711         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21712
21713 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21714
21715         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21716         (MINUS_ZERO_INIT): Likewise.
21717         (PLUS_INFTY_INIT): Likewise.
21718         (MINUS_INFTY_INIT): Likewise.
21719         (QNAN_VALUE_INIT): Likewise.
21720         (MAX_VALUE_INIT): Likewise.
21721         (MIN_VALUE_INIT): Likewise.
21722         (MIN_SUBNORM_VALUE_INIT): Likewise.
21723         (plus_zero): Initialize with PLUS_ZERO_INIT.
21724         (minus_zero): Initialize with MINUS_ZERO_INIT.
21725         (plus_infty): Initialize with PLUS_INFTY_INIT.
21726         (minus_infty): Initialize with MINUS_INFTY_INIT.
21727         (qnan_value): Initialize with QNAN_VALUE_INIT.
21728         (max_value): Initialize with MAX_VALUE_INIT.
21729         (min_value): Initialize with MIN_VALUE_INIT.
21730         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21731
21732         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21733         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21734         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21735         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21736
21737         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21738         (RUN_TEST_2_f): Likewise.
21739         (RUN_TEST_ff_f): Likewise.
21740         (RUN_TEST_fi_f): Likewise.
21741         (RUN_TEST_fl_f): Likewise.
21742         (RUN_TEST_fff_f): Likewise.
21743         (RUN_TEST_c_f): Likewise.
21744         (RUN_TEST_f_f1): Likewise.
21745         (RUN_TEST_fF_f1): Likewise.
21746         (RUN_TEST_fI_f1): Likewise.
21747         (RUN_TEST_ffI_f1): Likewise.
21748         (RUN_TEST_c_c): Likewise.
21749         (RUN_TEST_cc_c): Likewise.
21750         (RUN_TEST_f_i): Likewise.
21751         (RUN_TEST_f_i_tg): Likewise.
21752         (RUN_TEST_ff_i_tg): Likewise.
21753         (RUN_TEST_f_b): Likewise.
21754         (RUN_TEST_f_b_tg): Likewise.
21755         (RUN_TEST_f_l): Likewise.
21756         (RUN_TEST_f_L): Likewise.
21757         (RUN_TEST_sincos): Likewise.
21758         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21759         whether to show exceptions.  Do not include ");\n" in return
21760         value.
21761         (special_functions): Output call to RUN_TEST_sincos instead of
21762         check_float calls.  Update calls to new_test.
21763         (parse_args): Output call to single RUN_TEST_* macro instead of
21764         check_* calls and other assignments.  Update calls to new_test.
21765
21766         [BZ #2546]
21767         [BZ #2560]
21768         [BZ #5159]
21769         [BZ #15426]
21770         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21771         input to result for tgamma overflow.
21772         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21773         (gamma_coeff): New variable.
21774         (NCOEFF): New macro.
21775         (gamma_positive): New function.
21776         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21777         underflow here.  Use gamma_positive instead of exp (lgamma) for
21778         other arguments.
21779         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21780         (gamma_coeff): New variable.
21781         (NCOEFF): New macro.
21782         (gammaf_positive): New function.
21783         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21784         underflow here.  Use gamma_positive instead of exp (lgamma) for
21785         other arguments.
21786         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21787         (gamma_coeff): New variable.
21788         (NCOEFF): New macro.
21789         (gammal_positive): New function.
21790         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21791         underflow here.  Use gamma_positive instead of exp (lgamma) for
21792         other arguments.
21793         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21794         (gamma_coeff): New variable.
21795         (NCOEFF): New macro.
21796         (gammal_positive): New function.
21797         (__ieee754_gammal_r): Handle positive infinity, overflow and
21798         underflow here.  Handle NaN the same as positive infinity.  Remove
21799         check x < 0xffffffff for negative integers.  Use gamma_positive
21800         instead of exp (lgamma) for other arguments.
21801         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21802         (gamma_coeff): New variable.
21803         (NCOEFF): New macro.
21804         (gammal_positive): New function.
21805         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21806         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21807         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21808         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21809         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21810         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21811         * sysdeps/generic/math_private.h (__gamma_productf): New
21812         prototype.
21813         (__gamma_product): Likewise.
21814         (__gamma_productl): Likewise.
21815         * math/Makefile (libm-calls): Add gamma_product.
21816         * math/libm-test.inc (tgamma_test): Add more tests.
21817         * sysdeps/i386/fpu/libm-test-ulps: Update.
21818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21819
21820 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21821
21822         * benchtests/bench-skeleton.c (main): Preheat CPU.
21823
21824 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21825
21826         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21827
21828 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21829
21830         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21831         and _dl_skip_args_internal.
21832
21833 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21834
21835         * manual/message.texi (Message Translation): Talk about users.
21836         Message to key mapping impacts design.
21837
21838 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21839
21840         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21841
21842         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21843
21844         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21845         * sysdeps/wordsize-64/glob64.c: ... here.
21846
21847         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21848         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21849         New macros.
21850
21851         * debug/getlogin_r_chk.c: Moved to ...
21852         * login/getlogin_r_chk.c: ... here.
21853         * debug/Makefile (routines): Move getlogin_r_chk to ...
21854         * login/Makefile (routines): ... here.
21855         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21856         * login/Versions (libc: GLIBC_2.4): ... here.
21857
21858         * io/poll.c (__poll): Renamed from poll.
21859         Add libc_hidden_def.
21860         (poll): Define as weak alias.
21861
21862         * debug/ptsname_r_chk.c: Moved to ...
21863         * login/ptsname_r_chk.c: ... here.
21864         * debug/Makefile (routines): Move ptsname_r_chk to ...
21865         * login/Makefile (routines): ... here.
21866         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21867         * login/Versions (libc: GLIBC_2.4): ... here.
21868
21869         * posix/getlogin.c: Moved to ...
21870         * login/getlogin.c: ... here.
21871         * posix/getlogin_r.c: Moved to ...
21872         * login/getlogin_r.c: ... here.
21873         * posix/getlogin_r.c: Moved to ...
21874         * login/getlogin_r.c: ... here.
21875         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21876         * login/Makefile (routines): ... here.
21877         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21878         * login/Versions (libc: GLIBC_2.0): ... here.
21879
21880         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21881         (setrlimit): Define as weak alias.
21882
21883         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21884         Call __ names for open, ftruncate, and close.
21885         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21886         (truncate): Define as weak alias.
21887
21888 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21889
21890         * math/gen-libm-test.pl (parse_args): Initialize x before each
21891         test of frexp, modf and remquo.
21892
21893         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21894         test signgam value.
21895
21896 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21897
21898         [BZ #15418]
21899         [BZ #15419]
21900         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21901         internal tests.
21902         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21903
21904 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21905
21906         * elf/dl-writev.h: New file.
21907         * elf/dl-misc.c: Include it.
21908         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21909         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21910
21911 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21912
21913         * math/libm-test.inc (noXFails): Remove variable.
21914         (noXPasses): Likewise.
21915         (BUILD_COMPLEX_INT): Remove macro.
21916         (print_screen): Remove xfail argument.
21917         (print_screen_max_error): Likewise.
21918         (update_stats): Likewise.
21919         (print_max_error): Likewise.  Update calls to other affected
21920         functions.
21921         (print_complex_max_error): Likewise.
21922         (test_single_exception): Update calls to print_screen.
21923         (test_single_errno): Likewise.
21924         (check_float_internal): Remove xfail argument.  Update calls to
21925         other affected functions.
21926         (check_float): Likewise.
21927         (check_complex): Likewise.
21928         (check_int): Likewise.
21929         (check_long): Likewise.
21930         (check_bool): Likewise.
21931         (check_longlong): Likewise.
21932         (main): Don't print noXFails and noXPasses.
21933         * math/gen-libm-test.pl (top level): Don't mention expected
21934         failure handling in comment.
21935         (new_test): Don't handle expected failures.
21936         (parse_args): Don't mention expected failure handling in comment.
21937         (generate_testfile): Don't handle expected failures.
21938         (parse_ulps): Likewise.
21939         (print_ulps_file): Likewise.
21940         (get_failure): Remove function.
21941         (output_test): Don't handle expected failures.
21942         * make/README.libm-test: Don't mention expected failure handling.
21943
21944         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21945         (minus_zero): Likewise.
21946         (plus_infty): Likewise.
21947         (minus_infty): Likewise.
21948         (qnan_value): Likewise.
21949         (max_value): Likewise.
21950         (min_value): Likewise.
21951         (min_subnorm_value): Likewise.
21952         (initialize): Do not initialize those variables dynamically.
21953
21954 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21955
21956         * io/open.c (__open_2): Moved to ...
21957         * io/open_2.c: ... this new file.
21958         * io/open64.c (__open64_2): Moved to ...
21959         * io/open64_2.c: ... this new file.
21960         * io/openat.c (__openat_2): Moved to ...
21961         * io/openat_2.c: ... this new file.
21962         * io/openat64.c (__openat64_2): Moved to ...
21963         * io/openat64_2.c: ... this new file.
21964         * io/Makefile (routines): Add them.
21965         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21966         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21967         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21968         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21969         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21970         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21971         (__openat64): Add hidden_ver.
21972         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21973         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21974
21975         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21976         Separately conditionalize setting of GLRO(dl_sysinfo) so
21977         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21978         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21979
21980 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21981
21982         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21983         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21984         definition.
21985         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21986         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21987         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21988         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21989         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21990
21991 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21992
21993         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21994         test signgam value.
21995
21996         * math/libm-test.inc (hypot_test): Do not use
21997         IGNORE_ZERO_INF_SIGN.
21998
21999 2013-05-03  Andreas Jaeger  <aj@suse.de>
22000
22001         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22002         Linux 3.9.
22003         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22004         (PF_MAX): Adjust for VSOCK change.
22005
22006 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22007
22008         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22009
22010 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22011
22012         [BZ #15264]
22013         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22014         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22015         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22016
22017 2013-05-02  David S. Miller  <davem@davemloft.net>
22018
22019         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22020
22021 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
22022
22023         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22024
22025 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22026
22027         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22028
22029 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22030
22031         [BZ #14952]
22032         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22033         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22034         Use __attribute__ ((__gnu_inline__)).
22035         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22036         Don't use __attribute__ ((__gnu_inline__)).
22037
22038 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22039
22040         [BZ #15423]
22041         * math/s_catan.c (__catan): Handle small real or imaginary part of
22042         input specially to avoid spurious underflow.
22043         * math/s_catanf.c (__catanf): Likewise.
22044         * math/s_catanh.c (__catanh): Likewise.
22045         * math/s_catanhf.c (__catanhf): Likewise.
22046         * math/s_catanhl.c (__catanhl): Likewise.
22047         * math/s_catanl.c (__catanl): Likewise.
22048         * math/libm-test.inc (catan_test): Add more tests.
22049         (catanh_test): Likewise.
22050         * sysdeps/i386/fpu/libm-test-ulps: Update.
22051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22052
22053 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22054
22055         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22056
22057 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22058
22059         [BZ #15416]
22060         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22061         accurately for denominator in atan2.
22062         * math/s_catanf.c (__catanf): Likewise.
22063         * math/s_catanh.c (__catanh): Likewise.
22064         * math/s_catanhf.c (__catanhf): Likewise.
22065         * math/s_catanhl.c (__catanhl): Likewise.
22066         * math/s_catanl.c (__catanl): Likewise.
22067         * math/libm-test.inc (catan_test): Add more tests.
22068         (catanh_test): Likewise.
22069         * sysdeps/i386/fpu/libm-test-ulps: Update.
22070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22071
22072 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22073
22074         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22075
22076         * benchtests/Makefile (bench): Remove slow benchmarks.
22077         * benchtests/atan-inputs: Add slow benchmark inputs.
22078         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22079         (BENCH_FUNC): Accept variant offset.
22080         (VARIANT): Define.
22081         * benchtests/bench-skeleton.c (main): Run benchmark for each
22082         variant.
22083         * benchtests/cos-inputs: Add slow benchmark inputs.
22084         * benchtests/exp-inputs: Likewise.
22085         * benchtests/pow-inputs: Likewise.
22086         * benchtests/sin-inputs: Likewise.
22087         * benchtests/slowatan-inputs: Remove.
22088         * benchtests/slowatan.c: Remove.
22089         * benchtests/slowcos-inputs: Remove.
22090         * benchtests/slowcos.c: Remove.
22091         * benchtests/slowexp-inputs: Remove.
22092         * benchtests/slowexp.c: Remove.
22093         * benchtests/slowpow-inputs: Remove.
22094         * benchtests/slowpow.c: Remove.
22095         * benchtests/slowsin-inputs: Remove.
22096         * benchtests/slowsin.c: Remove.
22097         * benchtests/slowtan-inputs: Remove.
22098         * benchtests/slowtan.c: Remove.
22099         * benchtests/tan-inputs: Add slow benchmark inputs.
22100         * scripts/bench.pl: Parse comments and directives.
22101
22102         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22103         in CPPFLAGS.
22104         ($(objpfx)bench-%.c): Remove *-ITER.
22105         * benchtests/bench-modf.c: Remove definition of ITER.
22106         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22107         (main): Loop for DURATION seconds instead of fixed number of
22108         iterations.
22109         * scripts/bench.pl: Don't expect iterations in parameters.
22110
22111 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22112
22113         * io/fchdir.c (__fchdir): Renamed from fchdir.
22114         (fchdir): Define as weak alias.
22115
22116 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22117
22118         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22119         (ERRNO_EDOM): Likewise.
22120         (ERRNO_ERANGE): Likewise.
22121         (noErrnoTests): New variable.
22122         (init_max_error): Set errno to 0.
22123         (test_single_errno): New function.
22124         (test_errno): Likewise.
22125         (check_float_internal): Call test_errno.  Set errno to 0.
22126         (check_complex): Refer to errno tests in comment.
22127         (check_int): Call test_errno.  Set errno to 0.
22128         (check_long): Likewise.
22129         (check_bool): Likewise.
22130         (check_longlong): Likewise.
22131         (cos_test): Use ERRNO_* flags for errno tests instead of
22132         check_int.
22133         (expm1_test): Likewise.
22134         (fmod_test): Likewise.
22135         (ilogb_test): Likewise.
22136         (lgamma_test): Likewise.
22137         (pow_test): Likewise.
22138         (remainder_test): Likewise.
22139         (sin_test): Likewise.
22140         (tan_test): Likewise.
22141         (yn_test): Likewise.
22142         (initialize): Set errno to 0.
22143         (main): Print number of errno tests.
22144         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22145
22146 2013-04-29  Andreas Jaeger  <aj@suse.de>
22147
22148         [BZ #15084]
22149         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22150         and RES_USEVC.
22151
22152         [BZ #15085]
22153         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22154         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22155         unimplemented.
22156
22157         [BZ #15380]
22158         * stdlib/random.c (__initstate): Return NULL if
22159         __initstate fails.
22160
22161         [BZ #15086]
22162         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22163         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22164         RES_SNGLKUPREOP.
22165
22166 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22167
22168         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22169
22170 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22171
22172         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22173         of individual tests.
22174         (casin_test): Likewise.
22175         (casinh_test): Likewise.
22176
22177 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22178
22179         [BZ #15409]
22180         * math/s_catan.c (__catan): Handle arguments with large real or
22181         imaginary part separately without squaring.
22182         * math/s_catanf.c (__catanf): Likewise.
22183         * math/s_catanh.c (__catanh): Likewise.
22184         * math/s_catanhf.c (__catanhf): Likewise.
22185         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22186         and redefine.
22187         (__catanhl): Handle arguments with large real or imaginary part
22188         separately without squaring.
22189         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22190         and redefine.
22191         (__catanl): Handle arguments with large real or imaginary part
22192         separately without squaring.
22193         * math/libm-test.inc (catan_test): Add more tests.
22194         (catanh_test): Likewise.
22195         * sysdeps/i386/fpu/libm-test-ulps: Update.
22196         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22197
22198 2013-04-27  Andreas Jaeger  <aj@suse.de>
22199
22200         [BZ #15007]
22201         * stdlib/stdlib.h: Update guards for qecvt.
22202         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22203         <stdlib.h>.
22204
22205 2013-04-27  Allan McRae  <allan@archlinux.org>
22206
22207         * sysdeps/i386/fpu/libm-test-ulps: Update.
22208
22209 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22210
22211         [BZ #15406]
22212         * math/s_catan.c: Include <float.h>.
22213         (__catan): Ensure underflow exception occurs for underflowed
22214         result.
22215         * math/s_catanf.c: Include <float.h>.
22216         (__catanf): Ensure underflow exception occurs for underflowed
22217         result.
22218         * math/s_catanh.c: Include <float.h>.
22219         (__catanh): Ensure underflow exception occurs for underflowed
22220         result.
22221         * math/s_catanhf.c: Include <float.h>.
22222         (__catanhf): Ensure underflow exception occurs for underflowed
22223         result.
22224         * math/s_catanhl.c: Include <float.h>.
22225         (__catanhl): Ensure underflow exception occurs for underflowed
22226         result.
22227         * math/s_catanl.c: Include <float.h>.
22228         (__catanl): Ensure underflow exception occurs for underflowed
22229         result.
22230         * math/libm-test.inc (catan_test): Add more tests.
22231         (catanh_test): Likewise.
22232
22233         [BZ #15405]
22234         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22235         underflowed result.
22236         * math/s_ccoshf.c (__ccoshf): Likewise.
22237         * math/s_ccoshl.c (__ccoshl): Likewise.
22238         * math/s_csin.c (__csin): Likewise.
22239         * math/s_csinf.c (__csinf): Likewise.
22240         * math/s_csinh.c (__csinh): Likewise.
22241         * math/s_csinhf.c (__csinhf): Likewise.
22242         * math/s_csinhl.c (__csinhl): Likewise.
22243         * math/s_csinl.c (__csinl): Likewise.
22244         * math/libm-test.inc (ccos_test): Add more tests.
22245         (ccosh_test): Likewise.
22246         (csin_test): Likewise.
22247         (csinh_test): Likewise.
22248
22249 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22250
22251         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22252         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22253         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22254         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22255         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22256         powerpc/power5+/fpu folders.
22257         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22258
22259
22260 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22261
22262         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22263
22264 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
22265
22266         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22267         additions to variable.
22268         [$(config-machine) = x86_64] (modules-names): Likewise.
22269         ($(objpfx)tst-audit3): Remove dependency.
22270         ($(objpfx)tst-audit3.out): Likewise.
22271         ($(objpfx)tst-audit4): Likewise.
22272         ($(objpfx)tst-audit4.out): Likewise.
22273         ($(objpfx)tst-audit5): Likewise.
22274         ($(objpfx)tst-audit5.out): Likewise.
22275         ($(objpfx)tst-audit6): Likewise.
22276         ($(objpfx)tst-audit6.out): Likewise.
22277         ($(objpfx)tst-audit7): Likewise.
22278         ($(objpfx)tst-audit7.out): Likewise.
22279         (tst-audit3-ENV): Remove variable.
22280         (tst-audit4-ENV): Likewise.
22281         (tst-audit5-ENV): Likewise.
22282         (tst-audit6-ENV): Likewise.
22283         (tst-audit7-ENV): Likewise.
22284         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22285         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22286         addition to variable.
22287         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22288         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22289         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22290         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22291         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22292         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22293         tst-audit3, tst-audit4 and tst-audit5.
22294         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22295         tst-audit6 and tst-audit7.
22296         [$(subdir) = elf] (modules-names): Add audit modules for those
22297         tests.
22298         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22299         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22300         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22301         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22302         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22303         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22304         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22305         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22306         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22307         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22308         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22309         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22310         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22311         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22312         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22313         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22314         Likewise.
22315         [$(subdir) = elf && $(config-cflags-avx) = yes]
22316         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22317         [$(subdir) = elf && $(config-cflags-avx) = yes]
22318         (CFLAGS-tst-auditmod4a.c): Likewise.
22319         [$(subdir) = elf && $(config-cflags-avx) = yes]
22320         (CFLAGS-tst-auditmod4b.c): Likewise.
22321         [$(subdir) = elf && $(config-cflags-avx) = yes]
22322         (CFLAGS-tst-auditmod6b.c): Likewise.
22323         [$(subdir) = elf && $(config-cflags-avx) = yes]
22324         (CFLAGS-tst-auditmod6c.c): Likewise.
22325         [$(subdir) = elf && $(config-cflags-avx) = yes]
22326         (CFLAGS-tst-auditmod7b.c): Likewise.
22327         * elf/tst-audit3.c: Move to ...
22328         * sysdeps/x86_64/tst-audit3.c: ... here.
22329         * elf/tst-audit4.c: Move to ...
22330         * sysdeps/x86_64/tst-audit4.c: ... here.
22331         * elf/tst-audit5.c: Move to ...
22332         * sysdeps/x86_64/tst-audit5.c: ... here.
22333         * elf/tst-audit6.c: Move to ...
22334         * sysdeps/x86_64/tst-audit6.c: ... here.
22335         * elf/tst-audit7.c: Move to ...
22336         * sysdeps/x86_64/tst-audit7.c: ... here.
22337         * elf/tst-auditmod3a.c: Move to ...
22338         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
22339         * elf/tst-auditmod3b.c: Move to ...
22340         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
22341         * elf/tst-auditmod4a.c: Move to ...
22342         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
22343         * elf/tst-auditmod4b.c: Move to ...
22344         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
22345         * elf/tst-auditmod5a.c: Move to ...
22346         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
22347         * elf/tst-auditmod5b.c: Move to ...
22348         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22349         * elf/tst-auditmod6a.c: Move to ...
22350         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22351         * elf/tst-auditmod6b.c: Move to ...
22352         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22353         * elf/tst-auditmod6c.c: Move to ...
22354         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22355         * elf/tst-auditmod7a.c: Move to ...
22356         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22357         * elf/tst-auditmod7b.c: Move to ...
22358         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22359
22360 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22361
22362         [BZ #15366]
22363         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22364         define unconditionally.
22365         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22366         define unconditionally.
22367         (INT8_C, INT16_C, etc.): Likewise.
22368
22369 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
22370
22371         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22372         __ehdr_start with hidden visibility.
22373
22374         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22375
22376 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
22377
22378         * math/libm-test.inc (cos_test): Use accurate hex constants.
22379         (sincost_test): Likewise.
22380
22381 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
22382
22383         * math/libm-test.inc (catan_test): Add more tests.
22384         (catanh_test): Likewise.
22385
22386         * math/s_catanf.c (__catanf): Use suffixed floating-point
22387         constants.
22388         * math/s_catanhf.c (__catanhf): Likewise.
22389         * math/s_catanhl.c (__catanhl): Likewise.
22390         * math/s_catanl.c (__catanl): Likewise.
22391
22392         [BZ #15394]
22393         * math/s_catan.c (__catan): Calculate imaginary part of result
22394         with log1p not log unless computing log of number close to 0.
22395         * math/s_catanf.c (__catanf): Likewise.
22396         * math/s_catanl.c (__catanl): Likewise.
22397         * math/s_catanh.c (__catanh): Calculate real part of result with
22398         log1p not log unless computing log of number close to 0.
22399         * math/s_catanhf.c (__catanhf): Likewise.
22400         * math/s_catanhl.c (__catanhl): Likewise.
22401         * math/libm-test.inc (catan_test): Add more tests.
22402         (catanh_test): Likewise.
22403         * sysdeps/i386/fpu/libm-test-ulps: Update.
22404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22405
22406 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22407
22408         * benchtests/Makefile: Mention files in which fast and slow
22409         paths of math functions are implemented.
22410
22411 2013-04-23  Roland McGrath  <roland@hack.frob.com>
22412
22413         * sysdeps/posix/timespec_get.c: New file.
22414
22415 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22416
22417         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22418         POWER.
22419         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22420         for POWER.
22421         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22422         powerpc/power5/fpu folders.
22423         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22424         * benchtests/Makefile: Add modf testcase.
22425         * benchtests/bench-modf.c: New file: Benchmark test for mo
22426
22427 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22428
22429         [BZ #14888]
22430         * time/Makefile (tests): Add tst-strptime-whitespace.
22431         * time/strptime_l.c (get_number): Use ISSPACE.
22432         (__strptime_internal): Likewise.
22433         * time/tst-strptime-whitespace.c: New test case.
22434
22435 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
22436
22437         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22438         member.
22439         (_nss_files_init): Set it here.
22440
22441 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
22442
22443         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22444         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22445         unsigned.
22446
22447 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
22448
22449         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22450
22451 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22452
22453         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22454         size just once.
22455
22456 2013-04-21  David S. Miller  <davem@davemloft.net>
22457
22458         * po/ru.po: Update Russion translation from translation project.
22459
22460 2013-04-17  Adam Conrad  <adconrad@0c3.net>
22461
22462         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22463         and setfsgid.
22464
22465 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
22466
22467         * configure.in: Remove i386 configure warning. Remove i386 case.
22468         * configure: Regenerate.
22469         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
22470         Add example to error message.
22471         * sysdeps/i386/configure: Regenerate.
22472
22473 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22474
22475         * benchtests/Makefile (bench): Add cos, tan, slowcos and
22476         slowtan.
22477         * benchtests/cos-inputs: New file.
22478         * benchtests/slowcos-inputs: New file.
22479         * benchtests/slowcos.c: New file.
22480         * benchtests/slowtan-inputs: New file.
22481         * benchtests/slowtan.c: New file.
22482         * benchtests/tan-inputs: New file.
22483
22484 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22485
22486         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22487         considered kosher.
22488
22489 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22490
22491         * benchtests/Makefile: Include cppflags-iterator.mk to add
22492         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22493
22494         * Makefile.in (bench-clean): New target.
22495         * benchtests/Makefile (bench-clean): Likewise.
22496
22497 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22498
22499         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22500
22501 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22502
22503         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22504
22505 2013-04-15  Andreas Schwab  <schwab@suse.de>
22506
22507         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22508         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22509         * nscd/pwdcache.c (cache_addpw): Likewise.
22510         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22511         more than recsize.
22512
22513 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22514
22515         * benchtests/Makefile (bench): Write all output to
22516         bench-out.tmp together.
22517
22518 2013-04-15  Andreas Schwab  <schwab@suse.de>
22519
22520         * nscd/nscd.c (main): Don't fork again after closing files.
22521
22522 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22523
22524         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22525
22526         * benchtests/Rules (bench-deps): Collect dependencies into a
22527         single variable.  Add Makefile to dependencies.
22528         ($(objpfx)bench-%.c): Depend on bench-deps.
22529
22530 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22531             Xavier Roche  <roche+kml2@exalead.com>
22532
22533         [BZ #15361]
22534         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22535         just that it's a file descriptor.
22536         * manual/llio.texi (Synchronizing AIO Operations): Update description
22537         for EBADF error from aio_fsync.
22538
22539 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22540
22541         * Rules (bench): Move target definition...
22542         * benchtests/Makefile: ... here.
22543
22544 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22545
22546         * math/libm-test.inc (cos_test): Fix PI/2 test.
22547         (sincos_test): Likewise.
22548         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22549         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22550
22551 2013-04-11  Andreas Schwab  <schwab@suse.de>
22552
22553         [BZ #13988]
22554         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22555         accept exponent character only when digits were seen.
22556         * stdio-common/Makefile (tests): Add bug26.
22557         * stdio-common/bug26.c: New file.
22558
22559         [BZ #14293]
22560         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22561         non-freeable.
22562
22563 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22564
22565         * Makeconfig (rtld-prefix): Define built linker prefix.
22566         * Rules (run-bench): Use it.
22567         * math/Makefile (run-regen-ulps): Likewise.
22568
22569         * Rules (bench): Remove eval.
22570
22571 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22572             Roland McGrath  <roland@hack.frob.com>
22573             Ondrej Bilka  <neleai@seznam.cz>
22574
22575         [BZ #15346]
22576         * time/getdate.c: Include ctype.h and alloca.h.
22577         (__getdate_r): Trim leading and trailing spaces of input.
22578         * time/tst-getdate.c (tests): Add tests with leading and
22579         trailing spaces.
22580
22581 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22582
22583         [BZ #14280]
22584         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22585         when computing value.
22586
22587 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22588
22589         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22590         Use testrun.sh to run libm tests.
22591
22592         [BZ #15309]
22593         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22594
22595 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22596
22597         [BZ #15264]
22598         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22599
22600 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22601
22602         * Makefile.in (regen-ulps): New target.
22603         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22604         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22605         [ifneq (no,$(PERL)] (regen-ulps): New target.
22606         [ifeq (no,$(PERL)] (regen-ulps): New target.
22607         * math/libm-test.inc (ulps_file_name): Define.
22608         (output_dir): New variable.
22609         (options): Add "output-dir" option.
22610         (parse_opt): Handle 'o' case.
22611         (main): If output_dir is non-NULL use it as a prefix
22612         otherwise use "".
22613         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22614
22615 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22616
22617         [BZ #10060, #10062]
22618         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22619         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22620         fail configure if __sync_val_compare_and_swap is not inlined.
22621         * sysdeps/i386/configure: Regenerate.
22622         * configure.in: Build for i686 when configured for i386.
22623         * configure: Regenerate.
22624         * README: Remove i386 reference.
22625
22626 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22627
22628         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22629         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22630
22631 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22632
22633         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22634         (lmsnanval): New variables.
22635         (F): Add conversion tests.
22636         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22637         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22638
22639         * stdio-common/tstdiomisc.c (F): Properly collect individual
22640         tests' results.
22641
22642         [BZ #14686, #15336]
22643         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22644         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22645         Instead, use input NaN values or generate a qNaN by arithmetic
22646         operation.  Also fix bugs to comply with the standard.
22647         * math/libm-test.inc (remainder_test): Add more tests.
22648
22649         [BZ #15335, #15342]
22650         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22651         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22652         input NaN values or generate a qNaN by arithmetic operation.
22653
22654         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22655         unreachable code.
22656
22657         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22658         definitions.
22659
22660 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22661
22662         [BZ #14478]
22663         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22664         underflowed result.
22665         * math/s_cexpf.c (__cexpf): Likewise.
22666         * math/s_cexpl.c (__cexpl): Likewise.
22667         * math/libm-test.inc (cexp_test): Add more tests.
22668
22669 2013-04-03  Andreas Schwab  <schwab@suse.de>
22670
22671         [BZ #15330]
22672         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22673         order arrays from heap if bigger than alloca cutoff.
22674
22675 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22676
22677         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22678         (SNAN_TESTS_double): Refer to GCC PR56831.
22679         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22680         GCC PR56828.
22681
22682 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22683
22684         * Rules (bench): Move bench.out after the run is complete.
22685
22686         * Rules (bench): Echo currently running benchmark.
22687
22688         * benchtests/Makefile (bench): Add atan and slowatan.
22689         * benchtests/atan-inputs: New file.
22690         * benchtests/slowatan-inputs: New file.
22691         * benchtests/slowatan.c: New file.
22692
22693         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22694         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22695         its value.
22696
22697         [BZ #15305]
22698         * sysdeps/unix/sysv/linux/kernel-features.h
22699         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22700         __ASSUME_XFS_RESTRICTED_CHOWN.
22701         * sysdeps/unix/sysv/linux/pathconf.c
22702         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22703         Save and restore errno.
22704
22705 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22706
22707         [BZ #15327]
22708         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22709         arguments using __kernel_casinh.
22710         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22711         arguments using __kernel_casinhf.
22712         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22713         arguments using __kernel_casinhl.
22714         * math/libm-test.inc (cacosh_test): Add more tests.
22715         * sysdeps/i386/fpu/libm-test-ulps: Update.
22716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22717
22718 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22719
22720         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22721         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22722
22723         * bench/Makefile (bench): Add sin and slowsin.
22724         * benchtests/sin-inputs: New file.
22725         * benchtests/slowsin-inputs: New file.
22726         * benchtests/slowsin.c: New file.
22727
22728         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22729         (bench): Add slowexp and slowpow.
22730         (exp-ITER): Increase iterations.
22731         (pow-ITER): Likewise.
22732         * benchtests/exp-inputs: Change input.
22733         * benchtests/pow-inputs: Likewise.
22734         * benchtests/slowexp-inputs: New file.
22735         * benchtests/slowexp.c: New file.
22736         * benchtests/slowpow-inputs: New file.
22737         * benchtests/slowpow.c: New file.
22738
22739 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22740
22741         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22742         instructions.
22743         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22744         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22745         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22746         * benchtests/Makefile: Add rint benchtest.
22747         * benchtests/rint-inputs: Input for rint benchtest.
22748
22749 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22750
22751         * Versions.def (libm): Add GLIBC_2.18.
22752         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22753         hidden libm prototypes.
22754         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22755         * math/Makefile (libm-calls): Add s_issignaling.
22756         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22757         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22758         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22759         declaration.
22760         * math/math.h [__USE_GNU] (issignaling): New macro.
22761         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22762         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22763         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22764         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22765         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22766         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22767         * manual/arith.texi (issignaling): New section.
22768         * manual/libm-err-tab.pl (@all_functions): Update comment.
22769         * math/gen-libm-test.pl (parse_args): Apply special handling for
22770         issignaling.
22771         * math/libm-test.inc (print_float, issignaling_test): New
22772         functions.
22773         (check_float_internal): Add issignaling checks.
22774         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22775         default definition.
22776         * sysdeps/powerpc/math-tests.h: New file.
22777         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22778         tests.
22779         * math/test-snan.c (TEST_FUNC): Likewise.
22780
22781 2013-03-30  David S. Miller  <davem@davemloft.net>
22782
22783         * po/de.po: Update from translation team.
22784
22785 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22786
22787         [BZ #10357]
22788         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22789         imaginary part less than 1.0 and real part less than 0.5
22790         specially.
22791         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22792         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22793         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22794         (cacos_test): Add more tests.
22795         (casin_test): Likewise.
22796         (casinh_test): Likewise.
22797         * sysdeps/i386/fpu/libm-test-ulps: Update.
22798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22799
22800 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22801
22802         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22803         ONE with its value.
22804
22805         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22806         (__pow_mp): Replace ONE and MONE with their values.
22807         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22808         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22809         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22810         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22811         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22812         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22813
22814         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22815
22816         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22817         (__pow_mp): Replace ZERO and MZERO with their values.
22818         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22819         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22820         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22821         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22822         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22823         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22824         (__sqr): Likewise.
22825
22826         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22827
22828         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22829
22830 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22831
22832         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22833         Declare with __attribute__ ((weak)).
22834         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22835         Call __call_tls_dtors only if it's not NULL.
22836
22837 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22838
22839         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22840         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22841         magic __ehdr_start linker symbol if it's defined.
22842         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22843         them up here if it was already done.
22844
22845         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22846         (_dl_aux_init): Use const in cast when setting it.
22847         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22848         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22849         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22850
22851         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22852         Declare them here.
22853         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22854         * csu/libc-tls.c: Nor here.
22855         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22856
22857         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22858         (__libc_message): Never call vsyslog.
22859
22860 2013-03-28  Alan Modra  <amodra@gmail.com>
22861
22862         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22863         Define as empty.
22864         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22865         Likewise.
22866
22867 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22868
22869         [BZ #15214]
22870         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22871         underflow.
22872         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22873
22874 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22875
22876         [BZ #15304]
22877         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22878         Don't add gid passed as argument.
22879
22880         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22881
22882 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22883
22884         [BZ #15307]
22885         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22886         imaginary part between 1.0 and 1.5 and real part less than 0.5
22887         specially.
22888         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22889         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22890         * math/libm-test.inc (cacos_test): Add more tests.
22891         (casin_test): Likewise.
22892         (casinh_test): Likewise.
22893         * sysdeps/i386/fpu/libm-test-ulps: Update.
22894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22895
22896 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22897
22898         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22899         constants.
22900         (norm): Likewise.
22901         (denorm): Likewise.
22902         (__dbl_mp): Likewise.
22903         (add_magnitudes): Likewise.
22904         (sub_magnitudes): Likewise.
22905         (__add): Likewise.
22906         (__sub): Likewise.
22907         (__mul): Likewise.
22908         (__sqr): Likewise.
22909         (__inv): Likewise.
22910         (__dvd): Likewise.
22911
22912         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22913         commented code.
22914         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22915         (__dubcos): Likewise.
22916         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22917         (__ieee754_acos): Likewise.
22918         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22919         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22920         (__exp1): Likewise.
22921         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22922         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22923         (log1): Likewise.
22924         (my_log2): Likewise.
22925         (checkint): Likewise.
22926         * sysdeps/ieee754/dbl-64/e_remainder.c
22927         (__ieee754_remainder): Likewise.
22928         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22929         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22930         (bsloww): Likewise.
22931         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22932
22933         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22934         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22935         MANTISSA_STORE_T to store computations on mantissa.  Use
22936         macros for rounding and division.
22937         (denorm): Likewise.
22938         (__dbl_mp): Likewise.
22939         (add_magnitudes): Likewise.
22940         (sub_magnitudes): Likewise.
22941         (__mul): Likewise.
22942         (__sqr): Likewise.
22943         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22944         powers of two in terms of TWOPOW macro.
22945         (mp_no): Make type of mantissa as MANTISSA_T.
22946         [!RADIXI]: Define RADIXI.
22947         [!TWO52]: Define TWO52.
22948         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22949
22950 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22951
22952         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22953         llroundl symbol when building for PPC32.
22954
22955 2013-03-24  Mark H Weaver  <mhw@netris.org>
22956
22957         * manual/arith.texi (Normalization Functions): Fix prototypes for
22958         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22959
22960 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22961
22962         [BZ #13889]
22963         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22964         high value to check if expl overflow.
22965         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22966         to check for underflow and overflow.
22967         * math/libm-test.inc: Add exp test.
22968
22969 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22970
22971         [BZ #11120]
22972         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22973         with NOT_IN_libc.
22974
22975 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22976
22977         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22978         symbol.
22979
22980 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22981
22982         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22983         wrap blocks consisting of several statements.
22984
22985         * sysdeps/generic/math-tests.h: New file.
22986         * sysdeps/i386/fpu/math-tests.h: Likewise.
22987         * math/test-snan.c: Include it.
22988         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22989
22990 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22991
22992         [BZ #15285]
22993         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22994         (__ieee754_j0l): Do not improve calculations using cos of twice
22995         input for inputs above LDBL_MAX / 2.0L.
22996         (__ieee754_y0l): Likewise.
22997         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22998         (__ieee754_j1l): Do not improve calculations using cos of twice
22999         input for inputs above LDBL_MAX / 2.0L.
23000         (__ieee754_y1l): Likewise.
23001         * math/libm-test.inc (j0_test): Add another test.
23002         (j1_test): Likewise.
23003         (y0_test): Likewise.
23004         (y1_test): Likewise.
23005         * sysdeps/i386/fpu/libm-test-ulps: Update.
23006
23007 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23008
23009         * Rules ($(objpfx)bench-%.c): Include code from a C source
23010         file.
23011
23012 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23013
23014         [BZ #15287]
23015         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23016         imaginary part 1.0 and real part less than 0.5 specially.
23017         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23018         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23019         * math/libm-test.inc (cacos_test): Add more tests.
23020         (casin_test): Likewise.
23021         (casinh_test): Likewise.
23022         * sysdeps/i386/fpu/libm-test-ulps: Update.
23023         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23024
23025 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23026
23027         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23028         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23029
23030 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23031
23032         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23033         * config.make.in (config-cflags-sse4): Remove variable.
23034         (config-cflags-avx): Likewise.
23035         (config-cflags-sse2avx): Likewise.
23036         (config-cflags-novzeroupper): Likewise.
23037         (config-asflags-i686): Likewise.
23038         (have-mfma4): Likewise.
23039         (have-as-vis3): Likewise.
23040         (MIG): Likewise.
23041         * configure.in (MIG): Do not AC_SUBST.
23042         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23043         (libc_cv_cc_sse4): Do not AC_SUBST.
23044         (libc_cv_cc_avx): Likewise.
23045         (libc_cv_cc_sse2avx): Likewise.
23046         (libc_cv_cc_novzeroupper): Likewise.
23047         (libc_cv_cc_fma4): Likewise.
23048         (libc_cv_as_i686): Likewise.
23049         (libc_cv_sparc_as_vis3): Likewise.
23050         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23051         LIBC_CONFIG_VAR.
23052         (config-asflags-i686): Likewise.
23053         (config-cflags-avx): Likewise.
23054         (config-cflags-sse2avx): Likewise.
23055         (have-mfma4): Likewise.
23056         (config-cflags-novzeroupper): Likewise.
23057         * sysdeps/mach/configure.in (MIG): Likewise.
23058         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23059         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23060         LIBC_CONFIG_VAR.
23061         (config-cflags-avx): Likewise.
23062         (config-cflags-sse2avx): Likewise.
23063         (have-mfma4): Likewise.
23064         (config-cflags-novzeroupper): Likewise.
23065         * configure: Regenerated.
23066         * sysdeps/i386/configure: Likewise.
23067         * sysdeps/mach/configure: Likewise.
23068         * sysdeps/sparc/configure: Likewise.
23069         * sysdeps/x86_64/configure: Likewise.
23070
23071 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23072
23073         [BZ #14812]
23074         * locale/programs/localedef.c (options): Put N_ translation marker
23075         on argument names, not just descriptions.
23076
23077 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23078
23079         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23080
23081 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23082
23083         [BZ #14176]
23084         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23085
23086 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23087
23088         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23089         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23090         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23091         [!BEFORE_ABORT] (before_abort): New function.
23092         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23093         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23094         (writev_for_fatal): New function.
23095         (WRITEV_FOR_FATAL): New macro; call that.
23096         (backtrace_and_maps): New function.
23097         (BEFORE_ABORT): New macro; call that.
23098         (struct str_list): Type removed.
23099         (__libc_message, __libc_fatal): Functions removed.
23100         Include <sysdeps/posix/libc_fatal.c> instead.
23101
23102 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23103
23104         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23105         constants.
23106         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23107         double constants.
23108
23109 2013-03-19  Andreas Schwab  <schwab@suse.de>
23110
23111         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23112         * sysdeps/gnu/configure: Regenerate.
23113
23114         * configure.in: Substitute libc_cv_rtlddir.
23115         * configure: Regenerate.
23116         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23117         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23118         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23119         * elf/Makefile (install-others, CFLAGS-interp.c)
23120         (ldso_install, common-ldd-rewrite): Likewise.
23121         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23122         $(inst_slibdir)/$(rtld-installed-name).
23123         * scripts/rellns-sh: Add -p option.
23124         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23125         for source.
23126
23127 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23128
23129         * manual/nptl.texi: Renamed to ...
23130         * manual/threads.texi: ... this.
23131         * manual/Makefile (chapters): Update.
23132
23133 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23134
23135         [BZ #14812]
23136         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23137         on argument names, not just descriptions.
23138         * malloc/memusagestat.c (options): Likewise.
23139         * nss/getent.c (options): Likewise.
23140
23141 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23142
23143         [BZ #14812]
23144         * iconv/iconv_prog.c (options): Put N_ translation marker
23145         on argument names, not just descriptions.
23146         * iconv/iconvconfig.c (options): Likewise.
23147
23148 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23149
23150         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23151         implementation which is faster on all x86_64 architectures.
23152         Tested on AMD, Intel Nehalem, SNB, IVB.
23153         * sysdeps/x86_64/strnlen.S: Likewise.
23154
23155         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23156         Remove all multiarch strlen and strnlen versions.
23157         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23158         Remove strlen and strnlen related parts.
23159
23160         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23161         Inline strlen part.
23162         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23163
23164         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23165         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23166         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23167         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23168         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23169         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23170
23171 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23172
23173         * manual/memory.texi (Malloc Tunable Parameters):
23174         Sort parameters alphabetically. Add comments for missing entries.
23175
23176 2013-03-17  David S. Miller  <davem@davemloft.net>
23177
23178         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23179
23180 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23181
23182         [BZ #15283]
23183         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23184         for arguments at most half maximum finite value.
23185         * math/libm-test.inc (j0_test): Add more tests.
23186         (j1_test): Likewise.
23187         (y0_test): Likewise.
23188         (y1_test): Likewise.
23189         * sysdeps/i386/fpu/libm-test-ulps: Update.
23190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23191
23192         [BZ #14155]
23193         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23194         1 / x and functions P and Q for arguments above 0x1p256L.
23195         (__ieee754_y0l): Likewise.
23196         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23197         (__ieee754_y1l): Likewise.
23198         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23199         (j1_test): Likewise.
23200         (y0_test): Likewise.
23201         (y1_test): Likewise.
23202
23203 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23204
23205         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23206         variable.
23207
23208 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23209
23210         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23211         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23212         zero since it's initialized to EXEC_PAGESIZE.
23213
23214         * sysdeps/unix/sysv/linux/ldsodefs.h
23215         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23216         * sysdeps/generic/ldsodefs.h: ... here.
23217
23218 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23219
23220         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23221
23222         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23223         math/test-snan.c.
23224         * math/test-snan.c: Renamed from
23225         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23226         * math/Makefile (tests): Add test-snan.
23227         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23228         test-powerpc-snan.
23229
23230         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23231         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23232         functions.
23233         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23234         __builtin_nan family of functions.
23235         * math/libm-test.inc (initialize): Initialize qnan_value with
23236         __builtin_nan family of functions.
23237         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23238         Remove variables.
23239         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23240         Remove functions.
23241         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23242         storage class.  Initialize qNaN_var and sNaN_var with
23243         __builtin_nan and __builtin_nans families of functions,
23244         respectively.
23245
23246         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23247         (sqrt_test): Remove duplicate test with qNaN input.
23248         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23249         (round_test, signbit_test, significand_test): Note missing +/-Inf
23250         as well as qNaN tests.
23251
23252         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23253         qNaN_var.  Fix a few strings, too.
23254         * math/libm-test.inc (nan_value): Rename to qnan_value.
23255         * math/gen-libm-test.pl (%beautify): Adjust to that.
23256         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23257         * math/test-misc.c (main): Likewise.
23258         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23259         to __qnan_bytes, and __qnan_union, respectively.
23260         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23261         Likewise.
23262         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23263         and lqnanval, respectively.
23264         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23265         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23266         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23267         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23268
23269         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23270         * math/test-misc.c (main) [__x86_64__]: Enable test for long
23271         doubles.
23272
23273         * math/test-misc.c (main): Fix copy'n'pastos.
23274         * misc/tst-efgcvt.c (special): Likewise.
23275
23276         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23277         Remove declarations.
23278
23279 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23280
23281         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23282         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23283         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23284         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23285
23286 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23287
23288         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23289         macro to return vdso values correctly in IFUNC implementations.
23290         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23291         Optimization by using IFUNC.
23292
23293 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23294             Richard Henderson  <rth@redhat.com>
23295             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23296
23297         * Makefile.in (bench): New target.
23298         * NEWS: Mention the benchmark framework.
23299         * Rules (bench): Likewise.
23300         (binaries-bench): Generate binaries for functions to
23301         benchmark.
23302         * benchtests/Makefile: New makefile for benchmark tests.
23303         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23304         programs.
23305         * benchtests/exp-inputs: New input file for EXP function.
23306         * benchtests/pow-inputs: New input file for POW function.
23307         * scripts/bench.pl: New script to generate source files for
23308         benchmark programs.
23309
23310 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23311
23312         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23313         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23314         computations on mantissa.  Use macros for rounding and
23315         division.
23316         (denorm): Likewise.
23317         (__dbl_mp): Likewise.
23318         (add_magnitudes): Likewise.
23319         (sub_magnitudes): Likewise.
23320         (__mul): Likewise.
23321         (__sqr): Likewise.
23322         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23323         powers of two in terms of TWOPOW macro.
23324         (mp_no): Make type of mantissa as MANTISSA_T.
23325         [!RADIXI]: Define RADIXI.
23326         [!TWO52]: Define TWO52.
23327         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23328
23329         * manual/nptl.texi (cindex): Modify threads to pthreads.
23330
23331 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
23332
23333         * sysdeps/x86_64/preconfigure: Regenerated.
23334
23335 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
23336
23337         [BZ #14155]
23338         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
23339         0x1p28 and above.
23340         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
23341         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
23342         0x1p28 and above.
23343         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
23344         * math/libm-test.inc (j0_test): Do not allow one spurious
23345         underflow exception.
23346         (y1_test): Likewise.
23347
23348 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23349
23350         * manual/Makefile (chapters): Add nptl.
23351         * manual/debug.texi (Debugging Support): Add link to Threads
23352         chapter.
23353         * manual/nptl.texi: New file.
23354
23355         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23356
23357 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23358
23359         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23360         for non-NULL pointer before the memory validity test. Pointed
23361         out by Holger Brunck <holger.brunck@keymile.com>.
23362
23363 2013-03-13  Andreas Schwab  <schwab@suse.de>
23364
23365         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23366         instead of .os.
23367
23368 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
23369
23370         * timezone/zic.c: Update from tzcode 2013b.
23371
23372 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
23373
23374         * manual/install.texi (Configuring and compiling):
23375         Mention i686 and i586.
23376         * INSTALL: Regenerate.
23377
23378 2013-03-12  Roland McGrath  <roland@hack.frob.com>
23379
23380         * sysdeps/init_array/elf-init.c: New file.
23381         * csu/elf-init.c
23382         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23383         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23384
23385         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23386         __gmon_start__ as global, but as static with a .preinit_array pointer.
23387         * sysdeps/init_array/gmon-start.c: New file.  Use that.
23388         * sysdeps/init_array/crti.S: New file, empty except for comments.
23389         * sysdeps/init_array/crtn.S: Likewise.
23390
23391 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
23392
23393         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23394         definining bcopy.
23395         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23396         Remove Prefer_SSE_for_memop.
23397         * sysdeps/x86_64/multiarch/init-arch.h: Remove
23398         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23399         HAS_PREFER_SSE_FOR_MEMOP.
23400         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23401         memset-x86-64.
23402         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23403         Remove bzero, memset ifunc support.
23404         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23405         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23406         * sysdeps/x86_64/multiarch/memset.S: Likewise.
23407         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23408
23409 2013-03-11  Andreas Schwab  <schwab@suse.de>
23410
23411         [BZ #15234]
23412         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23413         by SHLIB_COMPAT.
23414         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23415         (GLIBC_2.16): Remove pthread_atfork.
23416
23417 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
23418
23419         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23420         (ptestcases.h): Likewise.
23421
23422 2013-03-08  Roland McGrath  <roland@hack.frob.com>
23423
23424         * Makeconfig ($(common-objpfx)config.status): Depend on
23425         sysdeps/*/preconfigure{,.in} too.
23426
23427 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
23428
23429         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23430         (__free_hook): Use void * instead of __malloc_ptr_t.
23431         (__malloc_hook): Likewise.
23432         (__realloc_hook): Likewise.
23433         (__memalign_hook): Likewise.
23434         (__after_morecore_hook): Likewise.
23435         * malloc/arena.c (save_malloc_hook): Likewise.
23436         (save_free_hook): Likewise.
23437         * malloc/hooks.c (malloc_hook_ini): Likewise.
23438         (realloc_hook_ini): Likewise.
23439         (memalign_hook_ini): Likewise.
23440         * malloc/malloc.c (malloc_hook_ini): Likewise.
23441         (realloc_hook_ini): Likewise.
23442         (memalign_hook_ini): Likewise.
23443         (__free_hook): Likewise.
23444         (__malloc_hook): Likewise.
23445         (__realloc_hook): Likewise.
23446         (__memalign_hook): Likewise.
23447         (__libc_malloc): Likewise.
23448         (__libc_free): Likewise.
23449         (__libc_realloc): Likewise.
23450         (__libc_memalign): Likewise.
23451         (__libc_valloc): Likewise.
23452         (__libc_pvalloc): Likewise.
23453         (__libc_calloc): Likewise.
23454         (__posix_memalign): Likewise.
23455         * malloc/morecore.c (__sbrk): Likewise.
23456         (__default_morecore): Likewise.
23457
23458         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23459
23460         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23461         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23462         __malloc_ptrdiff_t.
23463
23464         * malloc/malloc.h (__malloc_size_t): Remove macro.
23465         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23466         __malloc_size_t.
23467         (old_memalign_hook): Likewise.
23468         (old_realloc_hook): Likewise.
23469         (struct hdr): Likewise.
23470         (flood): Likewise.
23471         (mallochook): Likewise.
23472         (memalignhook): Likewise.
23473         (reallochook): Likewise.
23474         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23475         (tr_old_realloc_hook): Likewise.
23476         (tr_old_memalign_hook): Likewise.
23477         (tr_mallochook): Likewise.
23478         (tr_reallochook): Likewise.
23479         (tr_memalignhook): Likewise.
23480
23481 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23482
23483         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23484         default_ldbl_pack and using as default implementation.
23485         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23486         implementation.
23487         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23488         redundant definition.
23489         (ldbl_insert_mantissa): Likewise.
23490         (ldbl_canonicalize): Likewise.
23491         (ldbl_nearbyint): Likewise.
23492         (ldbl_pack): Rename to ldbl_pack_ppc.
23493         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23494         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23495         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23496
23497 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23498
23499         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23500         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23501         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23502         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23503         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23504         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23505         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23506         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23507
23508 2013-03-07  Andreas Jaeger  <aj@suse.de>
23509
23510         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23511         bits/mman-linux.h.
23512
23513 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23514
23515         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23516         Include mpa.h and declare __MPEXP.
23517         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23518         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23519         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23520         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23521         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23522         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23523         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23524
23525         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23526         (__slowpow): Use long double EXPL and LOGL functions to
23527         compute POW.
23528         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23529         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23530         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23531         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23532         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23533         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23534
23535         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23536         intermediate variable to calculate exponent.
23537         (__sqr): Likewise.
23538         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23539         Likewise.
23540         (__sqr): Likewise.
23541
23542         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23543         [!NO__SQR]: Define __sqr.
23544         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23545         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23546         sysdeps/ieee754/dbl-64/mpa.c.
23547         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23548
23549         [BZ #12723]
23550         * posix/Makefile (tests): Add tst-pathconf.
23551         * posix/tst-pathconf.c: New test case.
23552         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23553         _PC_PIPE_BUF.
23554         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23555
23556 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23557
23558         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23559
23560 2013-03-06  Andreas Jaeger  <aj@suse.de>
23561
23562         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23563         definition via __MAP_ANONYMOUS.
23564
23565         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23566         it's not part of Linux headers.
23567
23568         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23569         (MAP_HUGE_MASK): Define.
23570
23571         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23572         Define.
23573         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23574         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23575         Define.
23576         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23577         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23578         Define.
23579         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23580         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23581         Define.
23582         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23583
23584         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23585         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23586         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23587         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23588         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23589         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23590
23591         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23592         Handle f2fs.
23593
23594         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23595         Handle f2fs and efivarfs.
23596
23597         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23598         f2fs.
23599
23600         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23601         (EFIVARFS_MAGIC): Add.
23602         (F2FS_LINK_MAX): Add.
23603
23604 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23605
23606         * stdio-common/vfprintf.c: Replace __builtin_expect with
23607         __glibc_unlikely.
23608
23609 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23610
23611         [BZ #13550]
23612         * sysdeps/generic/bp-sym.h: Remove file.
23613         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23614         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23615         <bp-sym.h> and <bp-asm.h>.
23616         (__longjmp): Don't use BP_SYM.
23617         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23618         and <bp-asm.h>.
23619         (memcpy): Don't use BP_SYM.
23620         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23621         <bp-sym.h> and <bp-asm.h>.
23622         (memcpy): Don't use BP_SYM.
23623         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23624         <bp-asm.h>.
23625         (memcpy): Don't use BP_SYM.
23626         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23627         <bp-asm.h>.
23628         (memset): Don't use BP_SYM.
23629         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23630         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23631         (__bzero): Don't use BP_SYM.
23632         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23633         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23634         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23635         <bp-sym.h> and <bp-asm.h>.
23636         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23637         pointers.
23638         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23639         <bp-sym.h> and <bp-asm.h>.
23640         (memcpy): Don't use BP_SYM.
23641         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23642         <bp-sym.h> and <bp-asm.h>.
23643         (memset): Don't use BP_SYM.
23644         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23645         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23646         (__bzero): Don't use BP_SYM.
23647         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23648         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23649         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23650         <bp-sym.h> and <bp-asm.h>.
23651         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23652         pointers.
23653         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23654         <bp-sym.h> and <bp-asm.h>.
23655         (memcpy): Don't use BP_SYM.
23656         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23657         <bp-sym.h> and <bp-asm.h>.
23658         (memset): Don't use BP_SYM.
23659         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23660         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23661         (__bzero): Don't use BP_SYM.
23662         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23663         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23664         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23665         <bp-sym.h> and <bp-asm.h>.
23666         (__memchr): Don't use BP_SYM.
23667         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23668         <bp-sym.h> and <bp-asm.h>.
23669         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23670         pointers.
23671         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23672         <bp-sym.h> and <bp-asm.h>.
23673         (memcpy): Don't use BP_SYM.
23674         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23675         <bp-sym.h> and <bp-asm.h>.
23676         (__mempcpy): Don't use BP_SYM.
23677         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23678         <bp-sym.h> and <bp-asm.h>.
23679         (__memrchr): Don't use BP_SYM.
23680         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23681         <bp-sym.h> and <bp-asm.h>.
23682         (memset): Don't use BP_SYM.
23683         (__bzero): Likewise.
23684         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23685         <bp-sym.h> and <bp-asm.h>.
23686         (__rawmemchr): Don't use BP_SYM.
23687         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23688         <bp-sym.h> and <bp-asm.h>.
23689         (__STRCMP): Don't use BP_SYM.
23690         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23691         <bp-sym.h> and <bp-asm.h>.
23692         (strchr): Don't use BP_SYM.
23693         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23694         <bp-sym.h> and <bp-asm.h>.
23695         (__strchrnul): Don't use BP_SYM.
23696         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23697         <bp-sym.h> and <bp-asm.h>.
23698         (strlen): Don't use BP_SYM.
23699         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23700         <bp-sym.h> and <bp-asm.h>.
23701         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23702         pointers.
23703         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23704         <bp-sym.h> and <bp-asm.h>.
23705         (__strnlen): Don't use BP_SYM.
23706         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23707         <bp-sym.h> and <bp-asm.h>.
23708         (__GI__setjmp): Don't use BP_SYM.
23709         (_setjmp): Likewise.
23710         (__sigsetjmp): Likewise.
23711         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23712         (L(start_addresses)): Don't use BP_SYM.
23713         (_start): Likewise.
23714         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23715         <bp-asm.h>.
23716         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23717         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23718         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23719         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23720         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23721         <bp-asm.h>.
23722         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23723         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23724         about bounded pointers.
23725         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23726         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23727         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23728         <bp-asm.h>.
23729         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23730         about bounded pointers.  Remove GKM FIXME comments.
23731         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23732         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23733         <bp-asm.h>.
23734         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23735         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23736         Remove GKM FIXME comments.
23737         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23738         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23739         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23740         <bp-asm.h>.
23741         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23742         about bounded pointers.  Remove GKM FIXME comment.
23743         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23744         and <bp-asm.h>.
23745         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23746         pointers.
23747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23748         <bp-sym.h> and <bp-asm.h>.
23749         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23751         <bp-sym.h> and <bp-asm.h>.
23752         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23753         comment.
23754
23755 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23756
23757         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23758         call free(NULL).
23759
23760 2013-03-05  David S. Miller  <davem@davemloft.net>
23761
23762         * po/es.po: Update from translation team.
23763
23764 2013-03-05  Andreas Jaeger  <aj@suse.de>
23765
23766         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23767         <bits/mman-linux.h>.
23768         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23769         is fine.
23770         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23771         <bits/mman-linux.h> to end of file.
23772         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23773         is fine.
23774         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23775         <bits/mman-linux.h> to end of file.
23776         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23777         is fine.
23778         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23779         <bits/mman-linux.h> to end of file.
23780
23781         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23782         (MCL_CURRENT, MCL_FUTURE): Define here.
23783
23784 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23785
23786         [BZ #15232]
23787         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23788         attribute_hidden.
23789         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23790
23791 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23792
23793         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23794         fourth parameter needed for rt_sigprocmask syscall.
23795         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23796         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23797         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23798         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23799         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23800         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23801
23802 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23803
23804         [BZ #13550]
23805         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23806         comment about bounded pointers.
23807         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23808         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23809
23810 2013-03-04  Andreas Jaeger  <aj@suse.de>
23811
23812         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23813         common definitions.
23814
23815         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23816         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23817         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23818         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23819         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23820         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23821
23822 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23823
23824         [BZ #15055]
23825         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23826         __ieee754_sqrl instead of __sqrl.
23827
23828 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23829
23830         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23831         * sysdeps/powerpc/fpu_control.h: ... here.
23832         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23833         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23834         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23835         * sysdeps/powerpc/bits/mathinline.h: ... here.
23836
23837 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23838
23839         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23840         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23841         to just [NEED_DL_SYSINFO_DSO].
23842         * elf/dl-support.c: Likewise.
23843         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23844         * elf/rtld.c (dl_main): Likewise.
23845         * elf/setup-vdso.h (setup_vdso): Likewise.
23846         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23847         * sysdeps/unix/sysv/linux/dl-sysdep.c
23848         (_dl_discover_osversion): Likewise.
23849
23850 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23851
23852         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23853         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23854
23855 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23856
23857         * NEWS: Mention libm performance improvements and non-x86 PI
23858         futex support.
23859
23860         * csu/libc-start.c (__pthread_initialize_minimal): Change
23861         function arguments.
23862         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23863
23864 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23865
23866         [BZ #13550]
23867         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23868         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23869         <bp-sym.h> and <bp-asm.h>.
23870         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23871         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23872         and <bp-asm.h>.
23873         (memcpy): Don't use BP_SYM.
23874         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23875         <bp-asm.h>.
23876         (__mpn_add_n): Don't use BP_SYM.
23877         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23878         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23879         and <bp-asm.h>.
23880         (__mpn_addmul_1): Don't use BP_SYM.
23881         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23882         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23883         <bp-sym.h>.
23884         (_setjmp): Don't use BP_SYM.
23885         (__novmx_setjmp): Likewise.
23886         (__GI__setjmp): Likewise.
23887         (__vmx_setjmp): Likewise.
23888         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23889         <bp-sym.h>.
23890         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23891         (__bzero): Don't use BP_SYM.
23892         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23893         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23894         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23895         <bp-sym.h> and <bp-asm.h>.
23896         (memcpy): Don't use BP_SYM.
23897         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23898         <bp-sym.h> and <bp-asm.h>.
23899         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23900         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23901         <bp-sym.h> and <bp-asm.h>.
23902         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23903         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23904         <bp-asm.h>.
23905         (__mpn_lshift): Don't use BP_SYM.
23906         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23907         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23908         <bp-asm.h>.
23909         (memset): Don't use BP_SYM.
23910         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23911         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23912         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23913         <bp-asm.h>.
23914         (__mpn_mul_1): Don't use BP_SYM.
23915         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23916         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23917         <bp-sym.h> and <bp-asm.h>.
23918         (memcmp): Don't use BP_SYM.
23919         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23920         <bp-sym.h> and <bp-asm.h>.
23921         (memcpy): Don't use BP_SYM.
23922         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23923         <bp-sym.h> and <bp-asm.h>.
23924         (memset): Don't use BP_SYM.
23925         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23926         <bp-sym.h> and <bp-asm.h>.
23927         (strncmp): Don't use BP_SYM.
23928         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23929         <bp-sym.h> and <bp-asm.h>.
23930         (memcpy): Don't use BP_SYM.
23931         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23932         <bp-sym.h> and <bp-asm.h>.
23933         (memset): Don't use BP_SYM.
23934         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23935         <bp-sym.h> and <bp-asm.h>.
23936         (__memchr): Don't use BP_SYM.
23937         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23938         <bp-sym.h> and <bp-asm.h>.
23939         (memcmp): Don't use BP_SYM.
23940         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23941         <bp-sym.h> and <bp-asm.h>.
23942         (memcpy): Don't use BP_SYM.
23943         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23944         <bp-sym.h> and <bp-asm.h>.
23945         (__mempcpy): Don't use BP_SYM.
23946         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23947         <bp-sym.h> and <bp-asm.h>.
23948         (__memrchr): Don't use BP_SYM.
23949         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23950         <bp-sym.h> and <bp-asm.h>.
23951         (memset): Don't use BP_SYM.
23952         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23953         <bp-sym.h> and <bp-asm.h>.
23954         (__rawmemchr): Don't use BP_SYM.
23955         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23956         <bp-sym.h> and <bp-asm.h>.
23957         (__STRCMP): Don't use BP_SYM.
23958         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23959         <bp-sym.h> and <bp-asm.h>.
23960         (strchr): Don't use BP_SYM.
23961         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23962         <bp-sym.h> and <bp-asm.h>.
23963         (__strchrnul): Don't use BP_SYM.
23964         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23965         <bp-sym.h> and <bp-asm.h>.
23966         (strlen): Don't use BP_SYM.
23967         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23968         <bp-sym.h> and <bp-asm.h>.
23969         (strncmp): Don't use BP_SYM.
23970         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23971         <bp-sym.h> and <bp-asm.h>.
23972         (__strnlen): Don't use BP_SYM.
23973         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23974         <bp-asm.h>.
23975         (__mpn_rshift): Don't use BP_SYM.
23976         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23977         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23978         <bp-sym.h> and <bp-asm.h>.
23979         (__sigsetjmp): Don't use BP_SYM.
23980         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23981         (L(start_addresses)): Don't use BP_SYM.
23982         (_start): Likewise.
23983         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23984         <bp-asm.h>.
23985         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23986         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23987         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23988         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23989         <bp-asm.h>.
23990         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23991         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23992         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23993         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23994         <bp-asm.h>.
23995         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23996         comments.
23997         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23998         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23999         <bp-asm.h>.
24000         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24001         FIXME comments.
24002         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24003         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24004         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24005         <bp-asm.h>.
24006         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24007         comment.
24008         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24009         and <bp-asm.h>.
24010         (strncmp): Don't use BP_SYM,
24011         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24012         <bp-asm.h>.
24013         (__mpn_sub_n): Don't use BP_SYM.
24014         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24015         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24016         and <bp-asm.h>.
24017         (__mpn_submul_1): Don't use BP_SYM.
24018         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24020         <bp-sym.h> and <bp-asm.h>.
24021         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24023         <bp-sym.h> and <bp-asm.h>.
24024         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24025         comment.
24026
24027 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24028
24029         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24030         Use ZK to minimize writes to Z.
24031         (sub_magnitudes): Simplify code a bit.
24032         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24033         Use ZK to minimize writes to Z.
24034         (sub_magnitudes): Simplify code a bit.
24035
24036 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24037
24038         * csu/gmon-start.c: Add special exception to license text.
24039
24040 2013-02-27  Richard Henderson  <rth@redhat.com>
24041
24042         * scripts/config.guess: Update from config.git.
24043         * scripts/config.sub: Likewise.
24044
24045 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24046
24047         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24048
24049         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24050
24051         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24052
24053         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24054
24055         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24056
24057 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24058
24059         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24060         [$(build-shared = yes].
24061
24062 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24063
24064         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24065         (__mul): Reduce iterations for calculating mantissa.
24066
24067         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24068         MPTWO.
24069         (__mpranred): Likewise.
24070
24071         [BZ #15160]
24072         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24073         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24074
24075 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24076
24077         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24078         Define __attribute__.
24079
24080 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24081
24082         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24083         unused.
24084         * posix/regex_internal.h (__attribute): Remove.
24085         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24086         (re_string_context_at): Likewise.
24087         (bitset_not): Use __attribute__ and mark function as possibly
24088         unused.
24089         (bitset_merge): Likewise.
24090         (bitset_mask): Likewise.
24091         (re_string_char_size_at): Likewise.
24092         (re_string_wchar_at): Likewise.
24093         (re_string_elem_size_at): Likewise.
24094
24095 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24096
24097         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24098         code.
24099         (cc32): Likewise.
24100
24101         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24102         (__acr): Likewise.
24103         (__cpy): Likewise.
24104         (norm): Likewise.
24105         (denorm): Likewise.
24106         (__dbl_mp): Likewise.
24107         (add_magnitudes): Likewise.
24108         (sub_magnitudes): Likewise.
24109         (__mul): Likewise.
24110         (__inv): Likewise.
24111
24112         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24113         style.
24114
24115         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24116         style.
24117
24118         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24119         code.
24120
24121         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24122         up changes with default code.
24123         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24124         Likewise.
24125
24126 2013-02-24  Allan McRae  <allan@archlinux.org>
24127
24128         * manual/socket.texi (The Internet Namespace): Order menu items
24129         to match that in the file.
24130
24131         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24132         node listing of the info page menu.
24133
24134 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24135
24136         [BZ #13550]
24137         * sysdeps/i386/bp-asm.h: Remove file.
24138         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24139         (PARMS): Do not use macros from bp-asm.h.
24140         (S1): Likewise.
24141         (S2): Likewise.
24142         (SIZE): Likewise.
24143         (__mpn_add_n): Do not use BP_SYM
24144         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24145         "bp-asm.h".
24146         (PARMS): Do not use macros from bp-asm.h.
24147         (S1): Likewise.
24148         (SIZE): Likewise.
24149         (__mpn_addmul_1): Do not use BP_SYM
24150         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24151         "bp-asm.h".
24152         (PARMS): Do not use macros from bp-asm.h.
24153         (SIGMSK): Likewise.
24154         (_setjmp): Likewise.  Do not use BP_SYM.
24155         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24156         "bp-asm.h".
24157         (PARMS): Do not use macros from bp-asm.h.
24158         (SIGMSK): Likewise.
24159         (setjmp): Likewise.  Do not use BP_SYM.
24160         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24161         "bp-asm.h".
24162         (PARMS): Do not use macros from bp-asm.h.
24163         (__frexp): Do not use BP_SYM.
24164         (frexp): Likewise.
24165         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24166         "bp-asm.h".
24167         (PARMS): Do not use macros from bp-asm.h.
24168         (__frexpf): Do not use BP_SYM.
24169         (frexpf): Likewise.
24170         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24171         "bp-asm.h".
24172         (PARMS): Do not use macros from bp-asm.h.
24173         (__frexpl): Do not use BP_SYM.
24174         (frexpl): Likewise.
24175         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24176         "bp-asm.h".
24177         (PARMS): Do not use macros from bp-asm.h.
24178         (__remquo): Do not use BP_SYM.
24179         (remquo): Likewise.
24180         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24181         "bp-asm.h".
24182         (PARMS): Do not use macros from bp-asm.h.
24183         (__remquof): Do not use BP_SYM.
24184         (remquof): Likewise.
24185         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24186         "bp-asm.h".
24187         (PARMS): Do not use macros from bp-asm.h.
24188         (__remquol): Do not use BP_SYM.
24189         (remquol): Likewise.
24190         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24191         "bp-asm.h".
24192         (PARMS): Do not use macros from bp-asm.h.
24193         (DEST): Likewise.
24194         (SRC): Likewise.
24195         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24196         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24197         "bp-asm.h".
24198         (PARMS): Do not use macros from bp-asm.h.
24199         (strlen): Do not use BP_SYM.
24200         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24201         "bp-asm.h".
24202         (PARMS): Do not use macros from bp-asm.h.
24203         (S1): Likewise.
24204         (S2): Likewise.
24205         (SIZE): Likewise.
24206         (__mpn_add_n): Do not use BP_SYM.
24207         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24208         "bp-asm.h".
24209         (PARMS): Do not use macros from bp-asm.h.
24210         (S1): Likewise.
24211         (SIZE): Likewise.
24212         (__mpn_addmul_1): Do not use BP_SYM.
24213         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24214         weak_alias.
24215         (bzero): Likewise.
24216         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24217         "bp-asm.h".
24218         (PARMS): Do not use macros from bp-asm.h.
24219         (S): Likewise.
24220         (SIZE): Likewise.
24221         (__mpn_lshift): Do not use BP_SYM.
24222         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24223         "bp-asm.h".
24224         (PARMS): Do not use macros from bp-asm.h.
24225         (DEST): Likewise.
24226         (SRC): Likewise.
24227         (LEN): Likewise.
24228         (memcpy): Likewise.  Do not use BP_SYM.
24229         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24230         libc_hidden_def and weak_alias.
24231         (mempcpy): Do not use BP_SYM in weak_alias.
24232         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24233         "bp-asm.h".
24234         (PARMS): Do not use macros from bp-asm.h.
24235         (DEST): Likewise.
24236         (LEN): Likewise.
24237         [!BZERO_P] (CHR): Likewise.
24238         (memset): Likewise.  Do not use BP_SYM.
24239         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24240         "bp-asm.h".
24241         (PARMS): Do not use macros from bp-asm.h.
24242         (S1): Likewise.
24243         (SIZE): Likewise.
24244         (__mpn_mul_1): Do not use BP_SYM.
24245         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24246         "bp-asm.h".
24247         (PARMS): Do not use macros from bp-asm.h.
24248         (S): Likewise.
24249         (SIZE): Likewise.
24250         (__mpn_rshift): Do not use BP_SYM.
24251         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24252         "bp-asm.h".
24253         (PARMS): Do not use macros from bp-asm.h.
24254         (STR): Likewise.
24255         (CHR): Likewise.
24256         (strchr): Likewise.  Do not use BP_SYM.
24257         (index): Do not use BP_SYM in weak_alias.
24258         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24259         "bp-asm.h".
24260         (PARMS): Do not use macros from bp-asm.h.
24261         (DEST): Likewise.
24262         (SRC): Likewise.
24263         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
24264         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24265         "bp-asm.h".
24266         (PARMS): Do not use macros from bp-asm.h.
24267         (strlen): Do not use BP_SYM.
24268         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24269         "bp-asm.h".
24270         (PARMS): Do not use macros from bp-asm.h.
24271         (S1): Likewise.
24272         (S2): Likewise.
24273         (SIZE): Likewise.
24274         (__mpn_sub_n): Do not use BP_SYM.
24275         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24276         "bp-asm.h".
24277         (PARMS): Do not use macros from bp-asm.h.
24278         (S1): Likewise.
24279         (SIZE): Likewise.
24280         (__mpn_submul_1): Do not use BP_SYM.
24281         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24282         "bp-asm.h".
24283         (PARMS): Do not use macros from bp-asm.h.
24284         (S1): Likewise.
24285         (S2): Likewise.
24286         (SIZE): Likewise.
24287         (__mpn_add_n): Do not use BP_SYM.
24288         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24289         weak_alias.
24290         (bzero): Likewise.
24291         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24292         "bp-asm.h".
24293         (PARMS): Do not use macros from bp-asm.h.
24294         (BLK2): Likewise.
24295         (LEN): Likewise.
24296         (memcmp): Do not use BP_SYM.
24297         (bcmp): Do not use BP_SYM in weak_alias.
24298         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24299         "bp-asm.h".
24300         (PARMS): Do not use macros from bp-asm.h.
24301         (DEST): Likewise.
24302         (SRC): Likewise.
24303         (LEN): Likewise.
24304         (memcpy): Likewise.  Do not use BP_SYM.
24305         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24306         "bp-asm.h".
24307         (PARMS): Do not use macros from bp-asm.h.
24308         (DEST): Likewise.
24309         (SRC): Likewise.
24310         (LEN): Likewise.
24311         (memmove): Likewise.  Do not use BP_SYM.
24312         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24313         "bp-asm.h".
24314         (PARMS): Do not use macros from bp-asm.h.
24315         (DEST): Likewise.
24316         (SRC): Likewise.
24317         (LEN): Likewise.
24318         (__mempcpy): Likewise.  Do not use BP_SYM.
24319         (mempcpy): Do not use BP_SYM in weak_alias.
24320         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
24321         "bp-asm.h".
24322         (PARMS): Do not use macros from bp-asm.h.
24323         (DEST): Likewise.
24324         (LEN): Likewise.
24325         [!BZERO_P] (CHR): Likewise.
24326         (memset): Likewise.  Do not use BP_SYM.
24327         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24328         "bp-asm.h".
24329         (PARMS): Do not use macros from bp-asm.h.
24330         (STR2): Likewise.
24331         (strcmp): Do not use BP_SYM.
24332         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
24333         "bp-asm.h".
24334         (PARMS): Do not use macros from bp-asm.h.
24335         (STR): Likewise.
24336         (DELIM): Likewise.
24337         [USE_AS_STRTOK_R] (SAVE): Likewise.
24338         (FUNCTION): Likewise.  Do not use BP_SYM.
24339         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
24340         aliases.
24341         (strtok_r): Likewise.
24342         (__GI___strtok_r): Likewise.
24343         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24344         (PARMS): Do not use macros from bp-asm.h.
24345         (S): Likewise.
24346         (SIZE): Likewise.
24347         (__mpn_lshift): Do not use BP_SYM.
24348         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24349         (PARMS): Do not use macros from bp-asm.h.
24350         (STR): Likewise.
24351         (CHR): Likewise.
24352         (__memchr): Do not use BP_SYM.
24353         (memchr): Do not use BP_SYM in weak_alias.
24354         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24355         (PARMS): Do not use macros from bp-asm.h.
24356         (BLK2): Likewise.
24357         (LEN): Likewise.
24358         (memcmp): Do not use BP_SYM.
24359         (bcmp): Do not use BP_SYM in weak_alias.
24360         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24361         (PARMS): Do not use macros from bp-asm.h.
24362         (S1): Likewise.
24363         (SIZE): Likewise.
24364         (__mpn_mul_1): Do not use BP_SYM.
24365         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24366         "bp-asm.h".
24367         (PARMS): Do not use macros from bp-asm.h.
24368         (STR): Likewise.
24369         (CHR): Likewise.
24370         (__rawmemchr): Do not use BP_SYM.
24371         (rawmemchr): Do not use BP_SYM in weak_alias.
24372         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24373         (PARMS): Do not use macros from bp-asm.h.
24374         (S): Likewise.
24375         (SIZE): Likewise.
24376         (__mpn_rshift): Do not use BP_SYM.
24377         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24378         (PARMS): Do not use macros from bp-asm.h.
24379         (SIGMSK): Likewise.
24380         (__sigsetjmp): Likewise.  Do not use BP_SYM.
24381         * sysdeps/i386/start.S: Do not include "bp-sym.h".
24382         (_start): Do not use BP_SYM.
24383         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24384         (PARMS): Do not use macros from bp-asm.h.
24385         (DEST): Likewise.
24386         (SRC): Likewise.
24387         (__stpcpy): Likewise.  Do not use BP_SYM.
24388         (stpcpy): Do not use BP_SYM in weak_alias.
24389         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24390         "bp-asm.h".
24391         (PARMS): Do not use macros from bp-asm.h.
24392         (DEST): Likewise.
24393         (SRC): Likewise.
24394         (LEN): Likewise.
24395         (__stpncpy): Likewise.  Do not use BP_SYM.
24396         (stpncpy): Do not use BP_SYM in weak_alias.
24397         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24398         (PARMS): Do not use macros from bp-asm.h.
24399         (STR): Likewise.
24400         (CHR): Likewise.
24401         (strchr): Likewise.  Do not use BP_SYM.
24402         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24403         "bp-asm.h".
24404         (PARMS): Do not use macros from bp-asm.h.
24405         (STR): Likewise.
24406         (CHR): Likewise.
24407         (__strchrnul): Likewise.  Do not use BP_SYM.
24408         (strchrnul): Do not use BP_SYM in weak_alias.
24409         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24410         "bp-asm.h".
24411         (PARMS): Do not use macros from bp-asm.h.
24412         (STOP): Likewise.
24413         (strcspn): Do not use BP_SYM.
24414         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24415         "bp-asm.h".
24416         (PARMS): Do not use macros from bp-asm.h.
24417         (STR): Likewise.
24418         (STOP): Likewise.
24419         (strpbrk): Likewise.  Do not use BP_SYM.
24420         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24421         "bp-asm.h".
24422         (PARMS): Do not use macros from bp-asm.h.
24423         (STR): Likewise.
24424         (CHR): Likewise.
24425         (strrchr): Likewise.  Do not use BP_SYM.
24426         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24427         (PARMS): Do not use macros from bp-asm.h.
24428         (SKIP): Likewise.
24429         (strspn): Do not use BP_SYM.
24430         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24431         (PARMS): Do not use macros from bp-asm.h.
24432         (STR): Likewise.
24433         (DELIM): Likewise.
24434         (SAVE): Likewise.
24435         (FUNCTION): Likewise.  Do not use BP_SYM.
24436         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24437         aliases.
24438         (strtok_r): Likewise.
24439         (__GI___strtok_r): Likewise.
24440         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24441         (PARMS): Do not use macros from bp-asm.h.
24442         (S1): Likewise.
24443         (S2): Likewise.
24444         (SIZE): Likewise.
24445         (__mpn_sub_n): Do not use BP_SYM.
24446         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24447         "bp-asm.h".
24448         (PARMS): Do not use macros from bp-asm.h.
24449         (S1): Likewise.
24450         (SIZE): Likewise.
24451         (__mpn_submul_1): Do not use BP_SYM.
24452         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24453         <bp-sym.h>.
24454         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24455         and <bp-asm.h>.
24456         (PARMS): Do not use macros from bp-asm.h.
24457         (FLAGS): Likewise.
24458         (PTID): Likewise.
24459         (TLS): Likewise.
24460         (CTID): Likewise.
24461         (__clone): Do not use BP_SYM.
24462         (clone): Do not use BP_SYM in weak_alias.
24463         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24464         and <bp-asm.h>.
24465         (PARMS): Do not use macros from bp-asm.h.
24466         (LEN): Likewise.
24467         (__mmap64): Do not use BP_SYM.
24468         (mmap64): Do not use BP_SYM in weak_alias.
24469         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24470         <bp-sym.h> and <bp-asm.h>.
24471         (PARMS): Do not use macros from bp-asm.h.
24472         (__posix_fadvise64_l64): Do not use BP_SYM.
24473         * sysdeps/unix/sysv/linux/i386/semtimedop.S
24474         (PARMS): Do not use macros from bp-asm.h.
24475         (NSOPS): Likewise.
24476         (semtimedop): Do not use BP_SYM.
24477         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24478         and <bp-asm.h>.
24479
24480 2013-02-21  Allan McRae  <allan@archlinux.org>
24481
24482         * manual/message.texi (Charset conversion in gettext):
24483         Move @end statement to beginning of line.
24484
24485 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24486
24487         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24488         static.
24489         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24490         Likewise.
24491
24492         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24493         (denorm): Likewise.
24494         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24495         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24496
24497 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24498
24499         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24500         tail-call to the resolved function if pltexit isn't needed.
24501
24502 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24503
24504         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24505         or Y being zero as being unlikely.
24506         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24507         Likewise.
24508
24509 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24510
24511         * manual/nss.texi (System Databases and Name Service Switch):
24512         Remove frobnicate @pxref.
24513
24514 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24515
24516         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24517         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24518
24519 2013-02-20  Petr Machata  <pmachata@redhat.com>
24520
24521         * elf/elf.h (R_ARM_TARGET1): New macro.
24522         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24523         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24524         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24525         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24526         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24527         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24528         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24529         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24530         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24531         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24532         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24533         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24534         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24535         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24536         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24537         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24538         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24539         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24540         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24541         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24542         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24543         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24544         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24545         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24546         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24547         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24548         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24549         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24550         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24551         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24552         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24553         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24554         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24555         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24556         (R_ARM_THM_GOT_BREL12): Likewise.
24557         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24558         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24559         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24560         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24561         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24562         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24563         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24564         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24565         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24566
24567 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24568
24569         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24570         __attribute_used__ to __attribute__ ((unused)).
24571
24572 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24573
24574         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24575         powerpc mpa.c.
24576         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24577         comment formatting.
24578         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24579
24580 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24581
24582         [BZ #13550]
24583         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24584         Remove macro.
24585         (ENTER): Remove both macro definitions.
24586         (LEAVE): Likewise.
24587         (CHECK_BOUNDS_LOW): Likewise.
24588         (CHECK_BOUNDS_HIGH): Likewise.
24589         (CHECK_BOUNDS_BOTH): Likewise.
24590         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24591         (RETURN_BOUNDED_POINTER): Likewise.
24592         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24593         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24594         (POP_ERRNO_LOCATION_RETURN): Likewise.
24595         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24596         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24597         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24598         macros.
24599         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24600         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24601         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24602         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24603         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24604         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24605         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24606         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24607         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24608         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24609         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24610         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24611         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24612         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24613         removed macros.
24614         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24615         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24616         macros.
24617         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24618         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24619         * sysdeps/i386/i586/memset.S (memset): Likewise.
24620         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24621         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24622         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24623         macros.
24624         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24625         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24626         Change uses of L(2) to L(out).
24627         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24628         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24629         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24630         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24631         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24632         removed macros.
24633         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24634         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24635         macros.
24636         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24637         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24638         (RETURN): Do not use macro LEAVE.
24639         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24640         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24641         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24642         * sysdeps/i386/i686/memset.S (memset): Likewise.
24643         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24644         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24645         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24646         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24647         Likewise.
24648         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24649         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24650         L(1_2) and L(1_3) into L(1).
24651         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24652         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24653         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24654         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24655         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24656         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24657         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24658         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24659         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24660         macros.
24661         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24662         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24663         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24664         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24665         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24666         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24667         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24668         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24669         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24670         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24671         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24672         * sysdeps/i386/strspn.S (strspn): Likewise.
24673         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24674         conditional code.
24675         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24676         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24677         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24678         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24679         L(1_3) into L(1_1).
24680         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24681         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24682         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24683         macros.
24684         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24685
24686 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24687
24688         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24689         macro.
24690
24691 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24692
24693         * math/atest-exp.c (exp_mpn): Remove ROUND.
24694         * math/atest-exp2.c (exp_mpn): Likewise.
24695         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24696
24697         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24698         * stdlib/tst-tls-atexit-lib.c: Likewise.
24699         * stdlib/tst-tls-atexit.c: Likewise.
24700
24701 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24702
24703         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24704         and __attribute_alloc_size__.
24705
24706 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24707
24708         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24709         __attribute_alloc_size__.
24710         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24711         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24712
24713 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24714
24715         * include/programs/xmalloc.h: New file.
24716         * catgets/gencat.c: Include it.
24717         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24718         * elf/pldd.c: Likewise.
24719         * iconv/iconv_charmap.c: Likewise.
24720         * iconv/iconvconfig.c: Likewise.
24721         * iconv/strtab.c: Likewise.
24722         * locale/programs/locale.c: Likewise.
24723         * locale/programs/localedef.h: Likewise.
24724         * locale/programs/simple-hash.c: Likewise.
24725         * nscd/nscd.h: Likewise.
24726         * nss/makedb.c: Likewise.
24727         * sysdeps/generic/ldconfig.h: Likewise.
24728
24729 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24730
24731         * Versions.def: Add GLIBC_2.18.
24732         * include/link.h (struct link_map): New member l_tls_dtor_count.
24733         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24734         (__call_tls_dtors): Likewise.
24735         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24736         __cxa_thread_atexit_impl.
24737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24738         Likewise.
24739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24740         Likewise.
24741         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24742         Likewise.
24743         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24744         Likewise.
24745         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24746         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24747         Likewise.
24748         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24749         Likewise.
24750         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24751         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24752         Likewise.
24753         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24754         (tests): Add test case tst-tls-atexit.
24755         (modules-names): Add shared library for tst-tls-atexit.
24756         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24757         (GLIBC_PRIVATE): Add __call_tls_dtors.
24758         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24759         for libstdc++.
24760         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24761         * stdlib/tst-tls-atexit.c: New test case.
24762         * stdlib/tst-tls-atexit-lib.c: New test case.
24763
24764         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24765
24766         * elf/Versions (ld): Add _dl_find_dso_for_object.
24767         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24768         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24769         (dl_open_worker): Use _dl_find_dso_for_object.
24770         * elf/dl-sym.c (do_sym): Likewise.
24771         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24772
24773 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24774
24775         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24776         Syntactic changes only.
24777         (_dl_runtime_profile): Do a tail-call to the resolved function.
24778
24779 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24780
24781         [BZ #13550]
24782         * sysdeps/x86_64/bp-asm.h: Remove file.
24783         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24784         <bp-sym.h> and <bp-asm.h>.
24785         (__clone): Do not use BP_SYM.
24786         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24787         <bp-sym.h> and <bp-asm.h>.
24788         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24789         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24790         "bp-asm.h".
24791         (_setjmp): Do not use BP_SYM.
24792         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24793         "bp-asm.h".
24794         (setjmp): Do not use BP_SYM.
24795         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24796         libc_hidden_def.
24797         (mempcpy): Do not use BP_SYM in weak_alias.
24798         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24799         "bp-asm.h".
24800         (strchr): Do not use BP_SYM.
24801         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24802         "bp-asm.h".
24803         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24804         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24805         (_start): Do not use BP_SYM.
24806         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24807         "bp-asm.h".
24808         (strcat): Do not use BP_SYM.
24809         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24810         "bp-asm.h".
24811         (STRCMP): Do not use BP_SYM.
24812         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24813         "bp-asm.h".
24814         (STRCPY): Do not use BP_SYM.
24815         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24816         "bp-asm.h".
24817         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24818         "bp-asm.h".
24819         (FUNCTION): Do not use BP_SYM.
24820         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24821         weak_alias.
24822         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24823
24824 2013-02-17  Andreas Jaeger  <aj@suse.de>
24825
24826         * time/Versions: Sort entries.
24827         * string/Versions: Likewise.
24828         * resolv/Versions: Likewise.
24829         * posix/Versions: Likewise.
24830         * iconv/Versions: Likewise.
24831         * elf/Versions: Likewise.
24832         * wcsmbs/Versions: Likewise.
24833
24834 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24835
24836         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24837         loop termination condition.
24838
24839         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24840         variable to calculate EZ.
24841         (__sqr): Likewise.
24842
24843         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24844         the lower precision input.
24845
24846 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24847
24848         [BZ #13550]
24849         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24850         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24851         (run-via-rtld-prefix): Do not handle %-bp tests.
24852         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24853         (all-object-suffixes): Remove .ob.
24854         (bppfx): Remove variable.
24855         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24856         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24857         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24858         [$(build-bounded) = yes] (libtype.ob): Likewise.
24859         * Makerules (elide-routines.ob): Remove variable.
24860         (do-tests-clean): Do not handle *-bp.out.
24861         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24862         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24863         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24864         (tests): Do not include $(tests-bp.out).
24865         (xtests): Do not include $(xtests-bp.out).
24866         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24867         [$(build-bounded) = yes] ($(addprefix
24868         $(objpfx),$(binaries-bounded))): Remove rule.
24869         ($(objpfx)%-bp.out): Remove rule.
24870         * config.make.in (build-bounded): Remove variable.
24871         * crypt/Makefile [$(build-bounded) = yes]
24872         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24873         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24874         append to variable.
24875         [$(build-bounded) = yes] (install-lib): Likewise.
24876         [$(build-bounded) = yes] (generated): Likewise.
24877         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24878         Remove rule.
24879         * intl/Makefile [$(build-bounded) = yes]
24880         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24881         * math/Makefile [$(build-bounded) = yes]
24882         ($(tests:%=$(objpfx)%-bp): Likewise.
24883         * misc/Makefile [$(build-bounded) = yes]
24884         ($(objpfx)tst-tsearch-bp): Likewise.
24885         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24886         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24887         Remove dependency.
24888         * string/Makefile (o-objects.ob): Remove variable.
24889         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24890         (CFLAGS-.ob): Remove variable.
24891         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24892         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24893         both definitions of variable.
24894         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24895         (ASFLAGS-.ob): Remove variable.
24896
24897 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24898
24899         [BZ #13550]
24900         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24901         Remove __BOUNDED_POINTERS__ from condition.
24902         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24903         * string/bits/string2.h [!__NO_STRING_INLINES &&
24904         !__BOUNDED_POINTERS__]: Likewise.
24905         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24906         Likewise.
24907         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24908         Remove conditional code.
24909         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24910         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24911         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24912         condition.
24913
24914         [BZ #13550]
24915         * csu/libc-start.c: Do not include <bp-sym.h>.
24916         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24917         * elf/dl-open.c: Do not include <bp-sym.h>.
24918         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24919         * math/fegetenv.c: Do not include <bp-sym.h>.
24920         (fegetenv): Do not use BP_SYM in versioned symbols.
24921         * nptl/sysdeps/pthread/bits/libc-lockP.h
24922         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24923         <bp-sym.h>.
24924         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24925         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24926         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24927         (__pthread_mutex_destroy): Likewise.
24928         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24929         (__pthread_mutex_lock): Likewise.
24930         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24931         (__pthread_mutex_trylock): Likewise.
24932         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24933         (__pthread_mutex_unlock): Likewise.
24934         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24935         (__pthread_mutexattr_init): Likewise.
24936         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24937         (__pthread_mutexattr_destroy): Likewise.
24938         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24939         (__pthread_mutexattr_settype): Likewise.
24940         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24941         (__pthread_rwlock_init): Likewise.
24942         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24943         (__pthread_rwlock_destroy): Likewise.
24944         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24945         (__pthread_rwlock_rdlock): Likewise.
24946         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24947         (__pthread_rwlock_tryrdlock): Likewise.
24948         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24949         (__pthread_rwlock_wrlock): Likewise.
24950         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24951         (__pthread_rwlock_trywrlock): Likewise.
24952         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24953         (__pthread_rwlock_unlock): Likewise.
24954         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24955         (__pthread_key_create): Likewise.
24956         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24957         (__pthread_setspecific): Likewise.
24958         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24959         (__pthread_getspecific): Likewise.
24960         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24961         Likewise.
24962         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24963         (_pthread_cleanup_push_defer): Likewise.
24964         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24965         (_pthread_cleanup_pop_restore): Likewise.
24966         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24967         (pthread_setcancelstate): Likewise.
24968         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24969         <bp-sym.h>.
24970         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24971         (memchr): Do not use BP_SYM in weak_alias.
24972         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24973         (fegetenv): Do not use BP_SYM in versioned symbols.
24974         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24975         (fesetenv): Do not use BP_SYM in versioned symbols.
24976         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24977         (feupdateenv): Do not use BP_SYM in versioned symbols.
24978         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24979         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24980         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24981         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24982         (open64): Do not use BP_SYM in weak_alias.
24983         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24984         (fegetenv): Do not use BP_SYM in versioned symbols.
24985         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24986         (fesetenv): Do not use BP_SYM in versioned symbols.
24987         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24988         (feupdateenv): Do not use BP_SYM in versioned symbols.
24989         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24990         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24991         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24992         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24993         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24994         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24995         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24996         <bp-sym.h>.
24997         (__libc_start_main): Do not use BP_SYM.
24998
24999 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25000
25001         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25002         redundant return line.
25003         (norm): Likewise.
25004         (denorm): Likewise.
25005         (dbl_mp): Likewise.
25006         (sub_magnitudes): Likewise.
25007         (__add): Likewise.
25008         (__sub): Likewise.
25009         (__mul): Likewise.
25010         (__inv): Likewise.
25011         (__dvd): Likewise.
25012         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25013         (norm): Likewise.
25014         (denorm): Likewise.
25015         (dbl_mp): Likewise.
25016         (sub_magnitudes): Likewise.
25017         (__add): Likewise.
25018         (__sub): Likewise.
25019         (__mul): Likewise.
25020         (__inv): Likewise.
25021         (__dvd): Likewise.
25022
25023         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25024         instead of __mul.
25025         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25026         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25027         (cc32): Likewise.
25028
25029         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25030         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25031         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25032         of __mul for squares.
25033         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25034         function
25035         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25036         Likewise.
25037         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25038         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25039
25040 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25041
25042         [BZ #13550]
25043         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25044         code.
25045         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25046         prototype or function definition.  Rename ubp_* variables and
25047         parameters.  Remove argv definitions conditional on
25048         [__BOUNDED_POINTERS__].
25049         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25050         * elf/dl-runtime.c (_dl_fixup): Likewise.
25051         * include/set-hooks.h (RUN_HOOK): Likewise.
25052         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25053         definition.
25054         * string/strcpy.c (strcpy): Do not use __unbounded.
25055         * sysdeps/generic/frame.h (struct layout): Likewise.
25056         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25057         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25058         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25059         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25060         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25061         (__backtrace): Likewise.
25062         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25063         use __ptrvalue.
25064         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25065         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25066         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25067         Likewise.
25068         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25069         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25070         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25071         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25072         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25073         Do not use __unbounded.
25074         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25075         Rename __unboundedrlimits parameter to rlimits in prototype.
25076         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25077         Do not use __unbounded.
25078         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25079         not use __ptrvalue.
25080         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25081         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25082         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25083         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25084         __ptrvalue or __unbounded.
25085         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25086         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25087         use __unbounded.
25088         (__new_msgctl): Do not use __ptrvalue.
25089         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25090         __unbounded.
25091         (__libc_msgrcv): Do not use __ptrvalue.
25092         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25093         startup_info): Do not use __unbounded.
25094         (__libc_start_main): Likewise.  Rename ubp_* variables and
25095         parameters.  Remove argv definitions conditional on
25096         [__BOUNDED_POINTERS__].
25097         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25098         __ptrvalue.
25099         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25100         use __unbounded.
25101         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25102         or __ptrvalue.
25103         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25104         use __unbounded.
25105         (__new_shmctl): Do not use __ptrvalue.
25106         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25107         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25108         Likewise.
25109         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25110         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25111         (__libc_sigaction): Likewise.
25112         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25113         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25114         Likewise.
25115         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25116
25117 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25118
25119         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25120
25121         * string/mempcpy.c: Implement by calling memcpy.
25122
25123 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25124
25125         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25126
25127         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25128         evaluation.
25129
25130         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25131         values in the mantissa.
25132
25133         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25134         minimize writes to Z.
25135         (sub_magnitudes): Simplify code a bit.
25136
25137 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25138
25139         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25140         from the message.  The linker prefixes all warnings with that already.
25141
25142 2013-02-12  Andreas Schwab  <schwab@suse.de>
25143
25144         [BZ #15078]
25145         * posix/regexec.c (extend_buffers): Add parameter min_len.
25146         (check_matching): Pass minimum needed length.
25147         (clean_state_log_if_needed): Likewise.
25148         (get_subexp): Likewise.
25149         * posix/Makefile (tests): Add bug-regex34.
25150         (bug-regex34-ENV): Define.
25151         * posix/bug-regex34.c: New file.
25152
25153         [BZ #11561]
25154         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25155         elements compare against the byte sequence of it, not its name.
25156         * posix/Makefile (tests): Add bug-regex35.
25157         (bug-regex35-ENV): Define.
25158         * posix/bug-regex35.c: New file.
25159
25160 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25161
25162         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25163         comment.
25164         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25165         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25166         (CHECK_EOL): Add undef.
25167
25168 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25169
25170         * bits/stdlib-bsearch.h: New file.
25171         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25172         * stdlib/stdlib.h: Likewise.
25173
25174 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25175
25176         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25177         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25178         declaration.
25179         * manual/search.texi (Array Search Function): Add missing const in
25180         lfind prototype.
25181         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25182         declaration to use rlim_t.
25183         (Basic Scheduling Functions): Remove erroneous const from
25184         sched_getparam prototype.  Remove erroneous * from
25185         sched_get_priority_max and sched_get_priority_min prototypes.
25186         (Resource Usage): Fix summary @comment on vtimes to refer to
25187         sys/vtimes.h rather than vtimes.h.
25188         Add missing *s in vtimes prototype.
25189         (Limits on Resources): Fix ulimit prototype to return long int.
25190         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25191         prototypes to use long int rather than double.
25192         (BSD Random): Fix initstate and setstate to use char *, not void *.
25193         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25194         prototype to make second argument 'struct aiocb64 *const[]'.
25195         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25196         (Status of AIO Operations): Remove erroneous const in aio_return and
25197         aio_return64 prototypes.
25198         (Synchronizing I/O): Fix sync prototype to return void.
25199         * manual/startup.texi (Suboptions): Remove an erroneous const in
25200         getsubopt prototype.
25201         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25202         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25203         use size_t rather than int.
25204         (Scanning All Users): Likewise for getpwent_r.
25205         (Setting Groups): Add missing const to setgroups prototype.
25206         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25207         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25208         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25209         'const void *' rather than 'const char *'.
25210         (Host Address Functions): Likewise for inet_ntop.
25211         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25212         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25213         ssize_t for return value.
25214         (Sending Data): Likewise for send, sendto, sendmsg.
25215         (Socket Option Functions): Add a missing const in setsockopt prototype.
25216         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25217         use wchar_t for the argument.
25218         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25219         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25220         take no arguments.
25221         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25222         double/float/long double for second argument.
25223         Fix return types of significand, significandf, significandl.
25224         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25225         argument in fchmod prototype.
25226         (File Owner): Use uid_t and gid_t in fchown prototype.
25227         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25228         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25229         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25230         use 'const struct dirent **' as argument types to CMP function pointer
25231         argument.
25232         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25233         (File Times): Fix summary magic @comment for struct utimbuf and utime
25234         to refer to utime.h, not time.h.
25235         * manual/string.texi (Argz Functions): Add missing const in
25236         argz_extract and argz_next prototypes.
25237         (Finding Tokens in a String): Likewise for basename.
25238         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25239         (Copying and Concatenation): Fix typo in wmemmove prototype.
25240         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25241         (Signal Stack): Remove erroneous const in sigstack prototype.
25242         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25243         prototype.
25244         (Simple Calendar Time): Likewise for stime.
25245         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25246         prototype.
25247         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25248         say sys/sysctl.h instead.
25249         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25250         and vsyslog prototypes.
25251
25252 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25253
25254         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25255         Remove.
25256
25257 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25258
25259         * misc/sys/mman.h: Fix typo in mremap comment.
25260
25261 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25262
25263         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25264         the '\0' terminator.
25265
25266 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25267
25268         [BZ #13550]
25269         * debug/segfault.c: Don't include <bp-checks.h>.
25270         * sysdeps/generic/bp-checks.h: Remove file.
25271         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25272         (__GETDENTS): Don't use CHECK_N.
25273         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25274         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25275         (__getgroups): Don't use CHECK_N.
25276         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25277         (setgroups): Don't use CHECK_N.
25278         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25279         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25280         (__libc_msgrcv): Don't use CHECK_N.
25281         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25282         (__libc_msgsnd): Don't use CHECK_N.
25283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25284         <bp-checks.h>.
25285         (__libc_pread): Don't use CHECK_N.
25286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25287         include <bp-checks.h>.
25288         (__libc_pread64): Don't use CHECK_N.
25289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25290         include <bp-checks.h>.
25291         (__libc_pwrite): Don't use CHECK_N.
25292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25293         include <bp-checks.h>.
25294         (__libc_pwrite64): Don't use CHECK_N.
25295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25296         <bp-checks.h>.
25297         (__libc_pread): Don't use CHECK_N.
25298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25299         include <bp-checks.h>.
25300         (__libc_pread64): Don't use CHECK_N.
25301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25302         include <bp-checks.h>.
25303         (__libc_pwrite): Don't use CHECK_N.
25304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25305         include <bp-checks.h>.
25306         (__libc_pwrite64): Don't use CHECK_N.
25307         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25308         (do_pread): Don't use CHECK_N.
25309         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25310         (do_pread64): Don't use CHECK_N.
25311         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25312         (do_pwrite): Don't use CHECK_N.
25313         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25314         (do_pwrite64): Don't use CHECK_N.
25315         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25316         (__libc_readv): Don't use CHECK_N.
25317         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25318         (semop): Don't use CHECK_N.
25319         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25320         <bp-checks.h>.
25321         (semtimedop): Don't use CHECK_N.
25322         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25323         (__libc_pread): Don't use CHECK_N.
25324         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25325         <bp-checks.h>.
25326         (__libc_pread64): Don't use CHECK_N.
25327         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25328         <bp-checks.h>.
25329         (__libc_pwrite): Don't use CHECK_N.
25330         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25331         <bp-checks.h>.
25332         (__libc_pwrite64): Don't use CHECK_N.
25333         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
25334         <bp-checks.h>.
25335         (__libc_msgrcv): Don't use CHECK_N.
25336         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
25337         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
25338         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
25339         (__libc_writev): Don't use CHECK_N.
25340
25341 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25342
25343         * string/strcpy.c: Removed unused variable.
25344
25345         * Makeconfig (+sysdep-includes): Define with := rather than =.
25346         Use an existing include/ subdir of each sysdeps dir before it.
25347
25348 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25349
25350         * nscd/connection.c (register_traced_file): Comment function.
25351         [HAVE_INOTIFY] (union __inev): Define.
25352         [HAVE_INOTIFY] (inotify_check_files): New function.
25353         [HAVE_INOTIFY] (clear_db_cache): Likewise.
25354         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25355         clear_db_cache.
25356         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25357
25358 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25359
25360         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25361         loaded if not already and that a failure is permanent.
25362
25363 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25364
25365         [BZ #15006]
25366         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25367         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25368
25369 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25370
25371         [BZ #13550]
25372         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25373         (CHECK_1_NULL_OK): Likewise.
25374         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25375         (__fxstat): Do not use CHECK_1.
25376         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25377         <bp-checks.h>.
25378         (___fxstat64): Do not use CHECK_1.
25379         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25380         <bp-checks.h>.
25381         (__fxstatat): Do not use CHECK_1.
25382         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25383         <bp-checks.h>.
25384         (__fxstatat64): Do not use CHECK_1.
25385         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25386         <bp-checks.h>.
25387         (__fxstat): Do not use CHECK_1.
25388         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25389         <bp-checks.h>.
25390         (__fxstatat): Do not use CHECK_1.
25391         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25392         <bp-checks.h>.
25393         (__getresgid): Do not use CHECK_1.
25394         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25395         <bp-checks.h>.
25396         (__getresuid): Do not use CHECK_1.
25397         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25398         <bp-checks.h>.
25399         (__lxstat): Do not use CHECK_1.
25400         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25401         <bp-checks.h>.
25402         (__old_msgctl): Do not use CHECK_1.
25403         (__new_msgctl): Likewise.
25404         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25405         <bp-checks.h>.
25406         (__new_setrlimit): Do not use CHECK_1.
25407         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25408         <bp-checks.h>.
25409         (__old_shmctl): Do not use CHECK_1.
25410         (__new_shmctl): Likewise.
25411         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25412         <bp-checks.h>.
25413         (__xstat): Do not use CHECK_1.
25414         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25415         (__lxstat): Do not use CHECK_1.
25416         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25417         <bp-checks.h>.
25418         (___lxstat64): Do not use CHECK_1.
25419         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25420         (__old_msgctl): Do not use CHECK_1.
25421         (__new_msgctl): Likewise.
25422         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25423         <bp-checks.h>.
25424         (__gettimeofday): Do not use CHECK_1.
25425         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25426         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25427         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25428         <bp-checks.h>.
25429         (__gettimeofday): Do not use CHECK_1.
25430         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25431         (__old_shmctl): Do not use CHECK_1_NULL_OK.
25432         (__new_shmctl): Do not use CHECK_1.
25433         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25434         <bp-checks.h>.
25435         (do_sigtimedwait): Do not use CHECK_1.
25436         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25437         <bp-checks.h>.
25438         (do_sigwaitinfo): Do not use CHECK_1.
25439         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25440         <bp-checks.h>.
25441         (msgctl): Do not use CHECK_1.
25442         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25443         <bp-checks.h>.
25444         (shmctl): Do not use CHECK_1.
25445         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25446         (ustat): Do not use CHECK_1.
25447         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25448         <bp-checks.h>.
25449         (__fxstat): Do not use CHECK_1.
25450         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25451         <bp-checks.h>.
25452         (__fxstatat): Do not use CHECK_1.
25453         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25454         <bp-checks.h>.
25455         (__lxstat): Do not use CHECK_1.
25456         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25457         <bp-checks.h>.
25458         (__xstat): Do not use CHECK_1.
25459         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25460         (__xstat): Do not use CHECK_1.
25461         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25462         (___xstat64): Do not use CHECK_1.
25463
25464         [BZ #13550]
25465         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25466         definitions.
25467         (CHECK_BOUNDS_HIGH): Likewise.
25468         * string/strcpy.c: Do not include <bp-checks.h>.
25469         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25470
25471 2013-02-07  Roland McGrath  <roland@hack.frob.com>
25472
25473         * nscd/nscd-client.h (__nscd_drop_map_ref):
25474         Add __attribute__ ((unused)).
25475         * nis/nss-nisplus.h (niserr2nss): Likewise.
25476
25477         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25478         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25479
25480         * csu/libc-tls.c (init_static_tls, init_slotinfo):
25481         Remove inline keyword.
25482         * include/rounding-mode.h (round_away): Likewise.
25483         * libio/wfileops.c (adjust_wide_data): Likewise.
25484         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25485         (__m128i_strloadu_tolower): Likewise.
25486         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25487         (__m128i_strloadu_tolower): Likewise.
25488         * time/mktime.c (ydhms_diff): Likewise.
25489         * locale/elem-hash.h (elem_hash): Likewise.
25490         * locale/setlocale.c (setdata): Likewise.
25491         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25492         (re_string_wchar_at): Likewise.
25493         (bitset_not, bitset_merge, bitset_mask): Likewise.
25494         [!(__GNUC__ > 3)] (inline): Remove macro.
25495         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25496         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25497         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25498         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25499         * string/memcmp.c (memcmp_bytes): Likewise.
25500         * locale/programs/locarchive.c (compute_hashval): Likewise.
25501         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25502         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25503         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25504         * nss/getent.c (print_rpc, print_protocols): Likewise.
25505         (print_passwd, print_group, print_aliases): Likewise.
25506         * nis/nss-nisplus.h (niserr2nss): Likewise.
25507         * nscd/connections.c (restart_p): Likewise.
25508         Change return type to bool.
25509
25510 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25511
25512         * Makeconfig (all-Depend-files): Add existing
25513         $(sorted-subdirs:=/Depend) files.
25514         (all-subdirs): Remove nss.
25515         * sysdeps/unix/inet/Subdirs: Add it here instead.
25516         * hesiod/Depend: New file.
25517
25518         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25519         instead of calling alloca.
25520
25521         * io/lseek.c (__lseek): Rename to __libc_lseek.
25522         Define __lseek as an alias.
25523
25524         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25525
25526 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25527
25528         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25529         else clause and remove check for non-standard endianness.
25530
25531 2013-02-04  David S. Miller  <davem@davemloft.net>
25532
25533         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25534
25535 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25536
25537         [BZ #13550]
25538         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25539         (__ubp_memchr): Remove prototype.
25540         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25541         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25542         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25543         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25544         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25545         Remove alias.
25546         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25547         (__ubp_memchr): Likewise.
25548         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25549         (__ubp_memchr): Likewise.
25550         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25551         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25552         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25553         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25554         CHECK_STRING.
25555         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25556         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25557         (__getcwd): Do not use CHECK_STRING.
25558         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25559         <bp-checks.h>.
25560         (__real_chown): Do not use CHECK_STRING.
25561         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25562         <bp-checks.h>.
25563         (fchownat): Do not use CHECK_STRING.
25564         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25565         CHECK_STRING.
25566         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25567         <bp-checks.h>.
25568         (__lchown): Do not use CHECK_STRING.
25569         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25570         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25571         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25572         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25574         include <bp-checks.h>.
25575         (truncate64): Do not use CHECK_STRING.
25576         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25577         <bp-checks.h>.
25578         (__real_chown): Do not use CHECK_STRING.
25579         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25580         <bp-checks.h>.
25581         (__lchown): Do not use CHECK_STRING.
25582         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25583         <bp-checks.h>.
25584         (__chown): Do not use CHECK_STRING.
25585         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25586         <bp-checks.h>.
25587         (truncate64): Do not use CHECK_STRING.
25588         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25589         Likewise.
25590         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25591         (__xmknod): Do not use CHECK_STRING.
25592         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25593         <bp-checks.h>.
25594         (__xmknodat): Do not use CHECK_STRING.
25595         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25596         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25597
25598 2013-02-04  Andreas Schwab  <schwab@suse.de>
25599
25600         [BZ #14142]
25601         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25602         * include/netdb.h: Likewise for h_errno.
25603         * elf/tst-stackguard1.c: Include <tls.h>.
25604
25605 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25606
25607         * elf/link.h (struct link_map): Extend the l_addr comment.
25608         * include/link.h (struct link_map): Likewise.
25609
25610 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25611
25612         [BZ #13550]
25613         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25614         (BOUNDED_1): Remove macro.
25615         * debug/backtrace.c: Don't include <bp-checks.h>.
25616         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25617         (__backtrace): Likewise.
25618         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25619         <bp-checks.h>.
25620         (__backtrace): Don't use BOUNDED_1.
25621         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25622         <bp-checks.h>.
25623         (__backtrace): Don't use BOUNDED_1.
25624         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25625         (__backtrace): Don't use BOUNDED_1.
25626         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25627         (shmat): Don't use BOUNDED_N.
25628
25629 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25630
25631         [BZ #13550]
25632         * sysdeps/generic/bp-start.h: Remove file.
25633         * csu/libc-start.c: Don't include <bp-start.h>.
25634         (LIBC_START_MAIN): Set up __environ directly instead of using
25635         INIT_ARGV_and_ENVIRON.
25636         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25637         <bp-start.h>.
25638
25639         [BZ #13550]
25640         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25641         definitions.
25642         (CHECK_FCNTL): Likewise.
25643         (CHECK_N_PAGES): Likewise.
25644
25645         [BZ #13550]
25646         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25647         definitions.
25648         (CHECK_SIGSET_NULL_OK): Likewise.
25649         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25650         <bp-checks.h>.
25651         (sigpending): Don't use CHECK_SIGSET.
25652         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25653         <bp-checks.h>.
25654         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25655         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25656         <bp-checks.h>.
25657         (do_sigsuspend): Don't use CHECK_SIGSET.
25658         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25659         use CHECK_SIGSET.
25660         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25661         (do_sigwait): Don't use CHECK_SIGSET.
25662         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25663         use CHECK_SIGSET.
25664         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25665         include <bp-checks.h>.
25666         (sigpending): Don't use CHECK_SIGSET.
25667         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25668         include <bp-checks.h>.
25669         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25670         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25671         <bp-checks.h>.
25672         (sigpending): Don't use CHECK_SIGSET.
25673         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25674         <bp-checks.h>.
25675         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25676
25677         [BZ #13550]
25678         * sysdeps/generic/bp-semctl.h: Remove file.
25679         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25680         <bp-checks.h> and <bp-semctl.h>.
25681         (__old_semctl): Don't use CHECK_SEMCTL.
25682         (__new_semctl): Likewise.
25683         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25684         and <bp-semctl.h>.
25685         (__old_semctl): Don't use CHECK_SEMCTL.
25686         (__new_semctl): Likewise.
25687         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25688         <bp-checks.h> and <bp-semctl.h>.
25689         (__old_semctl): Don't use CHECK_SEMCTL.
25690         (__new_semctl): Likewise.
25691         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25692         <bp-checks.h> and <bp-semctl.h>.
25693         (semctl): Don't use CHECK_SEMCTL.
25694
25695         [BZ #13550]
25696         * Makerules (elide-bp-thunks): Remove variable.
25697         (elide-routines.oS): Don't use $(elide-bp-thunks).
25698         (elide-routines.os): Likewise.
25699         (elide-routines.o): Likewise.
25700         (elide-routines.op): Likewise.
25701         (elide-routines.og): Likewise.
25702         (objects): Don't use $(bp-thunks).
25703         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25704         include.
25705         (common-generated): Do not add s-proto-bp.d.
25706         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25707         (int): Likewise.
25708         (typ): Likewise.
25709         Do not generate makefile rules for bounded-pointer thunks.
25710         * sysdeps/generic/bp-thunks.h: Remove file.
25711         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25712         * sysdeps/unix/s-proto-bp.S: Likewise.
25713
25714         [BZ #15062]
25715         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25716         parts of result separately when argument is not close to line from
25717         -i to i and one part of argument is small.
25718         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25719         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25720         * math/libm-test.inc (cacos_test): Add more tests.
25721         (casin_test): Likewise.
25722         (casinh_test): Likewise.
25723         * sysdeps/i386/fpu/libm-test-ulps: Update.
25724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25725
25726 2013-01-31  David S. Miller  <davem@davemloft.net>
25727
25728         * po/de.po: Update from translation team.
25729
25730 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25731
25732         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25733
25734 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25735
25736         * configure.in (_AC_PROG_CC_C89): New definition.
25737         * configure: Regenerate.
25738
25739         * configure.in (AC_PROG_CPP): New definition.
25740         * configure: Regenerate.
25741
25742 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25743
25744         * debug/tst-backtrace.h: New file.
25745         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25746         (ret): Remove variable.
25747         (x): Likewise.
25748         (FAIL): Remove macro.
25749         (NO_INLINE): Likewise.
25750         (fn1): Use match function instead of strstr.
25751         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25752         (ret): Remove variable.
25753         (x): Likewise.
25754         (FAIL): Remove macro.
25755         (NO_INLINE): Likewise.
25756         (fn): Use match function instead of strstr.
25757         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25758         (ret): Remove variable.
25759         (x): Likewise.
25760         (FAIL): Remove macro.
25761         (NO_INLINE): Likewise.
25762         (handle_signal): Use match function instead of strstr.
25763         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25764         (ret): Remove variable.
25765         (x): Likewise.
25766         (FAIL): Remove macro.
25767         (NO_INLINE): Likewise.
25768         (handle_signal): Use match function instead of strstr.
25769
25770 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25771
25772         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25773
25774 2013-01-23  David S. Miller  <davem@davemloft.net>
25775
25776         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25777         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25778         argument of CAS if possible.
25779         * sysdeps/sparc/sparc64/bits/atomic.h
25780         (__arch_compare_and_exchange_val_32_acq): Likewise.
25781         (__arch_compare_and_exchange_val_64_acq): Likewise.
25782
25783 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25784
25785         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25786         * sysdeps/posix/ulimit.c: ... this.
25787         Include <limits.h>.
25788         * sysdeps/unix/bsd/ulimit.c: Remove file.
25789
25790 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25791
25792         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25793         (LDFLAGS-tst-array5): Likewise.
25794
25795 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25796
25797         [BZ #15036]
25798         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25799         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25800         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25801         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25802
25803 2013-01-21  David S. Miller  <davem@davemloft.net>
25804
25805         * sysdeps/sparc/backtrace.c: New file.
25806         * sysdeps/sparc/sparc32/backtrace.h: New file.
25807         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25808         * sysdeps/sparc/sparc64/backtrace.h: New file.
25809         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25810         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25811         -funwind-tables.
25812
25813 2013-01-21  Andreas Schwab  <schwab@suse.de>
25814
25815         [BZ #15020]
25816         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25817         closed its stdout.
25818
25819 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25820
25821         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25822         "mpa2.h".
25823         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25824
25825 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25826             Mark Mitchell  <mark@codesourcery.com>
25827             Tom de Vries  <tom@codesourcery.com>
25828             Paul Pluzhnikov  <ppluzhnikov@google.com>
25829
25830         * debug/tst-backtrace2.c: New file.
25831         * debug/tst-backtrace3.c: Likewise.
25832         * debug/tst-backtrace4.c: Likewise.
25833         * debug/tst-backtrace5.c: Likewise.
25834         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25835         (CFLAGS-tst-backtrace3.c): Likewise.
25836         (CFLAGS-tst-backtrace4.c): Likewise.
25837         (CFLAGS-tst-backtrace5.c): Likewise.
25838         (LDFLAGS-tst-backtrace2): Likewise.
25839         (LDFLAGS-tst-backtrace3): Likewise.
25840         (LDFLAGS-tst-backtrace4): Likewise.
25841         (LDFLAGS-tst-backtrace5): Likewise.
25842         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25843         tst-backtrace4 and tst-backtrace5.
25844
25845 2013-01-18  Anton Blanchard  <anton@samba.org>
25846             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25847
25848         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25849         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25850         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25851         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25853         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25854         "+r" and remove output regs list as redundant.  Add explicit inline
25855         asm to specify register of return val to work around compiler codegen
25856         bug.  Remove (int) cast on return value.  Add return type parameter to
25857         use in macro so that this macro does not truncate return value for
25858         64-bit values.
25859         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25860         pass to INTERNAL_VSYSCALL_NCS.
25861         (INLINE_VSYSCALL): Add 'long int' as return type to
25862         INTERNAL_VSYSCALL_NCS macro invocation.
25863         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25864         INTERNAL_VSYSCALL_NCS macro invocation.
25865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25866
25867 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25868
25869         [BZ #14496]
25870         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25871         Fix application of SIMD FP exception mask.
25872
25873         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25874         mp_no from a power of two.
25875         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25876         __mpexp_twomm1.  Use __pow_mp.
25877
25878         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25879         multiplication.
25880
25881 2013-01-17  David S. Miller  <davem@davemloft.net>
25882
25883         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25884
25885 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25886
25887         [BZ #15023]
25888         * include/complex.h: Condition contents on [!_COMPLEX_H].
25889         (__kernel_casinhf): New prototype.
25890         (__kernel_casinh): Likewise.
25891         (__kernel_casinhl): Likewise.
25892         * math/Makefile (libm_calls): Add k_casinh.
25893         * math/k_casinh.c: New file.
25894         * math/k_casinhf.c: Likewise.
25895         * math/k_casinhl.c: Likewise.
25896         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25897         finite nonzero arguments.
25898         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25899         finite nonzero arguments.
25900         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25901         finite nonzero arguments.
25902         * math/s_casinh.c: Do not include <float.h>.
25903         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25904         * math/s_casinhf.c: Do not include <float.h>.
25905         (__casinhf): Move code for finite nonzero arguments to
25906         k_casinhf.c.
25907         * math/s_casinhl.c: Do not include <float.h>.
25908         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25909         redefine.
25910         (__casinhl): Move code for finite nonzero arguments to
25911         k_casinhl.c.
25912         * math/libm-test.inc (cacos_test): Add more tests.
25913         * sysdeps/i386/fpu/libm-test-ulps: Update.
25914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25915
25916 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25917
25918         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25919         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25920         [!HAVE_MREMAP]: Remove [defined linux] case.
25921         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25922
25923 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25924
25925         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25926
25927 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25928
25929         * elf/elf.h (R_386_SIZE32): New relocation.
25930         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25931         R_386_SIZE32.
25932         (elf_machine_rela): Likewise.
25933         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25934         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25935
25936 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25937
25938         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25939         (FP_FAST_FMA): Do not define.
25940         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25941         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25942         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25943         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25944         !_SOFT_FLOAT]: Likewise.
25945         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25946         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25947         value.
25948         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25949         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25950         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25951         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25952         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25953         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25954         file.
25955
25956 2013-01-16  Andreas Schwab  <schwab@suse.de>
25957
25958         [BZ #14327]
25959         * include/stdlib.h (__mktemp): Add declaration.
25960         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25961         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25962
25963 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25964
25965         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25966         definitions.
25967         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25968         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25969         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25970         definitions here.
25971         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25972         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25973         definitions.
25974         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25975         and ONE.
25976         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25977         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25978         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25979         definitions.
25980         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25981         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25982         definitions.
25983         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25984
25985         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25986
25987 2013-01-15  David S. Miller  <davem@davemloft.net>
25988
25989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25990         trunc{,f} to libm-sysdep_routes.
25991         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25993         file.
25994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25996         file.
25997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25998         file.
25999         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26000         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26001         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26002         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26003         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26004         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26005         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26006         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26007
26008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26009         nearbyint{,f} to libm-sysdep_routes.
26010         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26012         New file.
26013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26014         file.
26015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26016         New file.
26017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26018         file.
26019         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26020         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26021         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26022         file.
26023         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26024         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26025         file.
26026         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26027         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26028         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26029
26030         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26031         libc_feholdexcept and libc_fesetenv.
26032
26033 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26034
26035         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26036
26037 2013-01-14  David S. Miller  <davem@davemloft.net>
26038
26039         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26040         (SPARC_ASM_VIS2_IFUNC): Likewise.
26041         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26043         use of 'siam' instruction.
26044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26045         Likewise.
26046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26047         Likewise.
26048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26049         Likewise.
26050         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26051         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26052         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26053         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26055         file.
26056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26057         file.
26058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26059         file.
26060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26061         file.
26062         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26063         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26064         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26065         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26067         new VIS2 routines.
26068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26071         Likewise.
26072         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26073         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26074         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26075         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26077         routines to libm-sysdep_routines.
26078         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26079
26080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26081         fdim/fdimf to libm-sysdep_routines.
26082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26083         file.
26084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26085         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26086         file.
26087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26088         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26089         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26090         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26091         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26092         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26093         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26094
26095 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26096
26097         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26098         to optimize copies.
26099
26100         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26101         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26102         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26103
26104         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26105         local variable MPTWO.
26106         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26107         Likewise.
26108
26109 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26110
26111         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26112         GLOB_NOESCAPE.
26113
26114 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26115
26116         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26117
26118 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26119
26120         * manual/pattern.texi (glob_t): Document gl_flags.
26121         (glob64_t): Likewise.
26122
26123 2013-01-11  David S. Miller  <davem@davemloft.net>
26124
26125         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26126         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26127         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26128         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26129         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26130         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26131         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26132         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26133         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26134         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26135         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26136         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26137         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26138
26139         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26140         sparc V9 rather than using V8 code.
26141         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26142         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26143
26144         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26145         Move to...
26146         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26147         Here.
26148
26149 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26150
26151         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26152         not in the main loop.
26153         * configure: Regenerated.
26154
26155 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26156
26157         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26158         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26159         to just #else.
26160         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26161         [!__GLIBC_HAVE_LONG_LONG] case.
26162         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26163         condition to just #else.
26164         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26165         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26166         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26167         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26168         unconditional.
26169         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26170         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26171         #elif condition to just #else.
26172         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26173         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26174         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26175         #elif condition to just #else.
26176
26177 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26178
26179         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26180         (EF_MIPS_ARCH_64): Fix value.
26181         (EF_MIPS_ARCH_32R2): New.
26182         (EF_MIPS_ARCH_64R2): New.
26183
26184 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26185
26186         * Makeconfig (+link-pie-before-libc): New.
26187         (+link-pie-after-libc): Likewise.
26188         (+link-pie-tests): Likewise.
26189         (+link-pie): Rewritten.
26190         (link-before-libc): Remove $(config-LDFLAGS).
26191         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26192         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26193         (config-LDFLAGS): Renamed to ...
26194         (rtld-LDFLAGS): This.
26195         (rtld-tests-LDFLAGS): New macro.
26196         (link-libc-rpath-link): Likewise.
26197         (link-libc-tests-rpath-link): Likewise.
26198         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26199         (link-libc): Prepand $(link-libc-rpath-link).
26200         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26201         (test-program-prefix): New macro.
26202         (test-via-rtld-prefix): Likewise.
26203         (test-program-cmd): Likewise.
26204         (host-test-program-cmd): Likewise.
26205         * Makefile ($(common-objpfx)testrun.sh): Replace
26206         $(run-program-prefix) with $(test-program-prefix).
26207         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26208         $(rtld-LDFLAGS).
26209         ($(common-objpfx)shlib.lds): Likewise.
26210         (build-module-helper): Likewise.
26211         ($(common-objpfx)format.lds): Likewise.
26212         * Rules (binaries-pie-tests): New.
26213         (binaries-pie-notests): Likewise.
26214         (binaries-pie): Rewritten.
26215         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26216         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26217         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26218         (make-test-out): Replace $(host-built-program-cmd) with
26219         $(host-test-program-cmd).
26220         * config.make.in (build-hardcoded-path-in-tests): New variable.
26221         * configure.in (--enable-hardcoded-path-in-tests): New configure
26222         option.
26223         (hardcoded_path_in_tests): New AC_SUBST.
26224         * configure: Regenerated.
26225         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26226         $(built-program-cmd) with $(test-program-cmd).
26227         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26228         (test_program_cmd): This.
26229         * elf/Makefile ($(objpfx)order.out): Run test with
26230         $(test-program-prefix).
26231         ($(objpfx)order2.out): Likewise.
26232         ($(objpfx)tst-initorder.out): Likewise.
26233         ($(objpfx)tst-initorder2.out): Likewise.
26234         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26235         $(test-program-cmd).
26236         ($(objpfx)tst-array1-static.out): Likewise.
26237         ($(objpfx)tst-array2.out): Likewise.
26238         ($(objpfx)tst-array3.out): Likewise.
26239         ($(objpfx)tst-array4.out): Likewise.
26240         ($(objpfx)tst-array5.out): Likewise.
26241         ($(objpfx)tst-array5-static.out): Likewise.
26242         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26243         $(test-program-cmd).
26244         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26245         $(run-program-prefix) with $(test-program-prefix).
26246         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26247         (test_program_prefix): This.
26248         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26249         $(run-program-prefix) with $(test-program-prefix).
26250         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26251         (test_program_prefix): This.
26252         * iconvdata/tst-tables.sh: Likewise.
26253         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26254         $(run-program-prefix) with $(test-program-prefix).
26255         ($(objpfx)tst-translit.out): Likewise.
26256         ($(objpfx)tst-gettext2.out): Likewise.
26257         ($(objpfx)tst-gettext4.out): Likewise.
26258         ($(objpfx)tst-gettext6.out): Likewise.
26259         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26260         (test_program_prefix): This.
26261         * intl/tst-gettext2.sh: Likewise.
26262         * intl/tst-gettext4.sh  Likewise.
26263         * intl/tst-gettext6.sh: Likewise.
26264         * intl/tst-translit.sh: Likewise.
26265         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26266         with $(test-program-cmd).
26267         * libio/Makefile ($(objpfx)test-freopen.out): Replace
26268         $(run-program-prefix) with $(test-program-prefix).
26269         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26270         (test_program_prefix): This.
26271         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26272         $(run-program-prefix) with $(test-program-prefix).
26273         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26274         (test_program_prefix): This.
26275         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26276         * posix/Makefile ($(objpfx)globtest.out): Replace
26277         $(run-via-rtld-prefix) and $(test-wrapper) with
26278         $(test-program-prefix) and $(test-via-rtld-prefix).
26279         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26280         $(test-program-prefix).
26281         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26282         $(host-test-program-cmd).
26283         (tst-spawn-ARGS): Likewise.
26284         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26285         $(test-program-prefix).
26286         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26287         (test_via_rtld_prefix): This.
26288         (test_wrapper): Renamed to ...
26289         (test_program_prefix): This.
26290         (run_program_prefix): Replaced by test_program_prefix.
26291         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26292         (test_program_prefix): This.
26293         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26294         with $(host-test-program-cmd).
26295         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26296         $(run-program-prefix) with $(test-program-prefix).
26297         ($(objpfx)tst-printf.out): Likewise.
26298         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26299         $(test-program-cmd).
26300         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26301         (test_program_prefix): This.
26302         * stdio-common/tst-unbputc.sh: Likewise.
26303         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26304         $(run-program-prefix) with $(test-program-prefix).
26305         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26306         (test_program_prefix): This.
26307         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26308         $(built-program-cmd) with $(test-program-cmd).
26309
26310 2013-01-11  Andreas Jaeger  <aj@suse.de>
26311
26312         [BZ #15003]
26313         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26314         value. Sync with Linux 3.7.
26315
26316 2013-01-10  David S. Miller  <davem@davemloft.net>
26317
26318         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26319         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26320         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26321
26322 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26323
26324         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26325         never set.
26326         * configure: Regenerated.
26327
26328 2013-01-10  David S. Miller  <davem@davemloft.net>
26329
26330         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26331         sparc V9 rather than using V8 code.
26332         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26333         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26334
26335 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26336
26337         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
26338         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
26339         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
26340         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
26341         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
26342         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
26343         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
26344         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
26345         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
26346         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
26347         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26348         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26349         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26350         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26351         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26352         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26353         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26354         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26355         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26356         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26357         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26358         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26359         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26360         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26361         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26362         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26363         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26364
26365 2013-01-10  David S. Miller  <davem@davemloft.net>
26366
26367         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26368
26369 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26370
26371         * posix/Makefile (tests-static): New variable.
26372         (tests): Add $(tests-static).
26373         (tst-exec-static-ARGS): New variable.
26374         (tst-spawn-static-ARGS): Likewise.
26375         * posix/tst-exec-static.c: New file.
26376         * posix/tst-spawn-static.c: Likewise.
26377         * posix/tst-exec.c: Support run directly.
26378         * posix/tst-spawn.c: Likewise.
26379
26380 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
26381
26382         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26383         long.
26384         * math/bits/mathcalls.h (llrint): Likewise.
26385         (llround): Likewise.
26386         * stdlib/stdlib.h (struct drand48_data): Likewise.
26387         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26388         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26389         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26390         Likewise.
26391         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26392         Likewise.
26393         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26394         (elf_greg_t): Likewise.
26395         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26396         (__jmp_buf): Likewise.
26397         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26398         definitions.
26399         (llrint): Likewise, for all definitions.
26400         (llrintl): Likewise.
26401
26402         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26403         Remove [__GNUC__] condition.
26404         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26405         condition to just [__USE_ISOC99].
26406         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26407
26408 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26409
26410         [BZ #14200]
26411         * sysdeps/unix/sysv/linux/x86/bits/environments.h
26412         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26413         defined.
26414         (_POSIX_V6_ILP32_OFF32): Likewise.
26415         (_XBS5_ILP32_OFF32): Likewise.
26416         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26417         (__ILP32_OFFBIG_LDFLAGS): Likewise.
26418
26419 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26420
26421         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26422
26423         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26424         doubles __mpexp_twomm1.  Adjust usage.
26425         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26426         Remove.
26427
26428 2013-01-10  Andreas Schwab  <schwab@suse.de>
26429
26430         [BZ #14964]
26431         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26432         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26433
26434 2013-01-09  David S. Miller  <davem@davemloft.net>
26435
26436         [BZ #15003]
26437         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26438         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26439         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26440         (TCP_FASTOPEN): Define.
26441         (tcp_repair_opt): New structure.
26442         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26443         enum values.
26444         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26445         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26446         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
26447         (tcp_cookie_transactions): New structure.
26448
26449 2013-01-09  Anton Blanchard  <anton@samba.org>
26450
26451         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26452         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26453         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26454         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26455
26456 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
26457
26458         * include/features.h (__USE_ANSI): Remove.
26459
26460 2013-01-09  Roland McGrath  <roland@hack.frob.com>
26461
26462         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26463
26464         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26465
26466 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
26467
26468         * sysdeps/s390/fpu/libm-test-ulps: Update.
26469
26470         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26471
26472         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26473         (__acr): Likewise.
26474         (__cpy): Likewise.
26475         (norm): Likewise.
26476         (denorm): Likewise.
26477         (__mp_dbl): Likewise.
26478         (__dbl_mp): Likewise.
26479         (add_magnitudes): Likewise.
26480         (sub_magnitudes): Likewise.
26481         (__add): Likewise.
26482         (__sub): Likewise.
26483         (__mul): Likewise.
26484         (__inv): Likewise.
26485         (__dvd): Likewise.
26486         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26487         (__acr): Likewise.
26488         (__cpy): Likewise.
26489         (norm): Likewise.
26490         (denorm): Likewise.
26491         (__mp_dbl): Likewise.
26492         (__dbl_mp): Likewise.
26493         (add_magnitudes): Likewise.
26494         (sub_magnitudes): Likewise.
26495         (__add): Likewise.
26496         (__sub): Likewise.
26497         (__mul): Likewise.
26498         (__inv): Likewise.
26499         (__dvd): Likewise.
26500         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26501         (__acr): Likewise.
26502         (__cpy): Likewise.
26503         (norm): Likewise.
26504         (denorm): Likewise.
26505         (__mp_dbl): Likewise.
26506         (__dbl_mp): Likewise.
26507         (add_magnitudes): Likewise.
26508         (sub_magnitudes): Likewise.
26509         (__add): Likewise.
26510         (__sub): Likewise.
26511         (__mul): Likewise.
26512         (__inv): Likewise.
26513         (__dvd): Likewise.
26514
26515 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26516
26517         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26518         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26519         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26520         2 && __USE_EXTERN_INLINES]: Likewise.
26521
26522 2013-01-08  Andreas Jaeger  <aj@suse.de>
26523
26524         [BZ# 14985]
26525         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26526         Remove.
26527         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26528         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26529
26530 2013-01-07  Anton Blanchard  <anton@samba.org>
26531
26532         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26533         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26534         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26535         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26536         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26537         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26538         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26539         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26540         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26541         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26542         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26543         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26544         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26545         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26546         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26547         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26548         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26549         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26550         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26551         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26552         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26553         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26554         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26555         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26556         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26557         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26558         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26559         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26560         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26561         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26562         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26563         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26564         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26565         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26566         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26567         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26568         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26569         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26570         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26571         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26572         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26573         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26574         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26575
26576 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26577
26578         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26579         (__MALLOC_PMT): Likewise.
26580         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26581         [__GNUC__], only on [_LIBC].
26582         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26583         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26584         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26585         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26586         forward declaration.
26587         (realloc_hook_ini): Likewise.
26588         (memalign_hook_ini): Likewise.
26589         (__libc_memalign): Do not use __MALLOC_PMT in variable
26590         declaration.
26591         (__libc_valloc): Likewise.
26592         (__libc_pvalloc): Likewise.
26593         (__libc_calloc): Likewise.
26594         (__posix_memalign): Likewise.
26595
26596         [BZ #14996]
26597         * math/s_casinh.c: Include <float.h>.
26598         (__casinh): Do not do computation with squaring and square root
26599         for large arguments.
26600         * math/s_casinhf.c: Include <float.h>.
26601         (__casinhf): Do not do computation with squaring and square root
26602         for large arguments.
26603         * math/s_casinhl.c: Include <float.h>.
26604         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26605         (__casinhl): Do not do computation with squaring and square root
26606         for large arguments.
26607         * math/libm-test.inc (casin_test): Add more tests.
26608         (casinh_test): Likewise.
26609         * sysdeps/i386/fpu/libm-test-ulps: Update.
26610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26611
26612 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26613
26614         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26615         (__x86_64_raw_data_cache_size): Likewise.
26616         (__x86_64_data_cache_size_half): Likewise.
26617         (__x86_64_raw_data_cache_size_half): Likewise.
26618         (__x86_64_shared_cache_size): Likewise.
26619         (__x86_64_raw_shared_cache_size): Likewise.
26620         (__x86_64_shared_cache_size_half): Likewise.
26621         (__x86_64_raw_shared_cache_size_half): Likewise.
26622         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26623         to ...
26624         (__x86_data_cache_size): This.
26625         (__x86_64_raw_data_cache_size): Renamed to ...
26626         (__x86_raw_data_cache_size): This.
26627         (__x86_64_data_cache_size_half): Renamed to ...
26628         (__x86_data_cache_size_half): This.
26629         (__x86_64_raw_data_cache_size_half): Renamed to ...
26630         (__x86_raw_data_cache_size_half): This.
26631         (__x86_64_shared_cache_size): Renamed to ...
26632         (__x86_shared_cache_size): This.
26633         (__x86_64_raw_shared_cache_size): Renamed to ...
26634         (__x86_raw_shared_cache_size): This.
26635         (__x86_64_shared_cache_size_half): Renamed to ...
26636         (__x86_shared_cache_size_half): This.
26637         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26638         (__x86_raw_shared_cache_size_half): This.
26639         * sysdeps/x86_64/memcpy.S: Updated.
26640         * sysdeps/x86_64/memset.S: Likewise.
26641         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26642         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26643         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26644
26645 2013-01-04  David S. Miller  <davem@davemloft.net>
26646
26647         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26648
26649 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26650
26651         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26652         1 to avoid redefinition warning.
26653         (__USE_GNU): Don't define.
26654         (init_signaling_nan): Protoize.
26655
26656         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26657
26658 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26659
26660         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26661         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26662         (__cpymn): Likewise.
26663         (norm): Remove commented code.
26664         (denorm): Likewise.
26665         (__mp_dbl): Likewise.
26666         (__inv): Likewise.
26667         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26668         (__cpymn): Likewise.
26669         (norm): Remove commented code.
26670         (denorm): Likewise.
26671         (__mp_dbl): Likewise.
26672         (__inv): Likewise.
26673
26674         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26675         mp_no value for 1.0 and 2.0.
26676         (norm): Use RADIXI instead of radixi.d.
26677         (denorm): Likewise.
26678         (__mul): Use 0.0 instead of zero.d.
26679         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26680         mp_no value for 1.0 and 2.0.
26681         (norm): Use RADIXI instead of radixi.d.
26682         (denorm): Likewise.
26683         (__mul): Use 0.0 instead of zero.d.
26684
26685 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26686
26687         [BZ #14994]
26688         * math/s_casinh.c (__casinh): Reduce finite argument to first
26689         quadrant then set signs of results at the end.
26690         * math/s_casinhf.c (__casinhf): Likewise.
26691         * math/s_casinhl.c (__casinhl): Likewise.
26692         * math/libm-test.inc (casin_test): Add more tests.
26693         (casinh_test): Likewise.
26694         * sysdeps/i386/fpu/libm-test-ulps: Update.
26695         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26696
26697 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26698
26699         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26700
26701         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26702
26703         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26704         declarations.
26705         (denorm): Likewise.
26706         (__mp_dbl): Likewise.
26707         (__inv): Likewise.
26708
26709         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26710         and adjust the header comment.
26711
26712         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26713         variable name from declaration.
26714
26715 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26716
26717         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26718         Initialize COMMON_CPUID_INDEX_7 element.
26719         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26720         (CPUID_RTM): Likewise.
26721         (HAS_RTM): Likewise.
26722         (COMMON_CPUID_INDEX_7): New enum.
26723
26724 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26725
26726         [BZ #14981]
26727         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26728         size is zero, record memory as freed.
26729
26730 2013-01-03  Andreas Jaeger  <aj@suse.de>
26731
26732         * po/ia.po: Add new Interlingua translation.
26733
26734 2012-01-03  Allan McRae  <allan@archlinux.org>
26735
26736         * locale/programs/localedef.c: Fix description of '--posix' flag.
26737
26738 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26739
26740         * NEWS: Update dates in second copyright notice.
26741         * README: Update copyright dates in example.
26742         * manual/libc.texinfo: Update copyright dates.
26743         * scripts/test-installation.pl: Update copyright date in --version
26744         output.
26745
26746         * hurd/ctty-input.c: Fix copyright notice formatting.
26747         * hurd/ctty-output.c: Likewise.
26748         * hurd/dtable.c: Likewise.
26749         * hurd/hurd-raise.c: Likewise.
26750         * hurd/hurdprio.c: Likewise.
26751         * hurd/msgportdemux.c: Likewise.
26752         * misc/sys/file.h: Likewise.
26753         * misc/sys/ioctl.h: Likewise.
26754         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26755         * sysdeps/mach/hurd/chdir.c: Likewise.
26756         * sysdeps/mach/hurd/fchdir.c: Likewise.
26757         * sysdeps/mach/hurd/rename.c: Likewise.
26758         * sysdeps/mach/hurd/rmdir.c: Likewise.
26759         * sysdeps/mach/hurd/seekdir.c: Likewise.
26760         * sysdeps/mach/hurd/setsid.c: Likewise.
26761         * sysdeps/posix/wait3.c: Likewise.
26762
26763         * All files with FSF copyright notices: Update copyright dates
26764         using scripts/update-copyrights.
26765         * intl/plural.c: Regenerated.
26766         * locale/programs/charmap-kw.h: Likewise.
26767         * locale/programs/locfile-kw.h: Likewise.
26768
26769 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26770
26771         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26772         four values.
26773
26774         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26775         calculation loop and add branch prediction.
26776
26777         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26778         check access beyond bounds of m1np.
26779
26780         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26781         MPTWO.
26782         (__inv): Remove local variable MPTWO to use the global
26783         constant.
26784         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26785         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26786         variable MPTWO.
26787         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26788         MP3HALFS static const.
26789
26790 2013-01-01  David S. Miller  <davem@davemloft.net>
26791
26792         * po/ca.po: Update from translation team.
26793
26794 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26795
26796         * scripts/update-copyrights: New file.
26797         * Makeconfig: Reformat copyright notice.
26798         * ctype/ctype.h: Likewise.
26799         * debug/swprintf_chk.c: Likewise.
26800         * elf/dl-cache.c: Likewise.
26801         * elf/dl-debug.c: Likewise.
26802         * elf/dl-object.c: Likewise.
26803         * grp/initgroups.c: Likewise.
26804         * hurd/Makefile: Likewise.
26805         * hurd/hurd/signal.h: Likewise.
26806         * hurd/hurdfault.c: Likewise.
26807         * hurd/hurdioctl.c: Likewise.
26808         * hurd/hurdlookup.c: Likewise.
26809         * hurd/intr-msg.c: Likewise.
26810         * iconv/gconv_open.c: Likewise.
26811         * libio/swprintf.c: Likewise.
26812         * locale/lc-ctype.c: Likewise.
26813         * locale/nl_langinfo.c: Likewise.
26814         * mach/Machrules: Likewise.
26815         * mach/Makefile: Likewise.
26816         * malloc/obstack.h: Likewise.
26817         * manual/Makefile: Likewise.
26818         * manual/tsort.awk: Likewise.
26819         * misc/bits/stab.def: Likewise.
26820         * nis/nis_print_group_entry.c: Likewise.
26821         * nis/nis_table.c: Likewise.
26822         * nis/nss_compat/compat-pwd.c: Likewise.
26823         * nis/nss_compat/compat-spwd.c: Likewise.
26824         * po/Makefile: Likewise.
26825         * posix/fnmatch.c: Likewise.
26826         * posix/regex.h: Likewise.
26827         * resolv/Makefile: Likewise.
26828         * resolv/nss_dns/dns-network.c: Likewise.
26829         * resolv/res_hconf.c: Likewise.
26830         * scripts/gen-sorted.awk: Likewise.
26831         * soft-fp/soft-fp.h: Likewise.
26832         * stdio-common/printf.h: Likewise.
26833         * stdlib/monetary.h: Likewise.
26834         * stdlib/random.c: Likewise.
26835         * stdlib/random_r.c: Likewise.
26836         * sysdeps/generic/Makefile: Likewise.
26837         * sysdeps/gnu/Makefile: Likewise.
26838         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26839         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26840         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26841         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26842         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26843         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26844         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26845         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26846         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26847         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26848         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26849         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26850         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26851         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26852         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26853         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26854         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26855         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26856         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26857         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26858         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26859         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26860         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26861         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26862         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26863         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26864         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26865         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26866         * sysdeps/mach/hurd/errnos.awk: Likewise.
26867         * sysdeps/mach/hurd/fork.c: Likewise.
26868         * sysdeps/mach/hurd/getcwd.c: Likewise.
26869         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26870         * sysdeps/mach/hurd/mmap.c: Likewise.
26871         * sysdeps/mach/hurd/utimes.c: Likewise.
26872         * sysdeps/mach/hurd/xmknod.c: Likewise.
26873         * sysdeps/posix/profil.c: Likewise.
26874         * sysdeps/posix/readdir_r.c: Likewise.
26875         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26876         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26877         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26878         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26879         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26880         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26881         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26882         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26883         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26884         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26885         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26886         * sysdeps/pthread/lio_listio.c: Likewise.
26887         * sysdeps/sparc/dl-procinfo.h: Likewise.
26888         * sysdeps/unix/i386/sysdep.S: Likewise.
26889         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26890         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26891         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26892         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26894         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26895         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26896         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26897         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26898         * sysdeps/wordsize-32/divdi3.c: Likewise.
26899         * time/sys/time.h: Likewise.
26900         * wcsmbs/Makefile: Likewise.
26901
26902 2013-01-01  David S. Miller  <davem@davemloft.net>
26903
26904         * po/fr.po: Update from translation team.
26905
26906         * catgets/gencat.c: Update copyright year.
26907         * csu/version.c: Likewise.
26908         * debug/catchsegv.sh: Likewise.
26909         * debug/pcprofiledump.c: Likewise.
26910         * debug/xtrace.sh: Likewise.
26911         * elf/ldconfig.c: Likewise.
26912         * elf/ldd.bash.in: Likewise.
26913         * elf/pldd.c: Likewise.
26914         * elf/sotruss.ksh: Likewise.
26915         * elf/sprof.c: Likewise.
26916         * iconv/iconv_prog.c: Likewise.
26917         * iconv/iconvconfig.c: Likewise.
26918         * locale/programs/locale.c: Likewise.
26919         * locale/programs/localedef.c: Likewise.
26920         * login/programs/pt_chown.c: Likewise.
26921         * malloc/memusage.sh: Likewise.
26922         * malloc/memusagestat.c: Likewise.
26923         * malloc/mtrace.pl: Likewise.
26924         * nscd/nscd.c: Likewise.
26925         * nss/getent.c: Likewise.
26926         * nss/makedb.c: Likewise.
26927         * posix/getconf.c: Likewise.
26928
26929 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26930
26931         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26932         numbers.
26933
26934 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26935
26936         * math/bits/mathcalls.h (modf): Use __nonnull.
26937
26938 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26939
26940         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26941         (split): Use macro CN instead of the bare value.
26942         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26943         could be used.
26944         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26945         instead of the bare value.
26946         (power1): Likewise.
26947
26948 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26949
26950         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26951         __ATAN_TWOM.
26952         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26953
26954         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26955         their values.
26956         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26957         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26958         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26959         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26960
26961 2012-12-28  Andreas Jaeger  <aj@suse.de>
26962
26963         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26964         values are from Linux 3.7.
26965
26966         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26967         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26968
26969 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26970
26971         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26972         TRUE case.
26973
26974         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26975         (norm): Likewise.
26976         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26977         variables with preprocessor constants.
26978         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26979         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26980         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26981
26982 2012-12-27  Bruno Haible  <bruno@clisp.org>
26983
26984         [BZ #14317]
26985         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26986         only if needed.
26987
26988 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26989
26990         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26991         and use variable directly.
26992         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26993
26994         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26995         MPONE.
26996         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26997         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26998         variable MPONE.
26999         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27000         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27001         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27002         include directive.  Remove local variable MPONE.
27003         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27004         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27005         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27006
27007 2012-12-25  David S. Miller  <davem@davemloft.net>
27008
27009         * version.h (RELEASE): Set to "development".
27010         (VERSION): Set to "2.17.90".
27011         * NEWS: Add 2.18 section.
27012
27013 2012-12-21  David S. Miller  <davem@davemloft.net>
27014
27015         * po/hr.po: Update from translation team.
27016
27017 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27018
27019         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27020
27021 2012-12-19  Steve Ellcey  <sellcey@mips.com>
27022
27023         * NEWS:  Mention new memcpy for MIPS.
27024
27025 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27026
27027         * manual/contrib.texi (Contributors): Spelling correction.
27028
27029 2012-12-15  David S. Miller  <davem@davemloft.net>
27030
27031         * po/ru.po: Update from translation team.
27032
27033 2012-12-13  David S. Miller  <davem@davemloft.net>
27034
27035         * NEWS: Mention IFUNC testsuite enhancements.
27036
27037         * po/pl.po: Update from translation team.
27038         * po/bg.po: Likewise.
27039
27040         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27041         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27042
27043 2012-12-11  David S. Miller  <davem@davemloft.net>
27044
27045         * po/sv.po: Update from translation team.
27046
27047         * po/vi.po: Update from translation team.
27048
27049         * po/cs.po: Update from translation team.
27050
27051         * po/de.po: Update from translation team.
27052         * po/eo.po: Likewise.
27053         * po/nl.po: Likewise.
27054
27055 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27056
27057         [BZ #14246]
27058         * manual/argp.texi (Argp Helper Functions): Move node to follow
27059         Argp Parsing State.
27060
27061         [BZ #14872]
27062         * manual/conf.texi (Limits on File System Capacity): Mention if
27063         terminating null is included in the max size.
27064
27065 2012-12-10  Andreas Jaeger  <aj@suse.de>
27066
27067         * po/cs.po: Update from translation team.
27068
27069 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27070
27071         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27072         void pointer and cast to uintptr_t.
27073         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27074         path.
27075         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27076         * sysdeps/s390/s390-64/memset.S: Likewise.
27077
27078 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27079
27080         [BZ #14833]
27081         * menual/message.texi (Message Translation): Fix typos.
27082         (Helper programs for gettext): Likewise.
27083
27084 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27085
27086         [BZ #14898]
27087         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27088         Change to -1.
27089
27090 2012-12-07  David S. Miller  <davem@davemloft.net>
27091
27092         * po/libc.pot: Update.
27093
27094 2012-12-07  Richard Henderson  <rth@redhat.com>
27095
27096         [BZ #10114]
27097         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27098         normal/normal case to before the switch.
27099         (_FP_DIV): Likewise.
27100
27101 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27102             Mike Frysinger  <vapier@gentoo.org>
27103
27104         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27105         check for __NR_fadvise64_64.
27106
27107 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27108
27109         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27110         0, not just to plain "0" as a statement.
27111         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27112         with cw.
27113
27114 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27115
27116         * NEWS: Use sourceware.org in Bugzilla URL.
27117
27118 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27119
27120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27121         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27122
27123         * stdio-common/tst-put-error.c (do_test): Add newline to the
27124         padded test to ensure flush.
27125
27126 2012-12-05  Jeff Law  <law@redhat.com>
27127
27128         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27129
27130 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27131
27132         * README: Don't refer to ports add-on as distributed separately.
27133         Mention AArch64 in list of systems supported in the ports add-on.
27134
27135         * LICENSES: Add more non-FSF copyright and license notices.
27136
27137         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27138         ((unused)).
27139
27140         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27141
27142         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27143         10000 as width of padded output.
27144
27145 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27146
27147         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27148
27149         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27150         variable LX with __attribute__ ((unused)).
27151         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27152         Likewise.
27153         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27154         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27155         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27156         with __attribute__ ((unused)).
27157
27158 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27159
27160         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27161
27162 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27163
27164         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27165         (CFLAGS-nldbl-acos.c): New variable.
27166         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27167         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27168         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27169         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27170         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27171         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27172         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27173         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27174         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27175         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27176         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27177         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27178         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27179         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27180         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27181         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27182         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27183         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27184         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27185         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27186         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27187         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27188         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27189         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27190         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27191         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27192         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27193         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27194         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27195         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27196         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27197         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27198         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27199         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27200         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27201         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27202         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27203         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27204         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27205         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27206         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27207         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27208         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27209         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27210         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27211         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27212         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27213         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27214         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27215         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27216         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27217         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27218         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27219         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27220         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27221         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27222         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27223         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27224         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27225         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27226         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27227         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27228         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27229         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27230         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27231         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27232         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27233         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27234         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27235         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27236         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27237         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27238         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27239         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27240         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27241         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27242         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27243         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27244         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27245         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27246         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27247         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27248         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27249         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27250         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27251         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27252         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27253         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27254         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27255         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27256         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27257         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27258         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27259         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27260         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27261         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27262         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27263
27264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27265         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27266
27267         [BZ #14914]
27268         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27269         whole low double instead of just low 47 bits when splitting values
27270         into two parts.
27271
27272 2012-12-03  Allan McRae  <allan@archlinux.org>
27273
27274         * manual/stdio.texi (Predefined Printf Handlers): Remove
27275         @hsep and @vsep usage.
27276
27277 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
27278
27279         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27280         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27281
27282 2012-12-03  Jeff Law  <law@redhat.com>
27283
27284         * time/sys/time.h (settimeofday): Do not mark TV argument
27285         as __nonnull.
27286
27287 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
27288
27289         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27290         when currently writing and seek to current position when not.
27291         * libio/Makefile (tests): Remove bug-fclose1.
27292         * libio/bug-fclose1.c: Delete.
27293
27294 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
27295
27296         * manual/arith.texi (feenableexcept): Fix typo.
27297         (fedisableexcept): Likewise.
27298
27299 2012-11-30  Roland McGrath  <roland@hack.frob.com>
27300
27301         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27302         second, differently-typed declaration, rather than a cast.
27303
27304 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27305
27306         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27307         * include/rpc/svc.h: ... here.
27308
27309 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27310
27311         [BZ #13013]
27312         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27313         depending n and resplen2 to catch cases where answer
27314         equals answerp2.
27315
27316 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
27317
27318         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27319         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27320
27321 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
27322
27323         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27324
27325 2012-11-29  Roland McGrath  <roland@hack.frob.com>
27326
27327         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27328
27329 2012-11-28  Jeff Law  <law@redhat.com>
27330
27331         [BZ #13761]
27332         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
27333         dataset_temporary.  Track alloca usage into alloca_used.
27334         If dataset is large allocate and release it via malloc/free.
27335
27336 2012-06-04  Florian Weimer  <fweimer@redhat.com>
27337
27338         [BZ #14197]
27339         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
27340
27341 2012-11-28  David S. Miller  <davem@davemloft.net>
27342
27343         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27344
27345 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27346
27347         [BZ #14803]
27348         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27349         of pi/2 rounded to nearest to 64 bits.
27350         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27351         nearest to 64 bits.
27352         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27353         bits.
27354
27355 2012-11-28  Jeff Law <law@redhat.com>
27356             Martin Osvald <mosvald@redhat.com>
27357
27358         [BZ #14889]
27359         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27360         * sunrpc/svc.c: Include time.h.
27361         (__svc_accept_failed): New function.
27362         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27363         any reason other than EINTR, call __svc_accept_failed.
27364         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27365         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27366
27367 2012-11-28  Andreas Schwab  <schwab@suse.de>
27368
27369         * scripts/abilist.awk: Also handle indirect functions in .opd
27370         section.
27371
27372 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27373
27374         [BZ #13881]
27375         * sysdeps/x86/fpu/powl_helper.c: New file.
27376         * sysdeps/x86/fpu/Makefile: Likewise.
27377         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27378         (p3): New object.
27379         (__ieee754_powl): Use __powl_helper for finite arguments except
27380         integer exponents below 8.
27381         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27382         (p3): New object.
27383         (__ieee754_powl): Use __powl_helper for finite arguments except
27384         integer exponents below 8.
27385         * math/libm-test.inc (pow_test): Add more tests and enable some
27386         previously disabled tests.
27387         * sysdeps/i386/fpu/libm-test-ulps: Update.
27388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27389
27390 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27391             Carlos O'Donell  <carlos_odonell@mentor.com>
27392
27393         * nss/makedb.c (is_prime): Assert that input is odd and greater
27394         than 4.  Note that fact in a comment too.
27395         (next_prime): Add 4 to input.
27396
27397 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27398
27399         [BZ #11741]
27400         * libio/Makefile (tests): Add test case tst-fwrite-error.
27401         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27402         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27403         * libio/tst-fwrite-error.c: New test case.
27404
27405 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
27406
27407         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27408         before casting to void *.
27409         * include/libc-internal.h (__pointer_type): New macro.
27410         (__integer_if_pointer_type_sub): Likewise.
27411         (__integer_if_pointer_type): Likewise.
27412         (cast_to_integer): Likewise.
27413         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27414         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27415         before casting to atomic64_t.
27416         (atomic_exchange_acq): Likewise.
27417         (__arch_exchange_and_add_body): Likewise.
27418         (__arch_add_body): Likewise.
27419         (atomic_add_negative): Likewise.
27420         (atomic_add_zero): Likewise.
27421
27422 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
27423
27424         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27425         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27426         (add_fdes): Likewise.
27427         (linear_search_fdes): Likewise.
27428         (binary_search_unencoded_fdes): Likewise.
27429
27430 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
27431
27432         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27433
27434 2012-11-24  Adam Conrad  <adconrad@0c3.net>
27435
27436         * configure.in: Autodetect C++ header directories.
27437         * configure: Regenerated.
27438
27439 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
27440
27441         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27442
27443 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
27444
27445         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27446
27447 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
27448
27449         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27450         LDBL_MANT_DIG == 106]: Disable some tests.
27451         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27452         Likewise.
27453         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27454         Likewise.
27455
27456         [BZ #14871]
27457         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27458         input for small inputs.  Return +/- pi/2 for large inputs.
27459         * math/libm-test.inc (atan_test): Add more tests.
27460
27461         * sysdeps/generic/unwind-dw2-fde-glibc.c
27462         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27463         __attribute__ ((unused)).
27464
27465         [BZ #14645]
27466         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27467         x * y if x and y are nonzero and z is zero.
27468
27469         [BZ #14811]
27470         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27471         nonzero exponents with absolute value below 0x1p-117 to +/-
27472         0x1p-117.
27473
27474         [BZ #14869]
27475         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27476         up arguments below 2**-450, not just those below 2**-500.
27477         * math/libm-test.inc (hypot_test): Add another test.
27478
27479         [BZ #14868]
27480         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27481         Return a+b for ratio over 2**120, not 2**60.
27482         * math/libm-test.inc (hypot_test): Add another test.
27483
27484         * math/libm-test.inc (clog_test): Use
27485         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27486         (clog10_test): Likewise.
27487
27488         [BZ #6778]
27489         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27490
27491 2012-11-22  Andreas Schwab  <schwab@suse.de>
27492
27493         * sysdeps/i386/fpu/libm-test-ulps: Update.
27494
27495 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27496
27497         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27498         printf output with newline.
27499
27500 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27501
27502         [BZ #14865]
27503         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27504         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27505         -z nodlopen, -z initfirst and -z execstack support.
27506         * configure: Regenerated.
27507
27508         * elf/elf.h (DF_1_NODIRECT): New macro.
27509         (DF_1_IGNMULDEF): Likewise.
27510         (DF_1_NOKSYMS): Likewise.
27511         (DF_1_NOHDR): Likewise.
27512         (DF_1_EDITED): Likewise.
27513         (DF_1_NORELOC): Likewise.
27514         (DF_1_SYMINTPOSE): Likewise.
27515         (DF_1_GLOBAUDIT): Likewise.
27516         (DF_1_SINGLETON): Likewise.
27517         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27518         DT_1_SUPPORTED_MASK bits.
27519         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27520
27521 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27522
27523         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27524
27525 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27526
27527         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27528         macro.
27529
27530         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27531         (sendmmsg): Move declarations...
27532         * socket/sys/socket.h: ... here.
27533         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27534         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27535         include it from...
27536         * socket/recvmmsg.c: ... this new file.
27537         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27538         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27539         definition of __sendmmsg hidden.
27540         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27541         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27542         Move ENOSYS stub into and include it from...
27543         * socket/sendmmsg.c: ... this new file.
27544         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27545         (sysdep_routines): Move recvmmsg and sendmmsg...
27546         * socket/Makefile (routines): ... here.
27547         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27548         (GLIBC_PRIVATE): Add __sendmmsg.
27549         * include/sys/socket.h (__sendmmsg): Add declarations.
27550         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27551         sendmmsg.
27552
27553 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27554
27555         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27556         variable I1 with __attribute__ ((unused)).
27557         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27558
27559 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27560
27561         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27562         DUMMY variables with __attribute__ ((unused)).
27563
27564         * bits/byteswap.h: Include <bits/types.h>.
27565         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27566
27567 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27568
27569         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27570         string_t.  Do not manually set errno.
27571         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27572         length with __strnlen.  Make sure to both set errno and return it on
27573         failure.
27574
27575 2012-11-19  David S. Miller  <davem@davemloft.net>
27576
27577         With help from Joseph Myers.
27578         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27579         very large arguments properly.
27580         * math/libm-test.inc (atan_test): New tests.
27581         (atan2_test): New tests.
27582         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27583         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27584
27585 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27586
27587         [BZ #14856]
27588         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27589         Define to 3.
27590
27591         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27592         [POSIX] (EADDRNOTAVAIL): Likewise.
27593         [POSIX] (EAFNOSUPPORT): Likewise.
27594         [POSIX] (EALREADY): Likewise.
27595         [POSIX] (ECONNABORTED): Likewise.
27596         [POSIX] (ECONNREFUSED): Likewise.
27597         [POSIX] (ECONNRESET): Likewise.
27598         [POSIX] (EDESTADDRREQ): Likewise.
27599         [POSIX] (EDQUOT): Likewise.
27600         [POSIX] (EHOSTUNREACH): Likewise.
27601         [POSIX] (EIDRM): Likewise.
27602         [POSIX] (EISCONN): Likewise.
27603         [POSIX] (ELOOP): Likewise.
27604         [POSIX] (EMULTIHOP): Likewise.
27605         [POSIX] (ENETDOWN): Likewise.
27606         [POSIX] (ENETUNREACH): Likewise.
27607         [POSIX] (ENOBUFS): Likewise.
27608         [POSIX] (ENODATA): Likewise.
27609         [POSIX] (ENOLINK): Likewise.
27610         [POSIX] (ENOMSG): Likewise.
27611         [POSIX] (ENOPROTOOPT): Likewise.
27612         [POSIX] (ENOSR): Likewise.
27613         [POSIX] (ENOSTR): Likewise.
27614         [POSIX] (ENOTCONN): Likewise.
27615         [POSIX] (ENOTSOCK): Likewise.
27616         [POSIX] (EOPNOTSUPP): Likewise.
27617         [POSIX] (EOVERFLOW): Likewise.
27618         [POSIX] (EPROTO): Likewise.
27619         [POSIX] (EPROTONOSUPPORT): Likewise.
27620         [POSIX] (EPROTOTYPE): Likewise.
27621         [POSIX] (ESTALE): Likewise.
27622         [POSIX] (ETIME): Likewise.
27623         [POSIX] (ETXTBSY): Likewise.
27624         [POSIX] (EWOULDBLOCK): Likewise.
27625         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27626         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27627         [POSIX] (SEEK_CUR): Likewise.
27628         [POSIX] (SEEK_END): Likewise.
27629         [POSIX || UNIX98] (mode_t): Do not require.
27630         [POSIX] (off_t): Likewise.
27631         [POSIX] (pid_t): Likewise.
27632         [POSIX] (sys/stat.h): Do not allow header.
27633         [POSIX] (unistd.h): Likewise.
27634         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27635         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27636         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27637         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27638         require.
27639         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27640         sigevent): Specify elements.
27641         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27642         entry.
27643         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27644         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27645
27646         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27647         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27648         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27649         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27650         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27651         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27652         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27653         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27654         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27655         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27656         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27657         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27658         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27659         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27660         Likewise.
27661         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27662         Likewise.
27663         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27664         Likewise.
27665         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27666         Likewise.
27667         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27668         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27669         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27670         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27671         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27672         Specify lower bound on value.
27673         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27674         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27675         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27676         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27677         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27678         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27679         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27680         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27681         value.
27682         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27683         as optional.
27684         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27685         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27686         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27687         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27688         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27689         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27690         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27691         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27692         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27693         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27694         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27695         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27696         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27697         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27698         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27699         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27700         entry.
27701         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27702         optional.
27703         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27704         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27705         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27706         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27707         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27708         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27709         Likewise.
27710         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27711         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27712         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27713         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27714         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27715         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27716         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27717         as optional.
27718         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27719         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27720         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27721         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27722         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27723         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27724         specify as optional.
27725         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27726         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27727         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27728         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27729         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27730         [XPG3] (NL_LANGMAX): Likewise.
27731         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27732         [POSIX || XPG3] (NL_NMAX): Likewise.
27733         [POSIX || XPG3] (NL_SETMAX): Likewise.
27734         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27735         [XPG3] (NZERO): Likewise.
27736         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27737         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27738         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27739         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27740         (REG_ERANGE): Expect.
27741         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27742         optional-constant.
27743         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27744         Use (void) in prototype.
27745         [POSIX] (*_t): Allow.
27746         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27747         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27748         (WRDE_BADVAL): Expect.
27749
27750         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27751         expect.
27752         [XPG3 || XPG4] (O_RSYNC): Likewise.
27753         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27754         Likewise.
27755         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27756         [XPG3 || XPG4] (sigqueue): Likewise.
27757         [XPG3 || XPG4] (sigtimedwait): Likewise.
27758         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27759         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27760         [XPG3 || XPG4] (vsnprintf): Likewise.
27761         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27762         Likewise.
27763         [XPG3 || XPG4] (blksize_t): Likewise.
27764         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27765         Likewise.
27766         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27767         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27768         [XPG3 || XPG4] (struct itimerspec): Likewise.
27769         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27770         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27771         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27772         [XPG3 || XPG4] (clockid_t): Likewise.
27773         [XPG3 || XPG4] (timer_t): Likewise.
27774         [XPG3 || XPG4] (clock_getres): Likewise.
27775         [XPG3 || XPG4] (clock_gettime): Likewise.
27776         [XPG3 || XPG4] (clock_settime): Likewise.
27777         [XPG3 || XPG4] (nanosleep): Likewise.
27778         [XPG3 || XPG4] (timer_create): Likewise.
27779         [XPG3 || XPG4] (timer_delete): Likewise.
27780         [XPG3 || XPG4] (timer_gettime): Likewise.
27781         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27782         [XPG3 || XPG4] (timer_settime): Likewise.
27783         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27784         [XPG3 || XPG4] (getlogin_r): Likewise.
27785         [XPG3 || XPG4] (pread): Likewise.
27786         [XPG3 || XPG4] (pthread_atfork): Likewise.
27787         [XPG3 || XPG4] (pwrite): Likewise.
27788
27789         [BZ #14835]
27790         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27791         <bits/siginfo.h>.
27792
27793 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27794
27795         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27796         finalizing MALLSTREAM.
27797
27798         * sysdeps/mach/hurd/syncfs.c: New file.
27799
27800 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27801
27802         [BZ #14719]
27803         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27804         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27805         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27806         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27807         (_nss_dns_gethostbyname4_r): Likewise.
27808         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27809         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27810
27811 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27812
27813         [BZ #13763]
27814         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27815
27816 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27817
27818         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27819         * elf/cache.c (print_entry): Print ",AArch64" for
27820         FLAG_AARCH64_LIB64
27821
27822         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27823         * elf/cache.c (print_entry): Print ",hard-float" for
27824         FLAG_ARM_LIBHF.
27825
27826 2012-11-18  David S. Miller  <davem@davemloft.net>
27827
27828         With help from Joseph Myers.
27829         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27830         cutoff to 2**-13.
27831         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27832         cutoff to 2**-25.
27833         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27834         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27835         small.
27836         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27837         * math/libm-test.inc (y0_test): New tests.
27838         (y1_test): New tests.
27839         * sysdeps/i386/fpu/libm-test-ulps: Update.
27840         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27841         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27842
27843 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27844
27845         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27846         64-bit targets.
27847         * configure: Regenerated.
27848
27849 2012-11-17  David S. Miller  <davem@davemloft.net>
27850
27851         [BZ #14811]
27852         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27853         nonzero exponents with absolute value below 0x1p-128 to +/-
27854         0x1p-128.
27855
27856 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27857
27858         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27859
27860         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27861
27862         * posix/getconf-speclist.c: New file.
27863         * posix/posix-envs.def: Likewise.
27864         * posix/confstr.c (START_ENV_GROUP): New macro.
27865         (END_ENV_GROUP): Likewise.
27866         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27867         (KNOWN_PRESENT_ENV_STRING): Likewise.
27868         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27869         (UNKNOWN_ENVIRONMENT): Likewise.
27870         (confstr): Include posix-envs.def instead of handling
27871         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27872         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27873         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27874         (END_ENV_GROUP): Likewise.
27875         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27876         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27877         (UNKNOWN_ENVIRONMENT): Likewise.
27878         (__sysconf): Include posix-envs.def instead of handling associated
27879         cases directly here.
27880         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27881         preprocessing getconf-speclist.c rather than running getconf or
27882         generating empty file.
27883
27884 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27885
27886         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27887
27888 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27889
27890         [BZ #14672]
27891         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27892
27893 2012-11-16  David S. Miller  <davem@davemloft.net>
27894
27895         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27896         smaller than LDBL_EPSILON/2.0L, just return xm1.
27897
27898 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27899
27900         * elf/tst-array1.c (init): Set constructor priority to 1000.
27901         (fini): Set destructor priority to 1000.
27902         * elf/tst-array2dep.c: Likewise.
27903
27904 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27905
27906         [BZ #11741]
27907         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27908         (_IO_new_file_xsputn): Also return EOF if none of the input
27909         data was written when overflow failed.
27910         * libio/iopadn.c (_IO_padn): Likewise.
27911         * libio/iowpadn.c (_IO_wpadn): Likewise.
27912         * stdio-common/tst-put-error.c: Add copyright notice.
27913         (do_test): Add case for printing padded string.
27914         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27915         _IO_padn returned error.
27916         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27917         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27918         return EOF.
27919
27920 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27921
27922         * libio/libioP.h: Add comment note that the references to C++
27923         bits are now obsolete.
27924
27925 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27926
27927         * math/libm-test.inc (check_complex): Use asprintf.
27928
27929 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27930
27931         * debug/pcprofiledump.c (print_version): Update copyright year.
27932         * malloc/memusagestat.c (print_version): Likewise.
27933
27934 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27935
27936         [BZ #14831]
27937         * elf/Makefile (tests): Add tst-audit8.
27938         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27939         ($(objpfx)tst-audit8.out): New target.
27940         (tst-audit8-ENV): New variable.
27941         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27942         audit if l_reloc_result is NULL.
27943         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27944         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27945         * elf/tst-audit8.c: New file.
27946
27947 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27948
27949         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27950         * misc/Makefile (CFLAGS-select.c): Define.
27951         * posix/Makefile (CFLAGS-pause.c): Define.
27952
27953 2012-11-13  David S. Miller  <davem@davemloft.net>
27954
27955         * crypt/Makefile: Move test targets after toplevel Rules
27956         inclusion.  Grab any necessary sysdep routines when linking.
27957         * crypt/md5.c (md5_process_block): Remove define, we will always
27958         name it __md5_process_block.
27959         (md5_finish_ctx): Update md5_process_block call.
27960         (md5_stream): Likewise.
27961         (md5_process_bytes): Likewise.
27962         (md5_process_block): Rename to __md5_process_block and move to ...
27963         * crypt/md5-block.c: ... here.
27964         * crypt/sha256.c (sha256_process_block): Move to ...
27965         * crypt/sha256-block.c: ... here.
27966         * crypt/sha512.c (sha512_process_block): Move to ...
27967         * crypt/sha512-block.c: ... here.
27968         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27969         path.
27970         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27971         * sysdeps/sparc/sparc64/multiarch/Makefile
27972         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27973         crypt subdir.
27974         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27975         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27976         multiarch changes.
27977         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27978         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27979         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27980         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27981         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27982         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27983         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27984         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27985         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27986         file.
27987         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27988         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27989         file.
27990         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27991
27992 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27993
27994         * timezone/tzselect.ksh: Update from tzcode git revision
27995         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27996         * timezone/zdump.c: Likewise.
27997         * timezone/zic.c: Likewise.
27998         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27999         in TZVERSION setting, not $(PKGVERSION).
28000         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28001         REPORT_BUGS_TO settings.
28002
28003         [BZ #14838]
28004         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28005         macro.
28006
28007 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28008
28009         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28010         detection to immediately after _FP_ROUND().
28011         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28012         bits are 0.
28013
28014 2012-11-11  David S. Miller  <davem@davemloft.net>
28015
28016         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28017         inttypes.h
28018         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28019         __close rather than their public counterparts.
28020
28021 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
28022
28023         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28024         file.
28025         [UNIX98] (sem_timedwait): Do not expect.
28026         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28027         [XPG4 || UNIX98] (sockatmark): Do not expect.
28028         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28029         (clock_getcpuclockid): Do not expect.
28030         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28031         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28032         Do not expect.
28033         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28034         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28035         [UNIX98] (vwscanf): Likewise.
28036         [UNIX98] (vswscanf): Likewise.
28037
28038 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28039
28040         * timezone/version.h: Remove file.
28041         * timezone/README: Do not refer to version.h.
28042         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28043         $(objpfx)version.h.
28044         ($(objpfx)zdump.o): Likewise.
28045         ($(objpfx)version.h): New target.
28046
28047         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28048         2012i.
28049         * timezone/README: Don't mention modification to tzselect.ksh.
28050         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28051         work on unmodified tzselect.ksh.  Substitute version numbers in
28052         tzselect.ksh.
28053
28054         * Makefile (format-me): Remove.
28055         (INSTALL): Adjust indentation.  Use commands directly instead of
28056         using $(format-me).
28057
28058         * aclocal.m4 (ACX_PKGVERSION): New macro.
28059         (ACX_BUGURL): Likewise.
28060         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28061         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28062         (REPORT_BUGS_TO): Likewise.
28063         * configure: Regenerated.
28064         * config.h.in (PKGVERSION): New macro.
28065         (REPORT_BUGS_TO): Likewise.
28066         * config.make.in (PKGVERSION): New variable.
28067         (PKGVERSION_TEXI): Likewise.
28068         (REPORT_BUGS_TO): Likewise.
28069         (REPORT_BUGS_TEXI): Likewise.
28070         * Makefile (format-me): Use -I$(common-objpfx)manual.
28071         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28072         ($(common-objpfx)manual/%): New target.
28073         (manual/%): Remove target.
28074         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28075         (print_version): Use PKGVERSION.
28076         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28077         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28078         and REPORT_BUGS_TO.
28079         ($(objpfx)xtrace): Likewise.
28080         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28081         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28082         (print_version): Use PKGVERSION.
28083         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28084         (do_version): Use PKGVERSION.
28085         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28086         REPORT_BUGS_TO.
28087         (common-ldd-rewrite): Likewise.
28088         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28089         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28090         (print_version): Use PKGVERSION.
28091         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28092         * elf/pldd.c (argp_program_bug_address): Remove variable.
28093         (more_help): New function.
28094         (argp): Use more_help.
28095         (print_version): Use PKGVERSION.
28096         * elf/sln.c (main): Use PKGVERSION.
28097         (usage): Use REPORT_BUGS_TO.
28098         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28099         (top level): Use PKGVERSION.
28100         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28101         (print_version): Use PKGVERSION.
28102         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28103         (print_version): Use PKGVERSION.
28104         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28105         (print_version): Use PKGVERSION.
28106         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28107         (print_version): Use PKGVERSION.
28108         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28109         (print_version): Use PKGVERSION.
28110         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28111         (print_version): Use PKGVERSION.
28112         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28113         and BUGURL.
28114         ($(objpfx)memusage): Likewise.
28115         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28116         (do_version): Use PKGVERSION.
28117         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28118         (print_version): Use PKGVERSION.
28119         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28120         ($PKGVERSION): New variable.
28121         ($REPORT_BUGS_TO): Likewise.
28122         (usage): Use $REPORT_BUGS_TO.
28123         (top level): Use $PKGVERSION.
28124         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28125         ($(objpfx)pkgvers.texi): New rule.
28126         ($(objpfx)stamp-pkgvers): Likewise.
28127         * manual/install.texi: Include pkgvers.texi.
28128         (--with-pkgversion): Document new configure option.
28129         (--with-bugurl): Likewise.
28130         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28131         than necessarily for this particular distribution.  Use
28132         REPORT_BUGS_TO for where to report bugs.
28133         * INSTALL: Regenerated.
28134         * manual/libc.texinfo: Include pkgvers.texi.
28135         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28136         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28137         (print_version): Use PKGVERSION.
28138         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28139         (print_version): Use PKGVERSION.
28140         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28141         (print_version): Use PKGVERSION.
28142         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28143         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28144         macro.
28145         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28146         (print_version): Use PKGVERSION.
28147         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28148         (print_version): Use PKGVERSION.
28149         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28150         and PKGVERSION.
28151
28152         * timezone/checktab.awk: Update from tzcode 2012i.
28153         * timezone/ialloc.c: Likewise.
28154         * timezone/private.h: Likewise.
28155         * timezone/scheck.c: Likewise.
28156         * timezone/tzfile.h: Likewise.
28157         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28158         (TZVERSION): Hardcode tzcode version number.
28159         * timezone/zdump.c: Update from tzcode 2012i.
28160         * timezone/zic.c: Likewise.
28161         * timezone/version.h: New file.
28162         * timezone/README: Describe version.h.  Update upstream location.
28163
28164         [BZ #14824]
28165         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28166         (mktemp): Enable declaration.
28167         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28168         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28169         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28170         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28171         Likewise.
28172         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28173         Likewise.
28174         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28175         Likewise.
28176         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28177         Likewise.
28178         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28179         Likewise.
28180         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28181         Likewise.
28182
28183         [BZ #14821]
28184         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28185         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28186         for copies of such integer values.
28187         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28188         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28189
28190 2012-11-09  Andreas Jaeger  <aj@suse.de>
28191
28192         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28193         definitions and declarations that are provided by
28194         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28195
28196 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28197
28198         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28199         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28200         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28201         definition.
28202
28203 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28204
28205         * elf/elf.h: Update comment before AArch64 relocations.
28206
28207 2012-11-07  David S. Miller  <davem@davemloft.net>
28208
28209         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28210         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28211         (__start_context): Declare.
28212         (__makecontext_ret): Delete.
28213         (__makecontext): Hook up __start_context instead of
28214         __makecontext_ret.
28215         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28216         (sysdep_routines): Add __start_context when in stdlib.
28217
28218 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28219
28220         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28221         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28222         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28223         hardcoded "nm".
28224         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28225         (READELF): New variable.  Use it instead of hardcoded "readelf".
28226
28227 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28228
28229         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28230         * sysdeps/x86/Makefile: Here.
28231         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28232         * sysdeps/x86/tst-xmmymm.sh: This.
28233
28234 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28235
28236         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28237         expectations.
28238         [UNIX98] (pthread_barrier_t): Do not expect.
28239         [UNIX98] (pthread_barrierattr_t): Likewise.
28240         [UNIX98] (pthread_spinlock_t): Likewise.
28241         [UNIX98] (pthread_barrier_destroy): Likewise.
28242         [UNIX98] (pthread_barrier_init): Likewise.
28243         [UNIX98] (pthread_barrier_wait): Likewise.
28244         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28245         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28246         [UNIX98] (pthread_barrierattr_init): Likewise.
28247         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28248         [UNIX98] (pthread_getcpuclockid): Likewise.
28249         [UNIX98] (pthread_mutex_timedlock): Likewise.
28250         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28251         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28252         [UNIX98] (pthread_sigmask): Likewise.
28253         [UNIX98] (pthread_spin_destroy): Likewise.
28254         [UNIX98] (pthread_spin_init): Likewise.
28255         [UNIX98] (pthread_spin_lock): Likewise.
28256         [UNIX98] (pthread_spin_trylock): Likewise.
28257         [UNIX98] (pthread_spin_unlock): Likewise.
28258         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28259         Do not expect.
28260         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28261         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28262         [XPG3 || XPG4] (pthread_cond_t): Likewise.
28263         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28264         [XPG3 || XPG4] (pthread_key_t): Likewise.
28265         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28266         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28267         [XPG3 || XPG4] (pthread_once_t): Likewise.
28268         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28269         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28270         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28271         [XPG3 || XPG4] (pthread_t): Likewise.
28272
28273         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28274         not expect.
28275         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28276
28277         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28278         Change function return type to int.
28279
28280         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28281         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28282         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28283         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28284         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28285         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28286         [!POSIX] (posix_madvise): Likewise.
28287         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28288         && !UNIX98].
28289         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28290         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28291         (mode_t): Likewise.
28292         (posix_mem_offset): Likewise.
28293         (posix_typed_mem_get_info): Likewise.
28294         (posix_typed_mem_open): Likewise.
28295
28296         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28297         Change condition to [XOPEN2K8].
28298
28299         * conform/conformtest.pl: Preprocess allow-header data with -x c
28300         instead of from stdin.
28301         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28302         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28303         [C99-based standards] (cerfc): Likewise.
28304         [C99-based standards] (cexp2): Likewise.
28305         [C99-based standards] (cexpm1): Likewise.
28306         [C99-based standards] (clog10): Likewise.
28307         [C99-based standards] (clog1p): Likewise.
28308         [C99-based standards] (clog2): Likewise.
28309         [C99-based standards] (clgamma): Likewise.
28310         [C99-based standards] (ctgamma): Likewise.
28311         [C99-based standards] (cerff): Likewise.
28312         [C99-based standards] (cerfcf): Likewise.
28313         [C99-based standards] (cexp2f): Likewise.
28314         [C99-based standards] (cexpm1f): Likewise.
28315         [C99-based standards] (clog10f): Likewise.
28316         [C99-based standards] (clog1pf): Likewise.
28317         [C99-based standards] (clog2f): Likewise.
28318         [C99-based standards] (clgammaf): Likewise.
28319         [C99-based standards] (ctgammaf): Likewise.
28320         [C99-based standards] (cerfl): Likewise.
28321         [C99-based standards] (cerfcl): Likewise.
28322         [C99-based standards] (cexp2l): Likewise.
28323         [C99-based standards] (cexpm1l): Likewise.
28324         [C99-based standards] (clog10l): Likewise.
28325         [C99-based standards] (clog1pl): Likewise.
28326         [C99-based standards] (clog2l): Likewise.
28327         [C99-based standards] (clgammal): Likewise.
28328         [C99-based standards] (ctgammal): Likewise.
28329         * conform/data/inttypes.h-data [C99-based standards]: Include
28330         stdint.h-data.  Remove all expectations for stdint.h contents.
28331         [C99-based standards] (PRI*): Do not allow.
28332         [C99-based standards] (SCN*): Likewise.
28333         [C99-based standards] (*_t): Likewise.
28334         [C99-based-standards] (PRId8): Expect macro.
28335         [C99-based-standards] (PRIi8): Likewise.
28336         [C99-based-standards] (PRIo8): Likewise.
28337         [C99-based-standards] (PRIu8): Likewise.
28338         [C99-based-standards] (PRIx8): Likewise.
28339         [C99-based-standards] (PRIX8): Likewise.
28340         [C99-based-standards] (SCNd8): Likewise.
28341         [C99-based-standards] (SCNi8): Likewise.
28342         [C99-based-standards] (SCNo8): Likewise.
28343         [C99-based-standards] (SCNu8): Likewise.
28344         [C99-based-standards] (SCNx8): Likewise.
28345         [C99-based-standards] (PRIdLEAST8): Likewise.
28346         [C99-based-standards] (PRIiLEAST8): Likewise.
28347         [C99-based-standards] (PRIoLEAST8): Likewise.
28348         [C99-based-standards] (PRIuLEAST8): Likewise.
28349         [C99-based-standards] (PRIxLEAST8): Likewise.
28350         [C99-based-standards] (PRIXLEAST8): Likewise.
28351         [C99-based-standards] (SCNdLEAST8): Likewise.
28352         [C99-based-standards] (SCNiLEAST8): Likewise.
28353         [C99-based-standards] (SCNoLEAST8): Likewise.
28354         [C99-based-standards] (SCNuLEAST8): Likewise.
28355         [C99-based-standards] (SCNxLEAST8): Likewise.
28356         [C99-based-standards] (PRIdFAST8): Likewise.
28357         [C99-based-standards] (PRIiFAST8): Likewise.
28358         [C99-based-standards] (PRIoFAST8): Likewise.
28359         [C99-based-standards] (PRIuFAST8): Likewise.
28360         [C99-based-standards] (PRIxFAST8): Likewise.
28361         [C99-based-standards] (PRIXFAST8): Likewise.
28362         [C99-based-standards] (SCNdFAST8): Likewise.
28363         [C99-based-standards] (SCNiFAST8): Likewise.
28364         [C99-based-standards] (SCNoFAST8): Likewise.
28365         [C99-based-standards] (SCNuFAST8): Likewise.
28366         [C99-based-standards] (SCNxFAST8): Likewise.
28367         [C99-based-standards] (PRId16): Likewise.
28368         [C99-based-standards] (PRIi16): Likewise.
28369         [C99-based-standards] (PRIo16): Likewise.
28370         [C99-based-standards] (PRIu16): Likewise.
28371         [C99-based-standards] (PRIx16): Likewise.
28372         [C99-based-standards] (PRIX16): Likewise.
28373         [C99-based-standards] (SCNd16): Likewise.
28374         [C99-based-standards] (SCNi16): Likewise.
28375         [C99-based-standards] (SCNo16): Likewise.
28376         [C99-based-standards] (SCNu16): Likewise.
28377         [C99-based-standards] (SCNx16): Likewise.
28378         [C99-based-standards] (PRIdLEAST16): Likewise.
28379         [C99-based-standards] (PRIiLEAST16): Likewise.
28380         [C99-based-standards] (PRIoLEAST16): Likewise.
28381         [C99-based-standards] (PRIuLEAST16): Likewise.
28382         [C99-based-standards] (PRIxLEAST16): Likewise.
28383         [C99-based-standards] (PRIXLEAST16): Likewise.
28384         [C99-based-standards] (SCNdLEAST16): Likewise.
28385         [C99-based-standards] (SCNiLEAST16): Likewise.
28386         [C99-based-standards] (SCNoLEAST16): Likewise.
28387         [C99-based-standards] (SCNuLEAST16): Likewise.
28388         [C99-based-standards] (SCNxLEAST16): Likewise.
28389         [C99-based-standards] (PRIdFAST16): Likewise.
28390         [C99-based-standards] (PRIiFAST16): Likewise.
28391         [C99-based-standards] (PRIoFAST16): Likewise.
28392         [C99-based-standards] (PRIuFAST16): Likewise.
28393         [C99-based-standards] (PRIxFAST16): Likewise.
28394         [C99-based-standards] (PRIXFAST16): Likewise.
28395         [C99-based-standards] (SCNdFAST16): Likewise.
28396         [C99-based-standards] (SCNiFAST16): Likewise.
28397         [C99-based-standards] (SCNoFAST16): Likewise.
28398         [C99-based-standards] (SCNuFAST16): Likewise.
28399         [C99-based-standards] (SCNxFAST16): Likewise.
28400         [C99-based-standards] (PRId32): Likewise.
28401         [C99-based-standards] (PRIi32): Likewise.
28402         [C99-based-standards] (PRIo32): Likewise.
28403         [C99-based-standards] (PRIu32): Likewise.
28404         [C99-based-standards] (PRIx32): Likewise.
28405         [C99-based-standards] (PRIX32): Likewise.
28406         [C99-based-standards] (SCNd32): Likewise.
28407         [C99-based-standards] (SCNi32): Likewise.
28408         [C99-based-standards] (SCNo32): Likewise.
28409         [C99-based-standards] (SCNu32): Likewise.
28410         [C99-based-standards] (SCNx32): Likewise.
28411         [C99-based-standards] (PRIdLEAST32): Likewise.
28412         [C99-based-standards] (PRIiLEAST32): Likewise.
28413         [C99-based-standards] (PRIoLEAST32): Likewise.
28414         [C99-based-standards] (PRIuLEAST32): Likewise.
28415         [C99-based-standards] (PRIxLEAST32): Likewise.
28416         [C99-based-standards] (PRIXLEAST32): Likewise.
28417         [C99-based-standards] (SCNdLEAST32): Likewise.
28418         [C99-based-standards] (SCNiLEAST32): Likewise.
28419         [C99-based-standards] (SCNoLEAST32): Likewise.
28420         [C99-based-standards] (SCNuLEAST32): Likewise.
28421         [C99-based-standards] (SCNxLEAST32): Likewise.
28422         [C99-based-standards] (PRIdFAST32): Likewise.
28423         [C99-based-standards] (PRIiFAST32): Likewise.
28424         [C99-based-standards] (PRIoFAST32): Likewise.
28425         [C99-based-standards] (PRIuFAST32): Likewise.
28426         [C99-based-standards] (PRIxFAST32): Likewise.
28427         [C99-based-standards] (PRIXFAST32): Likewise.
28428         [C99-based-standards] (SCNdFAST32): Likewise.
28429         [C99-based-standards] (SCNiFAST32): Likewise.
28430         [C99-based-standards] (SCNoFAST32): Likewise.
28431         [C99-based-standards] (SCNuFAST32): Likewise.
28432         [C99-based-standards] (SCNxFAST32): Likewise.
28433         [C99-based-standards] (PRId64): Likewise.
28434         [C99-based-standards] (PRIi64): Likewise.
28435         [C99-based-standards] (PRIo64): Likewise.
28436         [C99-based-standards] (PRIu64): Likewise.
28437         [C99-based-standards] (PRIx64): Likewise.
28438         [C99-based-standards] (PRIX64): Likewise.
28439         [C99-based-standards] (SCNd64): Likewise.
28440         [C99-based-standards] (SCNi64): Likewise.
28441         [C99-based-standards] (SCNo64): Likewise.
28442         [C99-based-standards] (SCNu64): Likewise.
28443         [C99-based-standards] (SCNx64): Likewise.
28444         [C99-based-standards] (PRIdLEAST64): Likewise.
28445         [C99-based-standards] (PRIiLEAST64): Likewise.
28446         [C99-based-standards] (PRIoLEAST64): Likewise.
28447         [C99-based-standards] (PRIuLEAST64): Likewise.
28448         [C99-based-standards] (PRIxLEAST64): Likewise.
28449         [C99-based-standards] (PRIXLEAST64): Likewise.
28450         [C99-based-standards] (SCNdLEAST64): Likewise.
28451         [C99-based-standards] (SCNiLEAST64): Likewise.
28452         [C99-based-standards] (SCNoLEAST64): Likewise.
28453         [C99-based-standards] (SCNuLEAST64): Likewise.
28454         [C99-based-standards] (SCNxLEAST64): Likewise.
28455         [C99-based-standards] (PRIdFAST64): Likewise.
28456         [C99-based-standards] (PRIiFAST64): Likewise.
28457         [C99-based-standards] (PRIoFAST64): Likewise.
28458         [C99-based-standards] (PRIuFAST64): Likewise.
28459         [C99-based-standards] (PRIxFAST64): Likewise.
28460         [C99-based-standards] (PRIXFAST64): Likewise.
28461         [C99-based-standards] (SCNdFAST64): Likewise.
28462         [C99-based-standards] (SCNiFAST64): Likewise.
28463         [C99-based-standards] (SCNoFAST64): Likewise.
28464         [C99-based-standards] (SCNuFAST64): Likewise.
28465         [C99-based-standards] (SCNxFAST64): Likewise.
28466         [C99-based-standards] (PRIdMAX): Likewise.
28467         [C99-based-standards] (PRIiMAX): Likewise.
28468         [C99-based-standards] (PRIoMAX): Likewise.
28469         [C99-based-standards] (PRIuMAX): Likewise.
28470         [C99-based-standards] (PRIxMAX): Likewise.
28471         [C99-based-standards] (PRIXMAX): Likewise.
28472         [C99-based-standards] (SCNdMAX): Likewise.
28473         [C99-based-standards] (SCNiMAX): Likewise.
28474         [C99-based-standards] (SCNoMAX): Likewise.
28475         [C99-based-standards] (SCNuMAX): Likewise.
28476         [C99-based-standards] (SCNxMAX): Likewise.
28477         [C99-based-standards] (PRIdPTR): Likewise.
28478         [C99-based-standards] (PRIiPTR): Likewise.
28479         [C99-based-standards] (PRIoPTR): Likewise.
28480         [C99-based-standards] (PRIuPTR): Likewise.
28481         [C99-based-standards] (PRIxPTR): Likewise.
28482         [C99-based-standards] (PRIXPTR): Likewise.
28483         [C99-based-standards] (SCNdPTR): Likewise.
28484         [C99-based-standards] (SCNiPTR): Likewise.
28485         [C99-based-standards] (SCNoPTR): Likewise.
28486         [C99-based-standards] (SCNuPTR): Likewise.
28487         [C99-based-standards] (SCNxPTR): Likewise.
28488         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28489         allow.
28490         * conform/data/stdint.h-data: Update comments to clarify
28491         requirements.
28492         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28493         type.
28494         [C99-based standards] (INT8_MAX): Likewise.
28495         [C99-based standards] (INT16_MIN): Likewise.
28496         [C99-based standards] (INT16_MAX): Likewise.
28497         [C99-based standards] (INT32_MIN): Likewise.
28498         [C99-based standards] (INT32_MAX): Likewise.
28499         [C99-based standards] (INT64_MIN): Likewise.
28500         [C99-based standards] (INT64_MAX): Likewise.
28501         [C99-based standards] (UINT8_MAX): Likewise.
28502         [C99-based standards] (UINT16_MAX): Likewise.
28503         [C99-based standards] (UINT32_MAX): Likewise.
28504         [C99-based standards] (UINT64_MAX): Likewise.
28505         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28506         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28507         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28508         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28509         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28510         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28511         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28512         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28513         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28514         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28515         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28516         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28517         [C99-based standards] (INT_FAST8_MIN): Likewise.
28518         [C99-based standards] (INT_FAST8_MAX): Likewise.
28519         [C99-based standards] (INT_FAST16_MIN): Likewise.
28520         [C99-based standards] (INT_FAST16_MAX): Likewise.
28521         [C99-based standards] (INT_FAST32_MIN): Likewise.
28522         [C99-based standards] (INT_FAST32_MAX): Likewise.
28523         [C99-based standards] (INT_FAST64_MIN): Likewise.
28524         [C99-based standards] (INT_FAST64_MAX): Likewise.
28525         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28526         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28527         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28528         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28529         [C99-based standards] (INTPTR_MIN): Likewise.
28530         [C99-based standards] (INTPTR_MAX): Likewise.
28531         [C99-based standards] (UINTPTR_MAX): Likewise.
28532         [C99-based standards] (INTMAX_MIN): Likewise.
28533         [C99-based standards] (INTMAX_MAX): Likewise.
28534         [C99-based standards] (UINTMAX_MAX): Likewise.
28535         [C99-based standards] (PTRDIFF_MIN): Likewise.
28536         [C99-based standards] (PTRDIFF_MAX): Likewise.
28537         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28538         [C99-based standards] (SIZE_MAX): Likewise.
28539         [C99-based standards] (WCHAR_MAX): Likewise.
28540         [C99-based standards] (WINT_MAX): Likewise.
28541         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28542         constraint on value.
28543         [C99-based standards] (WCHAR_MIN): Likewise.
28544         [C99-based standards] (WINT_MIN): Likewise.
28545         [C99-based standards] (*_t): Allow.
28546         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28547         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28548         Include math.h-data and complex.h-data.  Remove all expectations
28549         of math.h and complex.h contents.
28550         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28551         at end of line.
28552         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28553         (struct tm): Expect tag.
28554         [C99-based-standards] (wcstof): Expect function.
28555         [C99-based-standards] (wcstold): Likewise.
28556         [C99-based-standards] (wcstoll): Likewise.
28557         [C99-based-standards] (wcstoull): Likewise.
28558         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28559         macro-int-constant.  Specify type.
28560         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28561         constraint on value.
28562         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28563         Specify type.
28564         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28565         Specify value.
28566         [ISO C standards]: Do not allow headers.
28567         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28568         wcs[abcdefghijklmnopqrstuvwxyz]*.
28569         [ISO C standards] (*_t): Do not allow.
28570         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28571         Expect function.
28572         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28573         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28574         Specify type.
28575         [ISO C standards]: Do not allow headers.
28576         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28577         is[abcdefghijklmnopqrstuvwxyz]*.
28578         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28579         to[abcdefghijklmnopqrstuvwxyz]*.
28580         [ISO C standards] (*_t): Do not allow.
28581         * conform/data/stdalign.h-data: New file.
28582         * conform/data/stdbool.h-data: Likewise.
28583         * conform/data/stdnoreturn.h-data: Likewise.
28584
28585 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28586
28587         [BZ #14815]
28588         * manual/filesys.texi (Directory Entries): Typo fix.
28589         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28590
28591 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28592
28593         * elf/elf.h (EM_AARCH64): New macro.
28594         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28595         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28596         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28597         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28598         (R_AARCH64_TLSDESC): Likewise.
28599         (NT_ARM_TLS): Likewise.
28600         (NT_ARM_HW_BREAK): Likewise.
28601         (NT_ARM_HW_WATCH): Likewise.
28602
28603 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28604
28605         [BZ #14811]
28606         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28607         (__ieee754_powl): Saturate nonzero exponents with absolute value
28608         below 0x1p-79 to +/- 0x1p-79.
28609         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28610         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28611         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28612         nonzero exponents with absolute value below 0x1p-32 to +/-
28613         0x1p-32.
28614         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28615         (__ieee754_powl): Saturate nonzero exponents with absolute value
28616         below 0x1p-79 to +/- 0x1p-79.
28617         * math/libm-test.inc (pow_test): Add more tests.
28618
28619 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28620
28621         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28622         _dl_s390_cap_flags with kernel. Increase string length.
28623         (_dl_s390_platforms): Add z196 and zEC12.
28624
28625 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28626
28627         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28628         Change XOPEN21K to XOPEN2K.
28629
28630 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28631
28632         * string/memmove.c: Use memcpy when possible.
28633
28634 2012-11-06  Andreas Jaeger  <aj@suse.de>
28635
28636         * po/eo.po: Update from translation team.
28637
28638 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28639
28640         [BZ #14793]
28641         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28642         exponent and small x and y exponents, scale x or y up.  Increase
28643         by 2 the exponent used in scaling up.
28644         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28645         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28646         * math/libm-test.inc (fma_test): Add more tests.
28647         (fma_test_towardzero): Likewise.
28648         (fma_test_downward): Likewise.
28649         (fma_test_upward): Likewise.
28650
28651 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28652
28653         [BZ #14805]
28654         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28655         fenv_t *.
28656
28657         [BZ #14801]
28658         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28659         namespace for names of struct fields.
28660         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28661         fenv_t fields.
28662         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28663         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28664
28665 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28666
28667         [BZ #3665]
28668         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28669
28670 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28671
28672         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28673         PTR_DEMANGLE.
28674
28675         [BZ #5246]
28676         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28677         PTR_DEMANGLE.
28678
28679 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28680
28681         [BZ #14797]
28682         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28683         definitely overflow as x * y not x * y + z.
28684         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28685         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28686         * math/libm-test.inc (fma_test): Add more tests.
28687         (fma_test_towardzero): Likewise.
28688         (fma_test_downward): Likewise.
28689         (fma_test_upward): Likewise.
28690
28691 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28692
28693         [BZ #157]
28694
28695         * include/stub-tag.h: Remove file.
28696         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28697         '#include' of it.
28698         * manual/maint.texi (Porting): Don't reference it.
28699         * Makerules ($(objpfx)stubs): Likewise.
28700         * dirent/closedir.c: Don't include <stub-tag.h>.
28701         * dirent/dirfd.c: Likewise.
28702         * dirent/fdopendir.c: Likewise.
28703         * dirent/getdents.c: Likewise.
28704         * dirent/getdents64.c: Likewise.
28705         * dirent/opendir.c: Likewise.
28706         * dirent/readdir.c: Likewise.
28707         * dirent/readdir64.c: Likewise.
28708         * dirent/readdir64_r.c: Likewise.
28709         * dirent/readdir_r.c: Likewise.
28710         * dirent/rewinddir.c: Likewise.
28711         * dirent/seekdir.c: Likewise.
28712         * dirent/telldir.c: Likewise.
28713         * gmon/profil.c: Likewise.
28714         * grp/setgroups.c: Likewise.
28715         * inet/if_index.c: Likewise.
28716         * io/access.c: Likewise.
28717         * io/chdir.c: Likewise.
28718         * io/chmod.c: Likewise.
28719         * io/chown.c: Likewise.
28720         * io/close.c: Likewise.
28721         * io/dup.c: Likewise.
28722         * io/dup2.c: Likewise.
28723         * io/dup3.c: Likewise.
28724         * io/euidaccess.c: Likewise.
28725         * io/faccessat.c: Likewise.
28726         * io/fchdir.c: Likewise.
28727         * io/fchmod.c: Likewise.
28728         * io/fchmodat.c: Likewise.
28729         * io/fchown.c: Likewise.
28730         * io/fchownat.c: Likewise.
28731         * io/fcntl.c: Likewise.
28732         * io/flock.c: Likewise.
28733         * io/fstatfs.c: Likewise.
28734         * io/fstatfs64.c: Likewise.
28735         * io/fstatvfs.c: Likewise.
28736         * io/fstatvfs64.c: Likewise.
28737         * io/futimens.c: Likewise.
28738         * io/fxstat.c: Likewise.
28739         * io/fxstat64.c: Likewise.
28740         * io/fxstatat.c: Likewise.
28741         * io/fxstatat64.c: Likewise.
28742         * io/getcwd.c: Likewise.
28743         * io/isatty.c: Likewise.
28744         * io/lchmod.c: Likewise.
28745         * io/lchown.c: Likewise.
28746         * io/link.c: Likewise.
28747         * io/linkat.c: Likewise.
28748         * io/lseek.c: Likewise.
28749         * io/lseek64.c: Likewise.
28750         * io/lxstat64.c: Likewise.
28751         * io/mkdir.c: Likewise.
28752         * io/mkdirat.c: Likewise.
28753         * io/mkfifo.c: Likewise.
28754         * io/mkfifoat.c: Likewise.
28755         * io/open.c: Likewise.
28756         * io/open64.c: Likewise.
28757         * io/openat.c: Likewise.
28758         * io/openat64.c: Likewise.
28759         * io/pipe.c: Likewise.
28760         * io/pipe2.c: Likewise.
28761         * io/poll.c: Likewise.
28762         * io/posix_fadvise.c: Likewise.
28763         * io/posix_fadvise64.c: Likewise.
28764         * io/posix_fallocate.c: Likewise.
28765         * io/posix_fallocate64.c: Likewise.
28766         * io/read.c: Likewise.
28767         * io/readlink.c: Likewise.
28768         * io/readlinkat.c: Likewise.
28769         * io/rmdir.c: Likewise.
28770         * io/sendfile.c: Likewise.
28771         * io/sendfile64.c: Likewise.
28772         * io/statfs.c: Likewise.
28773         * io/statfs64.c: Likewise.
28774         * io/statvfs.c: Likewise.
28775         * io/statvfs64.c: Likewise.
28776         * io/symlink.c: Likewise.
28777         * io/symlinkat.c: Likewise.
28778         * io/ttyname.c: Likewise.
28779         * io/ttyname_r.c: Likewise.
28780         * io/umask.c: Likewise.
28781         * io/unlink.c: Likewise.
28782         * io/unlinkat.c: Likewise.
28783         * io/utime.c: Likewise.
28784         * io/utimensat.c: Likewise.
28785         * io/write.c: Likewise.
28786         * io/xmknod.c: Likewise.
28787         * io/xmknodat.c: Likewise.
28788         * io/xstat.c: Likewise.
28789         * io/xstat64.c: Likewise.
28790         * login/getpt.c: Likewise.
28791         * login/grantpt.c: Likewise.
28792         * login/unlockpt.c: Likewise.
28793         * math/e_acoshl.c: Likewise.
28794         * math/e_acosl.c: Likewise.
28795         * math/e_asinl.c: Likewise.
28796         * math/e_atan2l.c: Likewise.
28797         * math/e_atanhl.c: Likewise.
28798         * math/e_coshl.c: Likewise.
28799         * math/e_expl.c: Likewise.
28800         * math/e_fmodl.c: Likewise.
28801         * math/e_gammal_r.c: Likewise.
28802         * math/e_hypotl.c: Likewise.
28803         * math/e_j0l.c: Likewise.
28804         * math/e_j1l.c: Likewise.
28805         * math/e_jnl.c: Likewise.
28806         * math/e_lgammal_r.c: Likewise.
28807         * math/e_log10l.c: Likewise.
28808         * math/e_log2l.c: Likewise.
28809         * math/e_logl.c: Likewise.
28810         * math/e_powl.c: Likewise.
28811         * math/e_rem_pio2l.c: Likewise.
28812         * math/e_sinhl.c: Likewise.
28813         * math/e_sqrtl.c: Likewise.
28814         * math/fclrexcpt.c: Likewise.
28815         * math/fedisblxcpt.c: Likewise.
28816         * math/feenablxcpt.c: Likewise.
28817         * math/fegetenv.c: Likewise.
28818         * math/fegetexcept.c: Likewise.
28819         * math/fegetround.c: Likewise.
28820         * math/feholdexcpt.c: Likewise.
28821         * math/fesetenv.c: Likewise.
28822         * math/fesetround.c: Likewise.
28823         * math/feupdateenv.c: Likewise.
28824         * math/fgetexcptflg.c: Likewise.
28825         * math/fraiseexcpt.c: Likewise.
28826         * math/fsetexcptflg.c: Likewise.
28827         * math/ftestexcept.c: Likewise.
28828         * math/k_cosl.c: Likewise.
28829         * math/k_rem_pio2l.c: Likewise.
28830         * math/k_sinl.c: Likewise.
28831         * math/k_tanl.c: Likewise.
28832         * math/s_asinhl.c: Likewise.
28833         * math/s_atanl.c: Likewise.
28834         * math/s_cbrtl.c: Likewise.
28835         * math/s_erfl.c: Likewise.
28836         * math/s_expm1l.c: Likewise.
28837         * math/s_log1pl.c: Likewise.
28838         * math/s_tanhl.c: Likewise.
28839         * misc/acct.c: Likewise.
28840         * misc/brk.c: Likewise.
28841         * misc/chflags.c: Likewise.
28842         * misc/chroot.c: Likewise.
28843         * misc/fchflags.c: Likewise.
28844         * misc/fgetxattr.c: Likewise.
28845         * misc/flistxattr.c: Likewise.
28846         * misc/fremovexattr.c: Likewise.
28847         * misc/fsetxattr.c: Likewise.
28848         * misc/fsync.c: Likewise.
28849         * misc/ftruncate.c: Likewise.
28850         * misc/futimes.c: Likewise.
28851         * misc/futimesat.c: Likewise.
28852         * misc/getdomain.c: Likewise.
28853         * misc/getdtsz.c: Likewise.
28854         * misc/gethostid.c: Likewise.
28855         * misc/gethostname.c: Likewise.
28856         * misc/getloadavg.c: Likewise.
28857         * misc/getpagesize.c: Likewise.
28858         * misc/getsysstats.c: Likewise.
28859         * misc/getxattr.c: Likewise.
28860         * misc/gtty.c: Likewise.
28861         * misc/ioctl.c: Likewise.
28862         * misc/lgetxattr.c: Likewise.
28863         * misc/listxattr.c: Likewise.
28864         * misc/llistxattr.c: Likewise.
28865         * misc/lremovexattr.c: Likewise.
28866         * misc/lsetxattr.c: Likewise.
28867         * misc/lutimes.c: Likewise.
28868         * misc/madvise.c: Likewise.
28869         * misc/mincore.c: Likewise.
28870         * misc/mlock.c: Likewise.
28871         * misc/mlockall.c: Likewise.
28872         * misc/mmap.c: Likewise.
28873         * misc/mprotect.c: Likewise.
28874         * misc/msync.c: Likewise.
28875         * misc/munlock.c: Likewise.
28876         * misc/munlockall.c: Likewise.
28877         * misc/munmap.c: Likewise.
28878         * misc/preadv.c: Likewise.
28879         * misc/preadv64.c: Likewise.
28880         * misc/ptrace.c: Likewise.
28881         * misc/pwritev.c: Likewise.
28882         * misc/pwritev64.c: Likewise.
28883         * misc/readv.c: Likewise.
28884         * misc/reboot.c: Likewise.
28885         * misc/remap_file_pages.c: Likewise.
28886         * misc/removexattr.c: Likewise.
28887         * misc/revoke.c: Likewise.
28888         * misc/select.c: Likewise.
28889         * misc/setdomain.c: Likewise.
28890         * misc/setegid.c: Likewise.
28891         * misc/seteuid.c: Likewise.
28892         * misc/sethostid.c: Likewise.
28893         * misc/sethostname.c: Likewise.
28894         * misc/setregid.c: Likewise.
28895         * misc/setreuid.c: Likewise.
28896         * misc/setxattr.c: Likewise.
28897         * misc/sstk.c: Likewise.
28898         * misc/stty.c: Likewise.
28899         * misc/swapoff.c: Likewise.
28900         * misc/swapon.c: Likewise.
28901         * misc/sync.c: Likewise.
28902         * misc/syncfs.c: Likewise.
28903         * misc/syscall.c: Likewise.
28904         * misc/truncate.c: Likewise.
28905         * misc/ualarm.c: Likewise.
28906         * misc/usleep.c: Likewise.
28907         * misc/ustat.c: Likewise.
28908         * misc/utimes.c: Likewise.
28909         * misc/vhangup.c: Likewise.
28910         * misc/writev.c: Likewise.
28911         * posix/_exit.c: Likewise.
28912         * posix/alarm.c: Likewise.
28913         * posix/execve.c: Likewise.
28914         * posix/fexecve.c: Likewise.
28915         * posix/fork.c: Likewise.
28916         * posix/fpathconf.c: Likewise.
28917         * posix/getaddrinfo.c: Likewise.
28918         * posix/getegid.c: Likewise.
28919         * posix/geteuid.c: Likewise.
28920         * posix/getgid.c: Likewise.
28921         * posix/getgroups.c: Likewise.
28922         * posix/getlogin.c: Likewise.
28923         * posix/getlogin_r.c: Likewise.
28924         * posix/getpgid.c: Likewise.
28925         * posix/getpid.c: Likewise.
28926         * posix/getppid.c: Likewise.
28927         * posix/getresgid.c: Likewise.
28928         * posix/getresuid.c: Likewise.
28929         * posix/getsid.c: Likewise.
28930         * posix/getuid.c: Likewise.
28931         * posix/glob64.c: Likewise.
28932         * posix/nanosleep.c: Likewise.
28933         * posix/pathconf.c: Likewise.
28934         * posix/pause.c: Likewise.
28935         * posix/posix_madvise.c: Likewise.
28936         * posix/pread.c: Likewise.
28937         * posix/pread64.c: Likewise.
28938         * posix/pwrite.c: Likewise.
28939         * posix/pwrite64.c: Likewise.
28940         * posix/sched_getaffinity.c: Likewise.
28941         * posix/sched_getp.c: Likewise.
28942         * posix/sched_gets.c: Likewise.
28943         * posix/sched_primax.c: Likewise.
28944         * posix/sched_primin.c: Likewise.
28945         * posix/sched_rr_gi.c: Likewise.
28946         * posix/sched_setaffinity.c: Likewise.
28947         * posix/sched_setp.c: Likewise.
28948         * posix/sched_sets.c: Likewise.
28949         * posix/sched_yield.c: Likewise.
28950         * posix/setgid.c: Likewise.
28951         * posix/setlogin.c: Likewise.
28952         * posix/setpgid.c: Likewise.
28953         * posix/setresgid.c: Likewise.
28954         * posix/setresuid.c: Likewise.
28955         * posix/setsid.c: Likewise.
28956         * posix/setuid.c: Likewise.
28957         * posix/sleep.c: Likewise.
28958         * posix/spawni.c: Likewise.
28959         * posix/sysconf.c: Likewise.
28960         * posix/times.c: Likewise.
28961         * posix/wait.c: Likewise.
28962         * posix/wait3.c: Likewise.
28963         * posix/wait4.c: Likewise.
28964         * posix/waitpid.c: Likewise.
28965         * resolv/gai_sigqueue.c: Likewise.
28966         * resource/getpriority.c: Likewise.
28967         * resource/getrlimit.c: Likewise.
28968         * resource/getrusage.c: Likewise.
28969         * resource/nice.c: Likewise.
28970         * resource/setpriority.c: Likewise.
28971         * resource/setrlimit.c: Likewise.
28972         * resource/ulimit.c: Likewise.
28973         * rt/aio_cancel.c: Likewise.
28974         * rt/aio_fsync.c: Likewise.
28975         * rt/aio_read.c: Likewise.
28976         * rt/aio_sigqueue.c: Likewise.
28977         * rt/aio_suspend.c: Likewise.
28978         * rt/aio_write.c: Likewise.
28979         * rt/clock_getres.c: Likewise.
28980         * rt/clock_gettime.c: Likewise.
28981         * rt/clock_nanosleep.c: Likewise.
28982         * rt/clock_settime.c: Likewise.
28983         * rt/lio_listio.c: Likewise.
28984         * rt/mq_close.c: Likewise.
28985         * rt/mq_getattr.c: Likewise.
28986         * rt/mq_notify.c: Likewise.
28987         * rt/mq_open.c: Likewise.
28988         * rt/mq_receive.c: Likewise.
28989         * rt/mq_send.c: Likewise.
28990         * rt/mq_setattr.c: Likewise.
28991         * rt/mq_timedreceive.c: Likewise.
28992         * rt/mq_timedsend.c: Likewise.
28993         * rt/mq_unlink.c: Likewise.
28994         * rt/shm_open.c: Likewise.
28995         * rt/shm_unlink.c: Likewise.
28996         * rt/timer_create.c: Likewise.
28997         * rt/timer_delete.c: Likewise.
28998         * rt/timer_getoverr.c: Likewise.
28999         * rt/timer_gettime.c: Likewise.
29000         * rt/timer_settime.c: Likewise.
29001         * setjmp/__longjmp.c: Likewise.
29002         * setjmp/setjmp.c: Likewise.
29003         * signal/kill.c: Likewise.
29004         * signal/killpg.c: Likewise.
29005         * signal/raise.c: Likewise.
29006         * signal/sigaction.c: Likewise.
29007         * signal/sigaltstack.c: Likewise.
29008         * signal/sigblock.c: Likewise.
29009         * signal/sigignore.c: Likewise.
29010         * signal/sigintr.c: Likewise.
29011         * signal/signal.c: Likewise.
29012         * signal/sigpause.c: Likewise.
29013         * signal/sigpending.c: Likewise.
29014         * signal/sigqueue.c: Likewise.
29015         * signal/sigreturn.c: Likewise.
29016         * signal/sigset.c: Likewise.
29017         * signal/sigsetmask.c: Likewise.
29018         * signal/sigstack.c: Likewise.
29019         * signal/sigsuspend.c: Likewise.
29020         * signal/sigtimedwait.c: Likewise.
29021         * signal/sigvec.c: Likewise.
29022         * signal/sigwait.c: Likewise.
29023         * signal/sigwaitinfo.c: Likewise.
29024         * signal/sysv_signal.c: Likewise.
29025         * socket/accept.c: Likewise.
29026         * socket/accept4.c: Likewise.
29027         * socket/bind.c: Likewise.
29028         * socket/connect.c: Likewise.
29029         * socket/getpeername.c: Likewise.
29030         * socket/getsockname.c: Likewise.
29031         * socket/getsockopt.c: Likewise.
29032         * socket/isfdtype.c: Likewise.
29033         * socket/listen.c: Likewise.
29034         * socket/recv.c: Likewise.
29035         * socket/recvfrom.c: Likewise.
29036         * socket/recvmsg.c: Likewise.
29037         * socket/send.c: Likewise.
29038         * socket/sendmsg.c: Likewise.
29039         * socket/sendto.c: Likewise.
29040         * socket/setsockopt.c: Likewise.
29041         * socket/shutdown.c: Likewise.
29042         * socket/sockatmark.c: Likewise.
29043         * socket/socket.c: Likewise.
29044         * socket/socketpair.c: Likewise.
29045         * stdio-common/ctermid.c: Likewise.
29046         * stdio-common/cuserid.c: Likewise.
29047         * stdio-common/remove.c: Likewise.
29048         * stdio-common/rename.c: Likewise.
29049         * stdio-common/renameat.c: Likewise.
29050         * stdio-common/tempname.c: Likewise.
29051         * stdlib/getcontext.c: Likewise.
29052         * stdlib/makecontext.c: Likewise.
29053         * stdlib/setcontext.c: Likewise.
29054         * stdlib/swapcontext.c: Likewise.
29055         * stdlib/system.c: Likewise.
29056         * streams/fattach.c: Likewise.
29057         * streams/fdetach.c: Likewise.
29058         * streams/getmsg.c: Likewise.
29059         * streams/getpmsg.c: Likewise.
29060         * streams/putmsg.c: Likewise.
29061         * streams/putpmsg.c: Likewise.
29062         * sysdeps/unix/bsd/getpt.c: Likewise.
29063         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29064         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29065         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29067         Likewise.
29068         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29069         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29070         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29071         * sysvipc/msgctl.c: Likewise.
29072         * sysvipc/msgget.c: Likewise.
29073         * sysvipc/msgrcv.c: Likewise.
29074         * sysvipc/msgsnd.c: Likewise.
29075         * sysvipc/semctl.c: Likewise.
29076         * sysvipc/semget.c: Likewise.
29077         * sysvipc/semop.c: Likewise.
29078         * sysvipc/semtimedop.c: Likewise.
29079         * sysvipc/shmat.c: Likewise.
29080         * sysvipc/shmctl.c: Likewise.
29081         * sysvipc/shmdt.c: Likewise.
29082         * sysvipc/shmget.c: Likewise.
29083         * termios/tcdrain.c: Likewise.
29084         * termios/tcflow.c: Likewise.
29085         * termios/tcflush.c: Likewise.
29086         * termios/tcgetattr.c: Likewise.
29087         * termios/tcgetpgrp.c: Likewise.
29088         * termios/tcsendbrk.c: Likewise.
29089         * termios/tcsetattr.c: Likewise.
29090         * termios/tcsetpgrp.c: Likewise.
29091         * time/adjtime.c: Likewise.
29092         * time/clock.c: Likewise.
29093         * time/getitimer.c: Likewise.
29094         * time/gettimeofday.c: Likewise.
29095         * time/setitimer.c: Likewise.
29096         * time/settimeofday.c: Likewise.
29097         * time/stime.c: Likewise.
29098         * time/time.c: Likewise.
29099
29100 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29101
29102         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29103         /usr/old/bin.
29104
29105         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29106         instead of spaces.
29107         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29108
29109 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29110
29111         [BZ #14796]
29112         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29113         FE_TONEAREST before applying Dekker multiplication and Knuth
29114         addition.  Clear inexact exceptions and check for exact zero
29115         results afterwards.
29116         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29117         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29118         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29119         * math/libm-test.inc (fma_test): Add more tests.
29120         (fma_test_towardzero): Likewise.
29121         (fma_test_downward): Likewise.
29122         (fma_test_upward): Likewise.
29123         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29124         function.
29125         (libc_fesetround): New macro.
29126         (libc_fesetroundf): Likewise.
29127         (libc_fesetroundl): Likewise.
29128         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29129         function.
29130         (libc_fesetround_387): Likewise.
29131         (libc_fesetroundf): New macro.
29132         (libc_fesetround): Likewise.
29133         (libc_fesetroundl): Likewise.
29134         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29135         function.
29136         (libc_fesetroundf): New macro.
29137         (libc_fesetround): Likewise.
29138         (libc_fesetroundl): Likewise.
29139         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29140         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29141         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29142         libm_hidden_ver.
29143         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29144         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29145         libm_hidden_def.
29146         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29147         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29148         libm_hidden_ver.
29149         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29150         libm_hidden_def.
29151
29152         [BZ #3439]
29153         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29154         integer constant usable in #if and use that to give value to enum
29155         constant.
29156         (FE_DIVBYZERO): Likewise.
29157         (FE_UNDERFLOW): Likewise.
29158         (FE_OVERFLOW): Likewise.
29159         (FE_INVALID): Likewise.
29160         (FE_INVALID_SNAN): Likewise.
29161         (FE_INVALID_ISI): Likewise.
29162         (FE_INVALID_IDI): Likewise.
29163         (FE_INVALID_ZDZ): Likewise.
29164         (FE_INVALID_IMZ): Likewise.
29165         (FE_INVALID_COMPARE): Likewise.
29166         (FE_INVALID_SOFTWARE): Likewise.
29167         (FE_INVALID_SQRT): Likewise.
29168         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29169         (FE_TONEAREST): Likewise.
29170         (FE_TOWARDZERO): Likewise.
29171         (FE_UPWARD): Likewise.
29172         (FE_DOWNWARD): Likewise.
29173         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29174         (FE_DIVBYZERO): Likewise.
29175         (FE_OVERFLOW): Likewise.
29176         (FE_UNDERFLOW): Likewise.
29177         (FE_INEXACT): Likewise.
29178         (FE_TONEAREST): Likewise.
29179         (FE_DOWNWARD): Likewise.
29180         (FE_UPWARD): Likewise.
29181         (FE_TOWARDZERO): Likewise.
29182         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29183         (FE_UNDERFLOW): Likewise.
29184         (FE_OVERFLOW): Likewise.
29185         (FE_DIVBYZERO): Likewise.
29186         (FE_INVALID): Likewise.
29187         (FE_TONEAREST): Likewise.
29188         (FE_TOWARDZERO): Likewise.
29189         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29190         (FE_OVERFLOW): Likewise.
29191         (FE_UNDERFLOW): Likewise.
29192         (FE_DIVBYZERO): Likewise.
29193         (FE_INEXACT): Likewise.
29194         (FE_TONEAREST): Likewise.
29195         (FE_TOWARDZERO): Likewise.
29196         (FE_UPWARD): Likewise.
29197         (FE_DOWNWARD): Likewise.
29198         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29199         (FE_DIVBYZERO): Likewise.
29200         (FE_OVERFLOW): Likewise.
29201         (FE_UNDERFLOW): Likewise.
29202         (FE_INEXACT): Likewise.
29203         (FE_TONEAREST): Likewise.
29204         (FE_DOWNWARD): Likewise.
29205         (FE_UPWARD): Likewise.
29206         (FE_TOWARDZERO): Likewise.
29207
29208 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29209
29210         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29211
29212 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29213
29214         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29215         commands.  Quote $PWD.
29216         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29217         -x" by "export".
29218         (remove_newlines): Remove.
29219
29220 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29221
29222         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29223         * stdlib/stdlib.h (atof): Moved to ...
29224         * include/bits/stdlib-float.h: Here.  New file.
29225         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29226         * stdlib/bits/stdlib-float.h: New file.
29227         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29228         -mno-sse -mno-mmx.
29229         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29230         <xmmintrin.h>.
29231
29232 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29233
29234         * conform/conformtest.pl (@headers): Add fenv.h.
29235         * conform/data/fenv.h-data: New file.
29236         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29237         include of <math/fenv.h>.
29238
29239         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29240         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29241         && !UNIX98].  Enables tests for XOPEN2K8.
29242         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29243         POSIX2008]: Likewise.
29244
29245         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29246         (struct rusage): Do not expect type or its members.
29247
29248         [BZ #3439]
29249         * math/math.h (FP_NAN): Define macro to integer constant usable in
29250         #if and use that to give value to enum constant.
29251         (FP_INFINITE): Likewise.
29252         (FP_ZERO): Likewise.
29253         (FP_SUBNORMAL): Likewise.
29254         (FP_NORMAL): Likewise.
29255
29256 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
29257
29258         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29259         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29260         arguments.
29261
29262 2012-11-02  Roland McGrath  <roland@hack.frob.com>
29263
29264         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29265         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29266         autoconf-time if not.
29267         * configure.in: Remove AC_PREREQ.
29268
29269 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29270
29271         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29272         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29273         of the internal implementation.
29274
29275 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29276
29277         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29278         except include of <misc/sys/syslog.h>.
29279
29280 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29281
29282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29283         function returns with a NULL context exit with zero.
29284
29285 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29286
29287         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29288
29289 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
29290
29291         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29292         (run_program_cmd): This.
29293         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29294         (tst_langinfo): New variable.  Use it.
29295
29296 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
29297
29298         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29299         floating point opcodes.
29300
29301 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29302
29303         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29304         variable.
29305
29306         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29307
29308         * sysdeps/mach/hurd/powerpc: Remove directory.
29309         * sysdeps/mach/powerpc: Likewise.
29310
29311 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29312
29313         * scripts/check-local-headers.sh: Ignore c++ headers.
29314
29315 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29316
29317         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29318         __libc_cleanup_region_start argument.
29319
29320 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
29321
29322         [BZ #14784]
29323         [BZ #14785]
29324         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29325         x * y using scaling, not as x * y + z.
29326         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29327         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29328         * math/libm-test.inc (fma_test): Add more tests.
29329         (fma_test_towardzero): Likewise.
29330         (fma_test_downward): Likewise.
29331         (fma_test_upward): Likewise.
29332
29333 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29334
29335         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
29336
29337 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29338
29339         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
29340         New variable.
29341
29342 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
29343
29344         * rt/tst-shm.c (worker): Correct checking for mmap failure.
29345
29346 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29347
29348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29349         Fix sort order.
29350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29351         Likewise.
29352
29353 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29354
29355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29356         Fix the order of the list for glibc 2.17.
29357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29358         Likewise.
29359
29360 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29361
29362         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29363
29364 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29365
29366         [BZ #14610]
29367         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29368         for low part of x being zero before using __atanl (y).
29369         * math/libm-test.inc (atan2_test): Add another test.
29370
29371         * manual/install.texi (Configuring and compiling): Document
29372         general use of test-wrapper and test-wrapper-env.
29373         * INSTALL: Regenerated.
29374
29375         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29376         (__fma): Do not extract and scale down low bits on after-rounding
29377         systems when result rounded to normal precision would have normal
29378         exponent.
29379         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29380         (__fmal): Do not extract and scale down low bits on after-rounding
29381         systems when result rounded to normal precision would have normal
29382         exponent.
29383         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29384         (__fmal): Do not extract and scale down low bits on after-rounding
29385         systems when result rounded to normal precision would have normal
29386         exponent.
29387         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29388         macro.
29389         (fma_test): Add more tests.
29390         (fma_test_towardzero): Likewise.
29391         (fma_test_downward): Likewise.
29392         (fma_test_upward): Likewise.
29393
29394 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
29395
29396         * sysdeps/i386/tininess.h: Renamed to ...
29397         * sysdeps/x86/tininess.h: This.
29398         * sysdeps/x86_64/tininess.h: Removed.
29399
29400 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29401
29402         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29403         input.  Use $(build-program-cmd).
29404         ($(objpfx)tst-array1-static.out): Likewise.
29405         ($(objpfx)tst-array2.out): Likewise.
29406         ($(objpfx)tst-array3.out): Likewise.
29407         ($(objpfx)tst-array4.out): Likewise.
29408         ($(objpfx)tst-array5.out): Likewise.
29409         ($(objpfx)tst-array5-static.out): Likewise.
29410
29411 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
29412
29413         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29414         if defined.
29415
29416         * nss/nsswitch.h (nss_interface_function): Provide new
29417         macro for use with NSS functions.
29418         * grp/initgroups.c: Use new macro.
29419         * nss/getXXbyYY.c: Likewise.
29420         * nss/getXXbyYY_r.c: Likewise.
29421         * nss/getXXent.c: Likewise.
29422         * nss/getXXent_r.c: Likewise.
29423         * sysdeps/posix/getaddrinfo.c: Likewise.
29424
29425 2012-10-30  Andreas Jaeger  <aj@suse.de>
29426
29427         * po/ru.po: Update Russion translation from translation project.
29428
29429 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29430
29431         [BZ #14152]
29432         [BZ #14783]
29433         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29434         result and shift together with sticky bit instead of replicating
29435         round-to-nearest rounding.
29436         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29437         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29438         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
29439         missing underflow exceptions.
29440         (fma_test_towardzero): Add more tests.
29441         (fma_test_downward): Likewise.
29442         (fma_test_upward): Likewise.
29443
29444         [BZ #14047]
29445         * sysdeps/generic/tininess.h: New file.
29446         * sysdeps/i386/tininess.h: Likewise.
29447         * sysdeps/sh/tininess.h: Likewise.
29448         * sysdeps/x86_64/tininess.h: Likewise.
29449         * stdlib/tst-strtod-underflow.c: Likewise.
29450         * stdlib/tst-tininess.c: Likewise.
29451         * stdlib/strtod_l.c: Include <tininess.h>.
29452         (round_and_return): Do not set errno for exact underflow cases.
29453         Force an underflow exception when setting errno for underflow.
29454         Determine underflow based on rounding to normal precision if
29455         TININESS_AFTER_ROUNDING.
29456         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29457         ERANGE for exact underflow cases.
29458         * stdlib/Makefile (tests): Add tst-tininess and
29459         tst-strtod-underflow.
29460         ($(objpfx)tst-tininess): Use $(link-libm).
29461         ($(objpfx)tst-strtod-underflow): Likewise.
29462
29463 2012-10-30  Andreas Jaeger  <aj@suse.de>
29464
29465         [BZ#14767]
29466         * elf/Makefile (tests): Remove conditional for have-initfini-array
29467         since this is now always required and the variable does not exist
29468         anymore.
29469         (tests-static): Likewise.
29470         (modules-names): Likewise.
29471
29472         * po/eo.po: Add Esperanto translation from translation project.
29473
29474         * elf/tst-array1.c (fini_array): Make writeable so that it can be
29475         merged with constructor/destructor.
29476         (init_array): Likewise.
29477         * elf/tst-array2dep.c (fini_array): Likewise.
29478         (init_array): Likewise.
29479
29480 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
29481
29482         * manual/message.texi: Delete @cartouche tags.
29483
29484 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29485
29486         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29487         EOPNOTSUPP.
29488         * sysdeps/mach/hurd/fsync.c: Likewise.
29489
29490         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29491         [_POSIX_REALTIME_SIGNALS]: Change condition to
29492         [_POSIX_REALTIME_SIGNALS > 0].
29493
29494 2012-10-27  Andreas Jaeger  <aj@suse.de>
29495
29496         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29497         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29498         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29499         [__WORDSIZE != 64]: Likewise.
29500
29501 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29502
29503         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29504         *  iconvdata/tst-tables.sh: Likewise.
29505
29506 2012-10-25  David S. Miller  <davem@davemloft.net>
29507
29508         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29509         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29510         of strtoull.
29511
29512         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29513         ifunc-impl-list.c
29514         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29515         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29516         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29517         file.
29518
29519 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29520
29521         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29522         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29523         __getdirentries.
29524
29525 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29526             Jim Blandy  <jimb@codesourcery.com>
29527
29528         * scripts/cross-test-ssh.sh: New file.
29529         * manual/install.texi (Configuring and compiling): Document use of
29530         cross-test-ssh.sh.
29531         * INSTALL: Regenerated.
29532
29533 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29534
29535         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29536         EOPNOTSUPP.
29537
29538 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29539
29540         * Makeconfig (run-program-prefix): Fix comment.
29541
29542 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29543             Jim Blandy  <jimb@codesourcery.com>
29544
29545         * Makeconfig (test-wrapper): New variable,
29546         (test-wrapper-env): Likewise.
29547         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29548         (run-built-tests): Define to yes.
29549         (run-program-prefix): Use $(test-wrapper).
29550         (built-program-cmd): Likewise.
29551         * Rules (make-test-out): Use $(test-wrapper-env) and
29552         $(host-built-program-cmd).
29553         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29554         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29555         tst-pathopt.sh.
29556         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29557         $(test-wrapper-env) to tst-rtld-load-self.sh.
29558         ($(objpfx)order2.out): Use $(test-wrapper).
29559         ($(objpfx)tst-initorder.out): Likewise.
29560         ($(objpfx)tst-initorder2.out): Likewise.
29561         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29562         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29563         (test_wrapper_env): New variable.  Use it to run ld.so.
29564         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29565         Use it to run ld.so.
29566         (test_wrapper_env): Likewise.
29567         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29568         $(test-wrapper) to run-iconv-test.sh.
29569         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29570         (ICONV): Use $test_wrapper.
29571         * posix/Makefile ($(objpfx)globtest.out): Pass
29572         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29573         globtest.sh, not $(run-program-prefix).
29574         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29575         (test_wrapper): Likewise.
29576         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29577         set together with run_via_rtld_prefix.
29578         (run_program_prefix): Define in terms of test_wrapper and
29579         run_via_rtld_prefix.
29580
29581 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29582
29583         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29584         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29585         Targets removed.
29586
29587         [BZ #14743]
29588         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29589         Declare __clock_getres, __clock_gettime, __clock_settime,
29590         __clock_nanosleep, and __clock_getcpuclockid.
29591         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29592         Remove librt_hidden_def (clock_gettime).
29593         * sysdeps/unix/clock_gettime.c: Likewise.
29594         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29595         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29596         * rt/clock_getres.c: Define __clock_getres as an alias.
29597         * sysdeps/posix/clock_getres.c: Likewise.
29598         * rt/clock_settime.c: Define __clock_settime as an alias.
29599         * sysdeps/unix/clock_settime.c: Likewise.
29600         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29601         * sysdeps/unix/clock_nanosleep.c: Likewise.
29602         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29603         * rt/clock-compat.c: New file.
29604         * rt/Makefile (librt-routines): Add clock-compat and move
29605         $(clock-routines) to ...
29606         (routines): ... here, new variable.
29607         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29608         Don't add get_clockfreq here.
29609         * rt/Versions (libc: GLIBC_2.17): New version set.
29610         Add clock_* symbols here.
29611         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29612         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29613         (GLIBC_2.17): Add clock_* symbols.
29614         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29615         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29616         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29618         Likewise.
29619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29620         Likewise.
29621         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29622         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29623         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29624         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29625         * NEWS: Mention the move.
29626
29627         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29628         Use __open, __read, __close rather than their public counterparts.
29629         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29630         (__get_clockfreq_via_cpuinfo): Likewise.
29631         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29632         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29633
29634         * config.h.in (HAVE_IFUNC): New #undef.
29635         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29636         was successful.
29637         * configure: Regenerated.
29638
29639 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29640
29641         * configure.in: Move READELF check to start of file.
29642         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29643         libc_cv_asm_gnu_indirect_function in the process.
29644         * configure: Regenerated.
29645
29646 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29647
29648         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29649         send the output to /dev/null.
29650         (libc_cv_cc_with_libunwind): Likewise.
29651         (libc_cv_as_noexecstack): Likewise.
29652         * configure: Regenerate.
29653
29654 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29655
29656         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29657
29658         * posix/globtest.sh (TMPDIR): Do not set.
29659         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29660         (testout): Likewise.
29661
29662 2012-10-24  Andreas Jaeger  <aj@suse.de>
29663
29664         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29665         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29666         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29667         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29668         posix_fadvise64, posix_fallocate64.
29669
29670         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29671         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29672         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29673         Likewise.
29674         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29675         Likewise.
29676         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29677
29678         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29679         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29680         <bits/fcntl-linux.h>.
29681         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29682
29683         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29684         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29685         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29686         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29687         [__WORDSIZE != 64]: Likewise.
29688
29689 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29690
29691         * Makeconfig (run-built-tests): New variable.
29692         * Rules [$(cross-compiling) = yes]: Change condition to
29693         [$(run-built-tests) = no].
29694         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29695         to [$(run-built-tests) = yes].
29696         * elf/Makefile [$(cross-compiling) = no]: Likewise
29697         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29698         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29699         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29700         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29701         * io/Makefile [$(cross-compiling) = no]: Likewise.
29702         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29703         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29704         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29705         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29706         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29707         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29708         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29709         * string/Makefile [$(cross-compiling) = no]: Likewise.
29710
29711         * posix/Makefile ($(objpfx)globtest.out): Pass
29712         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29713         $(rtld-installed-name).
29714         * posix/globtest.sh (elf_objpfx): Remove variable.
29715         (rtld_installed_name): Likewise.
29716         (library_path): Likewise.
29717         (run_program_prefix): New variable.  Use for running globtest
29718         binary.
29719
29720 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29721             Joseph Myers  <joseph@codesourcery.com>
29722
29723         * Makeconfig (host-built-program-cmd): New variable.
29724         * elf/Makefile (tst-stackguard1-ARGS): Use
29725         $(host-built-program-cmd).
29726         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29727         (tst-spawn-ARGS): Likewise.
29728         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29729
29730 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29731             Jim Blandy  <jimb@codesourcery.com>
29732
29733         * Makeconfig (run-via-rtld-prefix): New variable.
29734         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29735         (built-program-cmd): Likewise.
29736
29737 2012-10-22  Andreas Jaeger  <aj@suse.de>
29738
29739         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29740         __O_RSYNC if it exists, otherwise to O_SYNC.
29741
29742 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29743             Joseph Myers  <joseph@codesourcery.com>
29744
29745         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29746         /dev/null.
29747         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29748         from /dev/null
29749         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29750         /dev/null.
29751
29752 2012-10-22  Andreas Jaeger  <aj@suse.de>
29753
29754         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29755         Define always.
29756         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29757
29758         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29759         bits/fcntl-linux.h.
29760
29761         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29762         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29763
29764         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29765         to __O_LARGEFILE.
29766         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29767         to __O_LARGEFILE.
29768
29769 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29770             Joseph Myers  <joseph@codesourcery.com>
29771
29772         * config.make.in (NM): New variable.
29773
29774 2012-10-21  Andreas Jaeger  <aj@suse.de>
29775
29776         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29777         definitions and declarations that are provided by
29778         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29779
29780 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29781
29782         [BZ #14683]
29783         * elf/Makefile (tests-static): Add tst-leaks1-static.
29784         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29785         ($(objpfx)tst-leaks1-static): New rule.
29786         ($(objpfx)tst-leaks1-static-mem): Likewise.
29787         (tst-leaks1-static-ENV): New macro.
29788         * elf/dl-open.c (dl_open_worker): Check the main application
29789         only if SHARED is defined.
29790         * elf/tst-leaks1-static.c: New file.
29791
29792 2012-10-20  Andreas Jaeger  <aj@suse.de>
29793
29794         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29795         generic values for Linux.
29796         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29797         and declarations that are provided by <bits/fcntl-linux.h> and
29798         include <bits/fcntl-linux.h>.
29799         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29800         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29801
29802 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29803
29804         * io/fcntl.h: Move include of <bits/types.h> to the top and
29805         include it unconditionally.
29806
29807 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29808
29809         * wcsmbs/Makefile (tests-ifunc): New variable.
29810         (tests): Add $(tests-ifunc).
29811         * wcsmbs/test-wcschr-ifunc.c: New file.
29812         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29813         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29814         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29815         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29816         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29817
29818         * string/Makefile (tests-ifunc): New variable.
29819         (tests): Add $(tests-ifunc).
29820         * string/test-memccpy.c (TEST_NAME): New macro.
29821         * string/test-memchr.c (TEST_NAME): Likewise.
29822         * string/test-memcmp.c (TEST_NAME): Likewise.
29823         * string/test-memcpy.c (TEST_NAME): Likewise.
29824         * string/test-memmem.c (TEST_NAME): Likewise.
29825         * string/test-memmove.c (TEST_NAME): Likewise.
29826         * string/test-memset.c (TEST_NAME): Likewise.
29827         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29828         * string/test-stpcpy.c (TEST_NAME): Likewise.
29829         * string/test-stpncpy.c (TEST_NAME): Likewise.
29830         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29831         * string/test-strcasestr.c (TEST_NAME): Likewise.
29832         * string/test-strcat.c (TEST_NAME): Likewise.
29833         * string/test-strchr.c (TEST_NAME): Likewise.
29834         * string/test-strcmp.c(TEST_NAME): Likewise.
29835         * string/test-strcpy.c (TEST_NAME): Likewise.
29836         * string/test-strcspn.c (TEST_NAME): Likewise.
29837         * string/test-strlen.c (TEST_NAME): Likewise.
29838         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29839         * string/test-strncmp.c (TEST_NAME): Likewise.
29840         * string/test-strncpy.c (TEST_NAME): Likewise.
29841         * string/test-strnlen.c (TEST_NAME): Likewise.
29842         * string/test-strpbrk.c (TEST_NAME): Likewise.
29843         * string/test-strrchr.c (TEST_NAME): Likewise.
29844         * string/test-strspn.c (TEST_NAME): Likewise.
29845         * string/test-strstr.c (TEST_NAME): Likewise.
29846         * string/test-bcopy-ifunc.c: New file.
29847         * string/test-bzero-ifunc.c: Likewise.
29848         * string/test-memccpy-ifunc.c: Likewise.
29849         * string/test-memchr-ifunc.c: Likewise.
29850         * string/test-memcmp-ifunc.c: Likewise.
29851         * string/test-memcpy-ifunc.c: Likewise.
29852         * string/test-memmem-ifunc.c: Likewise.
29853         * string/test-memmove-ifunc.c: Likewise.
29854         * string/test-mempcpy-ifunc.c: Likewise.
29855         * string/test-memset-ifunc.c: Likewise.
29856         * string/test-rawmemchr-ifunc.c: Likewise.
29857         * string/test-stpcpy-ifunc.c: Likewise.
29858         * string/test-stpncpy-ifunc.c: Likewise.
29859         * string/test-strcasecmp-ifunc.c: Likewise.
29860         * string/test-strcasestr-ifunc.c: Likewise.
29861         * string/test-strcat-ifunc.c: Likewise.
29862         * string/test-strchr-ifunc.c: Likewise.
29863         * string/test-strchrnul-ifunc.c: Likewise.
29864         * string/test-strcmp-ifunc.c: Likewise.
29865         * string/test-strcpy-ifunc.c: Likewise.
29866         * string/test-strcspn-ifunc.c: Likewise.
29867         * string/test-strlen-ifunc.c: Likewise.
29868         * string/test-strncasecmp-ifunc.c: Likewise.
29869         * string/test-strncat-ifunc.c: Likewise.
29870         * string/test-strncmp-ifunc.c: Likewise.
29871         * string/test-strncpy-ifunc.c: Likewise.
29872         * string/test-strnlen-ifunc.c: Likewise.
29873         * string/test-strpbrk-ifunc.c: Likewise.
29874         * string/test-strrchr-ifunc.c: Likewise.
29875         * string/test-strspn-ifunc.c: Likewise.
29876         * string/test-strstr-ifunc.c: Likewise.
29877
29878         * debug/Makefile (tests-ifunc): New variable.
29879         (tests): Add $(tests-ifunc).
29880         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29881         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29882         * debug/test-stpcpy_chk-ifunc.c: New file.
29883         * debug/test-strcpy_chk-ifunc.c: Likewise.
29884
29885 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29886
29887         [BZ #13601]
29888         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29889         header is not read in.
29890
29891 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29892
29893         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29894         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29895         directly.  Pass built executable to script as
29896         $(built-program-cmd).
29897         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29898         $testprogram without using LD_LIBRARY_PATH and $ldso.
29899
29900         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29901         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29902         $(rtld-installed-name).
29903         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29904         (rtld_installed_name): Likewise.
29905         (library_path): Likewise.
29906         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29907         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29908         $(run-program-prefix) to tst-tables.sh.
29909         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29910         it to run tst-table-from and tst-table-to.
29911         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29912         Pass it to tst-table.sh.
29913         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29914         $(run-program-prefix) to tst-gettext.sh.
29915         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29916         tst-translit.sh.
29917         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29918         tst-gettext2.sh.
29919         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29920         to run tst-gettext.
29921         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29922         to run tst-gettext2.
29923         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29924         to run tst-translit.
29925         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29926         $(run-program-prefix) to tst-mtrace.sh.
29927         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29928         to run tst-mtrace.
29929         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29930         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29931         $(rtld-installed-name).
29932         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29933         (rtld_installed_name): Likewise.
29934         (run_program_prefix): New variable.  Use it to run wordexp-test.
29935
29936         * Makeconfig (ARCH): Remove all definitions.
29937         (machine): Likewise.
29938         [ARCH]: Remove conditional code.
29939         [!objdir]: Give error.
29940         [!objdir] (objpfx): Remove.
29941         [!objdir] (common-objpfx): Likewise.
29942         [!objdir] (common-objdir): Likewise.
29943         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29944         AC_CONFIG_FILES call.
29945         * configure: Regenerated.
29946
29947         [BZ #13888]
29948         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29949         or TMPDIR.
29950         (testout): Likewise.
29951
29952         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29953         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29954         $(rtld-installed-name).
29955         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29956         (rtld_installed_name): Likwise.
29957         (runit): Remove function.
29958         (run_getconf): New variable,  Use it for running getconf binary.
29959
29960 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29961
29962         [BZ #14716]
29963         * string/test-memmem.c (check_result): New function.
29964         (do_one_test): Use it.
29965         (check1): New function.
29966         (test_main): Use it.
29967
29968 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29969
29970         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29971
29972 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29973
29974         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29975         (_G_LSEEK64): Likewise.
29976         (_G_MMAP64): Likewise.
29977         (_G_FSTAT64): Likewise.
29978         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29979         (_G_LSEEK64): Likewise.
29980         (_G_MMAP64): Likewise.
29981         (_G_FSTAT64): Likewise.
29982         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29983         unconditional.  Call __mmap64 directly.
29984         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29985         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29986         __lseek64 directly.
29987         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29988         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29989         __mmap64 directly.
29990         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29991         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29992         __lseek64 directly.
29993         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29994         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29995         __lseek64 directly.
29996         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29997         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29998         __lseek64 directly.
29999         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30000         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30001         __fxstat64 directly.
30002         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30003         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30004         unconditional.
30005         (freopen64) [!_G_OPEN64]: Remove conditional code.
30006         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30007         unconditional.
30008         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30009         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30010         unconditional.
30011         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30012         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30013         unconditional.
30014         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30015         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30016         unconditional.
30017         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30018         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30019         unconditional.
30020         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30021         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30022         unconditional.
30023         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30024         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30025         unconditional.
30026         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30027
30028 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30029
30030         [BZ #12140]
30031         * manual/memory.texi (Malloc Tunable Parameters): Add note
30032         about free list pointers overwriting some perturb bytes.
30033         Wording suggested by Roland McGrath.
30034
30035 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30036
30037         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30038         (lgamma_test): Likewise.
30039         (tgamma_test): Likewise.
30040
30041 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30042
30043         [BZ #14700]
30044         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30045         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30046
30047 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30048
30049         * NEWS: Mention BZ #14716.
30050         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30051         when removing AVAILABLE1_USES_J macro.
30052
30053 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30054
30055         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30056         (__bswap_64): __uint64_t for unsigned 64-bit int.
30057
30058 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30059
30060         * include/string.h (memmem): Declare libc hidden alias.
30061         * string/memmem.c (memmem): Define libc hidden alias.
30062         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30063         __read, __close instead of open, read, close.
30064
30065 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30066
30067         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30068         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30069         global and hidden.
30070         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30071         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30072         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30073         Likewise.
30074         (__rawmemchr_sse2): Likewise.
30075         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30076         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30077         (__strchr_sse2): Likewise.
30078         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30079         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30080         (__strcasecmp_sse2): Likewise.
30081         (__strncasecmp_sse2): Likewise.
30082         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30083         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30084         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30085         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30086         (__strrchr_sse2): Likewise.
30087         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30088         ifunc-impl-list.c.
30089         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30090         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30091         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30092         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30093         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30094         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30095         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30096         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30097         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30098         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30099         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30100         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30101         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30102         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30103         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30104         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30105         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30106         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30107         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30108         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30109         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30110         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30111         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30112         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30113         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30114         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30115         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30116         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30117         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30118         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30119
30120         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30121         global and hidden.
30122         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30123         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30124         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30125         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30126         Likewise.
30127         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30128         Likewise.
30129         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30130         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30131         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30132         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30133         ifunc-impl-list.c.
30134         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30135         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30136         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30137         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30138         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30139         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30140         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30141         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30142         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30143         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30144         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30145         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30146         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30147         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30148         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30149         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30150         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30151         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30152         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30153         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30154         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30155         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30156         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30157         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30158         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30159         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30160         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30161         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30162         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30163         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30164         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30165         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30166         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30167         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30168         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30169         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30170         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30171         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30172         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30173         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30174         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30175
30176         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30177         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30178         * include/ifunc-impl-list.h: New file.
30179         * misc/ifunc-impl-list.c: Likewise.
30180         * misc/Makefile (routines): Add ifunc-impl-list.
30181         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30182         * string/test-string.h: Include <ifunc-impl-list.h>.
30183         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30184         TEST_NAME]: New variables.
30185         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30186         are defined.
30187         (test_init): Call __libc_ifunc_impl_list to initialize
30188         func_list if TEST_IFUNC and TEST_NAME are defined.
30189
30190         * string/Makefile (strop-tests): Add bcopy and bzero.
30191         * string/test-bcopy.c: New file.
30192         * string/test-bzero.c: Likewise.
30193         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30194         defined.
30195         * string/test-memset.c: Support bzero test if TEST_BZERO is
30196         defined.
30197         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30198         __libc_memmove.
30199         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30200         __libc_memset.
30201         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30202         of memset.
30203
30204 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30205
30206         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30207         * configure: Regenerated.
30208
30209         * Makeconfig (+link-static-before-libc): Don't include
30210         $(link-static-libc).
30211
30212         * libio/libio.h (_IO_pos_t): Remove.
30213
30214 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30215
30216         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30217         McGrath.
30218
30219 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30220
30221         * crypt/crypt-entry.c: Include fips-private.h.
30222         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30223         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30224         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30225         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30226
30227 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30228
30229         * crypt/crypt-private.h: Include stdbool.h.
30230         (_ufc_setup_salt_r): Return bool.
30231         * crypt/crypt-entry.c: Include errno.h.
30232         (__crypt_r): Return NULL with EINVAL for bad salt.
30233         * crypt/crypt_util.c (bad_for_salt): New.
30234         (_ufc_setup_salt_r): Check that salt is long enough and within
30235         the specified alphabet.
30236         * crypt/badsalttest.c: New file.
30237         * crypt/Makefile (tests): Add it.
30238         ($(objpfx)badsalttest): New.
30239
30240 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30241
30242         * NEWS: Add entry for BZ #14602.
30243
30244 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30245
30246         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30247         type-generic.
30248         * math/libm-test.inc: Update comment listing what functions and
30249         macros are tested.
30250         (isgreater_test): New function.
30251         (isgreaterequal_test): Likewise.
30252         (isless_test): Likewise.
30253         (islessequal_test): Likewise.
30254         (islessgreater_test): Likewise.
30255         (isunordered_test): Likewise.
30256         (main): Call the new functions.
30257
30258 2012-10-09  Roland McGrath  <roland@hack.frob.com>
30259
30260         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30261         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30262         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30263         * sysdeps/i386/configure: Regenerated.
30264         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30265         * sysdeps/mach/configure: Regenerated.
30266         * sysdeps/mach/hurd/configure: Regenerated.
30267         * sysdeps/powerpc/configure: Regenerated.
30268         * sysdeps/powerpc/powerpc32/configure: Regenerated.
30269         * sysdeps/powerpc/powerpc64/configure: Regenerated.
30270         * sysdeps/s390/s390-32/configure: Regenerated.
30271         * sysdeps/s390/s390-64/configure: Regenerated.
30272         * sysdeps/sh/configure: Regenerated.
30273         * sysdeps/sparc/configure: Regenerated.
30274         * sysdeps/unix/sysv/linux/configure: Regenerated.
30275         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30276         * sysdeps/x86_64/configure: Regenerated.
30277
30278         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30279         defined.  Don't check if MAP is NULL.
30280
30281 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30282
30283         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30284         (_G_stat64): Likewise.
30285         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30286         (_G_stat64): Likewise.
30287         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30288         instead of struct _G_stat64.
30289         * libio/fileops.c (mmap_remap_check): Likewise.
30290         (decide_maybe_mmap): Likewise.
30291         (_IO_new_file_seekoff): Likewise.
30292         (_IO_file_stat): Likewise.
30293         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30294         _G_off64_t.
30295         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30296         instead of struct _G_stat64.
30297         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30298
30299 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30300
30301         [BZ #14602]
30302         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30303         Replace with ...
30304         (CHECK_EOL): New macro.
30305         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30306         CHECK_EOL.
30307         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30308         Replace with CHECK_EOL.
30309         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30310         Replace with CHECK_EOL.
30311
30312 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
30313
30314         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30315         type-generic.
30316         * math/libm-test.inc: Update comment listing what functions and
30317         macros are tested.
30318         (finite_test): New function.
30319         (isinf_test): Likewise.
30320         (isnan_test): Likewise.
30321         (fpclassify_test): Test subnormal input.
30322         (isfinite_test): Likewise.
30323         (isnormal_test): Likewise.
30324         (main): Call the new functions.
30325
30326 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
30327
30328         [BZ #14660]
30329         * Makerules (%.dynsym): Force C locale when running
30330         $(OBJDUMP) --dynamic-syms.
30331
30332 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
30333
30334         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
30335         <stdint.h>.
30336
30337 2012-10-06  David S. Miller  <davem@davemloft.net>
30338
30339         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
30340         upper 32-bits of the length value in %o2 since we use branch-on-register
30341         tests which consider the entire 64-bit register.
30342
30343 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
30344
30345         * string/test-strstr.c (check2): Add a test for page boundary.
30346
30347 2012-10-05  David S. Miller  <davem@davemloft.net>
30348
30349         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30350         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30351         file.
30352         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30353         sysdep_routines.
30354         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30355         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30356         and bzero when HWCAP_SPARC_CRYPTO is present.
30357
30358 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30359
30360         [BZ #14602]
30361         * string/test-strstr.c (check2): New function.
30362         (test_main): Call check2.
30363
30364         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30365         and bug-strchr1.
30366         * string/bug-strcasestr1.c (do_test): Moved to ...
30367         * string/test-strcasestr.c (check1): Here.  New function.
30368         (do_one_test): Break out result checking code into ...
30369         (check_result): This.  New function.
30370         (do_one_test): Call check_result.
30371         (test_main): Call check1.
30372         * string/bug-strchr1.c (do_test): Moved to ...
30373         * string/test-strchr.c (check1): Here.  New function.
30374         (do_one_test): Break out result checking code into ...
30375         (check_result): This.  New function.
30376         (do_one_test): Call check_result.
30377         (test_main): Call check1.
30378         * string/bug-strstr1.c (main): Moved to ...
30379         * string/test-strstr.c (check1): Here.  New function.
30380         (do_one_test): Break out result checking code into ...
30381         (check_result): This.  New function.
30382         (do_one_test): Call check_result.
30383         (test_main): Call check1.
30384         * string/bug-strcasestr1.c: Removed.
30385         * string/bug-strchr1.c: Likewise.
30386         * string/bug-strstr1.c: Likewise.
30387
30388         * elf/Makefile (dl-routines): Add hwcaps.
30389         * elf/dl-support.c (_dl_important_hwcaps): Removed.
30390         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30391         (_dl_important_hwcaps): Moved to ...
30392         * elf/dl-hwcaps.c: Here.  New file.
30393         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30394
30395         [BZ #14557]
30396         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30397         if IS_IN_rtld isn't defined.
30398
30399         * elf/dl-support.c (_dl_sysinfo_map): New.
30400         Include "get-dynamic-info.h" and "setup-vdso.h".
30401         (_dl_non_dynamic_init): Call setup_vdso.
30402         * elf/dynamic-link.h: Don't include <assert.h>.
30403         (elf_get_dynamic_info): Moved to ...
30404         * elf/get-dynamic-info.h: Here.  New file.
30405         * elf/dynamic-link.h: Include "get-dynamic-info.h".
30406         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30407         * elf/setup-vdso.h: Here.  New file.
30408         * elf/rtld.c: Include "setup-vdso.h".
30409         (dl_main): Call setup_vdso.
30410
30411 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
30412
30413         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30414         creal in comment listing functions tested.  List finite, isinf,
30415         isnan, isless, islessequal, isgreater, isgreaterequal,
30416         islessgreater, isunordered, lgamma_r and pow10 as functions and
30417         macros not tested.  Mention which functions not tested are aliases
30418         for other functions.  Fix typo.  Note that signs of NaNs are not
30419         tested.
30420
30421         * scripts/config.guess: Update from config.git.
30422         * scripts/config.sub: Likewise.
30423
30424 2012-10-04  Roland McGrath  <roland@hack.frob.com>
30425
30426         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30427         * misc/madvise.c (madvise): Renamed to __madvise.
30428         Make madvise a weak alias.
30429         * include/sys/mman.h: Declare __madvise.
30430         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30431         * sysdeps/unix/syscalls.list
30432         (madvise): Make __madvise the strong name, and madvise a weak alias.
30433         * sysdeps/unix/sysv/linux/syscalls.list
30434         (madvise, mmap): Remove redundant entries.
30435         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30436         * malloc/malloc.c (mtrim): Likewise.
30437         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30438
30439 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30440
30441         * sysdeps/mach/hurd/dl-cache.c: File removed.
30442         * config.h.in (USE_LDCONFIG): New #undef.
30443         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30444         * configure: Regenerated.
30445         * elf/Makefile (dl-routines): Add dl-cache only under
30446         [$(use-ldconfig) = yes].
30447         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30448         cache on [USE_LDCONFIG].
30449         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30450         [USE_LDCONFIG].
30451         * elf/rtld.c (dl_main): Likewise.
30452
30453 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
30454
30455         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30456         _SC_LEVEL4_CACHE_LINESIZE.
30457
30458 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30459
30460         * sysdeps/unix/bsd/confstr.h: File removed.
30461
30462 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
30463
30464         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30465         sys/sdt-config.h.
30466
30467 2012-10-02  Roland McGrath  <roland@hack.frob.com>
30468
30469         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30470         Make 'mapoff' field ElfW(Off) rather than off_t.
30471
30472 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30473
30474         * nscd/Makefile: Remove nscd-cflags and all its users.
30475         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30476         (CFLAGS-nonlib): Add compiler flags for nscd modules.
30477
30478         [BZ #10631]
30479         * malloc.c (malloc_printerr): Clarify error message.
30480
30481 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
30482
30483         [BZ #14648]
30484         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30485         Set bit_FMA_Usable if FMA is supported.
30486         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30487         macro.
30488         (bit_FMA4_Usable): Updated.
30489         (index_FMA_Usable): New macro.
30490         (CPUID_FMA): Likewise
30491         (HAS_FMA): Defined with bit_FMA_Usable.
30492
30493 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30494
30495         * bits/types.h (__swblk_t): Type removed.
30496         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30497         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30498         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30499         (__SWBLK_T_TYPE): Likewise.
30500         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30501         (__SWBLK_T_TYPE): Likewise.
30502         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30503         (__SWBLK_T_TYPE): Likewise.
30504         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30505         (__SWBLK_T_TYPE): Likewise.
30506
30507 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30508             Honza Horak <hhorak@redhat.com>
30509
30510         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30511         (xdr_mapname): Use YPMAXMAP as maxsize.
30512         (xdr_peername): Use YPMAXPEER as maxsize.
30513         (xdr_keydat): Use YPAXRECORD as maxsize.
30514         (xdr_valdat): Use YPMAXRECORD as maxsize.
30515
30516 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30517
30518         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30519
30520         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30521         * csu/init-first.c: ... here.
30522         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30523         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30524         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30525         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30526         * sysdeps/i386/init-first.c: File removed.
30527         * sysdeps/sh/init-first.c: File removed.
30528
30529 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30530
30531         [BZ #14645]
30532         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30533         if x * y might underflow to zero and z is zero.
30534         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30535         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30536         * math/libm-test.inc (min_subnorm_value): New variable.
30537         (fma_test): Add more tests.
30538         (fma_test_towardzero): Likewise.
30539         (fma_test_downward): Likewise
30540         (fma_test_upward): Likewise.
30541         (initialize): Set min_subnorm_value.
30542
30543 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30544
30545         [BZ #14638]
30546         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30547         0 + 0.
30548         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30549         mode for addition resulting in exact zero.
30550         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30551         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30552         exact 0 + 0.
30553         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30554         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30555         * math/libm-test.inc (fma_test): Add more tests.
30556         (fma_test_towardzero): New function.
30557         (fma_test_downward): Likewise.
30558         (fma_test_upward): Likewise.
30559         (main): Call the new functions.
30560
30561 2012-09-28  David S. Miller  <davem@davemloft.net>
30562
30563         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30564
30565 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30566
30567         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30568         instead of SIGALRM.
30569
30570         * sysdeps/gnu/_G_config.h: Moved to ...
30571         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30572         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30573         * sysdeps/generic/_G_config.h: ... here.
30574
30575         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30576
30577         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30578
30579         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30580         Conditionalize target on [libnss_test1.so-version].
30581
30582         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30583
30584         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30585         (elfobjdir): Move out of conditionals.
30586
30587         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30588         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30589         (__nss_lookup_function): Conditionalize label remove_from_tree on
30590         [!DO_STATIC_NSS || SHARED], matching its only use.
30591
30592 2012-09-28  David S. Miller  <davem@davemloft.net>
30593
30594         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30595         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30596         file.
30597         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30598         sysdep_routines.
30599         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30600         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30601         when HWCAP_SPARC_CRYPTO is present.
30602
30603 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30604
30605         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30606
30607 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30608
30609         [BZ #6530]
30610         * stdio-common/vfprintf.c (process_string_arg): Revert
30611         2000-07-22 change.
30612
30613 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30614
30615         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30616         for testcase.
30617         * stdio-common/tst-sprintf.c: Include <locale.h>
30618         (main): Test sprintf's handling of incomplete multibyte
30619         characters.
30620
30621 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30622
30623         * elf/dl-runtime.c (VERSYMIDX): Removed.
30624         * elf/dl-version.c (VERSYMIDX): Likewise.
30625         * elf/do-rel.h (VERSYMIDX): Likewise.
30626         (VALIDX): Likewise.
30627         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30628         * elf/rtld.c (VALIDX): Likewise.
30629         (ADDRIDX): Likewise.
30630         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30631         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30632         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30633         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30634         (VALIDX): Likewise.
30635         (ADDRIDX): Likewise.
30636
30637 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30638
30639         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30640
30641 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30642
30643         [BZ #11438]
30644         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30645         to global scope.
30646         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30647         addresses are in the same scope as 192.0.2/24.
30648         * posix/gai.conf: Document new scope table defaults.
30649
30650 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30651
30652         [BZ #5298]
30653         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30654         for ftell.  Compute offsets from write pointers instead.
30655         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30656
30657 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30658
30659         [BZ #14543]
30660         * libio/Makefile (tests): New test case tst-fseek.
30661         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30662         combination works in wide mode.
30663         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30664         state when the external buffer state changes.
30665
30666 2012-09-27  David S. Miller  <davem@davemloft.net>
30667
30668         [BZ #14376]
30669         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30670         pass reloc->r_addend in as the 'high' argument to
30671         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30672
30673         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30674
30675 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30676
30677         * rt/tst-aio2.c: Include <pthread.h>.
30678         * rt/tst-aio3.c: Likewise.
30679
30680 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30681
30682         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30683
30684 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30685
30686         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30687         contents on [SHARED].
30688
30689 2012-09-26  Marek Polacek  <polacek@redhat.com>
30690
30691         [BZ #14530]
30692         [BZ #13741]
30693         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30694         for C++ and GCC <4.3 as well as for non GCC compilers.
30695
30696 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30697
30698         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30699
30700 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30701
30702         * Makefile.in (all, install): Declare with .PHONY.
30703         Reported by Michael Hope <michael.hope@linaro.org>.
30704
30705 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30706
30707         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30708         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30709         system header.
30710         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30711         Likewise.
30712         (sydep_routines): Add the new and the internal functions.
30713         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30714         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30716         (GLIBC_2.17): Add the new function.
30717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30718         (GLIBC_2.17): Likewise.
30719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30720         (GLIBC_2.17): Likewise.
30721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30722         (GLIBC_2.17): Likewise.
30723         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30724
30725 2012-09-25  Alan Modra  <amodra@gmail.com>
30726
30727         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30728         Add release barrier before setting once_control to say
30729         initialisation is done.  Add hints on lwarx.  Use macro in
30730         place of isync.
30731         (clear_once_control): Add release barrier.
30732
30733 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30734
30735         [BZ #13629]
30736         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30737         specially.
30738         * math/s_clog10.c (__clog10): Likewise.
30739         * math/s_clog10f.c (__clog10f): Likewise.
30740         * math/s_clog10l.c (__clog10l): Likewise.
30741         * math/s_clogf.c (__clogf): Likewise.
30742         * math/s_clogl.c (__clogl): Likewise.
30743         * math/Makefile (libm-calls): Add x2y2m1.
30744         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30745         (__x2y2m1): Likewise.
30746         (__x2y2m1l): Likewise.
30747         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30748         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30749         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30750         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30751         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30752         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30753         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30754         * sysdeps/i386/fpu/libm-test-ulps: Update.
30755         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30756
30757         [BZ #14621]
30758         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30759         int as type of variable DEPTH.
30760         (glob): Use size_t instead of int as type of variables NEWCOUNT
30761         and OLD_PATHC.
30762
30763 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30764
30765         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30766         Add s_sincosf-sse2.
30767         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30768         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30769         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30770         macros for using routine as __sincosf_ia32.
30771         Use macro for function declaration and weak_alias.
30772         * sysdeps/i386/fpu/libm-test-ulps: Update.
30773
30774         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30775         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30776
30777         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30778         subnormal argument.
30779         * math/s_cexpf.c (__cexpf): Likewise.
30780         * math/s_csinf.c (__csinf): Likewise.
30781         * math/s_csinhf.c (__csinhf): Likewise.
30782         * math/s_ctanf.c (__ctanf): Likewise.
30783         * math/s_ctanhf.c (__ctanhf): Likewise.
30784         * math/s_ccosh.c (__ccoshf): Likewise.
30785         * math/s_cexp.c (__cexpl): Likewise.
30786         * math/s_csin.c (__csin): Likewise.
30787         * math/s_csinh.c (__csinh): Likewise.
30788         * math/s_ctan.c (__ctan): Likewise.
30789         * math/s_ctanh.c (ctanh): Likewise.
30790         * math/s_ccoshl.c (__ccoshl): Likewise.
30791         * math/s_cexpl.c (__cexpl): Likewise.
30792         * math/s_csinl.c (__csinl): Likewise.
30793         * math/s_csinhl.c (__csinhl): Likewise.
30794         * math/s_ctanl.c (__ctanl): Likewise.
30795         * math/s_ctanhl.c (__ctanhl): Likewise.
30796
30797 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30798
30799         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30800         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30801         (_IO_off_t): Define to __off_t, not _G_off_t.
30802         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30803         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30804         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30805         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30806         type of __dummy and __dummy2 fields.
30807         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30808         (_G_ssize_t): Likewise.
30809         (_G_off_t): Likewise.
30810         (_G_pid_t): Likewise.
30811         (_G_uid_t): Likewise.
30812         (_G_wchar_t): Likewise.
30813         (_G_wint_t): Likewise.
30814         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30815         (_G_ssize_t): Likewise.
30816         (_G_off_t): Likewise.
30817         (_G_pid_t): Likewise.
30818         (_G_uid_t): Likewise.
30819         (_G_wchar_t): Likewise.
30820         (_G_wint_t): Likewise.
30821         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30822         (_G_ssize_t): Likewise.
30823         (_G_off_t): Likewise.
30824         (_G_pid_t): Likewise.
30825         (_G_uid_t): Likewise.
30826         (_G_wchar_t): Likewise.
30827         (_G_wint_t): Likewise.
30828
30829 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30830
30831         * malloc/arena.c: Include malloc-sysdep.h.
30832         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30833         is sufficient to shrink the heap or an unmap is needed.
30834         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30835         new function check_may_shrink_heap.
30836         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30837         new function check_may_shrink_heap.
30838
30839 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30840
30841         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30842         comments.
30843
30844 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30845
30846         * catgets/test-gencat.sh: Add "set -e".
30847         * elf/tst-pathopt.sh: Likewise.
30848         * grp/tst_fgetgrent.sh: Likewise.
30849         * iconvdata/run-iconv-test.sh: Likewise.
30850         * intl/tst-gettext.sh: Likewise.
30851         * intl/tst-gettext2.sh: Likewise.
30852         * intl/tst-gettext4.sh: Likewise.
30853         * intl/tst-gettext6.sh: Likewise.
30854         * intl/tst-translit.sh: Likewise.
30855         * io/ftwtest-sh: Likewise.
30856         * libio/test-freopen.sh: Likewise.
30857         * malloc/tst-mtrace.sh: Likewise.
30858         * posix/globtest.sh: Likewise.
30859         * posix/tst-getconf.sh: Likewise.
30860         * posix/wordexp-tst.sh: Likewise.
30861         * stdio-common/tst-printf.sh: Likewise.
30862         * stdio-common/tst-unbputc.sh: Likewise.
30863         * stdlib/tst-fmtmsg.sh: Likewise.
30864         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30865         * catgets/Makefile: Do not specify -e option when running
30866         testsuite shell scripts.
30867         * elf/Makefile: Likewise.
30868         * grp/Makefile: Likewise.
30869         * iconvdata/Makefile: Likewise.
30870         * intl/Makefile: Likewise.
30871         * io/Makefile: Likewise.
30872         * libio/Makefile: Likewise.
30873         * malloc/Makefile: Likewise.
30874         * posix/Makefile: Likewise.
30875         * stdio-common/Makefile: Likewise.
30876         * stdlib/Makefile: Likewise.
30877         * sysdeps/x86_64/Makefile: Likewise.
30878
30879         * io/ftwtest-sh: Add copyright header.
30880         * posix/globtest.sh: Likewise.
30881         * posix/tst-getconf.sh: Likewise.
30882         * posix/wordexp-tst.sh: Likewise.
30883         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30884
30885 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30886
30887         [BZ #13679]
30888         * Makeconfig (+link): Defined as $(+link-static) if
30889         $(build-shared) isn't yes.
30890         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30891         isn't yes.
30892         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30893
30894         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30895
30896         [BZ #14562]
30897         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30898         new chunk size with MALLOC_ALIGN_MASK.
30899
30900 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30901
30902         [BZ #5044]
30903         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30904         <rounding-mode.h>.
30905         (__printf_fphex): Determine rounding using get_rounding_mode and
30906         round_away.
30907         * stdio-common/tst-printf-round.c (struct hex_test): New
30908         structure.
30909         (hex_tests): New variable.
30910         (test_hex_in_one_mode): New function.
30911         (do_test): Also run tests for hex float output.
30912
30913 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30914
30915         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30916         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30917         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30918         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30919         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30920         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30921         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30922         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30923
30924 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30925
30926         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30927         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30928         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30929         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30930
30931 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30932
30933         [BZ #14579]
30934         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30935         mode only.
30936         * elf/tst-rtld-load-self.sh: New test.
30937         * elf/Makefile: Run it.
30938
30939 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30940
30941         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30942         (tst-writev-ENV): Remove.
30943         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30944
30945 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30946
30947         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30948
30949 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30950
30951         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30952         unconditional.
30953         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30954         Likewise.
30955         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30956         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30957         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30958         Likewise.
30959
30960 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30961
30962         [BZ #14587]
30963         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30964         * config.make.in (have-cpp-asm-debuginfo): Removed.
30965         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30966         * configure: Regenerated.
30967
30968 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30969
30970         [BZ #5044]
30971         * stdio-common/printf_fp.c: Include <stdbool.h> and
30972         <rounding-mode.h>.
30973         (___printf_fp): Determine rounding using get_rounding_mode and
30974         round_away.
30975         * stdio-common/tst-printf-round.c: New file.
30976         * stdio-common/Makefile (tests): Add tst-printf-round.
30977         (link-libm): New variable.
30978         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30979
30980 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30981
30982         [BZ #14576]
30983         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30984         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30985         Likewise.
30986         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30987         Likewise.
30988
30989 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30990
30991         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30992         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30993         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30994         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30995
30996 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30997
30998         [BZ #14518]
30999         * include/rounding-mode.h: New file.
31000         * sysdeps/generic/get-rounding-mode.h: Likewise.
31001         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31002         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31003         (MAX_VALUE): New macro.
31004         (MIN_VALUE): Likewise.
31005         (overflow_value): New function.
31006         (underflow_value): Likewise.
31007         (round_and_return): Use overflow_value and underflow_value to
31008         determine return values in overflow and underflow cases.  Use
31009         round_away to determine rounding depending on rounding mode.
31010         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31011         determine return values in overflow and underflow cases.
31012         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31013         (struct test_results): New structure.
31014         (struct test): Use struct test_results to store expected results
31015         for all rounding modes.
31016         (TEST): Include expected results for all rounding modes.
31017         (test_in_one_mode): New function.
31018         (do_test): Use test_in_one_mode to compute and check results.
31019         Check results for all rounding modes.
31020         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31021         $(link-libm).
31022
31023 2012-12-09  Allan McRae  <allan@archlinux.org>
31024
31025         * sysdeps/i386/fpu/libm-test-ulps: Update
31026
31027 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31028
31029         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31030         (_G_int32_t): Likewise.
31031         (_G_uint16_t): Likewise.
31032         (_G_uint32_t): Likewise.
31033         (_G_HAVE_BOOL): Likewise.
31034         (_G_HAVE_ATEXIT): Likewise.
31035         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31036         (_G_HAVE_IO_FILE_OPEN): Likewise.
31037         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31038         (_G_int32_t): Likewise.
31039         (_G_uint16_t): Likewise.
31040         (_G_uint32_t): Likewise.
31041         (_G_HAVE_BOOL): Likewise.
31042         (_G_HAVE_ATEXIT): Likewise.
31043         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31044         (_G_HAVE_IO_FILE_OPEN): Likewise.
31045         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31046         (_G_int32_t): Likewise.
31047         (_G_uint16_t): Likewise.
31048         (_G_uint32_t): Likewise.
31049         (_G_HAVE_BOOL): Likewise.
31050         (_G_HAVE_ATEXIT): Likewise.
31051         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31052         (_G_HAVE_IO_FILE_OPEN): Likewise.
31053
31054 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31055
31056         * csu/libc-tls.c: Update copyright years.
31057
31058 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31059
31060         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31061         [!_G_USING_THUNKS]: Remove conditional code.
31062         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31063         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31064
31065         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31066         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31067         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31068         (_G_VTABLE_LABEL_PREFIX): Likewise.
31069         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31070         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31071         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31072         (_G_VTABLE_LABEL_PREFIX): Likewise.
31073         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31074         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31075         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31076         (_G_VTABLE_LABEL_PREFIX): Likewise.
31077         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31078
31079 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31080
31081         * libio/Makefile: Include ../Makeconfig before tests.
31082         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31083         only if $(build-shared) is yes.
31084
31085         * iconv/gconv_db.c: Update copyright years.
31086
31087 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31088
31089         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31090         unwind info if defined PIC. Fix special cases description.
31091         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31092
31093         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31094         DP_HI_MASK entry.
31095         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31096
31097 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31098
31099         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31100
31101         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31102         is NULL.
31103
31104         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31105         (LDLIBS-tst-chk4): This.
31106         (LDFLAGS-tst-chk5): Renamed to ...
31107         (LDLIBS-tst-chk5): This.
31108         (LDFLAGS-tst-chk6): Renamed to ...
31109         (LDLIBS-tst-chk6): This.
31110         (LDFLAGS-tst-lfschk4): Renamed to ...
31111         (LDLIBS-tst-lfschk4): This.
31112         (LDFLAGS-tst-lfschk5): Renamed to ...
31113         (LDLIBS-tst-lfschk5): This.
31114         (LDFLAGS-tst-lfschk6): Renamed to ...
31115         (LDLIBS-tst-lfschk6): This.
31116
31117         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31118         on $(common-objpfx)soversions.mk.
31119
31120 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31121
31122         [BZ #10014]
31123         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31124         example host name.
31125
31126 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31127
31128         * malloc/arena.c (arena_get_retry): New function that gets
31129         another arena for the caller to try its request on.
31130         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31131         current arena cannot fulfill the request.
31132         (__libc_memalign): Likewise.
31133         (__libc_memalign): Likewise.
31134         (__libc_pvalloc): Likewise.
31135         (__libc_calloc): Likewise.
31136
31137 2012-09-05  John Tobey  <john.tobey@gmail.com>
31138
31139         [BZ #13542]
31140         * manual/arith.texi (Operations on Complex): Fix description
31141         of carg branch cut.
31142
31143 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31144
31145         [BZ #10014]
31146         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31147         host name.
31148
31149         [BZ #10038]
31150         * manual/memory.texi (Memory): Make order of menu items match
31151         order of sections.
31152
31153 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31154
31155         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31156         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31157         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31158
31159 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31160
31161         * csu/libc-tls.c (static_dtv): Renamed to ...
31162         (_dl_static_dtv): This.  Make it global.
31163         (_dl_initial_dtv): Removed.
31164         (__libc_setup_tls): Updated.
31165         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31166         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31167         DL_INITIAL_DTV.
31168
31169 2012-09-06  Petr Machata  <pmachata@redhat.com>
31170
31171         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31172         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31173         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31174         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31175
31176 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31177
31178         [BZ #14545]
31179         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31180         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31181         freeing dtv[-1].
31182
31183 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31184
31185         [BZ #14544]
31186         * Makeconfig (link-static-before-libc): Replace $(+prector)
31187         with $(+prectorT).
31188         (link-static-after-libc): Replace $(+postctor) with
31189         $(+postctorT).
31190         (link-bounded): Replace $(+prector)/$(+postctor) with
31191         $(+prectorT)/$(+postctorT).
31192         (+prectorT): New macro.
31193         (+postctorT): Likewise.
31194
31195 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31196
31197         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31198         (round_str): Handle values above the maximum for IBM long double
31199         as inexact.
31200         * stdlib/tst-strtod-round.c (tests): Regenerated.
31201
31202 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31203
31204         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31205         assembler flag.
31206         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31207         zarch_nohighgprs around the zarch optimized routines.
31208         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31209         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31210         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31211         for zarch.
31212
31213 2012-09-05  David S. Miller  <davem@davemloft.net>
31214
31215         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31216
31217         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31218         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31219         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31220         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31221         entries.
31222
31223 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31224
31225         * malloc/arena.c: Fold copyright years.
31226         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31227
31228 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31229
31230         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31231
31232 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31233
31234         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31235
31236 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31237
31238         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31239         change internal state upon failure.
31240
31241 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31242
31243         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31244         * malloc/memusage.c (mmap): Likewise.
31245         (mmap64, mremap): Likewise.  Adjust name in comment.
31246
31247 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31248
31249         * libio/fileops.c: Fix typos in comments.
31250         * libio/oldfileops.c: Likewise.
31251         * libio/wfileops.c: Likewise.
31252
31253 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31254
31255         [BZ #1349]
31256         * malloc/Makefile (tests): Add tst-malloc-usable test case.
31257         (tst-malloc-usable-ENV): Set environment for test case.
31258         * malloc/hooks.c (malloc_check_get_size): New function to get
31259         requested size.
31260         * malloc/malloc.c (musable): Use malloc_check_get_size.
31261         * malloc/tst-malloc-usable.c: New test case.
31262
31263 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31264
31265         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31266
31267 2012-09-05  Allan McRae  <allan@archlinux.org>
31268
31269         [BZ #13966]
31270         * configure.in (CXX_SYSINCLUDES): Use compiler output to
31271         determine header location.
31272         * configure: Regenerated.
31273
31274 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31275
31276         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31277         float format.
31278         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
31279         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31280         format.
31281         (test): Regenerate.
31282
31283 2012-09-04  David S. Miller  <davem@davemloft.net>
31284
31285         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31286         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31287         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31288
31289 2012-09-04  Florian Weimer  <fweimer@redhat.com>
31290
31291         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31292         failures.
31293
31294         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31295
31296 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
31297
31298         [BZ #9914]
31299         * libio/iogetdelim.c: Include <limits.h>.
31300         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31301         + len + 1 would overflow.
31302
31303 2012-09-03  Andreas Jaeger  <aj@suse.de>
31304
31305         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31306         * sysdeps/i386/fpu/libm-test-ulps: Update.
31307
31308 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31309
31310         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31311         Add s_sinf-sse2, s_conf-sse2.
31312
31313         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31314         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31315         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31316         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31317
31318         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31319         for using routine as __sinf_ia32.
31320         Use macro for function declaration and weak_alias.
31321         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31322         for using routine as __cosf_ia32.
31323         Use macro for function declaration and weak_alias.
31324
31325         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31326         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31327
31328         * sysdeps/x86_64/fpu/s_sinf.S: New file.
31329         * sysdeps/x86_64/fpu/s_cosf.S: New file.
31330         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31331
31332         * math/libm-test.inc (cos_test): Add more test cases.
31333         (sin_test): Likewise.
31334         (sincos_test): Likewise.
31335
31336 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31337
31338         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
31339         (IFUNC_RESOLVE): Make pointers to the specialized implementations
31340         hidden.
31341         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31342
31343 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
31344
31345         [BZ #14538]
31346         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
31347         first element of the GOT.
31348         (elf_machine_load_address): Return the difference between
31349         the runtime address of _DYNAMIC and elf_machine_dynamic ().
31350
31351 2012-09-01  Allan McRae  <allan@archlinux.org>
31352
31353         [BZ #13412]
31354         * configure.in (AWK): Require gawk version 3.0 or later.
31355         * configure: Regenerated.
31356
31357 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31358
31359         * sysdeps/unix/sysv/linux/kernel-features.h
31360         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31361         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31362         [__NR_clock_getres]: Make code unconditional.
31363         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31364         (clock_getcpuclockid): Remove code left unreachable by removal of
31365         conditionals.
31366         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31367         code unconditional.
31368         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31369         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31370         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31371         Make code unconditional.
31372         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31373         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31374         * sysdeps/unix/sysv/linux/clock_settime.c
31375         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31376         conditional code.
31377         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31378         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31379
31380 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
31381
31382         [BZ #14476]
31383         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31384         scripts/test-installation.pl.
31385
31386         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31387         and $ld_so_version if it is set.
31388
31389 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31390
31391         [BZ #14516]
31392         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31393         failure if reading from procfs failed.
31394         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31395
31396 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31397
31398         * sysdeps/unix/sysv/linux/kernel-features.h
31399         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31400         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31401         Remove conditional code.
31402         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31403         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31404         Remove conditional code.
31405         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31406         * sysdeps/unix/sysv/linux/i386/fxstat.c
31407         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31408         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31409         * sysdeps/unix/sysv/linux/i386/fxstatat.c
31410         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31411         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31412         * sysdeps/unix/sysv/linux/i386/lxstat.c
31413         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31414         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31415         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31416         Remove conditional code.
31417         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31418         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31419         Remove conditional code.
31420         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31421         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31422         <kernel-features.h>.
31423         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31424         Remove.
31425         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31426         Remove conditional code.
31427         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31428         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31429         Remove conditional.
31430
31431 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
31432
31433         [BZ #5400]
31434         * NEWS: Add fixed bug number.
31435
31436 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31437
31438         [BZ #14519]
31439         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31440         underflowing exponent in case of negative sign.
31441         * stdlib/tst-strtod-round-data: Add more tests.
31442         * stdlib/tst-strtod-round.c (tests): Regenerated.
31443
31444         [BZ #3479]
31445         * stdlib/strtod_l.c (NDIG): Remove.
31446         (HEXNDIG): Likewise.
31447         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31448         smallest representable value.
31449         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31450         lie within an exact representation of 1/2 ulp of the result.
31451         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31452         unconditionally.
31453         (TENS_P9_IDX): Define unconditionally.
31454         (TENS_P9_SIZE): Likewise.
31455         (TENS_P10_IDX): Likewise.
31456         (TENS_P10_SIZE): Likewise.
31457         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31458         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31459         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31460         entries for 10^2^13 and 10^2^14.
31461         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31462         (TENS_P13_IDX): Define.
31463         (TENS_P13_SIZE): Likewise.
31464         (TENS_P14_IDX): Likewise.
31465         (TENS_P14_SIZE): Likewise.
31466         (_fpioconst_pow10): Change array size to
31467         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
31468         unconditional.
31469         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31470         1024]: Add entries for 10^2^13 and 10^2^14.
31471         [LAST_POW10 > _LAST_POW10]: Remove #error.
31472         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31473         (_fpioconst_pow10): Change array size to
31474         FPIOCONST_POW10_ARRAY_SIZE.
31475         * stdlib/gen-fpioconst.c: New file.
31476         * stdlib/gen-tst-strtod-round.c: Likewise.
31477         * stdlib/tst-strtod-round-data: Likewise.
31478         * stdlib/tst-strtod-round.c: Likewise.
31479         * stdlib/Makefile (tests): Add tst-strtod-round.
31480
31481         [BZ #14459]
31482         * stdlib/strtod_l.c: Include <stdint.h>.
31483         (NDEBUG): Do not define.
31484         (round_and_return): Change EXPONENT parameter to type intmax_t.
31485         Rearrange calculations to avoid internal overflow possibilities.
31486         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31487         Rearrange calculations to avoid internal overflow possibilities.
31488         Assert that number fits inside MPNSIZE limbs.
31489         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31490         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31491         calculations and add assertions to avoid internal overflow
31492         possibilities.  Add casts to avoid signed/unsigned operations.
31493         * stdlib/tst-strtod-overflow.c: New file.
31494         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31495
31496 2012-08-25  Marek Polacek  <polacek@redhat.com>
31497
31498         * time/time.h: Fix some typos in comments.
31499
31500 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31501
31502         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31503         * posix/tst-rfc3484-2.c: Likewise.
31504         * posix/tst-rfc3484-3.c: Likewise.
31505
31506 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31507
31508         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31509         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31510
31511 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31512
31513         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31514         #include of fxstatat64.c.
31515
31516 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31517
31518         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31519         * shadow/getspent_r.c: Likewise.
31520         * shadow/getspnam.c: Likewise.
31521         * shadow/getspnam_r.c: Likewise.
31522         * gshadow/getsgent.c: Likewise.
31523         * gshadow/getsgent_r.c: Likewise.
31524         * gshadow/getsgnam.c: Likewise.
31525         * gshadow/getsgnam_r.c: Likewise.
31526         * inet/getnetbyad.c: Likewise.
31527         * inet/getnetbyad_r.c: Likewise.
31528         * inet/getnetbynm.c: Likewise.
31529         * inet/getnetbynm_r.c: Likewise.
31530         * inet/getnetent.c: Likewise.
31531         * inet/getnetent_r.c: Likewise.
31532         * inet/getproto.c: Likewise.
31533         * inet/getproto_r.c: Likewise.
31534         * inet/getprtent.c: Likewise.
31535         * inet/getprtent_r.c: Likewise.
31536         * inet/getprtname.c: Likewise.
31537         * inet/getprtname_r.c: Likewise.
31538         * inet/getrpcbyname.c: Likewise.
31539         * inet/getrpcbyname_r.c: Likewise.
31540         * inet/getrpcbynumber.c: Likewise.
31541         * inet/getrpcbynumber_r.c: Likewise.
31542         * inet/getrpcent.c: Likewise.
31543         * inet/getrpcent_r.c: Likewise.
31544         * inet/getaliasent.c: Likewise.
31545         * inet/getaliasent_r.c: Likewise.
31546         * inet/getaliasname.c: Likewise.
31547         * inet/getaliasname_r.c: Likewise.
31548         * nscd/getgrgid_r.c: Likewise.
31549         * nscd/getgrnam_r.c: Likewise.
31550         * nscd/gethstbyad_r.c: Likewise.
31551         * nscd/gethstbynm3_r.c: Likewise.
31552         * nscd/getpwnam_r.c: Likewise.
31553         * nscd/getpwuid_r.c: Likewise.
31554         * nscd/getsrvbynm_r.c: Likewise.
31555         * nscd/getsrvbypt_r.c: Likewise.
31556         * nscd/gai.c: Likewise.
31557
31558         * configure.in (build_nscd): New substituted variable, set
31559         by --disable-build-nscd and defaults to $use_nscd.
31560         * configure: Regenerated.
31561         * config.make.in (build-nscd): New substituted variable.
31562         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31563         Change conditional to require [$(build-nscd) = yes] as well.
31564         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31565
31566         [BZ# 13696]
31567         * configure.in (use_nscd): New substituted variable, set by
31568         --disable-nscd.  If enabled, define USE_NSCD.
31569         * configure: Regenerated.
31570         * config.h.in: Add USE_NSCD.
31571         * config.make.in (use-nscd): New substituted variable.
31572         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31573         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31574         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31575         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31576         (CFLAGS-getgrnam_r.c): Likewise.
31577         (CFLAGS-initgroups.c): Likewise.
31578         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31579         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31580         Variables removed.
31581         * inet/getnetgrent_r.c
31582         (nscd_setnetgrent): New function, broken out of ...
31583         (setnetgrent): ... here.  Call it.
31584         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31585         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31586         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31587         * nscd/Makefile (routines, aux): Move definitions after include of
31588         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31589         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31590         Conditionalize on [USE_NSCD].
31591         (is_nscd, nscd_init_cb): Likewise.
31592         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31593         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31594         * nss/nss_db/db-init.c: Likewise.
31595         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31596         [USE_NSCD].
31597         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31598         (make_request): Use it.
31599         (cache_valid_p): New function.
31600         (__check_pf): Use it.
31601         * NEWS: Add item for --disable-nscd.
31602
31603 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31604
31605         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31606         to support sed >= 4.2.1-20-ga9bf076.
31607         * configure: Regenerated.
31608
31609 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31610
31611         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31612         Conditionalize whole body on [IREL].
31613
31614 2012-08-22  Jeff Law <law@redhat.com>
31615
31616         [BZ #14505]
31617         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31618         if the family is PF_UNSPEC.
31619
31620 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31621
31622         * Makerules (lib-version): Rename from V.
31623         (install-lib-nosubdir): Change V to lib-version.
31624
31625 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31626
31627         [BZ #14252]
31628         * powerpc32/power6/wcschr.c: New file.
31629         * powerpc32/power6/wcscpy.c: New file.
31630         * powerpc32/power6/wcsrchr.c: New file.
31631         * powerpc64/power6/wcschr.c: New file.
31632         * powerpc64/power6/wcscpy.c: New file.
31633         * powerpc64/power6/wcsrchr.c: New file.
31634
31635 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31636
31637         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31638         (two_way_short_needle): Use it.
31639         * string/strstr.c (AVAILABLE1_USES_J): Define.
31640         * string/strcasestr.c: Likewise.
31641
31642         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31643         array references.
31644         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31645
31646         [BZ #11607]
31647         * NEWS: Add an entry.
31648         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31649         define their defaults.
31650         (two_way_short_needle): Detect end-of-string on-the-fly.
31651         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31652         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31653         * string/bug-strcasestr1.c: New test.
31654         * string/Makefile: Run it.
31655
31656 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31657
31658         [BZ #11607]
31659         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31660         the first character.
31661
31662 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31663
31664         * csu/elf-init.c (__libc_csu_irel): Function removed.
31665         * csu/libc-start.c (apply_irel): New function.
31666         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31667
31668 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31669
31670         * sysdeps/unix/sysv/linux/kernel-features.h
31671         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31672         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31673         <kernel-features.h>.
31674         [__NR_fadvise64_64]: Make code unconditional.
31675         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31676         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31677         !__NR_fadvise64_64)]: Likewise.
31678         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31679         !__NR_fadvise64_64))]: Likewise.
31680         [__NR_fadvise64]: Make code unconditional.
31681         [!__NR_fadvise64]: Remove conditional code.
31682         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31683         <kernel-features.h>.
31684         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31685         unconditional.
31686         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31687         conditional code.
31688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31689         not include <kernel-features.h>.
31690         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31691         unconditional.
31692         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31693         conditional code.
31694         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31695         include <kernel-features.h>.
31696         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31697         unconditional.
31698         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31699         conditional code.
31700
31701 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31702
31703         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31704         slight instruction rearrangements per scrollpipe analysis.
31705         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31706
31707 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31708
31709         * manual/syslog.texi (syslog; vsyslog, closelog):
31710         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31711         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31712
31713         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31714         DSOCAPS to match condition on defining it.
31715
31716 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31717
31718         * sysdeps/unix/sysv/linux/kernel-features.h
31719         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31721         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31722         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31724         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31725         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31727         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31728         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31729
31730         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31731         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31732
31733         * sysdeps/unix/sysv/linux/kernel-features.h
31734         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31735         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31736         unconditional.
31737         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31738         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31739         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31740         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31741         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31742         Make code unconditional.
31743         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31744         (__mmap64) [!__NR_mmap2]: Likewise.
31745         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31746         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31747         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31748         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31749         [__NR_mmap2]: Make code unconditional.
31750         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31751         (__mmap64) [!__NR_mmap2]: Likewise.
31752
31753 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31754
31755         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31756
31757 2012-08-18  Andreas Jaeger  <aj@suse.de>
31758
31759         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31760
31761 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31762
31763         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31764         * include/unistd.h (__have_sock_cloexec): Likewise.
31765         (__have_pipe2): Likewise.
31766         (__have_dup3): Likewise.
31767
31768 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31769
31770         [BZ #9685]
31771         * include/unistd.h (__have_pipe2): Change define into an extern int.
31772         (__have_dup3): Likewise.
31773         * socket/have_sock_cloexec.c: Include fcntl.h.
31774         (__have_pipe2): New variable.
31775         (__have_dup3): Likewise.
31776
31777 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31778
31779         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31780
31781 2012-08-17  Marek Polacek  <polacek@redhat.com>
31782
31783         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31784         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31785
31786 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31787
31788         * configure.in: Add AC_SUBST for sysheaders.
31789         * configure: Regenerated.
31790         * config.make.in (sysheaders): New substituted variable.
31791
31792         * sysdeps/unix/mkfifo.c: Moved ...
31793         * sysdeps/posix/mkfifo.c: ... here.
31794         * sysdeps/unix/mkfifoat.c: Moved ...
31795         * sysdeps/posix/mkfifoat.c: ... here.
31796
31797         * sysdeps/unix/utime.c: Moved ...
31798         * sysdeps/posix/utime.c: ... here.
31799
31800         * sysdeps/unix/time.c: Moved ...
31801         * sysdeps/posix/time.c: ... here.
31802         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31803         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31804
31805         * sysdeps/unix/nice.c: Moved ...
31806         * sysdeps/posix/nice.c: ... here.
31807
31808         * sysdeps/unix/alarm.c: Moved ...
31809         * sysdeps/posix/alarm.c: ... here.
31810
31811         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31812
31813 2012-08-17  Jeff Law <law@redhat.com>
31814
31815         * intl/Makefile (codeset_mo): New variable.
31816         ($(codeset_mo)): New target.
31817         (tst-codeset.out): Depend on that.  Remove explicit rule.
31818         (tst-gettext3.out, tst-gettext5.out): Likewise.
31819         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31820         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31821         * intl/tst-codeset.sh: Remove.
31822         * intl/tst-gettext3.sh: Likewise.
31823         * intl/tst-gettext5.sh: Likewise.
31824
31825 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31826
31827         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31828         * sysdeps/unix/syscalls.list: ... here.
31829
31830         * sysdeps/posix/getaddrinfo.c
31831         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31832         (gaiconf_init, gaiconf_reload): Use them.
31833         [!_STATBUF_ST_NSEC]
31834         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31835         Define using time_t rather than struct timespec.
31836
31837         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31838         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31839         Macros removed.
31840         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31841         [!NO_THREADS].
31842         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31843         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31844         Likewise.
31845
31846         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31847         __libc_cleanup_push argument.
31848
31849         * bits/param.h: New file.
31850         * misc/sys/param.h: New file.
31851         * include/sys/param.h: New file.
31852         * misc/Makefile (headers): Add bits/param.h.
31853         * sysdeps/generic/sys/param.h: File removed.
31854         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31855         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31856         * sysdeps/mach/hurd/bits/param.h: New file.
31857         * sysdeps/mach/hurd/sys/param.h: File removed.
31858
31859         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31860         last change.
31861
31862         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31863         [_IO_MTSAFE_IO].
31864         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31865         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31866         New macros.
31867
31868         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31869         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31870         rather than -D_IO_MTSAFE_IO conditionally.
31871         * stdio-common/Makefile (CPPFLAGS): Likewise.
31872         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31873         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31874         Use $(libio-mtsafe).
31875         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31876         of -D_IO_MTSAFE_IO.
31877         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31878         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31879         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31880         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31881         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31882         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31883         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31884         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31885         (CFLAGS-fread_u_chk.c): Likewise.
31886         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31887         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31888         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31889         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31890         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31891         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31892         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31893         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31894         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31895
31896         * libio/Makefile: Test [$(libc-reentrant) = yes]
31897         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31898
31899         * Makeconfig
31900         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31901         * sysdeps/pthread/configure: File removed.
31902         * sysdeps/pthread/Makeconfig: New file.
31903         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31904         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31905
31906 2012-08-16  Gary Benson  <gbenson@redhat.com>
31907
31908         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31909         unmapping the first object in a namespace.
31910
31911 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31912
31913         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31914         (__internal_setnetgrent): ... this.  Add internal_function to
31915         definition.  Add libc_hidden_def.
31916         (setnetgrent): Update caller.
31917         (internal_endnetgrent): Renamed to ...
31918         (__internal_endnetgrent): ... this.  Add internal_function to
31919         definition.  Add libc_hidden_def.
31920         (endnetgrent): Update caller.
31921         (internal_getnetgrent_r): Renamed to ...
31922         (__internal_getnetgrent_r): ... this.  Add internal_function to
31923         definition.  Add libc_hidden_def.
31924         (__getnetgrent_r): Update caller.
31925         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31926
31927 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31928
31929         * stdlib/longlong.h: Update from GCC.
31930
31931 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31932
31933         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31934         on _QL, which is set by umul_ppmm but never used.
31935         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31936         variables, which are set by GMP macros but never used.
31937         * stdio-common/_itowa.c (_itowa): Likewise.
31938         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31939         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31940
31941 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31942
31943         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31944         struct La_sh_regs is not constant.
31945         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31946         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31947         and struct La_sparc64_regs are not constant.
31948
31949 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31950
31951         * sysdeps/unix/sysv/linux/kernel-features.h
31952         (__ASSUME_POSIX_TIMERS): Remove.
31953         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31954         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31955         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31956         Make code unconditional.
31957         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31958         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31959         Make code unconditional.
31960         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31961         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31962         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31963         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31964         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31965         Make code unconditional.
31966         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31967         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31968         (__libc_missing_posix_timers): Remove.
31969
31970 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31971
31972         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31973         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31974
31975         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31976
31977         * elf/dl-sym.c: Include <stdlib.h>.
31978
31979         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31980         constants, which avoids warnings in 32-bit builds.
31981
31982         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31983         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31984
31985         * misc/lseek.c: File moved to ...
31986         * io/lseek.c: ... here.
31987
31988         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31989
31990         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31991         shifting LEN more than 31 bits at once.
31992
31993 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31994
31995         [BZ #14195]
31996         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31997         segmentation fault for a case of two empty input strings.
31998         * string/test-strncasecmp.c (check1): Renamed to...
31999         (bz12205): ...this.
32000         (bz14195): Add new testcase for two empty input strings and N > 0.
32001         (test_main): Call new testcase, adapt for renamed function.
32002
32003 2012-08-15  Andreas Jaeger  <aj@suse.de>
32004
32005         [BZ #14090]
32006         * crypt/md5test2.c: New test, based on test supplied by Serge
32007         Belyshev <belyshev@depni.sinp.msu.ru>.
32008         * crypt/Makefile (xtests): Add md5test-giant..
32009         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32010
32011 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32012
32013         [BZ #14090]
32014         * crypt/md5.c (md5_process_block): Don't assume the buffer
32015         length is less than 2**32.
32016         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32017         length is less than 2**64.
32018
32019 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32020
32021         * string/str-two-way.h: Include <sys/param.h>.
32022         (MAX): Macro removed.
32023
32024         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32025         Move #define and #undef of memmove to just before and after
32026         including <string.h>.
32027
32028         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32029         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32030         and after including <string.h>.  Move declarations of
32031         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32032         to before #include "string/memmove.c".
32033
32034         * include/dirent.h: Declare __getdirentries.
32035
32036         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32037         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32038
32039 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32040
32041         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32042         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32043         * sysdeps/i386/configure: Regenerated.
32044         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32045         STABS_CURRENT_FILE, and STABS_FUN.
32046         (END): Remove call to STABS_FUN_END.
32047         (STABS_CURRENT_FILE1): Delete.
32048         (STABS_CURRENT_FILE): Likewise.
32049         (STABS_FUN): Likewise.
32050         (STABS_FUN_END): Likewise.
32051         (STABS_FUN2): Likewise.
32052         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32053         * sysdeps/x86_64/configure: Regenerated.
32054
32055 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32056
32057         * elf/dl-open.c: Include <atomic.h>.
32058         * elf/dl-lookup.c: Likewise.
32059
32060 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32061
32062         * sysdeps/unix/sysv/linux/kernel-features.h
32063         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32064         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32065         unconditionally.
32066         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32067         unconditionally.
32068         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32069         condition on __ASSUME_CLONE_THREAD_FLAGS.
32070
32071 2012-08-14  Andreas Jaeger  <aj@suse.de>
32072
32073         * sysdeps/i386/fpu/libm-test-ulps: Update.
32074
32075 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32076
32077         * include/atomic.h (atomic_exchange_and_add): Split into ...
32078         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32079         New atomic macros.
32080
32081 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32082
32083         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32084
32085 2012-08-13  Jeff Law <law@redhat.com>
32086
32087         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32088         null byte in the output string.
32089
32090 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32091
32092         * sysdeps/unix/sysv/linux/kernel-features.h
32093         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32094         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32095         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32096         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32097         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32098         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32099         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32100
32101 2012-08-09  Jeff Law <law@redhat.com>
32102
32103         [BZ #13939]
32104         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32105         When avoid_arena is set, don't retry in the that arena.  Pick the
32106         next one, whatever it might be.
32107         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32108         (arena_lock): Pass in new parameter to arena_get2.
32109         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32110         arena_get2.
32111         (__libc_malloc): Unify retrying after main arena failure with
32112         __libc_memalign version.
32113         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32114
32115 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32116
32117         [BZ #14166]
32118         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32119         to __redirect_strstr.
32120         (__strstr_sse42): Use typeof __redirect_strstr.
32121         (__strstr_ia32): Likewise.
32122         (__libc_strstr): New prototype.
32123         (strstr): Renamed to ...
32124         (__libc_strstr): This.
32125         (strstr): New strong alias of __libc_strstr.
32126         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32127         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32128         __redirect_time.
32129         Include <time.h>.
32130         (__libc_time): New prototype.
32131         (time_ifunc): Replace time with __libc_time.
32132         (time): New strong alias and hidden definition of __libc_time.
32133         (__GI_time): Remove strong alias.
32134         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32135         Include <stddef.h>.
32136         (memmove): Redefined to __redirect_memmove.
32137         (__memmove_sse2): Use typeof __redirect_memmove.
32138         (__memmove_ssse3): Likewise.
32139         (__memmove_ssse3_back): Likewise.
32140         (__libc_memmove): New prototype.
32141         (memmove): Renamed to ...
32142         (__libc_memmove): This.
32143         (memmove): New strong alias of __libc_memmove.
32144
32145 2012-08-08  Mark Salter  <msalter@redhat.com>
32146
32147         * elf/elf.h
32148         (R_MN10300_TLS_GD): Define.
32149         (R_MN10300_TLS_LD): Likewise.
32150         (R_MN10300_TLS_LDO): Likewise.
32151         (R_MN10300_TLS_GOTIE): Likewise.
32152         (R_MN10300_TLS_IE): Likewise.
32153         (R_MN10300_TLS_LE): Likewise.
32154         (R_MN10300_TLS_DTPMOD): Likewise.
32155         (R_MN10300_TLS_DTPOFF): Likewise.
32156         (R_MN10300_TLS_TPOFF): Likewise.
32157         (R_MN10300_SYM_DIFF): Likewise.
32158         (R_MN10300_ALIGN): Likewise.
32159         (R_MN10300_NUM): Update.
32160
32161 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32162
32163         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32164         Remove.
32165
32166 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32167
32168         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32169
32170         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32171         sysdeps/unix -> sysdeps/posix move.
32172         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32173
32174 2012-08-07      Allan McRae     <allan@archlinux.org>
32175
32176         [BZ #14303]
32177         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32178         (SUNOS_CPP): Likewise.
32179         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32180         not found.
32181         (open_input): Call CPP using execvp.
32182
32183 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32184
32185         * sysdeps/unix/sysv/linux/kernel-features.h
32186         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32187         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32188         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32189         (__ASSUME_WAITID_SYSCALL): Likewise.
32190         * sysdeps/unix/sysv/linux/dl-execstack.c
32191         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32192         code unconditional.
32193         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32194         conditional code.
32195         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32196         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32197         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32198         code.
32199         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32200         unconditional.
32201         [__ASSUME_WAITID_SYSCALL]: Likewise.
32202         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32203
32204 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32205
32206         * sysdeps/unix/closedir.c: Renamed to ...
32207         * sysdeps/posix/closedir.c: ... here.
32208         * sysdeps/unix/dirfd.c: Renamed to ...
32209         * sysdeps/posix/dirfd.c: ... here.
32210         * sysdeps/unix/dirstream.h: Renamed to ...
32211         * sysdeps/posix/dirstream.h: ... here.
32212         * sysdeps/unix/fdopendir.c: Renamed to ...
32213         * sysdeps/posix/fdopendir.c: ... here.
32214         * sysdeps/unix/opendir.c: Renamed to ...
32215         * sysdeps/posix/opendir.c: ... here.
32216         * sysdeps/unix/readdir.c: Renamed to ...
32217         * sysdeps/posix/readdir.c: ... here.
32218         * sysdeps/unix/readdir_r.c: Renamed to ...
32219         * sysdeps/posix/readdir_r.c: ... here.
32220         * sysdeps/unix/rewinddir.c: Renamed to ...
32221         * sysdeps/posix/rewinddir.c: ... here.
32222         * sysdeps/unix/seekdir.c: Renamed to ...
32223         * sysdeps/posix/seekdir.c: ... here.
32224         * sysdeps/unix/telldir.c: Renamed to ...
32225         * sysdeps/posix/telldir.c: ... here.
32226         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32227         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32228         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32229         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32230
32231         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32232         * bits/fcntl.h: ... here.
32233
32234         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32235         not 0.
32236         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32237         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32238         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32239         (struct flock): Move l_start, l_len to the beginning.
32240         Use __pid_t for l_pid.
32241         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32242         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32243         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32244         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32245         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32246         [__USE_LARGEFILE64] (struct flock64): New type.
32247         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32248
32249         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32250         * bits/dirent.h: ... here.
32251
32252         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32253         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32254
32255 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32256
32257         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32258         Change from 2.6.0 to 2.6.16.
32259         * sysdeps/unix/sysv/linux/configure: Regenerated.
32260         * sysdeps/unix/sysv/linux/kernel-features.h
32261         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32262         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32263         version.
32264         (__ASSUME_UTIMES): Likewise.
32265         (__ASSUME_CLONE_STOPPED): Remove.
32266         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32267         architectures, not kernel version.
32268         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32269         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32270         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32271         (__ASSUME_WAITID_SYSCALL): Likewise.
32272         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32273         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32274         * README: State 2.6.16 as minimum Linux kernel version.  Do not
32275         refer to older versions.
32276
32277 2012-08-06  Roland McGrath  <roland@hack.frob.com>
32278
32279         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32280         Define alphasort64 as an alias.
32281         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32282         Define versionsort64 as an alias.
32283         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32284         Define scandir64 as an alias.
32285         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32286         Define scandirat64 as an alias.
32287         * dirent/alphasort64.c (alphasort64):
32288         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32289         * dirent/versionsort64.c: Likewise.
32290         * dirent/scandir64.c: Likewise.
32291         * dirent/scandirat64.c: Likewise.
32292         * sysdeps/wordsize-64/alphasort.c: File removed.
32293         * sysdeps/wordsize-64/alphasort64.c: File removed.
32294         * sysdeps/wordsize-64/scandir.c: File removed.
32295         * sysdeps/wordsize-64/scandir64.c: File removed.
32296         * sysdeps/wordsize-64/scandirat.c: File removed.
32297         * sysdeps/wordsize-64/scandirat64.c: File removed.
32298         * sysdeps/wordsize-64/versionsort.c: File removed.
32299         * sysdeps/wordsize-64/versionsort64.c: File removed.
32300         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32301         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32302         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32303         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32304         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32305         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32306         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32307         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32308
32309         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32310         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32311         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32312         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32313         [defined __arch64__ || defined __sparcv9]
32314         (__INO_T_MATCHES_INO64_T): New macro.
32315         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32316         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32317         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32318         * sysdeps/unix/sysv/linux/bits/dirent.h
32319         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32320         (_DIRENT_MATCHES_DIRENT64): New macro.
32321
32322         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32323         Define lockf64 as an alias.
32324         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32325         Define fseeko64 as an alias.
32326         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32327         Define ftello64 as an alias.
32328         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32329         Define _IO_fgetpos64 and fgetpos64 as aliases.
32330         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32331         Define _IO_fsetpos64 and fsetpos64 as aliases.
32332         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
32333         Conditionalize body on this.
32334         * libio/fseeko64.c: Likewise.
32335         * libio/ftello64.c: Likewise.
32336         * libio/iofgetpos64.c: Likewise.
32337         * libio/iofsetpos64.c: Likewise.
32338         * sysdeps/wordsize-64/lockf.c: File removed.
32339         * sysdeps/wordsize-64/lockf64.c: File removed.
32340         * sysdeps/wordsize-64/fseeko.c: File removed.
32341         * sysdeps/wordsize-64/fseeko64.c: File removed.
32342         * sysdeps/wordsize-64/ftello.c: File removed.
32343         * sysdeps/wordsize-64/ftello64.c: File removed.
32344         * sysdeps/wordsize-64/iofgetpos.c: File removed.
32345         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
32346         * sysdeps/wordsize-64/iofsetpos.c: File removed.
32347         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32348         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32349         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32350         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32351         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32352         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32353         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32354         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32355         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32356         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32357         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32358
32359         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32360         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32361         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32362         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32363         [defined __arch64__ || defined __sparcv9]
32364         (__OFF_T_MATCHES_OFF64_T): New macro.
32365         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32366         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32367         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32368         (__OFF_T_MATCHES_OFF64_T): New macro.
32369
32370 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32371
32372         * stdlib/secure-getenv.c (__secure_getenv): Replace
32373         GLIBC_2_16 with GLIBC_2_17.
32374
32375 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32376
32377         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32378         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32379
32380 2012-08-03  David S. Miller  <davem@davemloft.net>
32381
32382         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32383
32384 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32385
32386         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32387         Remove.
32388         (__ASSUME_CORRECT_SI_PID): Likewise.
32389         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32390         (__ASSUME_TMPFS_NAME): Likewise.
32391         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32392         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32393         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32394         (HAVE_AUX_SECURE): Make definition unconditional.
32395         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32396         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32397
32398 2012-08-03  Roland McGrath  <roland@hack.frob.com>
32399
32400         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32401         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32402         * sysdeps/mach/hurd/eloop-threshold.h: New file.
32403         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32404         __eloop_threshold instead of SYMLOOP_MAX.
32405
32406         * sysdeps/generic/eloop-threshold.h: New file.
32407         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32408         of MAXSYMLINKS.
32409         * elf/chroot_canon.c (chroot_canon): Likewise.
32410
32411 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32412
32413         [BZ #13717]
32414         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32415         Change to 2.6.0 everywhere.
32416         * sysdeps/unix/sysv/linux/configure: Regenerated.
32417         * sysdeps/unix/sysv/linux/kernel-features.h
32418         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32419         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32420         kernel versions.
32421         (__ASSUME_POSIX_TIMERS): Define unconditionally.
32422         (__ASSUME_FUTEX_REQUEUE): Remove.
32423         (__ASSUME_STATFS64): Define unconditionally.
32424         (__ASSUME_AT_SECURE): Likewise.
32425         (__ASSUME_CORRECT_SI_PID): Likewise.
32426         (__ASSUME_TGKILL): Define without depending on kernel version for
32427         i386.
32428         (__ASSUME_UTIMES): Likewise.
32429         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32430         kernel version.
32431         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32432         (__ASSUME_TMPFS_NAME): Likewise.
32433         * README: Update reference to Linux kernel versions.
32434
32435 2012-08-02  Marek Polacek  <polacek@redhat.com>
32436
32437         [BZ# 14150]
32438         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
32439         libc_cv_asm_type_prefix with %.
32440         * configure: Regenerated.
32441         * include/libc-symbols.h: Remove comment about
32442         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32443         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32444         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32445         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32446         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32447         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32448         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32449         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32450         * elf/tst-unique2mod1.c: Likewise.
32451         * elf/tst-unique1mod2.c: Likewise.
32452         * elf/tst-unique1mod1.c: Likewise.
32453         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32454         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32455         Replace ASM_TYPE_DIRECTIVE with .type.
32456         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32457         * sysdeps/i386/sysdep.h: Likewise.
32458         * sysdeps/x86_64/sysdep.h: Likewise.
32459         * sysdeps/sh/sysdep.h: Likewise.
32460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32461         Do not define ASM_TYPE_DIRECTIVE.
32462         * sysdeps/powerpc/sysdep.h: Likewise.
32463         * sysdeps/powerpc/powerpc32/sysdep.h:
32464         Replace ASM_TYPE_DIRECTIVE with .type.
32465         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32466         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32467         * sysdeps/i386/fpu/e_powf.S: Likewise.
32468         * sysdeps/i386/fpu/e_expl.S: Likewise.
32469         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32470         * sysdeps/i386/fpu/e_acosh.S: Likewise.
32471         * sysdeps/i386/fpu/e_pow.S: Likewise.
32472         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32473         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32474         * sysdeps/i386/fpu/s_expm1.S: Likewise.
32475         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32476         * sysdeps/i386/fpu/e_log2.S: Likewise.
32477         * sysdeps/i386/fpu/e_log2l.S: Likewise.
32478         * sysdeps/i386/fpu/e_scalb.S: Likewise.
32479         * sysdeps/i386/fpu/e_powl.S: Likewise.
32480         * sysdeps/i386/fpu/e_log10f.S: Likewise.
32481         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32482         * sysdeps/i386/fpu/e_logl.S: Likewise.
32483         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32484         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32485         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32486         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32487         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32488         * sysdeps/i386/fpu/e_log.S: Likewise.
32489         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32490         * sysdeps/i386/fpu/e_logf.S: Likewise.
32491         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32492         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32493         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32494         * sysdeps/i386/fpu/e_log10.S: Likewise.
32495         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32496         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32497         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32498         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32499         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32500         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32501         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32502         * sysdeps/i386/i686/strtok.S: Likewise.
32503         * sysdeps/i386/i386-mcount.S: Likewise.
32504         * sysdeps/i386/strtok.S: Likewise.
32505         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32506         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32507         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32508         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32509         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32510         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32511         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32512         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32513         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32514         * sysdeps/x86_64/_mcount.S: Likewise.
32515         * sysdeps/x86_64/strtok.S: Likewise.
32516         * sysdeps/sh/_mcount.S: Likewise.
32517
32518 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32519
32520         * libio/iofopen.c: Include <fcntl.h>.
32521         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32522         (_IO_fopen64, fopen64): Define as aliases.
32523         * libio/iofopen64.c: Include <fcntl.h>.
32524         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32525         Conditionalize body on this.
32526         * sysdeps/wordsize-64/iofopen.c: File removed.
32527         * sysdeps/wordsize-64/iofopen64.c: File removed.
32528
32529 2012-08-01  Marek Polacek  <polacek@redhat.com>
32530
32531         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32532         Use dlfcn directly instead of a variable.
32533         (binfmt-subdir): Do not define.
32534         (dlfcn): Likewise.
32535
32536 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32537
32538         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32539         Remove all definitions.
32540         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32541         <kernel-features.h>.
32542         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32543         (miss_F_GETOWN_EX): Remove all definitions.
32544         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32545         macro definition.
32546         [!__ASSUME_FCNTL64]: Remove conditional code.
32547         [__ASSUME_FCNTL64]: Make code unconditional.
32548         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32549         <kernel-features.h>.
32550         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32551         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32552         (lockf64) [__NR_fcntl64]: Make code unconditional.
32553         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32554
32555         * sysdeps/unix/sysv/linux/kernel-features.h
32556         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32557         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32558         Make code unconditional.
32559         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32560         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32562         [__NR_vfork]: Make code unconditional.
32563         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32564         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32566         [__NR_vfork]: Make code unconditional.
32567         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32568         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32569
32570 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32571
32572         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32573         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32574
32575         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32576         Define mkstemp64 as an alias.
32577         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32578         Define mkstemps64 as an alias.
32579         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32580         Define mkostemp64 as an alias.
32581         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32582         Define mkostemps64 as an alias.
32583         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32584         Conditionalize body on this.
32585         * misc/mkostemp64.c: Likewise.
32586         * misc/mkostemps64.c: Likewise.
32587         * misc/mkstemps64.c: Likewise.
32588         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32589         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32590         * sysdeps/wordsize-64/mkostemp.c: File removed.
32591         * sysdeps/wordsize-64/mkstemp.c: File removed.
32592         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32593         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32594         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32595         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32596
32597         [BZ #14138]
32598         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32599         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32600         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32601         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32602
32603         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32604         compat_symbol macros from <shlib-compat.h> rather than the underlying
32605         default_symbol_version and symbol_version macros, so that DEFAULT
32606         lines in shlib-versions are respected.
32607         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32608
32609 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32610
32611         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32612         Declare with warn_unused_result.
32613         (setgid, setregid, setegid, setresgid): Likewise.
32614         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32615         Likewise.
32616         * WUR-REPORT: Remove set*id functions.
32617
32618 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32619
32620         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32621
32622 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32623
32624         [BZ #10191]
32625         * include/sys/socket.h (__libc_accept, __libc_accept4):
32626         Add attribute_hidden.
32627         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32628
32629         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32630         use of PTR_MANGLE.
32631         * inet/getnetgrent_r.c (setup): Likewise.
32632
32633         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32634
32635 2012-07-31  David S. Miller  <davem@davemloft.net>
32636
32637         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32638
32639 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32640
32641         [BZ #13629]
32642         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32643         value between 1.0 and 2.0 and smaller part has absolute value less
32644         than 1.0.
32645         * math/s_clog10.c (__clog10): Likewise.
32646         * math/s_clog10f.c (__clog10f): Likewise.
32647         * math/s_clog10l.c (__clog10l): Likewise.
32648         * math/s_clogf.c (__clogf): Likewise.
32649         * math/s_clogl.c (__clogl): Likewise.
32650         * math/libm-test.inc (clog_test): Add more tests.
32651         (clog10_test): Likewise.
32652         * sysdeps/i386/fpu/libm-test-ulps: Update.
32653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32654
32655 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32656
32657         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32658         Exit with zero in case no suitable GID is found, and write a
32659         message to standard error.
32660
32661 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32662
32663         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32664         rather than to 1.
32665         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32666         (MAXPATHLEN): Removed.
32667         (NOGROUP, NODEV): New macros.
32668         (setbit, clrbit, isset, isclr): New macros.
32669         (howmany, roundup, powerof2): New macros.
32670         (DEV_BSIZE): New macro.
32671
32672         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32673         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32674
32675         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32676         definition on [!__NO_LONG_DOUBLE_MATH].
32677
32678         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32679         PTR_MANGLE and PTR_DEMANGLE.
32680
32681         * socket/accept4.c (accept4): Rename to __libc_accept4.
32682         Define accept4 as a weak alias.
32683
32684         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32685         on [_DIRENT_HAVE_D_TYPE].
32686         * io/ftw.c (ftw_dir): Likewise.
32687
32688         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32689
32690         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32691
32692         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32693         Use the BSD numbers rather than the arbitrary ones we had.
32694         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32695         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32696         (SIGXCPU, SIGXFSZ): New macros.
32697         (_NSIG): Now 32.
32698
32699         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32700         initializer on [_LIBC_REENTRANT].
32701
32702         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32703         definitions inside [_POSIX_MAPPED_FILES].
32704
32705         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32706
32707         * dirent/opendir.c: Include <fcntl.h>.
32708
32709         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32710         (__libc_getspecific): Likewise.
32711         (__libc_key_create): Likewise.
32712
32713         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32714         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32715         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32716         (tmpfile64): Define as alias.
32717         * sysdeps/wordsize-64/tmpfile.c: File removed.
32718         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32719         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32720         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32721
32722         * stdio-common/vfscanf.c: Include <stdbool.h>.
32723         * nss/makedb.c: Likewise.
32724         * stdio-common/_i18n_number.h: Likewise.
32725         * argp/argp-help.c: Likewise.
32726         * posix/wordexp.c: Likewise.
32727         * sysdeps/posix/spawni.c: Likewise.
32728         * nss/nss_files/files-initgroups.c: Likewise.
32729         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32730         * nss/nss_files/files-initgroups.c: Likewise.
32731         * nss/nss_db/db-netgrp.c: Likewise.
32732         * nss/nss_db/db-initgroups.c: Likewise.
32733         * io/fchmodat.c: Include <sys/stat.h>.
32734
32735         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32736         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32737
32738         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32739         [HAVE_MMAP].
32740
32741         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32742         Add multiple inclusion protection.
32743
32744 2012-07-27  David S. Miller  <davem@davemloft.net>
32745
32746         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32747
32748 2012-07-27  Gary Benson  <gbenson@redhat.com>
32749
32750         [BZ #14298]
32751         * elf/rtld.c: Include <stap-probe.h>.
32752         (dl_main): Added static probes "init_start" and "init_complete".
32753         * elf/dl-load.c: Include <stap-probe.h>.
32754         (lose): Take new parameter "nsid".
32755         Added static probe "map_failed".
32756         (_dl_map_object_from_fd): Pass namespace id to lose.
32757         Added static probe "map_start".
32758         (open_verify): Pass namespace id to lose.
32759         * elf/dl-open.c: Include <stap-probe.h>.
32760         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32761         and "reloc_complete".
32762         * elf/dl-close.c: Include <stap-probe.h>.
32763         (_dl_close_worker): Added static probes "unmap_start" and
32764         "unmap_complete".
32765         * elf/rtld-debugger-interface.txt: New file documenting the above.
32766
32767 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32768
32769         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32770         rather than a string variable.
32771         * sunrpc/rpc_main.c (h_output): Likewise.
32772         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32773
32774 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32775
32776         * inet/check_native.c: New file.
32777
32778 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32779
32780         [BZ #13629]
32781         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32782         if larger part has absolute value 1.0.
32783         * math/s_clog10.c (__clog10): Likewise.
32784         * math/s_clog10f.c (__clog10f): Likewise.
32785         * math/s_clog10l.c (__clog10l): Likewise.
32786         * math/s_clogf.c (__clogf): Likewise.
32787         * math/s_clogl.c (__clogl): Likewise.
32788         * math/libm-test.inc (clog_test): Add more tests.
32789         (clog10_test): Likewise.
32790         * sysdeps/i386/fpu/libm-test-ulps: Update.
32791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32792
32793         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32794         (pltexit): Likewise.
32795         (La_regs): Likewise.
32796         (La_retval): Likewise.
32797         (int_retval): Likewise.
32798         Update #error for removed macros to refer only to definitions in
32799         tst-audit.h.
32800         * elf/tst-auditmod3b.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-auditmod4b.c (pltenter): Remove all definitions of
32807         macro.
32808         (pltexit): Likewise.
32809         (La_regs): Likewise.
32810         (La_retval): Likewise.
32811         (int_retval): Likewise.
32812         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32813         macro.
32814         (pltexit): Likewise.
32815         (La_regs): Likewise.
32816         (La_retval): Likewise.
32817         (int_retval): Likewise.
32818         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32819         macro.
32820         (pltexit): Likewise.
32821         (La_regs): Likewise.
32822         (La_retval): Likewise.
32823         (int_retval): Likewise.
32824         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32825         macro.
32826         (pltexit): Likewise.
32827         (La_regs): Likewise.
32828         (La_retval): Likewise.
32829         (int_retval): Likewise.
32830         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32831         macro.
32832         (pltexit): Likewise.
32833         (La_regs): Likewise.
32834         (La_retval): Likewise.
32835         (int_retval): Likewise.
32836         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32837         macro definitions in tst-audit.h.
32838         * sysdeps/i386/tst-audit.h: New file.
32839         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32840         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32841         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32842         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32843         * sysdeps/sh/tst-audit.h: Likewise.
32844         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32845         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32846         * sysdeps/x86_64/tst-audit.h: Likewise.
32847
32848 2012-07-26  Andreas Jaeger  <aj@suse.de>
32849
32850         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32851         ptrace.
32852
32853         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32854         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32855         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32856         PTRACE_O_MASK.
32857         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32858         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32859         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32860
32861         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32862         value.
32863
32864         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32865         _sigsys.
32866         (si_call_addr, si_syscall, si_arch): Define new macro.
32867         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32868         _sigsys.
32869         (si_call_addr, si_syscall, si_arch): Define new marcro.
32870         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32871         _sigsys.
32872         (si_call_addr, si_syscall, si_arch): Define new macro.
32873         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32874         _sigsys.
32875         (si_call_addr, si_syscall, si_arch): Define new macro.
32876
32877 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32878
32879         [BZ #13717]
32880         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32881         Change to 2.4.21 where previously 2.4.1.
32882         * sysdeps/unix/sysv/linux/configure: Regenerated.
32883         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32884         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32885         Linux kernel version.
32886         (__ASSUME_STD_AUXV): Remove.
32887         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32888         kernel version.
32889         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32890         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32891         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32892         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32893         (__ASSUME_NETLINK_SUPPORT): Likewise.
32894         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32895         (__no_netlink_support): Remove conditional definition.
32896         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32897         Remove.
32898         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32899         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32900         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32901         (if_nameindex_ioctl): Remove.
32902         (if_nameindex_netlink): Do not handle __no_netlink_support.
32903         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32904         code.
32905         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32906         Remove conditional code.
32907         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32908         code.
32909         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32910         unconditional.
32911         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32912         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32913         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32914         Remove.
32915         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32916         [!__ASSUME_STD_AUXV]: Remove conditional code.
32917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32918         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32919         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32921         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32922         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32923         code.
32924         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32926         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32927         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32928         conditional code.
32929         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32931         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32932         code.
32933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32934         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32935         conditional code.
32936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32937         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32938         code unconditional.
32939         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32940         conditional code.
32941         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32942         unconditional.
32943         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32944         conditional code.
32945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32946         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32947         unconditional.
32948         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32949         conditional code.
32950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32951         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32952         code unconditional.
32953         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32954         conditional code.
32955         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32956         unconditional.
32957         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32958         conditional code.
32959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32960         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32961         code unconditional.
32962         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32963         conditional code.
32964         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32965         unconditional.
32966         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32967         conditional code.
32968
32969 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32970
32971         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32972         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32973         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32974         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32975         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32976         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32977         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32978         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32979         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32980         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32981         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32982         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32983         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32984         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32985         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32986         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32987         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32988         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32989         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32990         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32991         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32992         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32993         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32994
32995 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32996
32997         * Versions.def: Add GLIBC_2.17.
32998         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32999         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33000         Introduce __libc_secure_getenv.
33001         * stdlib/Versions (2.17): Add secure_getenv
33002         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33003         * stdlib/secure-getenv.c: Rename __secure_getenv to
33004         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33005         symbol __secure_getenv for GLIBC_2.0.
33006         * stdlib/tst-secure-getenv.c: New.
33007         * stdlib/Makefile (tests): Add testcase.
33008         * manual/startup.texi (Environment Access): Document
33009         secure_getenv.
33010         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33011         __libc_secure_getenv.
33012         * inet/ruserpass.c (ruserpass): Likewise.
33013         * malloc/mtrace.c (mtrace): Likewise.
33014         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33015         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33016         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33017         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33018         HAVE_SECURE_GETENV.
33019         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33020         __secure_getenv to __libc_secure_getenv.
33021         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
33022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33023         Likewise.
33024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33025         Likewise.
33026         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33027         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33028         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33029         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33030         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33031         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33033
33034 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33035
33036         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33037         (struct La_i86_retval): Likewise.
33038         (struct La_x86_64_regs): Likewise.
33039         (struct La_x86_64_retval): Likewise.
33040         (struct La_x32_regs): Likewise.
33041         (struct La_x32_retval): Likewise.
33042         (struct La_ppc32_regs): Likewise.
33043         (struct La_ppc32_retval): Likewise.
33044         (struct La_ppc64_regs): Likewise.
33045         (struct La_ppc64_retval): Likewise.
33046         (struct La_sh_regs): Likewise.
33047         (struct La_sh_retval): Likewise.
33048         (struct La_s390_32_regs): Likewise.
33049         (struct La_s390_32_retval): Likewise.
33050         (struct La_s390_64_regs): Likewise.
33051         (struct La_s390_64_retval): Likewise.
33052         (struct La_sparc32_regs): Likewise.
33053         (struct La_sparc32_retval): Likewise.
33054         (struct La_sparc64_regs): Likewise.
33055         (struct La_sparc64_retval): Likewise.
33056         (struct audit_ifaces): Remove architecture-specific pltenter and
33057         pltexit members.
33058         * sysdeps/i386/ldsodefs.h: New file.
33059         * sysdeps/powerpc/ldsodefs.h: Likewise.
33060         * sysdeps/s390/ldsodefs.h: Likewise.
33061         * sysdeps/sh/ldsodefs.h: Likewise.
33062         * sysdeps/sparc/ldsodefs.h: Likewise.
33063         * sysdeps/x86_64/ldsodefs.h: Likewise.
33064
33065 2012-07-25  Marek Polacek  <polacek@redhat.com>
33066
33067         [BZ #6808]
33068         * math/libm-test.inc (yn_test): Add another test.
33069         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33070         to ERANGE when the result is +-Inf.
33071         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33072         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33073         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33074         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33075
33076 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33077
33078         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33079         equal to 0.
33080         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33081         clock_t.
33082         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33083
33084 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33085
33086         * configure.in <sysdeps resolving>: Correct printing
33087         Implies_before.
33088         * configure: Regenerate.
33089
33090 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33091
33092         * math/w_ilogb.c: Include <limits.h>.
33093         * math/w_ilogbl.c: Likewise.
33094
33095 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33096
33097         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33098         va_copy.  Document allowing for unavailable va_copy only as
33099         pre-C99 compatibility.
33100         * manual/string.texi (Copying and Concatenation): Use va_copy
33101         instead of __va_copy in concat example.
33102
33103 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33104
33105         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33106         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33107         it if not null.
33108
33109         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33110         with O_NOLINK passed to __file_name_lookup.
33111
33112         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33113         with O_NOLINK passed to __file_name_lookup.
33114
33115         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33116         negative N or less than NGIDS.
33117
33118         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33119         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33120         enough.  Use memcpy instead of strncpy.
33121
33122 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33123
33124         * elf/Makefile (check-data): Remove.
33125         (localplt.data): New vpath directive.
33126         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33127         instead of $(check-data).
33128         * scripts/data/localplt-generic.data: Move to ...
33129         * sysdeps/generic/localplt.data: ... here.
33130         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33131         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33132         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33134         ... here.
33135         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33137         ... here.
33138         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33139         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33140         ... here.
33141         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33143         ... here.
33144         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33145         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33146         ... here.
33147         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33148         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33149         ... here.
33150
33151 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33152
33153         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33154         PPC32 and PPC64 files.
33155         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33156         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33157
33158 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33159
33160         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33161         __makecontext_ret to ...
33162         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33163         ... here and call exit if uc_link is NULL.  New file.
33164         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33165         __makecontext_ret.S.
33166         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33167         __makecontext_ret to ...
33168         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33169         ... here and call exit if uc_link is NULL.  New file.
33170         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33171         __makecontext_ret.S.
33172
33173 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33174
33175         * elf/elf.h (R_390_IRELATIVE): New definition.
33176         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33177         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33178         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33179         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33180         (elf_machine_lazy_rel): Likewise.
33181         * sysdeps/s390/dl-irel.h: New file.
33182         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33183         * sysdeps/s390/s390-64/memset.S: New asm code.
33184         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33185         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33186         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33187         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33188         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33189         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33190         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33191         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33192         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33193         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33194         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33195         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33196         * sysdeps/s390/s390-32/memset.S: New asm code.
33197         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33198
33199 2012-07-17  Marek Polacek  <polacek@redhat.com>
33200
33201         [BZ #14349]
33202         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33203         * sysdeps/s390/s390-64/configure.in: Likewise.
33204         * sysdeps/sparc/configure.in: Likewise.
33205         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33206         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33207         * sysdeps/i386/configure.in: Likewise.
33208         * sysdeps/x86_64/configure.in: Likewise.
33209         * sysdeps/sh/configure.in: Likewise.
33210         * sysdeps/s390/s390-32/configure: Regenerated.
33211         * sysdeps/s390/s390-64/configure: Likewise.
33212         * sysdeps/x86_64/configure: Likewise.
33213         * sysdeps/sh/configure: Likewise.
33214         * sysdeps/powerpc/powerpc64/configure: Likewise.
33215         * sysdeps/powerpc/powerpc32/configure: Likewise.
33216         * sysdeps/sparc/configure: Likwise.
33217         * sysdeps/i386/configure: Likewise.
33218
33219         * elf/dl-open.c: Comment fixes.
33220
33221 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33222
33223         * Makefile [CXX] (check-data): Remove.
33224         [CXX] (c++-types.data): New vpath directive.
33225         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33226         vpath.  Do not allow for C++ type data being missing.
33227         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33228         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33229         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33230         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33231         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33232         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33233         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33235         ... here.
33236         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33238         ... here.
33239         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33240         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33241         ... here.
33242         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33243         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33244         ... here.
33245         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33246         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33247         ... here.
33248         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33249         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33250         ... here.
33251         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33252         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33253         ... here.
33254         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33255         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33256
33257         * elf/tls-macros.h (TLS_LE): Move architecture-specific
33258         definitions to architecture-specific files.
33259         (TLS_IE): Likewise.
33260         (TLS_LD): Likewise.
33261         (TLS_GD): Likewise.
33262         * sysdeps/i386/tls-macros.h: New file.
33263         * sysdeps/powerpc/tls-macros.h: Likewise.
33264         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33265         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33266         * sysdeps/sh/tls-macros.h: Likewise.
33267         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33268         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33269         * sysdeps/x86_64/tls-macros.h: Likewise.
33270
33271 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33272
33273         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33274         zero value for regular exit case.
33275
33276         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33277         (__start_context): Preserve zero value for regular exit case.
33278
33279 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33280             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33281
33282         * manual/setjmp.texi (setcontext): Clarify normal process
33283         termination when uc_link is the null pointer.
33284         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33285         exit call.
33286
33287 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
33288
33289         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33290         preprocessor.  Test for each exception mask separately.
33291
33292 2012-07-16  Andreas Jaeger  <aj@suse.de>
33293
33294         * po/ru.po: Update from translation team.
33295
33296 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
33297
33298         * conform/data/string.h-data (NULL): Use macro-constant.  Require
33299         equal to 0.
33300         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33301         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33302         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33303         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33304         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33305
33306 2012-07-13  Andreas Jaeger  <aj@suse.de>
33307
33308         * po/fr.po: Update from translation team.
33309
33310 2012-07-12  Marek Polacek  <polacek@redhat.com>
33311
33312         [BZ #14173]
33313         * math/libm-test.inc (yn_test): Add test for BZ #14173.
33314         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33315         loop condition.
33316
33317 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
33318
33319         [BZ #13717]
33320         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33321         Change to 2.4.1 where previously 2.4.0.
33322         * sysdeps/unix/sysv/linux/configure: Regenerated.
33323         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33324         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33325         version.
33326         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33327         (__ASSUME_AT_CLKTCK): Remove.
33328         (__ASSUME_AT_PAGESIZE): Likewise.
33329         (__ASSUME_AT_XID): Likewise.
33330         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33331         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33332         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
33333         unconditionally.
33334         (HAVE_AUX_PAGESIZE): Likewise.
33335         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
33336         [__ASSUME_AT_CLKTCK]: Make code unconditional.
33337         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
33338
33339 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
33340
33341         [BZ #14307]
33342         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
33343         the temporary buffer used to invoke __gethostbyname2_r,
33344         __gethostbyaddr_r and gethostbyname4_r to make room for struct
33345         host_data / struct gaih_addrtuple.
33346         * resolv/nss_dns/dns-host.c (global scope): Move definition of
33347         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33348         header file nss/nsswitch.h.
33349         * nss/nsswitch.h (global scope): Add definition of implementation
33350         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33351         resolv/nss_dns/dns-host.c).
33352
33353 2012-07-11  Andreas Jaeger  <aj@suse.de>
33354
33355         * po/fr.po: Update from translation team.
33356
33357         * po/sv.po: Update from translation team
33358         * po/fr.po: Another update from translation team.
33359
33360 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33361
33362         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33363         for subnormals or multiply small sinh result by itself.
33364         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33365         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33366
33367 2012-07-11  David S. Miller  <davem@davemloft.net>
33368
33369         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33370
33371 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
33372
33373         [BZ #14347]
33374         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33375         (INTERNAL_MARK): Shift it here.
33376
33377 2012-07-10  Marek Polacek  <polacek@redhat.com>
33378
33379         [BZ #14151]
33380         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
33381         libc_cv_asm_global_directive with .globl.
33382         * configure: Regenerated.
33383         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33384         with .globl.
33385         * sysdeps/i386/configure: Regenerated.
33386         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33387         with .globl.
33388         * sysdeps/x86_64/configure: Regenerated.
33389         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33390         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33391         * elf/tst-unique2mod2.c: Likewise.
33392         * elf/tst-unique2mod1.c: Likewise.
33393         * elf/tst-unique1mod2.c: Likewise.
33394         * elf/tst-unique1mod1.c: Likewise.
33395         * sysdeps/s390/s390-32/sysdep.h: Likewise.
33396         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33397         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33398         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33399         * sysdeps/mach/sysdep.h: Likewise.
33400         * sysdeps/i386/sysdep.h: Likewise.
33401         * sysdeps/i386/i386-mcount.S: Likewise.
33402         * sysdeps/x86_64/_mcount.S: Likewise.
33403         * sysdeps/x86_64/sysdep.h: Likewise.
33404         * sysdeps/sh/_mcount.S: Likewise.
33405         * sysdeps/sh/sysdep.h: Likewise.
33406         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33407         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33408         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33409         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33410         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33411         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33412         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33413         * locale/localeinfo.h: Likewise.
33414         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33415         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33416
33417 2012-07-09  Roland McGrath  <roland@hack.frob.com>
33418
33419         [BZ #14336]
33420         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33421         system".
33422         * manual/message.texi (The Uniforum approach): Likewise.
33423         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33424         (glibc iconv Implementation): Likewise.
33425
33426 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
33427
33428         [BZ #14337]
33429         * math/s_clog.c (__clog): Avoid scaling a value down where that
33430         could result in underflow.
33431         * math/s_clog10.c (__clog10): Likewise.
33432         * math/s_clog10f.c (__clog10f): Likewise.
33433         * math/s_clog10l.c (__clog10l): Likewise.
33434         * math/s_clogf.c (__clogf): Likewise.
33435         * math/s_clogl.c (__clogl): Likewise.
33436         * math/libm-test.inc (clog_test): Add more tests.
33437         (clog10_test): Likewise.
33438         * sysdeps/i386/fpu/libm-test-ulps: Update.
33439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33440
33441 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
33442
33443         [BZ #14283]
33444         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33445         by 7 not 8 to examine high bit of fractional part.
33446
33447         [BZ #14042]
33448         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33449         for call to __mcount_internal.
33450         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33451         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33452         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33453
33454 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
33455
33456         [BZ #14154]
33457         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33458         approximation for values within 0x1p-13f of an odd multiple of
33459         pi/4.
33460         * math/libm-test.inc (tan_test): Do not allow spurious underflow
33461         exception.  Add more tests.
33462         * sysdeps/i386/fpu/libm-test-ulps: Update.
33463
33464         [BZ #6778]
33465         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33466         inputs and return -1 for them.  Do not check for +Inf in case not
33467         reachable for +Inf.
33468         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33469         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33470         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33471         and return -1 for them.  Do not check for +Inf in case not
33472         reachable for +Inf.
33473         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33474         define.
33475         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33476         and return -1 for them.  Do not check for +Inf in case not
33477         reachable for +Inf.
33478         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
33479         spurious underflow.
33480         * sysdeps/i386/fpu/libm-test-ulps: Update.
33481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33482
33483 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33484
33485         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33486
33487 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33488
33489         [BZ #14157]
33490         [BZ #14331]
33491         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33492         could result in spurious underflow.  Scale down values above
33493         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33494         * math/s_csqrtf.c (__csqrtf): Likewise.
33495         * math/s_csqrtl.c (__csqrtl): Likewise.
33496         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33497         spurious underflow.
33498         * sysdeps/i386/fpu/libm-test-ulps: Update.
33499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33500
33501 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33502
33503         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33504         xopen-msg.sed.
33505         * catgets/xopen-msg.awk: New file.
33506         * catgets/xopen-msg.sed: Removed.
33507
33508         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33509         po2text.sed.
33510         * intl/po2test.awk: New file.
33511         * intl/po2test.sed: Removed.
33512
33513 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33514
33515         [BZ #14328]
33516         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33517         or multiply small sinh result by itself.
33518         * math/s_ctanf.c (__ctanf): Likewise.
33519         * math/s_ctanh.c (__ctanh): Likewise.
33520         * math/s_ctanhf.c (__ctanhf): Likewise.
33521         * math/s_ctanhl.c (__ctanhl): Likewise.
33522         * math/s_ctanl.c (__ctanl): Likewise.
33523         * math/libm-test.inc (ctan_test_tonearest): New function.
33524         (ctan_test_towardzero): Likewise.
33525         (ctan_test_downward): Likewise.
33526         (ctan_test_upward): Likewise.
33527         (ctanh_test_tonearest): Likewise.
33528         (ctanh_test_towardzero): Likewise.
33529         (ctanh_test_downward): Likewise.
33530         (ctanh_test_upward): Likewise.
33531         (main): Call these new functions.
33532         * sysdeps/i386/fpu/libm-test-ulps: Update.
33533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33534
33535 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33536
33537         * .gitignore: Delete /ports entry.
33538
33539 2012-07-03  Andreas Jaeger  <aj@suse.de>
33540
33541         * po/bg.po: Update from translation team.
33542         * po/cs.po: Likewise.
33543         * po/de.po: Likewise.
33544         * po/hr.po: Likewise.
33545         * po/nl.pl: Likewise.
33546         * po/pl.po: Likewise.
33547         * po/vi.po: Likewise.
33548
33549 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33550
33551         * Makeconfig [!+link] (+link-before-libc): New variable.
33552         [!+link] (+link-after-libc): Likewise.
33553         [!+link] (+link-tests): Likewise.
33554         [!+link] (+link): Define in terms of $(+link-before-libc) and
33555         $(+link-after-libc).
33556         [!+link-static] (+link-static-before-libc): New variable.
33557         [!+link-static] (+link-static-after-libc): Likewise.
33558         [!+link-static] (+link-static-tests): Likewise.
33559         [!+link-static] (+link-static): Define in terms of
33560         $(+link-static-before-libc) and $(+link-static-after-libc).
33561         [build-shared] (link-libc-before-gnulib): New variable.
33562         [build-shared] (link-libc-tests): Likewise.
33563         [build-shared] (link-libc): Define in terms of
33564         $(link-libc-before-gnulib).
33565         [!build-shared] (link-libc-tests): New variable.
33566         (link-libc-static-tests): New variable.
33567         [!gnulib] (gnulib-arch): New variable.
33568         [!gnulib] (gnulib-tests): Likewise.
33569         [!gnulib] (static-gnulib-arch): Likewise.
33570         [!gnulib] (static-gnulib-tests): Likewise.
33571         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33572         Define with "=" instead of ":=".
33573         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33574         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33575         * Rules (binaries-all-notests): New variable.
33576         (binaries-all-tests): Likewise.
33577         (binaries-static-notests): Likewise.
33578         (binaries-static-tests): Likewise.
33579         (binaries-all): Define using $(binaries-all-notests) and
33580         $(binaries-all-tests).
33581         (binaries-static): Define using $(binaries-static-notests) and
33582         $(binaries-static-tests).
33583         (binaries-shared-tests): New variable.
33584         (binaries-shared-notests): Likewise.
33585         (binaries-shared): Remove variable.
33586         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33587         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33588         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33589         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33590         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33591         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33592         * elf/Makefile (sln-modules): New variable.
33593         (extra-objs): Add $(sln-modules:=.o).
33594         (ldconfig-modules): Add static-stubs.
33595         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33596         * elf/static-stubs.c: New file.
33597
33598         [BZ #14283]
33599         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33600         by 7 not 8 to examine high bit of fractional part.  Use volatile
33601         variables when splitting into final array of floats if
33602         __FLT_EVAL_METHOD__ != 0.
33603         * math/libm-test.inc (cos_test): Add another test.
33604         (sin_test): Likewise.
33605         * sysdeps/i386/fpu/libm-test-ulps: Update.
33606
33607         [BZ #14273]
33608         * math/libm-test.inc (cosh_test): Add more tests.
33609
33610         * version.h (RELEASE): Set to "development".
33611         (VERSION): Set to "2.16.90".
33612
33613 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33614
33615         * NEWS: Update copyright. Remove last-updated date.
33616         Mention math library bug fixes and timezone data changes.
33617         * README: Mention GNU/Hurd, x32, and HPPA support status.
33618
33619 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33620
33621         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33622
33623 2012-06-27  Andreas Jaeger  <aj@suse.de>
33624
33625         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33626
33627 2012-06-25  Andreas Jaeger  <aj@suse.de>
33628
33629         * sysdeps/s390/fpu/libm-test-ulps: Update.
33630
33631 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33632             Thomas Schwinge  <thomas@codesourcery.com>
33633
33634         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33635         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33636         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33637         fanotify_mark.
33638
33639 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33640
33641         * sysdeps/mach/start.c: Remove file.
33642         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33643         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33644         * sysdeps/sh/init-first.c: Likewise.
33645
33646         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33647         registers for frame unwinding purposes, add CFI directives.
33648         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33649         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33650         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33651         Likewise.
33652
33653         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33654         __fortify_fail returning.
33655         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33656
33657         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33658         sysdeps/sh/____longjmp_chk.S.
33659         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33660         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33661         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33662         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33663
33664         * sysdeps/sh/abort-instr.h: New file.
33665         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33666         process in case exit returns.
33667
33668         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33669         initialize the GOT register before use.
33670
33671         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33672         calculation of ARGC > 4.
33673
33674         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33675         meaningful names to some local labels.
33676
33677 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33678             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33679
33680         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33681         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33682         (__arch_compare_and_exchange_val_16_acq): Likewise.
33683         (__arch_compare_and_exchange_val_32_acq): Likewise.
33684         (atomic_exchange_and_add): Fix gUSA sequence.
33685         (atomic_add): Likewise.
33686         (atomic_add_negative): Likewise.
33687         (atomic_add_zero): Likewise.
33688         (atomic_bit_test_set): Likewise.
33689
33690 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33691
33692         [BZ #13579]
33693         * include/link.h (struct link_map): Add l_free_initfini.
33694         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33695         l_initfini.
33696         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33697         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33698         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33699         set.
33700
33701 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33702
33703         * configure.in: Use AC_LANG_SOURCE.
33704         * configure: Regenerate.
33705
33706 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33707
33708         * configure.in (libc_cv_localstatedir): New substituted variable.
33709         * configure: Regenerated.
33710         * config.make.in (localstatedir): New variable, substituted from
33711         libc_cv_localstatedir.
33712         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33713         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33714         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33715         * sysdeps/gnu/configure: Regenerated.
33716
33717 2012-06-21  Jeff Law  <law@redhat.com>
33718
33719         [BZ #14277]
33720         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33721         free.  Simplify list management for _LIBC case.
33722
33723 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33724
33725         [BZ #14273]
33726         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33727         Clear sign bit of 64-bit integer value before comparing against
33728         overflow value.
33729
33730         * sysdeps/mach/configure: Regenerated.
33731
33732 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33733
33734         [BZ #14278]
33735         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33736
33737 2012-06-21  Jeff Law  <law@redhat.com>
33738
33739         [BZ #13882]
33740         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33741         uint16_t for elements in the "seen" array to avoid char overflows.
33742         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33743         * elf/dl-open.c (dl_open_worker): Likewise.
33744
33745 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33746
33747         * scripts/list-sources.sh: Scan PORTS for translations.
33748         * po/libc.pot: Regenerated.
33749
33750 2012-06-21  Andreas Jaeger  <aj@suse.de>
33751
33752         [BZ #12194]
33753         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33754         warning.
33755         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33756         * bits/byteswap-16.h (__bswap_16): Likewise.
33757         * bits/byteswap.h (__bswap_constant_16): Likewise.
33758
33759 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33760
33761         [BZ #14117]
33762         * sysdeps/i386/fpu_control.h: Removed.
33763         * sysdeps/x86_64/fpu_control.h: Moved to ...
33764         * sysdeps/x86/fpu_control.h: Here.
33765
33766         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33767         (_FPU_SETCW): Likewise.
33768
33769 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33770
33771         [BZ #14117]
33772         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33773         * sysdeps/x86/fpu/bits/mathinline.h: This.
33774         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33775
33776         [BZ #14050]
33777         [BZ #14117]
33778         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33779         functions if __x86_64__ is defined.
33780
33781 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33782
33783         * string/endian.h: Add !__ASSEMBLER__ condition for including
33784         conversion interfaces.
33785
33786 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33787
33788         [BZ #14241]
33789         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33790         of ABS(x) in calculating zero to negative powers other than odd
33791         integers.
33792         * math/libm-test.inc (pow_test): Add more tests.
33793
33794 2012-06-15  Andreas Jaeger  <aj@suse.de>
33795
33796         * manual/contrib.texi (Contributors): Update entry of Liubov
33797         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33798         Machado Filho.
33799
33800 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33801
33802         * string/string.h: Add __wur to GNU version of strerror_r.
33803
33804 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33805
33806         [BZ #14229]
33807         * string/Makefile (tests): Add tst-strtok_r.
33808         * string/tst-strtok_r.c: New file.
33809         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33810         RAX_LP/RDX_LP on SAVE_PTR.
33811
33812 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33813
33814         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33815
33816 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33817
33818         * libm_test.inc (csqrt_test): Allow more spurious underflow
33819         exceptions.
33820         (j0_test): Likewise.
33821         (j1_test): Likewise.
33822         (y0_test): Likewise.
33823         (y1_test): Likewise.
33824
33825 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33826
33827         * po/Makefile (libc.pot): Use UTF-8 charset.
33828
33829 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33830
33831         [BZ #14210]
33832         Suppress sign-conversion warning from FD_SET.
33833         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33834         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33835         not unsigned long int.
33836         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33837
33838 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33839
33840         [BZ #14050]
33841         [BZ #14117]
33842         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33843         __extern_always_inline instead of __extern_inline.
33844         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33845         (__signbit): Likewise.
33846         (__signbitl): Support C++ namespace.
33847         (lrintf): New inline function.
33848         (lrint): Likewise.
33849         (llrintf): Likewise.
33850         (llrint): Likewise.
33851         (fmaxf): Likewise.
33852         (fmax): Likewise.
33853         (fminf): Likewise.
33854         (fmin): Likewise.
33855         (rint): Likewise.
33856         (rintf): Likewise.
33857         (ceil): Likewise.
33858         (ceilf): Likewise.
33859         (floor): Likewise.
33860         (floorf): Likewise.
33861         (nearbyint): Likewise.
33862         (nearbyintf): Likewise.
33863
33864 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33865
33866         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33867         non-default versions.
33868
33869 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33870
33871         [BZ #14218]
33872         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33873
33874 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33875
33876         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33877         (FE_UPWARD, FE_DOWNWARD): Don't define.
33878         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33879         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33880
33881         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33882         reading it.
33883         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33884         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33885
33886 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33887
33888         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33889         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33890         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33891         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33892
33893 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33894
33895         [BZ #14117]
33896         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33897         * sysdeps/i386/fpu/Implies: New file.
33898         * sysdeps/x86_64/fpu/Implies: Likewise.
33899         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33900         * sysdeps/x86/fpu/bits/fenv.h: This.
33901
33902         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33903         __SSE_MATH__.
33904
33905 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33906
33907         [BZ #14134]
33908         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33909         character 0xffff that matches the last element of the
33910         conversion table.
33911
33912 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33913
33914         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33915         fmodl commit.
33916
33917 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33918
33919         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33920         values higher than 25.6283.
33921
33922 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33923
33924         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33925         subnormal exponent extraction and add some __builtin_expect.
33926         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33927         Fix for subnormal mantissa calculation.
33928
33929 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33930
33931         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33932         cpu2 is -1 and errno is not ENOSYS.
33933
33934 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33935
33936         [BZ #14117]
33937         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33938         * sysdeps/x86/bits/string.h: This.
33939         * sysdeps/x86_64/bits/string.h: Removed.
33940
33941         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33942         if not compiling for x86-64, but compiling for >= i486.
33943
33944         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33945         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33946
33947         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33948         New macro from Linux kernel 3.4.0.
33949         (FP_XSTATE_MAGIC2): Likewise.
33950         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33951         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33952         (struct _fpx_sw_bytes): New struct.
33953         (struct _xsave_hdr): Likewise.
33954         (struct _ymmh_state): Likewise.
33955         (struct _xstate): Likewise.
33956
33957         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33958         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33959         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33960         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33961         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33962         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33963
33964         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33965         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33966         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33967         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33968         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33969         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33970
33971 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33972
33973         [BZ #13743]
33974         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33975         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33976         (sysdep_headers): Include sys/platform/ppc.h.
33977         * sysdeps/powerpc/test-gettimebase.c: Test for
33978         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33979         * manual/Makefile (appendices): Include platform.texi.
33980         * manual/contrib.texi (Contributors): Update @node pointers.
33981         * manual/maint.texi (Maintenance): Likewise.
33982         (Platform): New node.
33983         * manual/platform.texi: New file.  Document the new features.
33984
33985 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33986             Jakub Jelinek  <jakub@redhat.com>
33987
33988         [BZ #14188]
33989         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33990         where __builtin_expect is unavailable.
33991
33992 2012-06-03  David S. Miller  <davem@davemloft.net>
33993
33994         * stdlib/longlong.h: Updated from GCC.
33995
33996 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33997
33998         [BZ #14042]
33999         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34000         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34001         __mcount_internal.
34002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34003         (GLIBC_2.16): Likewise.
34004
34005 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34006
34007         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34008
34009 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34010
34011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34012         (default-abi): New variable.
34013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34014         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34015         variable.
34016         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34017         Likewise.
34018         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34019         Likewise.
34020         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34021         Likewise.
34022
34023         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34024         definition.  Document in comment.
34025
34026 2012-06-01  David S. Miller  <davem@davemloft.net>
34027
34028         * stdlib/longlong.h: Updated from GCC.
34029
34030 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34031
34032         [BZ #14117]
34033         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34034         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34035         sys/debugreg.h sys/io.h here.
34036         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34037         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34038         sys/io.h.
34039         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34040         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34041         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34042         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34043         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34044         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34045
34046         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34047         Define only if __x86_64__ is defined.
34048
34049 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34050
34051         [BZ #14048]
34052         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34053         Use int64_t for variable i.
34054         * math/libm-test.inc (fmod_test): Add more tests.
34055
34056         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34057         z computation is not scheduled after fetestexcept.
34058         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34059         Use math_force_eval instead of asm to ensure calculation scheduled
34060         before exception test.
34061         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34062         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34063
34064 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34065
34066         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34067         computation is not scheduled after fetestexcept.
34068
34069 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34070
34071         [BZ #14117]
34072         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34073         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34074
34075 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34076
34077         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34078         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34079
34080 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34081
34082         [BZ #14117]
34083         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34084         <bits/wordsize.h>.
34085         (__WCHAR_MIN): Support __WORDSIZE == 64.
34086         (__WCHAR_MAX): Likewise.
34087
34088         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34089         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34090
34091         [BZ #14183]
34092         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34093         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34094
34095         [BZ #14117]
34096         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34097         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34098
34099         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34100         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34101
34102         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34103         Defined to 1 if __x86_64__ isn't defined.
34104         (_STAT_VER_LINUX_OLD): New.
34105         (st_atime): Remove duplicate.
34106         (st_mtime): Likewise.
34107         (st_ctime): Likewise.
34108
34109 2012-05-31  David S. Miller  <davem@davemloft.net>
34110
34111         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34112         entries.
34113
34114 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34115
34116         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34117         gen-libm-test.pl.
34118
34119         [BZ #14132]
34120         * elf/dl-reloc.c: Include <_itoa.h>.
34121         (_dl_reloc_bad_type): Remove use of INTUSE.
34122         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34123         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34124         * stdio-common/psiginfo.c (psiginfo): Likewise.
34125         * stdio-common/psignal.c (psignal): Likewise.
34126         * string/strsignal.c (strsignal): Likewise.
34127         * include/signal.h (_sys_siglist): Declare hidden proto.
34128         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34129         INTVARDEF with libc_hidden_data_def.
34130         * stdio-common/itoa-udigits.c: Likewise.
34131         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34132         (_itoa_lower_digits_internal): Remove declaration.
34133         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34134         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34135         (_sys_sigabbrev_internal): Remove aliases.
34136         (_sys_siglist): Define hidden alias.
34137
34138 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34139
34140         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34141         bits/sysctl.h.
34142
34143 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34144
34145         [BZ #14117]
34146         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34147         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34148
34149         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34150         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34151         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34152         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34153         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34154         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34155
34156         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34157         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34158         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34159
34160         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34161         with __addr.
34162         (insw): Likewise.
34163         (insl): Likewise.
34164         (outsb): Likewise.
34165         (outsw): Likewise.
34166         (outsl): Likewise.
34167
34168         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34169         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34170         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34171
34172         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34173         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34174         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34175         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34176         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34177         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34178
34179         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34180         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34181
34182         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34183         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34184
34185         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34186         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34187         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34188
34189         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34190         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34191         to ...
34192         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34193
34194         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34195         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34196         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34197
34198         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34199         for x86-64.
34200         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34201
34202 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34203
34204         * math/math.h (M_El): Use two more decimal places.
34205         (M_LOG2El): Likewise.
34206         (M_LOG10El): Likewise.
34207         (M_LN2l): Likewise.
34208         (M_LN10l): Likewise.
34209         (M_PIl): Likewise.
34210         (M_PI_2l): Likewise.
34211         (M_PI_4l): Likewise.
34212         (M_1_PIl): Likewise.
34213         (M_2_PIl): Likewise.
34214         (M_2_SQRTPIl): Likewise.
34215         (M_SQRT2l): Likewise.
34216         (M_SQRT1_2l): Likewise.
34217
34218 2012-05-31  David S. Miller  <davem@davemloft.net>
34219
34220         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34221         values between float registers.
34222         * sysdeps/sparc/sparc64/memset.S: Likewise.
34223         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34224
34225 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34226
34227         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34228         -D_FORTIFY_SOURCE=1.
34229         (CPPFLAGS-tst-longjmp_chk.c): Define.
34230         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34231         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34232         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34233         CFLAGS-tst-wchar-h.c.
34234
34235 2012-05-31  Marek Polacek  <polacek@redhat.com>
34236
34237         [BZ #14132]
34238         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34239         __endmntent_internal): Remove declaration.
34240         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34241         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34242         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34243
34244 2012-05-30  David S. Miller  <davem@davemloft.net>
34245
34246         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34247         (___Q_simulate_exceptions): Use real FP ops rather than writing
34248         into the %fsr.
34249         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34250         Likewise.
34251
34252 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34253
34254         [BZ #14117]
34255         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34256         * sysdeps/x86/bits/xtitypes.h: This.
34257
34258         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34259         * sysdeps/x86/bits/wordsize.h: This.
34260
34261         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34262         * sysdeps/x86/bits/huge_vall.h: This.
34263
34264         * sysdeps/i386/bits/select.h: Removed.
34265         * sysdeps/x86_64/bits/select.h: Renamed to ...
34266         * sysdeps/x86/bits/select.h: This.
34267
34268         * sysdeps/i386/bits/setjmp.h: Removed.
34269         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34270         * sysdeps/x86/bits/setjmp.h: This.
34271
34272         * sysdeps/i386/bits/mathdef.h: Removed.
34273         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34274         * sysdeps/x86/bits/mathdef.h: This.
34275
34276 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
34277
34278         [BZ #14132]
34279         * include/sys/socket.h (__connect_internal)
34280         (__libc_sa_len_internal): Remove declaration.
34281         (__connect, __libc_sa_len): Declare hidden_proto.
34282         (SA_LEN): Remove use of INTUSE.
34283         * socket/connect.c: Add libc_hidden_def.
34284         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34285         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34286         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34287         alias.
34288         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34289         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34290         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34291         of adding _internal alias.
34292
34293 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34294
34295         [BZ #14117]
34296         * sysdeps/i386/bits/link.h: Removed.
34297         * sysdeps/i386/bits/linkmap.h: Likewise.
34298         * sysdeps/x86_64/bits/link.h: Renamed to ...
34299         * sysdeps/x86/bits/link.h: This.
34300         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34301         * sysdeps/x86/bits/linkmap.h: This.
34302
34303         * sysdeps/i386/bits/endian.h: Removed.
34304         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34305         * sysdeps/x86/bits/endian.h: This.
34306
34307         * sysdeps/i386/bits/byteswap.h: Removed.
34308         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34309         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34310         * sysdeps/x86/bits/byteswap.h: This.
34311         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34312         * sysdeps/x86/bits/byteswap-16.h: This.
34313         * sysdeps/i386/Implies: Add x86.
34314         * sysdeps/x86_64/Implies: Likewise.
34315
34316 2012-05-30  David S. Miller  <davem@davemloft.net>
34317
34318         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34319         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34320         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34321         (FP_TRAPPING_EXCEPTIONS): Define.
34322         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34323         (FP_TRAPPING_EXCEPTIONS): Define.
34324         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34325         subnormals only when inexact has been signalled or underflow
34326         exceptions are enabled.
34327         (_FP_PACK_CANONICAL): Likewise.
34328
34329 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34330
34331         [BZ #14183]
34332         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
34333         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
34334
34335 2012-05-30  Richard Henderson  <rth@twiddle.net>
34336
34337         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
34338         with #ifndef NOT_IN_libc.
34339
34340         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
34341         marked to avoid plt entry.
34342
34343 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34344
34345         [BZ #14112]
34346         * Makeconfig (default-abi): New macro.
34347         (abi-includes): Likewise.
34348         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
34349         $(abi-$(default-abi)-lib-soname) for soname if defined.
34350         ($(common-objpfx)gnu/lib-names.stmp): Generate from
34351         abi-variants.
34352         * Makefile (installed-stubs): Likewise.
34353         * include/stubs-biarch.h: Removed.
34354         * scripts/lib-names.awk: Only handle one library at a time.
34355         * scripts/soversions.awk: Remove WORDSIZE support.
34356         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34357         entries.
34358         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34359         Removed.
34360         (syscall-list-default-condition): Likewise.
34361         (syscall-list-default-condition): Likewise.
34362         (syscall-list-includes): Likewise.
34363         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34364         syscall-list-* with abi-*.  Handle undefined abi-variants.
34365         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34366         * sysdeps/unix/sysv/linux/i386/Implies: New file.
34367         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34368         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34369         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34370         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34371         Removed.
34372         (syscall-list-32-options): Likewise.
34373         (syscall-list-32-condition): Likewise.
34374         (syscall-list-64-options): Likewise.
34375         (syscall-list-64-condition): Likewise.
34376         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34377         macro.
34378         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34379         Renamed to ...
34380         (abi-*): This.
34381         (abi-64-ld-soname): New macro.
34382         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34383         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34384         Renamed to ...
34385         (abi-*): This.
34386         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34387         * sysdeps/x86_64/x32/shlib-versions: Likewise.
34388
34389 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
34390
34391         * sysdeps/unix/sysv/linux/kernel-features.h
34392         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34393         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34394         include <kernel-features.h>.
34395         [!__NR_ftruncate64]: Remove conditional code.
34396         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34397         [__NR_ftruncate64]: Make code unconditional.
34398         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34399         * sysdeps/unix/sysv/linux/truncate64.c: Do not
34400         include <kernel-features.h>.
34401         [!__NR_ftruncate64]: Remove conditional code.
34402         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34403         [__NR_ftruncate64]: Make code unconditional.
34404         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34406         include <kernel-features.h>.
34407         [!__NR_ftruncate64]: Remove conditional code.
34408         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34409         [__NR_ftruncate64]: Make code unconditional.
34410         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34412         include <kernel-features.h>.
34413         [!__NR_ftruncate64]: Remove conditional code.
34414         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34415         [__NR_ftruncate64]: Make code unconditional.
34416         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34417
34418         * configure.in (libc_cv_fpie): Weaken to a compile test using
34419         LIBC_TRY_CC_OPTION.
34420         * configure: Regenerated.
34421
34422 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34423
34424         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34425         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34427         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34428         Refreshed.
34429         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34431         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34433         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34435         Refreshed.
34436
34437 2012-05-27  David S. Miller  <davem@davemloft.net>
34438
34439         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34440         (___Q_zero): New.
34441         (__Q_simulate_exceptions): Return void.  Change to simulate
34442         exceptions by writing into the %fsr.
34443         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34444         (__Qp_handle_exceptions): Likewise.
34445         (numbers): Delete.
34446         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34447         __Qp_handle_exceptions.
34448         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34449         __Qp_handle_exceptions.
34450         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34451         as unused and give dummy FP_RND_NEAREST initializer.
34452         (FP_INHIBIT_RESULTS): Define.
34453         (___Q_simulate_exceptions): Update declaration.
34454         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34455         formatting.
34456         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34457         as unused and give dummy FP_RND_NEAREST initializer.
34458         (__Qp_handle_exceptions): Update declaration.
34459         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34460         formatting.
34461
34462 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
34463
34464         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34465         the temporary FPU control word.
34466         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34467         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34468         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34469         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34470         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34471         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34472         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34473         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34474         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34475         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34476         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34477
34478 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34479
34480         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34481         fields.
34482
34483 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34484
34485         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34486         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34487         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34488         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34489         Likewise.
34490         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34491         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34492         Likewise.
34493
34494 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34495
34496         * po/h.po: Update from translation team.
34497
34498 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34499
34500         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34501
34502         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34503         handling of denormals.
34504         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34505         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34506         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34507         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34508         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34509         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34510         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34511         Likewise.
34512
34513 2012-05-26  Marek Polacek  <polacek@redhat.com>
34514
34515         [BZ #14152]
34516         * math/libm-test.inc (fma_test): Don't always expect underflow
34517         exception.
34518
34519 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34520
34521         [BZ #12416]
34522         * elf/tst-execstack.c: Include stackinfo.h.
34523         (do_test): Adjust test case to ensure that pthread_getattr_np
34524         behaviour remains the same after marking stack executable.
34525
34526 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34527
34528         * sysdeps/unix/sysv/linux/kernel-features.h
34529         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34530         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34531         kernel-features.h.
34532         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34533         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34534         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34535         kernel-features.h.
34536         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34537         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34538
34539 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34540
34541         * configure.in: Define the default includes to being none.
34542         * configure: Regenerated.
34543
34544 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34545
34546         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34547         * sysdeps/x86_64/setjmp.S: Likewise.
34548         * sysdeps/i386/bsd-setjmp.S: Likewise.
34549         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34550         * sysdeps/i386/setjmp.S: Likewise.
34551         * sysdeps/i386/__longjmp.S: Likewise.
34552         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34553         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34554
34555         * include/stap-probe.h: New file.
34556         * configure.in: Handle --enable-systemtap.
34557         * configure: Regenerated.
34558         * config.h.in (USE_STAP_PROBE): New #undef.
34559         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34560         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34561         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34562
34563 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34564
34565         [BZ #13717]
34566         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34567         to 2.4.0 where earlier.
34568         * sysdeps/unix/sysv/linux/configure: Regenerated.
34569         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34570         <kernel-features.h>.
34571         [__ASSUME_32BITUIDS]: Make code unconditional.
34572         [!__ASSUME_32BITUIDS]: Remove conditional code.
34573         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34574         <kernel-features.h>.
34575         [__ASSUME_32BITUIDS]: Make code unconditional.
34576         [!__ASSUME_32BITUIDS]: Remove conditional code.
34577         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34578         [__ASSUME_32BITUIDS]: Make code unconditional.
34579         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34580         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.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/getgid.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/getgroups.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/getresgid.c: Do not include
34597         <kernel-features.h>.
34598         [__ASSUME_32BITUIDS]: Make code unconditional.
34599         [!__ASSUME_32BITUIDS]: Remove conditional code.
34600         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34601         <kernel-features.h>.
34602         [__ASSUME_32BITUIDS]: Make code unconditional.
34603         [!__ASSUME_32BITUIDS]: Remove conditional code.
34604         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34605         <kernel-features.h>.
34606         [__ASSUME_32BITUIDS]: Make code unconditional.
34607         [!__ASSUME_32BITUIDS]: Remove conditional code.
34608         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34609         <kernel-features.h>.
34610         [__ASSUME_32BITUIDS]: Make code unconditional.
34611         [!__ASSUME_32BITUIDS]: Remove conditional code.
34612         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34613         <kernel-features.h>.
34614         [__ASSUME_32BITUIDS]: Make code unconditional.
34615         [!__ASSUME_32BITUIDS]: Remove conditional code.
34616         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34617         <kernel-features.h>.
34618         [__ASSUME_32BITUIDS]: Make code unconditional.
34619         [!__ASSUME_32BITUIDS]: Remove conditional code.
34620         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34621         <kernel-features.h>.
34622         [__NR_setresgid] (__setresgid): Do not declare.
34623         [__ASSUME_32BITUIDS]: Make code unconditional.
34624         [!__ASSUME_32BITUIDS]: Remove conditional code.
34625         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34626         <kernel-features.h>.
34627         [__NR_setresuid] (__setresuid): Do not declare.
34628         [__ASSUME_32BITUIDS]: Make code unconditional.
34629         [!__ASSUME_32BITUIDS]: Remove conditional code.
34630         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/setgid.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/setgroups.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/i386/setregid.c: Do not include
34647         <kernel-features.h>.
34648         [__ASSUME_32BITUIDS]: Make code unconditional.
34649         [!__ASSUME_32BITUIDS]: Remove conditional code.
34650         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34651         <kernel-features.h>.
34652         [__ASSUME_32BITUIDS]: Make code unconditional.
34653         [!__ASSUME_32BITUIDS]: Remove conditional code.
34654         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34655         <kernel-features.h>.
34656         [__ASSUME_32BITUIDS]: Make code unconditional.
34657         [!__ASSUME_32BITUIDS]: Remove conditional code.
34658         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34659         <kernel-features.h>.
34660         [__ASSUME_32BITUIDS]: Make code unconditional.
34661         [!__ASSUME_32BITUIDS]: Remove conditional code.
34662         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34663         <kernel-features.h>.
34664         [__ASSUME_32BITUIDS]: Make code unconditional.
34665         [!__ASSUME_32BITUIDS]: Remove conditional code.
34666         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34667         <kernel-features.h>.
34668         [__ASSUME_32BITUIDS]: Make code unconditional.
34669         [!__ASSUME_32BITUIDS]: Remove conditional code.
34670         * sysdeps/unix/sysv/linux/kernel-features.h
34671         (__ASSUME_SETRESUID_SYSCALL): Remove.
34672         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34673         (__ASSUME_32BITUIDS): Likewise.
34674         (__ASSUME_LDT_WORKS): Likewise.
34675         (__ASSUME_O_DIRECTORY): Likewise.
34676         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34677         architecture but not kernel version.
34678         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34679         (__ASSUME_MMAP2_SYSCALL): Likewise.
34680         (__ASSUME_STAT64_SYSCALL): Likewise.
34681         (__ASSUME_IPC64): Likewise.
34682         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34683         <kernel-features.h>.
34684         [__ASSUME_32BITUIDS]: Make code unconditional.
34685         [!__ASSUME_32BITUIDS]: Remove conditional code.
34686         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34687         <kernel-features.h>.
34688         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34689         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34690         132096]: Remove conditional code.
34691         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34692         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34693         <kernel-features.h>.
34694         [__ASSUME_32BITUIDS]: Make code unconditional.
34695         [!__ASSUME_32BITUIDS]: Remove conditional code.
34696         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34697         <kernel-features.h>.
34698         [__ASSUME_32BITUIDS]: Make code unconditional.
34699         [!__ASSUME_32BITUIDS]: Remove conditional code.
34700         * sysdeps/unix/sysv/linux/setegid.c: Do not include
34701         <kernel-features.h>.
34702         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34703         unconditional.
34704         (__setresgid): Do not declare.
34705         [__ASSUME_32BITUIDS]: Make code unconditional.
34706         [!__ASSUME_32BITUIDS]: Remove conditional code.
34707         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34708         <kernel-features.h>.
34709         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34710         unconditional.
34711         (__setresuid): Do not declare.
34712         [__ASSUME_32BITUIDS]: Make code unconditional.
34713         [!__ASSUME_32BITUIDS]: Remove conditional code.
34714         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34715         <kernel-features.h>.
34716         [__ASSUME_32BITUIDS]: Make code unconditional.
34717         [!__ASSUME_32BITUIDS]: Remove conditional code.
34718         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34719         <kernel-features.h>.
34720         [__ASSUME_32BITUIDS]: Make code unconditional.
34721         [!__ASSUME_32BITUIDS]: Remove conditional code.
34722
34723 2012-05-25  Richard Henderson  <rth@twiddle.net>
34724
34725         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34726         dl_hwcap to ifunc resolver.
34727         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34728         elf_ifunc_invoke.
34729         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34730         dl_hwcap to ifunc resolver.
34731         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34732
34733 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34734
34735         [BZ #14153]
34736         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34737         for |x| <= 2**-26, not 2**-57.
34738         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34739         exception.
34740
34741 2012-05-24  Jeff Law  <law@redhat.com>
34742
34743         * stdio-common/Makefile (tests): Add bug25.
34744         * stdio-common/bug25.c: New test.
34745
34746 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34747
34748         [BZ #13576]
34749         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34750         multiple of MALLOC_ALIGNMENT in size.
34751         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34752
34753 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34754
34755         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34756         Require >= 256.
34757         (FILENAME_MAX): Use macro-int-constant.
34758         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34759         (_IOFBF): Use macro-int-constant.
34760         (_IOLBF): Likewise.
34761         (_IONBF): Likewise.
34762         (SEEK_CUR): Likewise.
34763         (SEEK_END): Likewise.
34764         (SEEK_SET): Likewise.
34765         (TMP_MAX): Likewise.
34766         (EOF): Use macro-int-constant.  Require < 0.
34767         (NULL): Use macro-constant.  Require == 0.
34768         (stdin): Require type to be FILE *.
34769         (stdout): Likewise.
34770         (stderr): Likewise.
34771         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34772         macro-int-constant.
34773         (EXIT_SUCCESS): Likewise.
34774         (NULL): Use macro-constant.  Require == 0.
34775         (RAND_MAX): Use macro-int-constant.
34776         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34777         [C99-based standards] (strtof): Require function.
34778         [C99-based standards] (strtold): Likewise.
34779         [C99-based standards] (strtoll): Likewise.
34780         [C99-based standards] (strtoull): Likewise.
34781         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34782         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34783         [ISO || ISO99 || ISO11] (math.h): Likewise.
34784         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34785         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34786         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34787
34788 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34789
34790         [BZ #14132]
34791         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34792         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34793         * intl/dgettext.c (DCGETTEXT): Likewise.
34794         * intl/gettext.c (DCGETTEXT): Likewise.
34795         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34796         * posix/regex_internal.h (gettext): Likewise.
34797         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34798         Remove declaration.
34799         * include/argz.h (__argz_count_internal)
34800         (__argz_stringify_internal): Remove declaration.
34801         (__argz_count, __argz_stringify): Declare hidden proto.
34802         * intl/dcgettext.c: Remove use of INTDEF.
34803         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34804         * string/argz-stringify.c: Likewise.
34805         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34806         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34807         Declare hidden proto.
34808         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34809         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34810         Declare hidden proto.
34811         * include/stdio.h (__asprintf_internal): Don't declare.
34812         (__asprintf): Don't define as macro.  Declare hidden proto.
34813         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34814         (__fsetlocking): Declare hidden proto.
34815         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34816         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34817         hidden proto.
34818         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34819         (_IO_setlinebuf): Remove use of INTUSE.
34820         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34821         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34822         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34823         Remove declaration.
34824         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34825         (_IO_do_flush): Remove use of INTUSE.
34826         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34827         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34828         (_IO_adjust_column, _IO_least_wmarker)
34829         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34830         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34831         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34832         (_IO_default_doallocate, _IO_wdefault_doallocate)
34833         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34834         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34835         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34836         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34837         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34838         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34839         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34840         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34841         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34842         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34843         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34844         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34845         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34846         proto.
34847         (_IO_flush_all_internal, _IO_adjust_column_internal)
34848         (_IO_default_uflow_internal, _IO_default_finish_internal)
34849         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34850         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34851         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34852         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34853         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34854         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34855         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34856         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34857         (_IO_file_close_internal, _IO_file_close_it_internal)
34858         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34859         (_IO_file_init_internal, _IO_file_attach_internal)
34860         (_IO_file_fopen_internal, _IO_file_read_internal)
34861         (_IO_file_sync_internal, _IO_file_seek_internal)
34862         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34863         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34864         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34865         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34866         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34867         (_IO_list_all_internal, _IO_link_in_internal)
34868         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34869         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34870         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34871         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34872         (_IO_do_write_internal, _IO_padn_internal)
34873         (_IO_getline_info_internal, _IO_getline_internal)
34874         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34875         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34876         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34877         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34878         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34879         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34880         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34881         with libc_hidden_ver, remove use of INTUSE.
34882         * libio/genops.c: Likewise.
34883         * libio/freopen.c: Likewise.
34884         * libio/freopen64.c: Likewise.
34885         * libio/iofclose.c: Likewise.
34886         * libio/iofdopen.c: Likewise.
34887         * libio/iofflush.c: Likewise.
34888         * libio/iofflush_u.c: Likewise.
34889         * libio/iofgets.c: Likewise.
34890         * libio/iofgets_u.c: Likewise.
34891         * libio/iofopen.c: Likewise.
34892         * libio/iofopncook.c: Likewise.
34893         * libio/iofread.c: Likewise.
34894         * libio/iofread_u.c: Likewise.
34895         * libio/ioftell.c: Likewise.
34896         * libio/iofwrite.c: Likewise.
34897         * libio/iogetline.c: Likewise.
34898         * libio/iogets.c: Likewise.
34899         * libio/iogetwline.c: Likewise.
34900         * libio/iopadn.c: Likewise.
34901         * libio/iopopen.c: Likewise.
34902         * libio/ioseekoff.c: Likewise.
34903         * libio/ioseekpos.c: Likewise.
34904         * libio/iosetbuffer.c: Likewise.
34905         * libio/iosetvbuf.c: Likewise.
34906         * libio/ioungetc.c: Likewise.
34907         * libio/ioungetwc.c: Likewise.
34908         * libio/iovdprintf.c: Likewise.
34909         * libio/iovsprintf.c: Likewise.
34910         * libio/iovsscanf.c: Likewise.
34911         * libio/memstream.c: Likewise.
34912         * libio/obprintf.c: Likewise.
34913         * libio/oldfileops.c: Likewise.
34914         * libio/oldiofclose.c: Likewise.
34915         * libio/oldiofdopen.c: Likewise.
34916         * libio/oldiofopen.c: Likewise.
34917         * libio/oldiopopen.c: Likewise.
34918         * libio/oldstdfiles.c: Likewise.
34919         * libio/putc.c: Likewise.
34920         * libio/setbuf.c: Likewise.
34921         * libio/setlinebuf.c: Likewise.
34922         * libio/stdfiles.c: Likewise.
34923         * libio/strops.c: Likewise.
34924         * libio/vasprintf.c: Likewise.
34925         * libio/vscanf.c: Likewise.
34926         * libio/vsnprintf.c: Likewise.
34927         * libio/vswprintf.c: Likewise.
34928         * libio/wfiledoalloc.c: Likewise.
34929         * libio/wfileops.c: Likewise.
34930         * libio/wgenops.c: Likewise.
34931         * libio/wmemstream.c: Likewise.
34932         * libio/wstrops.c: Likewise.
34933         * libio/__fpurge.c: Likewise.
34934         * libio/__fsetlocking.c: Likewise.
34935         * assert/assert.c: Likewise.
34936         * debug/fgets_chk.c: Likewise.
34937         * debug/fgets_u_chk.c: Likewise.
34938         * debug/fread_chk.c: Likewise.
34939         * debug/fread_u_chk.c: Likewise.
34940         * debug/gets_chk.c: Likewise.
34941         * debug/obprintf_chk.c: Likewise.
34942         * debug/vasprintf_chk.c: Likewise.
34943         * debug/vdprintf_chk.c: Likewise.
34944         * debug/vsnprintf_chk.c: Likewise.
34945         * debug/vsprintf_chk.c: Likewise.
34946         * malloc/mtrace.c: Likewise.
34947         * misc/error.c: Likewise.
34948         * misc/syslog.c: Likewise.
34949         * stdio-common/asprintf.c: Likewise.
34950         * stdio-common/fxprintf.c: Likewise.
34951         * stdio-common/getw.c: Likewise.
34952         * stdio-common/isoc99_fscanf.c: Likewise.
34953         * stdio-common/isoc99_scanf.c: Likewise.
34954         * stdio-common/isoc99_vfscanf.c: Likewise.
34955         * stdio-common/isoc99_vscanf.c: Likewise.
34956         * stdio-common/isoc99_vsscanf.c: Likewise.
34957         * stdio-common/printf-prs.c: Likewise.
34958         * stdio-common/printf_fp.c: Likewise.
34959         * stdio-common/printf_fphex.c: Likewise.
34960         * stdio-common/printf_size.c: Likewise.
34961         * stdio-common/putw.c: Likewise.
34962         * stdio-common/scanf.c: Likewise.
34963         * stdio-common/sprintf.c: Likewise.
34964         * stdio-common/tmpfile.c: Likewise.
34965         * stdio-common/vfprintf.c: Likewise.
34966         * stdio-common/vfscanf.c: Likewise.
34967         * stdlib/strfmon_l.c: Likewise.
34968         * sunrpc/openchild.c: Likewise.
34969         * sunrpc/xdr_stdio.c: Likewise.
34970         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34971         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34972
34973 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34974
34975         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34976
34977         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34978         in the third column, to generate for the shared library an IFUNC
34979         that uses _dl_vdso_vsym.
34980         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34981         * Makeconfig (object-suffixes-noshared): New variable.
34982
34983         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34984         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34985         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34986         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34987
34988         [BZ #14132]
34989         * include/sys/time.h (__gettimeofday): Remove macro.
34990         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34991         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34992         Remove INTDEF.
34993         (__gettimeofday): Add libc_hidden_def.
34994         (gettimeofday): Add libc_hidden_weak.
34995         * sysdeps/mach/gettimeofday.c: Likewise.
34996         * sysdeps/posix/gettimeofday.c: Likewise.
34997         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34998         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34999         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35000         (__gettimeofday_internal): Remove strong_alias.
35001         (__gettimeofday): Add libc_hidden_def.
35002         (gettimeofday): Add libc_hidden_weak.
35003         * sysdeps/unix/syscalls.list (gettimeofday):
35004         Remove __gettimeofday_internal alias.
35005
35006 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35007             H.J. Lu  <hongjiu.lu@intel.com>
35008
35009         [BZ #12495]
35010         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35011         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35012         (largebin_index_32_big): New.
35013         (largebin_index): Use it for 16-byte alignment.
35014         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35015         correction with front_misalign.
35016
35017 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35018
35019         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35020         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35021         Likewise.
35022         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35023         Likewise.
35024         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35025         Likewise.
35026         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35027         Likewise.
35028         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35029         Likewise.
35030         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35031         Likewise.
35032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35033         Likewise.
35034         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35035         Likewise.
35036         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35037         Likewise.
35038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35039         Likewise.
35040         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35041         Likewise.
35042         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35043         Likewise.
35044
35045         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35046         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35047
35048 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35049
35050         [BZ #10846]
35051         [BZ #14036]
35052         * math/libm-test.inc (exp_test): Add test from bug 14036.
35053         (pow_test): Add test from bug 10846.
35054
35055         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35056         and other flags.
35057         (special_function): Do not include flags in test name.
35058         (parse_args): Likewise.
35059         * sysdeps/i386/fpu/libm-test-ulps: Update.
35060         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35061         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35062         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35064
35065         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35066         exceptions.
35067         * math/libm-test.inc ("Philosophy"): Update comment about
35068         exception testing.
35069         (UNDERFLOW_EXCEPTION): New macro.
35070         (UNDERFLOW_EXCEPTION_OK): Likewise.
35071         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35072         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35073         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35074         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35075         (INVALID_EXCEPTION_OK): Update value.
35076         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35077         (OVERFLOW_EXCEPTION_OK): Likewise.
35078         (IGNORE_ZERO_INF_SIGN): Likewise.
35079         (test_exceptions): Handle underflow exceptions.
35080         (acos_test): Update for underflow exception expectations.
35081         (cexp_test): Likewise.
35082         (clog_test): Likewise.
35083         (clog10_test): Likewise.
35084         (csqrt_test): Likewise.
35085         (ctan_test): Likewise.
35086         (ctanh_test): Likewise.
35087         (exp_test): Likewise.
35088         (exp10_test): Likewise.
35089         (exp2_test): Likewise.
35090         (expm1_test): Likewise.
35091         (fma_test): Likewise.
35092         (j0_test): Likewise.
35093         (jn_test): Likewise.
35094         (nexttoward_test): Likewise.
35095         (pow_test): Likewise.
35096         (scalbn_test): Likewise.
35097         (scalbln_test): Likewise.
35098         (tan_test): Likewise.
35099         (y1_test): Likewise.
35100         * sysdeps/i386/fpu/libm-test-ulps: Update.
35101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35102
35103 2012-05-23  David S. Miller  <davem@davemloft.net>
35104
35105         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35106         (__libc_sigaction): Remove unused local variables.
35107
35108 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35109
35110         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35111
35112 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35113
35114         mktime: avoid signed integer overflow
35115         * time/mktime.c (__mktime_internal): Do not mishandle the case
35116         where diff == INT_MIN.
35117
35118         mktime: simplify computation of average
35119         * time/mktime.c (ranged_convert): Use new time_t_avg function
35120         instead of rolling our own (probably-slower) code.
35121
35122         mktime: do not assume signed right shift propagates sign bit
35123         * time/mktime.c (isdst_differ): New static function.
35124         (__mktime_internal): No need to normalize tm_isdst now.
35125         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35126         tm_isdst values.
35127
35128         mktime: merge another wrapv change from gnulib
35129         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35130         from some compilers.
35131
35132         mktime: remove incorrect attempt at unusual arithmetics
35133         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35134         The code didn't really work on such machines anyway.
35135         (TYPE_MINIMUM): Assume two's complement.
35136         (twos_complement_arithmetic): Verify that long_int and time_t
35137         are two's complement (or unsigned, in the latter case).
35138
35139         mktime: check signed shifts on long_int and time_t, too
35140         * time/mktime.c (SHR): Check that shifts work as desired
35141         on the types long_int and time_t too, as SHR is used on
35142         such types.
35143
35144         mktime: do not assume 'long' is wide enough
35145         * time/mktime.c (verify): Move decl up.
35146         (long_int): New type.
35147         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35148         to remove assumption in the code that 'long' is wide enough to
35149         store year values.  This assumption is not true on x32 and on
35150         some non-glibc platforms.
35151
35152         mktime: merge wrapv change from gnulib
35153         * time/mktime.c (WRAPV): New macro.
35154         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35155         (guess_time_tm, __mktime_internal): Do not assume that signed
35156         integer overflow wraps around; modern compilers generate code
35157         where this assumption is no longer valid.
35158
35159 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35160
35161         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35162         Replace "jmp L(pseudo_end)" with "ret".
35163         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35164         Likewise.
35165
35166 2012-05-23  Andreas Jaeger  <aj@suse.de>
35167
35168         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35169         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35170
35171 2012-05-23  Andreas Jaeger  <aj@suse.de>
35172             Maximilian Attems  <max@stro.at>
35173
35174         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35175         New macros.
35176
35177 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35178
35179         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35180         code so that pseudo_end is just ret and the stack pointer is
35181         correct also for static library in error case.
35182
35183 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35184
35185         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35186         move to syscalls.list.
35187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35191
35192         * manual/install.texi (Running make install): Do not mention Linux
35193         kernel version for which pt_chown is not needed.
35194         (Linux): Do not mention problems with nscd with 2.0 kernels.
35195         * INSTALL: Regenerated.
35196
35197 2012-05-23  Andreas Jaeger  <aj@suse.de>
35198
35199         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35200         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35201         macro.
35202         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35203         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35204         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35205         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35206         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35207         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35208         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35209         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35210         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35211         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35212         * sysdeps/unix/sysv/linux/bits/in.h
35213         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35214
35215 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35216
35217         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35218         (PREPARE_VERSION): Just use assert instead, it will be elided
35219         under [NDEBUG] anyway.
35220
35221 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35222
35223         * sysdeps/unix/sysv/linux/Makefile: Include
35224         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35225         (sysdep_routines): Remove sysctl.
35226         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35227         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35228         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35229         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35230         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35231
35232 2012-05-22  Andreas Jaeger  <aj@suse.de>
35233
35234         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35235         that pseudo_end is just ret and the stack pointer is correct also
35236         for static library in error case.
35237
35238 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35239
35240         [BZ #14122]
35241         * nss/nsswitch.c (defconfig_entries): New variable.
35242         (__nss_database_lookup): Don't leak defconfig entries.
35243         (nss_parse_service_list): Don't leak on error paths.
35244         (free_database_entries): New function.
35245         (free_defconfig): New function.
35246         (free_mem): Move common code to free_database_entries.
35247
35248 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35249
35250         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35251         Add arch_prctl.
35252         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35253
35254         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35255         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35256         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35257         New macro.
35258         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35259         (INTERNAL_SYSCALL_TYPES): Likewise.
35260         (LOAD_ARGS_TYPES_[1-6]): Likewise.
35261         (LOAD_REGS_TYPES_[1-6]): Likewise.
35262         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35263         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35264
35265 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35266
35267         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35268         copysignl for GLIBC_2_0.
35269         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35270         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35271         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35272         logbl for GLIBC_2_0.
35273         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35274         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35275
35276 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35277
35278         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35279         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35280
35281         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35282         Use "neg %eax".
35283
35284         * time/mktime.c: Update copyright years.
35285
35286 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35287
35288         mktime: merge comment-quoting-style change from gnulib
35289         * time/mktime.c: Quote 'like this' in comments.
35290         The GNU coding standards suggest that we no longer quote `like this',
35291         as "`" and "'" are typically rendered asymmetrically nowadays.
35292         The typical gnulib style is to quote 'like this' when quoting
35293         code, and "like this" when quoting English.
35294
35295         * time/mktime.c (compile-command): Add "-I.".
35296
35297         mktime: merge mktime-internal.h change from gnulib
35298         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35299
35300         mktime: merge time_r change from gnulib
35301         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35302
35303         mktime: merge DEBUG change from gnulib
35304         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35305         case system <time.h> has a #define.
35306
35307         mktime: merge <sys/types.h> change from gnulib
35308         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35309         since <time.t> is now guaranteed to define time_t.
35310
35311         mktime: merge HAVE_CONFIG_H change from gnulib
35312         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35313
35314 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35315
35316         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35317         Use "neg %eax".
35318
35319         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35320         __rlim_t cast.
35321         (struct rusage): Use anonymous union to pad each field to
35322         __syscall_slong_t.
35323
35324 2012-05-21  David S. Miller  <davem@davemloft.net>
35325
35326         * Makefules (o-iterator): Remove .s cases.
35327         (compile-command.s): Delete.
35328         (COMPILE.s): Delete.
35329         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35330
35331 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
35332
35333         * configure.in (libc_cv_predef_stack_protector): Only consider
35334         "foobar" and "__stack_chk_fail" lines in libc_undefs.
35335         * configure: Regenerated.
35336
35337 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35338
35339         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35340         New macro.  Use R*LP on int and pointer.
35341         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
35342         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
35343         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
35344         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
35345
35346         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
35347         [__WORDSIZE_TIME64_COMPAT32] instead of
35348         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35349         (struct utmp): Likewise.
35350         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35351         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35352         Renamed to ...
35353         (__WORDSIZE_TIME64_COMPAT32): This.
35354         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35355         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35356         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35357         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35358         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35359         (__WORDSIZE_TIME64_COMPAT32): New macro.
35360
35361 2012-05-21  Andreas Jaeger  <aj@suse.de>
35362
35363         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35364         only if [SHARED]. Add prototype for __wcschr_ia32.
35365
35366 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35367
35368         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35369         of %rbp unmolested in the jmp_buf while mangling the low bits.
35370         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35371         unmolested high bits of %rbp while demangling the low bits.
35372         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35373
35374 2012-05-21  Andreas Jaeger  <aj@suse.de>
35375
35376         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35377         * sunrpc/svc_simple.c: Use it for registerrpc.
35378         * sunrpc/xcrypt.c: Use it for passwd2des.
35379
35380         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35381
35382 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35383
35384         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35385         Don't define if [__SYSCALL_WORDSIZE != 32].
35386         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35387         New macro.
35388
35389 2012-05-21  Bruno Haible  <bruno@clisp.org>
35390             Andreas Jaeger  <aj@suse.de>
35391
35392         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35393         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35394         inptr and inend for must_buffer_ch.
35395         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35396         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35397         * stdio-common/Makefile (tests): Remove bug15.
35398         (bug15-ENV): Remove macro.
35399         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35400         anymore.
35401
35402 2012-05-19  Andreas Jaeger  <aj@suse.de>
35403             Roland McGrath  <roland@hack.frob.com>
35404
35405         * manual/contrib.texi: Completely rewritten. It contains now an
35406         alphabetical list of contributors and their contributions.
35407
35408 2012-05-21  Richard Henderson  <rth@twiddle.net>
35409
35410         * misc/getauxval.c (__getauxval): Use unsigned long int.
35411         * misc/sys/auxv.h: Include <sys/cdefs.h>.
35412         (getauxval): Use unsigned long int.
35413
35414 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35415
35416         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35417
35418 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35419
35420         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35421         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35422         __alignof__ (long double).
35423
35424 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35425
35426         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35427
35428 2012-05-20  Richard Henderson  <rth@twiddle.net>
35429
35430         * misc/getauxval.c: New file.
35431         * misc/sys/auxv.h: New file.
35432         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35433         (routines): Add getauxval.
35434         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35435         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35436         * elf/dl-sysdep.c (_dl_auxv): Remove.
35437         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35438         * elf/dl-support.c (_dl_auxv): New variable.
35439         (_dl_aux_init): Initialize it.
35440         * manual/startup.texi (Auxiliary Vector): New node.
35441         * sysdeps/generic/bits/hwcap.h: New file.
35442         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35443         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
35444         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35445         * sysdeps/sparc/sysdep.h: ... here.  Include it.
35446         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35447         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
35448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35449         Update.
35450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35451         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35452         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35453         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35454         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35455         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35456         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35457         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35458
35459 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35460
35461         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35462
35463 2012-05-19  David S. Miller  <davem@davemloft.net>
35464
35465         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35466
35467 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35468
35469         [BZ #14123]
35470         * math/s_ccosh.c: Include <float.h>
35471         (__ccosh): Avoid internal overflow calculating sinh and cosh
35472         values before multiplying by sin and cos values.
35473         * math/s_ccoshf.c: Likewise.
35474         * math/s_ccoshl.c: Likewise.
35475         * math/s_csin.c: Likewise.
35476         * math/s_csinf.c: Likewise.
35477         * math/s_csinl.c: Likewise.
35478         * math/s_csinh.c: Likewise.
35479         * math/s_csinhf.c: Likewise.
35480         * math/s_csinhl.c: Likewise.
35481         * math/libm-test.inc (ccos_test): Add more tests.
35482         (ccosh_test): Likewise.
35483         (csin_test): Likewise.
35484         (csinh_test): Likewise.
35485         * sysdeps/i386/fpu/libm-test-ulps: Update.
35486         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35487
35488 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35489
35490         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35491         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35492
35493         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35494
35495 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35496
35497         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35498         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35499         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35500         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35501         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35502         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35503         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35504         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35505         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35506         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35507         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35508         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35509         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35510         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35511         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35512         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35513         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35514         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35515         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35516         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35517         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35518         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35519         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35520         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35521         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35522         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35523         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35524         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35525         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35526         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35527         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35528
35529 2012-05-18  Andreas Jaeger  <aj@suse.de>
35530
35531         * csu/.gitignore: Delete.
35532
35533 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35534
35535         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35536         (timex): Use __syscall_slong_t.
35537
35538 2012-05-18  Andreas Jaeger  <aj@suse.de>
35539             Carlos O'Donell  <carlos_odonell@mentor.com>
35540
35541         * manual/install.texi (Configuring and compiling): Update
35542         description about files modified in the source directory.
35543         * INSTALL: Regenerated.
35544
35545 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35546
35547         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35548         value.  Use "or" to set return value to -1.
35549         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35550         negate return value.
35551
35552 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35553
35554         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35555         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35556         failure if the compiler has Graphite support disabled.
35557         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35558         Likewise.
35559         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35560         (CFLAGS-memmove.c): Likewise.
35561         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35562         Likewise.
35563
35564 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35565
35566         * sysdeps/x86_64/x32/_itoa.h: New file.
35567
35568         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35569         getdents system call only if kernel and user dirents have the
35570         same d_ino and d_off.
35571
35572         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35573         LLONG_MAX != LONG_MAX.
35574         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35575         (_fitoa_word): Likewise.
35576
35577         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35578         years.
35579         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35580         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35581         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35582
35583         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35584         include <bits/wordsize.h>.  Check __x86_64__ instead of
35585         __WORDSIZE.
35586         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35587         if __x86_64__ is defined.  Use anonymous union on fpstate.
35588
35589         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35590         anonymous union.
35591
35592 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35593
35594         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35595         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35596         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35597         Refer to _rtld_local_ro instead of _rtld_global_ro.
35598         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35599         Likewise.
35600         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35601         Likewise.
35602         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35603         Likewise.
35604         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35605         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35606         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35607
35608         * sysdeps/powerpc/powerpc32/dl-machine.c
35609         (__elf_machine_runtime_setup) [PROF]: Don't reference
35610         _dl_prof_resolve.
35611
35612 2012-05-18  Andreas Jaeger  <aj@suse.de>
35613
35614         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35615         function only available for GCCs before 3.4 since GCC 3.4
35616         introduced a builtin.
35617         (lrint): Likewise.
35618         (llrintf): Likewise.
35619         (llrint): Likewise.
35620         (fmaxf): Likewise.
35621         (fmax): Likewise.
35622         (fminf): Likewise.
35623         (fmin): Likewise.
35624         (rint): Likewise.
35625         (rintf): Likewise.
35626         (nearbyint): Likewise.
35627         (nearbyintf): Likewise.
35628         (ceil): Likewise.
35629         (ceilf): Likewise.
35630         (floor): Likewise.
35631         (floorf): Likewise.
35632
35633 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35634
35635         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35636         on both fields and cast pointer to __syscall_ulong_t.
35637
35638         * bits/types.h (__fsword_t): New type.
35639         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35640         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35641         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35642         (__FSWORD_T_TYPE): Likewise.
35643         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35644         (__FSWORD_T_TYPE): Likewise.
35645         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35646         (__FSWORD_T_TYPE): Likewise.
35647         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35648         (__FSWORD_T_TYPE): Likewise.
35649         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35650         __SWORD_TYPE with __fsword_t.
35651         (statfs64): Likewise.
35652
35653 2012-05-17  David S. Miller  <davem@davemloft.net>
35654
35655         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35656
35657 2012-05-17  Andreas Jaeger  <aj@suse.de>
35658
35659         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35660         warning.
35661
35662 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35663
35664         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35665
35666 2012-05-17  Andreas Jaeger  <aj@suse.de>
35667
35668         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35669         when it is used.
35670
35671 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35672
35673         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35674
35675 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35676
35677         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35678         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35679
35680 2012-05-17  Andreas Jaeger  <aj@suse.de>
35681             Carlos O'Donell  <carlos_odonell@mentor.com>
35682
35683         [BZ #14059]
35684         * sysdeps/x86_64/multiarch/init-arch.h
35685         (bit_YMM_Usable): Rename to...
35686         (bit_AVX_Usable): ... this.
35687         (bit_FMA4_Usable): New macro.
35688         (bit_XMM_state): New macro.
35689         (bit_YMM_state): New macro.
35690         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35691         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35692         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35693         (CPUID_OSXSAVE): New macro.
35694         (CPUID_AVX): New macro.
35695         (CPUID_FMA4): New macro.
35696         (index_YMM_Usable): Rename to...
35697         (index_AVX_Usable): ... this.
35698         (HAS_AVX): Use HAS_ARCH_FEATURE.
35699         (HAS_FMA4): Likewise.
35700         (HAS_YMM_USABLE): Remove.
35701         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35702         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35703         are present.
35704         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35705         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35706         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35707         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35708         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35709
35710 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35711
35712         * math/libm-test.c: Support platforms without multiple rounding modes.
35713         * math/bug-nextafter.c: Support platforms without FP exceptions.
35714         * math/bug-nexttoward.c: Likewise.
35715         * math/test-fenv.c: Likewise.
35716         * math/test-misc.c: Likewise.
35717         * stdlib/bug-getcontext.c: Likewise.
35718
35719 2012-05-17  Andreas Jaeger  <aj@suse.de>
35720
35721         * manual/examples/search.c (critter_cmp): Change signature to
35722         avoid warnings.
35723         * manual/string.texi (Collation Functions): Likewise.
35724
35725 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35726
35727         * bits/types.h: Fold copyright years.
35728         * bits/typesizes.h: Likewise.
35729         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35730         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35731         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35732         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35733         * time/time.h: Likewise.
35734
35735 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35736
35737         [BZ #208]
35738         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35739         in instead of returning them.  Return void.
35740         (__libc_mallinfo): Accumulate over all arenas.
35741         (__malloc_stats): Adjust for change in int_mallinfo interface.
35742
35743 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35744
35745         [BZ #10375]
35746         * configure.in (NM): Add AC_CHECK_TOOL for it.
35747         (libc_extra_cflags): New substituted variable.
35748         Check for -fstack-protector being used implicitly.
35749         * configure: Regenerated.
35750         * config.make.in (config-extra-cflags): New variable,
35751         gets @libc_extra_cflags@.
35752         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35753
35754         [BZ #10375]
35755         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35756         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35757         * configure: Regenerated.
35758         * config.make.in (CPPUNDEFS): New substituted variable.
35759         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35760         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35761         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35762
35763 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35764
35765         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35766         (mq_attr): Use __syscall_slong_t.
35767
35768 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35769
35770         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35771         Check __x86_64__ instead of __WORDSIZE.
35772         (_STAT_VER_LINUX): Likewise.
35773         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35774         __syscall_ulong_t and __syscall_slong_t.
35775         (stat64): Likewise.
35776
35777 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35778
35779         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35780
35781 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35782
35783         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35784
35785 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35786
35787         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35788         __syscall_ulong_t.
35789
35790         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35791         include <bits/wordsize.h>.  Check __x86_64__ instead of
35792         __WORDSIZE.
35793         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35794         defined.
35795         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35796
35797         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35798         include <bits/wordsize.h>.  Check __x86_64__ instead of
35799         __WORDSIZE.
35800         (user_regs_struct): Use "__extension__ unsigned long long"
35801         instead of "unsigned long" if __x86_64__ is defined.
35802         (user): Likewise.  Pad after pointer field if __ILP32__ is
35803         defined.
35804
35805 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35806
35807         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35808         versions 5 to 9.
35809         * configure: Regenerated.
35810         * manual/install.texi (texinfo): Increase version requirement to
35811         4.5 or later.
35812         * INSTALL: Regenerated.
35813
35814         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35815
35816 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35817
35818         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35819
35820         * sysdeps/x86_64/x32/ffs.c: New file.
35821
35822         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35823         __syscall_ulong_t.
35824         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35825         defined.  Use __syscall_ulong_t.
35826         (shminfo): Use __syscall_ulong_t.
35827         (shm_info): Likewise.
35828
35829         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35830         __syscall_ulong_t.
35831
35832         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35833         <bits/wordsize.h>.
35834         (msgqnum_t): Use __syscall_ulong_t.
35835         (msglen_t): Likewise.
35836         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35837         __syscall_ulong_t.
35838
35839         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35840         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35841
35842         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35843
35844         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35845         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35846
35847         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35848         __syscall_slong_t.
35849
35850         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35851         include <bits/wordsize.h>.  Check __x86_64__ instead of
35852         __WORDSIZE.
35853
35854         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35855         "unsigned long long int" if __x86_64__ is defined.
35856         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35857
35858         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35859         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35860         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35861
35862         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35863         <stdint.h>.
35864         (GET_PC): Cast to uintptr_t first.
35865         (GET_FRAME): Likewise.
35866         (GET_STACK): Likewise.
35867
35868         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35869         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35870         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35871         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35872         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35873         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35874         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35875         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35876         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35877         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35878         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35879         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35880         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35881         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35882         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35883         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35884         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35885         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35886         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35887         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35888         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35889         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35890         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35891         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35892         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35893         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35894         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35895         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35896         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35897
35898 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35899
35900         * Makerules (+depfiles): Also collect depfiles from .oS in
35901         $(extra-objs).
35902         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35903         .oS, $(libnldbl-routines)).
35904
35905         * Makerules (native-compile-mkdep-flags): Define.
35906         * sunrpc/Makefile (extra-objs): Add $(addprefix
35907         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35908         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35909         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35910         calling $(make-target-directory).
35911
35912 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35913
35914         * bits/types.h (__snseconds_t): Removed.
35915         * time/time.h (struct timespec): Replace __snseconds_t with
35916         __syscall_slong_t.
35917         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35918         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35919         Likewise.
35920         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35921         (__SNSECONDS_T_TYPE): Likewise.
35922         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35923         (__SNSECONDS_T_TYPE): Likewise.
35924         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35925         (__SNSECONDS_T_TYPE): Likewise.
35926
35927 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35928
35929         * sysdeps/mach/hurd/bits/typesizes.h
35930         (__SYSCALL_SLONG_TYPE): New macro.
35931         (__SYSCALL_ULONG_TYPE): Likewise.
35932
35933 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35934
35935         * bits/types.h (__syscall_slong_t): New type.
35936         (__syscall_ulong_t): Likewise.
35937
35938         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35939         (__SYSCALL_ULONG_TYPE): Likewise.
35940         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35941         (__SYSCALL_SLONG_TYPE): Likewise.
35942         (__SYSCALL_ULONG_TYPE): Likewise.
35943         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35944         (__SYSCALL_SLONG_TYPE): Likewise.
35945         (__SYSCALL_ULONG_TYPE): Likewise.
35946         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35947         (__SYSCALL_SLONG_TYPE): Likewise.
35948         (__SYSCALL_ULONG_TYPE): Likewise.
35949
35950 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35951
35952         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35953         Add sigaltstack-offsets.sym.
35954         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35955         <sigaltstack-offsets.h>.
35956         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35957         longjmp_msg pointer.
35958         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35959         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35960         signal stack.
35961         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35962
35963 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35964
35965         * elf/stackguard-macros.h: Remove file.
35966         * sysdeps/generic/stackguard-macros.h: New file.
35967         * sysdeps/i386/stackguard-macros.h: Likewise.
35968         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35969         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35970         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35971         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35972         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35973         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35974         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35975         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35976         <elf/stackguard-macros.h>.
35977
35978         [BZ #14109]
35979         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35980         __aligned__ in attribute.
35981         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35982         (gregset_t): Likewise.
35983
35984 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35985
35986         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35987         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35988         * sysdeps/x86_64/x32/Implies-after: New file.
35989
35990 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35991
35992         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35993         and access return value for _dl_profile_fixup.  Use R10_LP to
35994         load frame size.
35995
35996 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35997
35998         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35999
36000 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36001
36002         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36003         * sysdeps/x86_64/x32/sysdep.h: New file.
36004
36005 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36006
36007         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36008         * sysdeps/x86_64/setjmp.S: Likewise.
36009
36010 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36011
36012         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36013         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36014         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36015         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36016         remove unused global constant.
36017
36018 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36019
36020         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36021         include of <not-cancel.h>.
36022
36023 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36024
36025         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36026
36027 2012-05-15  Jeff Law  <law@redhat.com>
36028             Andreas Jaeger  <aj@suse.de>
36029
36030         [BZ #13594]
36031         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36032         out from...
36033         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36034         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36035         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36036         code changing __hst_map_handle.map.
36037
36038 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36039
36040         * configure.in (sysnames): Look for Implies-before and Implies-after
36041         files.
36042         * configure: Regenerated.
36043
36044 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36045
36046         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36047         8-byte data alignment with LP_SIZE alignment.
36048
36049 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36050
36051         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36052         into R10_LP.
36053
36054 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36055
36056         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36057
36058 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36059
36060         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36061         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36062         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36063         Likewise.
36064         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36065
36066 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36067
36068         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36069         (stackinfo_sub_sp): Likewise.
36070
36071 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36072
36073         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36074         RAX_LP.
36075
36076 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36077
36078         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36079         into R*_LP.
36080
36081 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36082
36083         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36084         sizes into R*_LP.
36085
36086 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36087
36088         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36089
36090 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36091
36092         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36093         into R11_LP and load __x86_64_shared_cache_size_half into
36094         R8_LP.
36095
36096 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36097
36098         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36099         R8_LP.
36100
36101 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36102
36103         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36104         logb for POWER7.
36105         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36106         logbf for POWER7.
36107         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36108         logbl for POWER7.
36109         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36110         powerpc32/power7/fpu/s_logb.c via #include.
36111         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36112         powerpc32/power7/fpu/s_logbf.c via #include.
36113         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36114         powerpc32/power7/fpu/s_logbl.c via #include.
36115
36116 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36117
36118         * README.libm: Remove file.
36119
36120 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36121
36122         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36123         count for x32.  Use R*_LP and omit operand-size suffix.
36124
36125 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36126
36127         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36128         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36129         * sysdeps/x86_64/x32/shlib-versions: New file.
36130
36131 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36132
36133         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36134         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36135         Use _dl_fatal_printf instead.
36136
36137 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36138
36139         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36140         set if not set by the user.  Do not allow for being unset.
36141         * sysdeps/unix/sysv/linux/configure: Regenerated.
36142
36143 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36144
36145         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36146         the `q' suffix from lea and replace .quad with ASM_ADDR.
36147
36148 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36149
36150         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36151         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36152         instead of $17.
36153         (PTR_DEMANGLE): Likewise.
36154
36155 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36156
36157         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36158         (LP_OP): Likewise.
36159         (ASM_ADDR): Likewise.
36160         (RAX_LP): Likewise.
36161         (RBP_LP): Likewise.
36162         (RBX_LP): Likewise.
36163         (RCX_LP): Likewise.
36164         (RDI_LP): Likewise.
36165         (RSI_LP): Likewise.
36166         (RSP_LP): Likewise.
36167         (R8_LP): Likewise.
36168         (R9_LP): Likewise.
36169         (R10_LP): Likewise.
36170         (R10_LP): Likewise.
36171         (R11_LP): Likewise.
36172         (R12_LP): Likewise.
36173         (R13_LP): Likewise.
36174         (R14_LP): Likewise.
36175         (R15_LP): Likewise.
36176
36177 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36178
36179         * sysdeps/x86_64/x32/dl-machine.h: New file.
36180
36181 2012-05-14  Andreas Jaeger  <aj@suse.de>
36182
36183         * manual/Makefile (subdir): Remove export of subdir.
36184         (all): Remove target.
36185         (.PHONY): Remove all from list.
36186         (mkinstalldirs): Remove.
36187         (.PHONY): Remove installdirs from list.
36188         ($(inst_infodir)/libc.info): Use make-target-directory.
36189         (installdirs): Remove.
36190         (subdir_%): Remove.
36191         (glibc-targets): Remove.
36192         (lib): Remove.
36193         (stubs): Remove.
36194         ($(objpfx)stubs ../po/manual.pot): Remove.
36195         ($(objpfx)stamp%): Remove.
36196         (make-target-directory): Remove.
36197         (subdir_install): Remove.
36198         (routines): Remove.
36199         (aux): Remove.
36200         (sources): Remove.
36201         (objects): Remove.
36202         (headers): Remove.
36203
36204         [BZ #13750]
36205         * manual/.gitignore: Remove, it's not needed anymore.
36206         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36207         all files in it.
36208         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36209         directory.
36210         (texis): Renamed to $(objpfx)texis.
36211         (texis-path): New, contains path to generated files.
36212         (chapters.%): Use texis-path for complete path, add extra argument
36213         libc-texinfo.sh.
36214         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36215         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36216         (summary,texi, stamp-summary): Use complete path of
36217         files. Generate files in build dir.
36218         (dir-add.texi): Build in build dir.
36219         (libm-err.texi,stamp-libm-err): Likewise.
36220         (version.texi, stamp-version): Likewise.
36221         (.%c.texi): Likewise.
36222         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36223         (mostlyclean): Remove target.
36224         (realclean): Remove target.
36225         (generated): Add new variable with contents from mostlyclean and
36226         realclean, remove entries duplicated in common-mostlyclean, add
36227         stamp-libm-err and stamp-version.
36228         (generated-dirs): Add libc directory.
36229         ($(inst_infodir)/libc.info): Install files from build dir.
36230
36231         * manual/install.texi (Configuring and compiling): Adjust since
36232         the info files are not part of the tar ball anymore.
36233
36234 2012-05-14  Andreas Jaeger  <aj@suse.de>
36235
36236         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36237         variable.
36238
36239 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36240
36241         [BZ #13717]
36242         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36243         to 2.2.0 where earlier.
36244         * sysdeps/unix/sysv/linux/configure: Regenerated.
36245         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36246         Remove conditional code.
36247         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36248         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36249         Remove conditional code.
36250         [!__NR_lchown]: Likewise.
36251         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36252         [__NR_lchown]: Likewise.
36253         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36254         comment referencing __ASSUME_LCHOWN_SYSCALL.
36255         * sysdeps/unix/sysv/linux/i386/sigaction.c
36256         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36257         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36258         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36259         Remove conditional code.
36260         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36261         (__protocol_available): Remove #if 0 code.
36262         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36263         conditional code.
36264         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36265         * sysdeps/unix/sysv/linux/kernel-features.h
36266         (__ASSUME_GETCWD_SYSCALL): Don't define.
36267         (__ASSUME_REALTIME_SIGNALS): Likewise.
36268         (__ASSUME_PREAD_SYSCALL): Likewise.
36269         (__ASSUME_PWRITE_SYSCALL): Likewise.
36270         (__ASSUME_POLL_SYSCALL): Likewise.
36271         (__ASSUME_LCHOWN_SYSCALL): Likewise.
36272         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36273         non-SPARC.
36274         (__ASSUME_SIOCGIFNAME): Don't define.
36275         (__ASSUME_MSG_NOSIGNAL): Likewise.
36276         (__ASSUME_SENDFILE): Define unconditionally.
36277         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36278         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36279         conditional code.
36280         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36281         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36282         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36283         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36284         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36285         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36286         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36288         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36289         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36291         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36292         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36294         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36295         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36297         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36298         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36300         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36301         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36303         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36304         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36306         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36307         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36309         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36310         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36311         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36312         Remove conditional code.
36313         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36314         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36315         Remove conditional code.
36316         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36317         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36318         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36319         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36320         Remove conditional code.
36321         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36322         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36323         Remove conditional code.
36324         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36325         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36326         Remove conditional code.
36327         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36328         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36329         Remove conditional code.
36330         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36331         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36332         Remove conditional code.
36333         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36334         * sysdeps/unix/sysv/linux/sh/pwrite64.c
36335         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36336         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36337         * sysdeps/unix/sysv/linux/sigaction.c
36338         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36339         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36340         * sysdeps/unix/sysv/linux/sigpending.c
36341         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36342         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36343         * sysdeps/unix/sysv/linux/sigprocmask.c
36344         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36345         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36346         * sysdeps/unix/sysv/linux/sigsuspend.c
36347         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36348         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36349         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36350         (__libc_missing_rt_sigs): Remove.
36351         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36352         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36353         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36354         Remove conditional code.
36355         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36356         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36357         return 1.
36358         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36359         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36360         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36361         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36362
36363 2012-05-14  Andreas Jaeger  <aj@suse.de>
36364
36365         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36366         it's not used in glibc.
36367         (__coshm1): Likewise.
36368         (__acosh1p): Likewise.
36369         (__sgn): Likewise.
36370
36371         * manual/string.texi (Copying and Concatenation): Add missing
36372         variable in concat example.
36373         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36374
36375 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36376
36377         [BZ #14103]
36378         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36379         __builtin_clzl with __builtin_clzll.
36380
36381 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36382
36383         [BZ #14104]
36384         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36385         libc_freeres_ptr.
36386
36387 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36388
36389         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36390         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36391         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36392         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36393
36394 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
36395
36396         * NEWS: Update ia64 info.
36397
36398 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
36399
36400         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36401         used as bcopy.
36402
36403 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
36404
36405         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36406         * sysdeps/unix/syscalls.list (dup3): Likewise.
36407         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36408         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36409
36410 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36411
36412         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36413         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36414
36415 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36416
36417         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36418         thread pointer.
36419         (TLS_IE): Use mov/add instead of movq/addq to load thread
36420         pointer.
36421         (TLS_GD_PREFIX): New.
36422         (TLS_GD): Use it.
36423
36424 2012-05-11  David S. Miller  <davem@davemloft.net>
36425
36426         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36427         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36428         (_FPU_SETCW): Likewise.
36429
36430 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36431
36432         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36433         is 32-byte aligned.
36434
36435 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
36436
36437         [BZ #11837]
36438         * iconvdata/gb18030.c: Update tables.
36439         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
36440         characters specially.
36441         (BODY for TO_LOOP): Add encoding of missing ranges.
36442
36443 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
36444
36445         [BZ #13673]
36446         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36447         * sysdeps/mach/hurd/dup3.c: Likewise.
36448         * sysdeps/mach/hurd/readlinkat.c: Likewise.
36449         * sysdeps/powerpc/memmove.c:: Likewise.
36450
36451 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36452
36453         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36454         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36455
36456 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36457
36458         * elf/elf.h (R_X86_64_RELATIVE64): New.
36459         (R_X86_64_NUM): Updated.
36460         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36461         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
36462         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36463         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36464         tst-quad1pie tst-quad2pie
36465         (modules-names): Add tst-quadmod1 tst-quadmod2.
36466         ($(objpfx)tst-quad1): New dependency.
36467         ($(objpfx)tst-quad2): Likewise.
36468         ($(objpfx)tst-quad1pie): Likewise.
36469         ($(objpfx)tst-quad2pie): Likewise.
36470         * sysdeps/x86_64/tst-quad1.c: New file.
36471         * sysdeps/x86_64/tst-quad1pie.c: New file.
36472         * sysdeps/x86_64/tst-quad2.c: Likewise.
36473         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36474         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36475         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36476         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36477         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36478
36479 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36480
36481         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36482         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36483         * streams/stropts.h (t_scalar_t): Define type.
36484
36485         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36486         (_PATH_PRESERVE): Set to "/var/lib".
36487         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36488
36489         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36490         instead of int.
36491
36492         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36493         if __dir_mkfile succeeded.
36494
36495         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36496         checking for _hurd_dtablesize.  Unlock it right after having
36497         finished _hurd_dtable allocation.
36498
36499 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36500
36501         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36502         * sysdeps/mach/hurd/configure: Regenerated.
36503         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36504         special-casing to...
36505         * sysdeps/gnu/configure.in: ... this new file.
36506         * sysdeps/unix/sysv/linux/configure: Regenerated.
36507         * sysdeps/gnu/configure: New generated file.
36508
36509         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36510         for Linux: use nsec instead of usec, as well as:
36511         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36512         members of type struct timespec.
36513         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36514         New macros.
36515         (struct stat64): Likewise.
36516         (_STATBUF_ST_NSEC): New macro.
36517         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36518
36519         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36520         __strtoul_internal rather than strtoul.
36521
36522 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36523
36524         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36525         and reject them.
36526
36527 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36528
36529         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36530         which preserves existing values.
36531         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36532
36533 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36534
36535         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36536         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36537         greater than FD_SETSIZE.
36538
36539 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36540
36541         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36542         allocated, call __vm_protect to finish enabling the existing space, and
36543         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36544         allocate the remainder.
36545
36546 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36547
36548         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36549         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36550
36551 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36552
36553         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36554         sysdeps/mach/hurd/readlink.c.
36555
36556         * posix/tst-sysconf.c (posix_options): Only use
36557         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36558         _POSIX_SYNCHRONIZED_IO when they are defined
36559         * sysdeps/mach/hurd/bits/posix_opt.h:
36560         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36561         (_XOPEN_REALTIME): Undefine macro.
36562         (_XOPEN_REALTIME_THREADS): Undefine macro.
36563         (_XOPEN_SHM): Undefine macro.
36564         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36565         macro to -1.
36566         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36567         macro to -1.
36568         (_POSIX_ASYNC_IO): Undefine macro.
36569         (_POSIX_PRIORITIZED_IO): Undefine macro.
36570         (_POSIX_SPIN_LOCKS): Define macro to -1.
36571
36572         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36573         SA_NODEFER, SA_RESETHAND.
36574         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36575         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36576         F_DUPFD_CLOEXEC.
36577
36578 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36579
36580         * elf/Makefile (pldd-modules): Define unconditionally.
36581
36582 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36583
36584         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36585
36586 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36587
36588         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36589         Return ENOENT when name is empty.
36590         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36591
36592 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36593
36594         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36595
36596         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36597
36598 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36599
36600         Fix mlock in all cases except non-readable pages.
36601         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36602         instead of VM_PROT_ALL as parameter to __vm_wire function.
36603
36604         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36605         (__mkdir): When path is `/', just fail with EEXIST.
36606         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36607
36608 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36609
36610         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36611         <sys/uio.h> (for writev).
36612         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36613         and <sys/param.h> (for MIN).
36614
36615 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36616
36617         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36618         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36619         if interrupted.
36620
36621 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36622
36623         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36624         Depend on against $(link-rpcuserlibs).
36625
36626 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36627
36628         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36629         (__libc_stack_end): Do not use attribute_relro.
36630         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36631         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36632         to libthread-provided value.
36633         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36634         attribute_relro.
36635
36636 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36637
36638         [BZ #3748]
36639         * bits/libc-lock.h (__libc_once_get): New macro.
36640         * sysdeps/mach/bits/libc-lock.h: Likewise.
36641         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36642         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36643         instead of using implementation details.
36644
36645         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36646         * libio/freopen.c: Likewise.
36647         * libio/freopen64.c: Likewise.
36648         * misc/syslog.c: Likewise.
36649         * nscd/connections.c: Likewise.
36650         * nscd/netgroupcache.c: Likewise.
36651         * sysdeps/posix/getcwd.c: Likewise.
36652
36653 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36654
36655         * math/w_ilogbf.c: Add #include <limits.h>.
36656
36657 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36658
36659         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36660         path instead of returning without unlocking.
36661
36662         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36663         immediate-write ioctls.
36664         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36665
36666 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36667
36668         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36669         __builtin_frame_address instead of making assumptions about the
36670         location of the return address relative to DATA.  Force early load of
36671         the return address.
36672         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36673         __builtin_frame_address.
36674
36675         dup3 for GNU Hurd.
36676         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36677         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36678         implement dup3 and do some further code clean-ups.
36679         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36680         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36681
36682 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36683
36684         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36685
36686         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36687         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36688         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36689         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36690         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36691         d->port.lock.
36692
36693         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36694         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36695         when handler == SIG_ERR, not when handler != SIG_ERR.
36696
36697 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36698
36699         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36700         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36701         definitions.
36702
36703         accept4 for GNU Hurd.
36704         * include/sys/socket.h (__libc_accept4): New prototype.
36705         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36706         to implement __libc_accept4.
36707         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36708         __libc_accept4.
36709         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36710
36711         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36712         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36713         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36714         signal-defines.sym.
36715
36716 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36717
36718         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36719
36720 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36721
36722         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36723         assertion on O_CLOEXEC flag.
36724         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36725         * hurd/intern-fd.c: Likewise.
36726         * hurd/port2fd.c: Likewise.
36727
36728 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36729
36730         [BZ #3906]
36731         * bits/in.h (IPV6_PKTINFO): Define new macro.
36732         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36733
36734 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36735
36736         [BZ #13954]
36737         [BZ #13955]
36738         [BZ #13956]
36739         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36740         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36741         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36742         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36743         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36744         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36745         * math/libm-test.inc (logb_test) : Additional logb tests.
36746
36747 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36748             Andreas Jaeger  <aj@suse.de>
36749
36750         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36751         * configure: Regenerated.
36752         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36753         * config.make.in (link-obsolete-rpc): New substituted variable.
36754         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36755         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36756         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36757         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36758         so that libc.a contains the symbols.
36759         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36760         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36761         * sunrpc/auth_none.c: Likewise.
36762         * sunrpc/auth_unix.c: Likewise.
36763         * sunrpc/authdes_prot.c: Likewise.
36764         * sunrpc/authuxprot.c: Likewise.
36765         * sunrpc/clnt_gen.c: Likewise.
36766         * sunrpc/clnt_perr.c: Likewise.
36767         * sunrpc/clnt_raw.c: Likewise.
36768         * sunrpc/clnt_simp.c: Likewise.
36769         * sunrpc/clnt_tcp.c: Likewise.
36770         * sunrpc/clnt_udp.c: Likewise.
36771         * sunrpc/clnt_unix.c: Likewise.
36772         * sunrpc/des_crypt.c: Likewise.
36773         * sunrpc/des_soft.c: Likewise.
36774         * sunrpc/get_myaddr.c: Likewise.
36775         * sunrpc/key_call.c: Likewise.
36776         * sunrpc/key_prot.c: Likewise.
36777         * sunrpc/netname.c: Likewise.
36778         * sunrpc/pm_getmaps.c: Likewise.
36779         * sunrpc/pm_getport.c: Likewise.
36780         * sunrpc/pmap_clnt.c: Likewise.
36781         * sunrpc/pmap_prot.c: Likewise.
36782         * sunrpc/pmap_prot2.c: Likewise.
36783         * sunrpc/pmap_rmt.c: Likewise.
36784         * sunrpc/publickey.c: Likewise.
36785         * sunrpc/rpc_cmsg.c: Likewise.
36786         * sunrpc/rpc_common.c: Likewise.
36787         * sunrpc/rpc_dtable.c: Likewise.
36788         * sunrpc/rpc_prot.c: Likewise.
36789         * sunrpc/rpc_thread.c: Likewise.
36790         * sunrpc/rtime.c: Likewise.
36791         * sunrpc/svc.c: Likewise.
36792         * sunrpc/svc_auth.c: Likewise.
36793         * sunrpc/svc_raw.c: Likewise.
36794         * sunrpc/svc_run.c: Likewise.
36795         * sunrpc/svc_tcp.c: Likewise.
36796         * sunrpc/svc_udp.c: Likewise.
36797         * sunrpc/svc_unix.c: Likewise.
36798         * sunrpc/svcauth_des.c: Likewise.
36799         * sunrpc/xcrypt.c: Likewise.
36800         * sunrpc/xdr.c: Likewise.
36801         * sunrpc/xdr_array.c: Likewise.
36802         * sunrpc/xdr_float.c: Likewise.
36803         * sunrpc/xdr_intXX_t.c: Likewise.
36804         * sunrpc/xdr_mem.c: Likewise.
36805         * sunrpc/xdr_rec.c: Likewise.
36806         * sunrpc/xdr_ref.c: Likewise.
36807         * sunrpc/xdr_sizeof.c: Likewise.
36808         * sunrpc/xdr_stdio.c: Likewise.
36809
36810 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36811
36812         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36813         change.  Update copyright years.
36814
36815 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36816
36817         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36818
36819 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36820             Joseph Myers  <joseph@codesourcery.com>
36821             Paul Pluzhnikov  <ppluzhnikov@google.com>
36822
36823         [BZ #14012]
36824         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36825         requiring rpcgen.
36826         [cross-compiling] (extra-libs): Likewise.
36827         [cross-compiling] (extra-libs-others): Likewise.
36828         [cross-compiling] (librpcsvc-routines): Likewise.
36829         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36830         [cross-compiling] (omit-deps): Likewise.
36831         (sunrpc-CPPFLAGS): New variable.
36832         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36833         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36834         (cross-rpcgen-objs): New variable.
36835         (extra-objs): Append $(cross-rpcgen-objs).
36836         ($(cross-rpcgen-objs)): New rule.
36837         ($(objpfx)cross-rpcgen): Likewise.
36838         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36839         comment.
36840         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36841         ($(objpfx)x%.stmp): Likewise.
36842         * sunrpc/proto.h [IS_IN_build] (_): Define.
36843         [IS_IN_build] (_libc_intl_domainname): Likewise.
36844
36845 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36846
36847         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36848         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36849         and R_X86_64_TPOFF64.
36850
36851 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36852
36853         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36854         sysdeps/unix/sysv/syscalls.list.
36855         (stime): Likewise.
36856         (utime): Likewise.
36857         * sysdeps/unix/sysv/syscalls.list: Remove file.
36858
36859 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36860
36861         [BZ #3440]
36862         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36863         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36864         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36865         (__LC_IDENTIFICATION): Make these macros useful in #if
36866         expressions, as required by C99.
36867
36868 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36869
36870         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36871         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36872         after this.
36873
36874 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36875
36876         * stdlib/longlong.h: Updated from GCC.
36877
36878 2012-05-09  Andreas Jaeger  <aj@suse.de>
36879
36880         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36881         default is first entry.
36882         (run_mode): Set type.
36883         (main): Remove informal message about syslog.
36884         (options): Fix typo.
36885
36886         [BZ #14053]
36887         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36888         to asm.
36889         (lrint): Likewise.
36890         (llrintf): Likewise.
36891         (llrint): Likewise.
36892         (rint): Likewise.
36893         (rintf): Likewise.
36894         (nearbyint): Likewise.
36895         (nearbyintf): Likewise.
36896
36897 2012-05-09  Andreas Jaeger  <aj@suse.de>
36898             Pedro Alves  <palves@redhat.com>
36899
36900         * nscd/nscd.c (run_mode): Use enum.
36901         (main): Cleanup coding style issue.
36902
36903 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36904             Andreas Jaeger  <aj@suse.de>
36905
36906         * nscd/nscd.c (go_background): Replaced with...
36907         (run_mode): ... this.
36908         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36909         (options): Add -F --foreground.
36910         (main): Implement it.
36911         (parse_opt): Parse it.
36912
36913 2012-05-09  Andreas Jaeger  <aj@suse.de>
36914
36915         [BZ #14083]
36916         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36917         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36918         -Wconversion warning.
36919         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36920         Likewise.
36921
36922 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36923
36924         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36925         == 0.
36926         (LC_ALL): Use macro-int-constant.
36927         (LC_COLLATE): Likewise.
36928         (LC_CTYPE): Likewise.
36929         (LC_MESSAGES): Likewise.
36930         (LC_MONETARY): Likewise.
36931         (LC_NUMERIC): Likewise.
36932         (LC_TIME): Likewise.
36933         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36934         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36935         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36936         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36937         Specify type.
36938         [C99-based standards] (float_t): Expect type.
36939         [C99-based standards] (double_t): Expect type.
36940         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36941         type.
36942         [C99-based standards] (HUGE_VALL): Likewise.
36943         [C99-based standards] (INFINITY): Likewise.
36944         [C99-based standards] (NAN): Likewise.
36945         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36946         [C99-based standards] (FP_NAN): Likewise.
36947         [C99-based standards] (FP_NORMAL): Likewise.
36948         [C99-based standards] (FP_SUBNORMAL): Likewise.
36949         [C99-based standards] (FP_ZERO): Likewise.
36950         [C99-based standards] (FP_FAST_FMA): Use
36951         optional-macro-int-constant.  Specify type.  Require == 1.
36952         [C99-based standards] (FP_FAST_FMAF): Likewise.
36953         [C99-based standards] (FP_FAST_FMAL): Likewise.
36954         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36955         [C99-based standards] (FP_ILOGBNAN): Likewise.
36956         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36957         Specify type.
36958         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36959         [C99-based standards] (math_errhandling): Specify type.
36960         [ISO99 || ISO11] (signgam): Do not allow.
36961         [non-C99-based standards] (copysignf): Do not allow.
36962         [non-C99-based standards] (exp2f): Likewise.
36963         [non-C99-based standards] (log2f): Likewise.
36964         [non-C99-based standards] (modff): Allow.
36965         [non-C99-based standards] (erff): Do not allow.
36966         [non-C99-based standards] (erfcf): Likewise.
36967         [non-C99-based standards] (gammaf): Likewise.
36968         [non-C99-based standards] (hypotf): Likewise.
36969         [non-C99-based standards] (j0f): Likewise.
36970         [non-C99-based standards] (j1f): Likewise.
36971         [non-C99-based standards] (jnf): Likewise.
36972         [non-C99-based standards] (lgammaf): Likewise.
36973         [non-C99-based standards] (tgammaf): Likewise.
36974         [non-C99-based standards] (y0f): Likewise.
36975         [non-C99-based standards] (y1f): Likewise.
36976         [non-C99-based standards] (ynf): Likewise.
36977         [non-C99-based standards] (isnanf): Likewise.
36978         [non-C99-based standards] (acoshf): Likewise.
36979         [non-C99-based standards] (asinhf): Likewise.
36980         [non-C99-based standards] (atanhf): Likewise.
36981         [non-C99-based standards] (cbrtf): Likewise.
36982         [non-C99-based standards] (expm1f): Likewise.
36983         [non-C99-based standards] (ilogbf): Likewise.
36984         [non-C99-based standards] (log1pf): Likewise.
36985         [non-C99-based standards] (logbf): Likewise.
36986         [non-C99-based standards] (nextafterf): Likewise.
36987         [non-C99-based standards] (remainderf): Likewise.
36988         [non-C99-based standards] (rintf): Likewise.
36989         [non-C99-based standards] (scalbf): Likewise.
36990         [non-C99-based standards] (copysignl): Likewise.
36991         [non-C99-based standards] (exp2l): Likewise.
36992         [non-C99-based standards] (log2l): Likewise.
36993         [non-C99-based standards] (modfl): Allow.
36994         [non-C99-based standards] (erfl): Do not allow.
36995         [non-C99-based standards] (erfcl): Likewise.
36996         [non-C99-based standards] (gammal): Likewise.
36997         [non-C99-based standards] (hypotl): Likewise.
36998         [non-C99-based standards] (j0l): Likewise.
36999         [non-C99-based standards] (j1l): Likewise.
37000         [non-C99-based standards] (jnl): Likewise.
37001         [non-C99-based standards] (lgammal): Likewise.
37002         [non-C99-based standards] (tgammal): Likewise.
37003         [non-C99-based standards] (y0l): Likewise.
37004         [non-C99-based standards] (y1l): Likewise.
37005         [non-C99-based standards] (ynl): Likewise.
37006         [non-C99-based standards] (isnanl): Likewise.
37007         [non-C99-based standards] (acoshl): Likewise.
37008         [non-C99-based standards] (asinhl): Likewise.
37009         [non-C99-based standards] (atanhl): Likewise.
37010         [non-C99-based standards] (cbrtl): Likewise.
37011         [non-C99-based standards] (expm1l): Likewise.
37012         [non-C99-based standards] (ilogbl): Likewise.
37013         [non-C99-based standards] (log1pl): Likewise.
37014         [non-C99-based standards] (logbl): Likewise.
37015         [non-C99-based standards] (nextafterl): Likewise.
37016         [non-C99-based standards] (remainderl): Likewise.
37017         [non-C99-based standards] (rintl): Likewise.
37018         [non-C99-based standards] (scalbl): Likewise.
37019         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37020         [non-C99-based standards] (FP_*): Do not allow.
37021         [C99-based standards] (FP_*): Change to
37022         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37023         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37024         allow.
37025         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37026         (SIG_ERR): Likewise.
37027         [X/Open-based standards] (SIG_HOLD): Likewise.
37028         (SIG_IGN): Likewise.
37029         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37030         positive value.
37031         (SIGFPE): Likewise.
37032         (SIGILL): Likewise.
37033         (SIGINT): Likewise.
37034         (SIGSEGV): Likewise.
37035         (SIGTER): Likewise.
37036         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37037         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37038         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37039         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37040         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37041         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37042         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37043         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37044         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37045         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37046         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37047         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37048         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37049         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37050         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37051         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37052         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37053         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37054         [X/Open-based standards] (SIGTRAP): Likewise.
37055         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37056         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37057         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37058         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37059         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37060         allow.
37061
37062 2012-05-08  Ian Wienand  <ianw@vmware.com>
37063
37064         [BZ #14080]
37065         * time/tzset.c (__tzset_parse_tz): Update default rules for
37066         daylight time changes in the Energy Policy Act of 2005.
37067
37068 2012-05-09  Andreas Jaeger  <aj@suse.de>
37069
37070         [BZ #13983]
37071         * elf/ldconfig.c (parse_conf): Change string to make clear that
37072         ldconfig only issued a warning if ld.so.conf does not exist.
37073
37074 2012-05-08  David S. Miller  <davem@davemloft.net>
37075
37076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37077         movxtod instead of popping the value on the stack.
37078
37079         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37080
37081 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37082
37083         * config.h.in: Add HAVE_ARM_PCS_VFP.
37084
37085 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37086
37087         [BZ #13979]
37088         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37089         checking but the checks are disabled for any reason.
37090
37091 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37092
37093         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37094         and ELF64_R_TYPE with ELFW(R_TYPE).
37095
37096 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37097
37098         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37099         (ulimit): Likewise.
37100
37101         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37102         (settimeofday): Likewise.
37103
37104 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37105
37106         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37107         a struct th_u2 inside the union, and move tu_block/tu_code into
37108         a new th_u3 union of tu_block/tu_code inside of that.  Move
37109         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37110         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37111         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37112         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37113         (th_stuff): Change to th_u1.tu_stuff.
37114         (th_data): Define.
37115         (th_msg): Change to th_u1.th_u2.tu_data.
37116
37117 2012-05-07  David S. Miller  <davem@davemloft.net>
37118
37119         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37120
37121         [BZ #14074]
37122         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37123         (SETUP_PIC_REG): Use it.
37124         (SETUP_PIC_REG_LEAF): Use it.
37125
37126 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37127
37128         [BZ #13885]
37129         [BZ #13923]
37130         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37131         USE_AS_EXPM1L.
37132         (EXPL_FINITE): Likewise.
37133         (FLDLOG): Likewise.
37134         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37135         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37136         e_expl.S.
37137         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37138         USE_AS_EXPM1L.
37139         (EXPL_FINITE): Likewise.
37140         (FLDLOG): Likewise.
37141         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37142         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37143         e_expl.S.
37144         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37145         test of -max_value argument for long double.
37146         * sysdeps/i386/fpu/libm-test-ulps: Update.
37147         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37148
37149 2012-05-06  David S. Miller  <davem@davemloft.net>
37150
37151         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37152         quad soft-float symbols whose references which are compiler
37153         generated.
37154         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37155
37156 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37157
37158         [BZ #13884]
37159         [BZ #13914]
37160         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37161         USE_AS_EXP10L.
37162         (EXPL_FINITE): Likewise.
37163         (FLDLOG): Likewise.
37164         (c0): Likewise.
37165         (c1): Likewise.
37166         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37167         Adjust comments for base varying.
37168         (__expl_finite): Change alias to EXPL_FINITE.
37169         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37170         e_expl.S.
37171         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37172         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37173         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37174         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37175         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37176         USE_AS_EXP10L.
37177         (EXPL_FINITE): Likewise.
37178         (FLDLOG): Likewise.
37179         (c0): Likewise.
37180         (c1): Likewise.
37181         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37182         Adjust comments for base varying.
37183         (__expl_finite): Change alias to EXPL_FINITE.
37184         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37185         tests for bugs.
37186         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37187
37188         [BZ #14064]
37189         * math/libm-test.inc (check_float_internal): Correct ulp
37190         calculation for subnormal expected results.
37191
37192 2012-05-06  Andreas Jaeger  <aj@suse.de>
37193
37194         * Makeconfig (+math-flags): New, set to -frounding-math.
37195         (+cflags): Add +math-flags so that all of glibc gets compiled with
37196         it.
37197
37198         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37199
37200 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37201
37202         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37203         Disable one test.
37204
37205         [BZ #13787]
37206         [BZ #13922]
37207         [BZ #14036]
37208         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37209         (__ieee754_expl): Allow for and saturate large arguments.
37210         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37211         (u_threshold): Likewise.
37212         (__exp): Call __ieee754_exp before checking for overflow and
37213         underflow.
37214         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37215         (u_threshold): Likewise.
37216         (__expf): Call __ieee754_expf before checking for overflow and
37217         underflow.
37218         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37219         (u_threshold): Likewise.
37220         (__expl): Call __ieee754_expl before checking for overflow and
37221         underflow.
37222         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37223         (__ieee754_expl): Allow for and saturate large arguments.
37224         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37225         missing overflow exception on overflow.
37226         (expm1_test): Do not allow missing overflow exception on overflow.
37227
37228         * sysdeps/i386/fpu/e_expl.c: Move to ...
37229         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37230         rather than using inline asm.
37231         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37232         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37233         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37234
37235         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37236         (nice): Likewise.
37237         (poll): Likewise.
37238         (signal): Likewise.
37239         (time): Likewise.
37240         (times): Likewise.
37241
37242 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37243
37244         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37245         sysdeps/unix/common/syscalls.list.
37246         (fchmod): Likewise.
37247         (fchown): Likewise.
37248         (ftruncate): Likewise.
37249         (getrusage): Likewise.
37250         (gettimeofday): Likewise.
37251         (setpgid): Likewise.
37252         (setregid): Likewise.
37253         (setreuid): Likewise.
37254         (sigaction): Likewise.
37255         (truncate): Likewise.
37256         (vhangup): Likewise.
37257         * sysdeps/unix/common/syscalls.list: Remove file.
37258         * sysdeps/unix/bsd/Implies: Don't include unix/common.
37259         * sysdeps/unix/sysv/linux/Implies: Likewise.
37260
37261 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
37262
37263         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37264         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37265         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37266         Moved to ...
37267         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37268         Here.
37269         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37270         to ...
37271         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37272         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37273         to ...
37274         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37275         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37276         to ...
37277         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37278         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37279         to ...
37280         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37281         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37282         to ...
37283         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37284         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37285         to ...
37286         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37287         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37288         to ...
37289         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37290         Here.
37291         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37292         to ...
37293         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37294         Here.
37295         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37296         to ...
37297         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37298         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37299         Moved to ...
37300         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37301         Here.
37302         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37303         to ...
37304         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37305
37306 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37307
37308         * sysdeps/unix/common/bits/dirent.h: Remove file.
37309         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37310
37311         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37312         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37313         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37314         * sysdeps/unix/bsd/isatty.c: Likewise.
37315         * sysdeps/unix/bsd/tcdrain.c: Likewise.
37316         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37317         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37318
37319 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37320
37321         [BZ #13563]
37322         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37323         long double comparison inaccuracies.
37324         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37325         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37326
37327 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
37328
37329         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37330         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37331
37332 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37333
37334         [BZ #14049]
37335         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
37336         nonzero digits before rounding a hex value.
37337         * stdlib/tst-strtod.c (tests): Add another test.
37338
37339 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37340
37341         * sysdeps/s390/fpu/libm-test-ulps: Update.
37342
37343 2012-05-03  Andreas Jaeger  <aj@suse.de>
37344
37345         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
37346         does not get optimized out.
37347         (malloc_opt_barrier): New.
37348
37349 2012-05-03  Andreas Jaeger  <aj@suse.de>
37350             Roland McGrath  <roland@hack.frob.com>
37351
37352         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
37353         intermediate file deletion.
37354         (generated): Add .symlist files.
37355
37356 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37357
37358         [BZ #13775]
37359         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37360         Redirect under this condition.
37361         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37362         [__USE_GNU] (__dprintf_chk): Not under this condition.
37363         [__USE_GNU] (__vdprintf_chk): Likewise.
37364         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37365         under this condition.
37366         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37367         [__USE_XOPEN2K8] (dprintf): Define under this condition.
37368         [__USE_XOPEN2K8] (vdprintf): Likewise.
37369         [__USE_GNU] (__dprintf_chk): Not under this condition.
37370         [__USE_GNU] (__vdprintf_chk): Likewise.
37371         [__USE_GNU] (dprintf): Likewise.
37372         [__USE_GNU] (vdprintf): Likewise.
37373
37374 2012-05-03  Roland McGrath  <roland@hack.frob.com>
37375
37376         * elf/Makefile (common-generated): Set this instead of generated for
37377         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
37378         $(all-built-dso)-derived lists.
37379
37380 2012-05-03  Andreas Jaeger  <aj@suse.de>
37381
37382         * sysdeps/i386/fpu/libm-test-ulps: Update.
37383
37384         * FAQ: Removed.
37385         * FAQ.in: Likewise.
37386         * scripts/gen-FAQ.pl: Likewise.
37387         * manual/install.texi (Installation): Point to online location of
37388         FAQ.
37389         * Makefile (files-for-dist): Remove FAQ.
37390         (FAQ): Remove.
37391
37392 2012-05-02  Allan McRae  <allan@archlinux.org>
37393
37394         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37395         (LDFLAGS-reldepmod5.so): Likewise.
37396         (LDFLAGS-reldep6mod1.so): Likewise.
37397         (LDFLAGS-reldep6mod4.so): Likewise.
37398         (LDFLAGS-reldep8mod3.so): Likewise.
37399         (LDFLAGS-unload4mod1.so): Likewise.
37400         (LDFLAGS-unload4mod2.so): Likewise.
37401         (LDFLAGS-tst-initorder): Likewise.
37402         (LDFLAGS-tst-initordera2.so): Likewise.
37403         (LDFLAGS-tst-initordera3.so): Likewise.
37404         (LDFLAGS-tst-initordera4.so): Likewise.
37405         (LDFLAGS-tst-initorderb2.so): Likewise.
37406         (LDFLAGS-noload): Likewise.
37407         (LDFLAGS-next): Likewise.
37408         (LDFLAGS-order2mod1.so): Likewise.
37409         (LDFLAGS-order2mod2.so): Likewise.
37410         (LDFLAGS-tst-initorder2): Likewise.
37411         (LDFLAGS-tst-initorder2a.so): Likewise.
37412         (LDFLAGS-tst-initorder2b.so): Likewise.
37413         (LDFLAGS-tst-initorder2c.so): Likewise.
37414         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37415
37416 2012-05-02  David S. Miller  <davem@davemloft.net>
37417
37418         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37419
37420 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
37421
37422         [BZ #14055]
37423         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37424
37425 2012-05-02  Andreas Jaeger  <aj@suse.de>
37426
37427         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37428         since we manipulate rounding mode.
37429         (CPPFLAGS-test-idouble.c): Likewise.
37430         (CPPFLAGS-test-ifloat.c): Likewise.
37431         (CFLAGS-test-ldouble.c): Likewise.
37432         (CFLAGS-test-double.c): Likewise.
37433         (CFLAGS-test-float.c): Likewise.
37434         (CFLAGS-test-misc.c): Likewise.
37435         (CFLAGS-test-test-fenv.c): Likewise.
37436
37437 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37438
37439         [BZ #2550]
37440         [BZ #2570]
37441         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37442         comparisons to determine direction to adjust input.
37443
37444 2012-05-01  Roland McGrath  <roland@hack.frob.com>
37445
37446         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37447         output to the target.
37448
37449         * scripts/localplt.awk: New file.
37450         * elf/Makefile ($(objpfx)check-localplt): Target removed.
37451         (check-localplt-CFLAGS): Variable removed.
37452         ($(all-built-dso:=.jmprel)): New static pattern rule.
37453         (generated): Add those targets.
37454         (localplt-built-dso): New variable.
37455         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37456
37457         * elf/check-localplt.c: File removed.
37458
37459         * scripts/check-execstack.awk: New file.
37460         * elf/Makefile ($(objpfx)check-execstack): Target removed.
37461         (check-execstack-CFLAGS): Variable removed.
37462         ($(objpfx)check-execstack.h): Target removed.
37463         ($(objpfx)execstack-default): New target.
37464         (generated): Add that instead of check-execstack.h.
37465         ($(all-built-dso:=.phdr)): New static pattern rule.
37466         (generated): Add those targets.
37467         * elf/check-execstack.c: File removed.
37468
37469         * scripts/check-textrel.awk: New file.
37470         * elf/Makefile ($(objpfx)check-textrel): Target removed.
37471         (check-textrel-CFLAGS): Variable removed.
37472         (all-built-dso): Use := to define.o
37473         ($(all-built-dso:=.dyn)): New static pattern rule.
37474         (generated): Add those targets.
37475         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37476         * config.make.in (READELF): New substituted variable.
37477         * elf/check-textrel.c: File removed.
37478
37479 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37480
37481         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37482         allow.
37483         * conform/data/ctype.h-data [C99-based standards] (isblank):
37484         Expect function.
37485         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37486         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37487         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37488         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37489         Specify type.  Require positive value.
37490         (EILSEQ): Likewise.
37491         (ERANGE): Likewise.
37492         [ISO || POSIX] (EILSEQ): Do not expect.
37493         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37494         Specify type.  Require positive value.
37495         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37496         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37497         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37498         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37499         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37500         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37501         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37502         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37503         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37504         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37505         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37506         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37507         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37508         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37509         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37510         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37511         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37512         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37513         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37514         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37515         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37516         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37517         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37518         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37519         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37520         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37521         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37522         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37523         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37524         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37525         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37526         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37527         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37528         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37529         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37530         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37531         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37532         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37533         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37534         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37535         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37536         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37537         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37538         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37539         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37540         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37541         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37542         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37543         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37544         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37545         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37546         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37547         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37548         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37549         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37550         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37551         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37552         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37553         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37554         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37555         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37556         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37557         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37558         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37559         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37560         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37561         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37562         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37563         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37564         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37565         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37566         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37567         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37568         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37569         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37570         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37571         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37572         Require >= 2.
37573         (FLT_ROUNDS): Expect as macro, not constant.
37574         (FLT_MANT_DIG): Use macro-int-constant.
37575         (DBL_MANT_DIG): Likewise.
37576         (LDBL_MANT_DIG): Likewise.
37577         (FLT_DIG): Likewise.
37578         (DBL_DIG): Likewise.
37579         (LDBL_DIG): Likewise.
37580         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37581         (DBL_MIN_EXP): Likewise.
37582         (LDBL_MIN_EXP): Likewise.
37583         (FLT_MAX_EXP): Use macro-int-constant.
37584         (DBL_MAX_EXP): Likewise.
37585         (LDBL_MAX_EXP): Likewise.
37586         (FLT_MAX_10_EXP): Likewise.
37587         (DBL_MAX_10_EXP): Likewise.
37588         (LDBL_MAX_10_EXP): Likewise.
37589         (FLT_MAX): Use macro-constant.
37590         (DBL_MAX): Likewise.
37591         (LDBL_MAX): Likewise.
37592         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37593         (DBL_EPSILON): Likewise.
37594         (LDBL_EPSILON): Likewise.
37595         (FLT_MIN): Likewise.
37596         (DBL_MIN): Likewise.
37597         (LDBL_MIN): Likewise.
37598         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37599         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37600         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37601         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37602         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37603         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37604         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37605         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37606         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37607         [ISO11] (FLT_TRUE_MIN): Likewise.
37608         [ISO11] (LDBL_TRUE_MIN): Likewise.
37609         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37610         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37611         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37612         (SCHAR_MAX): Likewise.
37613         (UCHAR_MAX): Likewise.
37614         (CHAR_MIN): Likewise.
37615         (CHAR_MAX): Likewise.
37616         (MB_LEN_MAX): Use macro-int-constant.
37617         (SHRT_MIN): Use macro-int-constant.  Specify type.
37618         (SHRT_MAX): Likewise.
37619         (USHRT_MAX): Likewise.
37620         (INT_MAX): Likewise.
37621         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37622         bound negative.
37623         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37624         bound with "U".
37625         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37626         bound with "L".
37627         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37628         bound negative.  Suffix upper bound with "L".
37629         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37630         bound with "UL".
37631         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37632         Specify type.
37633         [C99-based standards] (LLONG_MAX): Likewise.
37634         [C99-based standards] (ULLONG_MAX): Likewise.
37635         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37636         == 0.
37637         [ISO11] (max_align_t): Require type.
37638         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37639
37640         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37641         from $CFLAGS, without defining away __attribute__ calls.
37642         (checknamespace): Use $CFLAGS_namespace.
37643
37644         * conform/conformtest.pl (@keywords): Only include C99 keywords
37645         for standards based on C99 or C11.
37646
37647         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37648         Disable tests.
37649         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37650         UNIX98]: Likewise.
37651
37652         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37653         usability of symbols in #if.
37654
37655         * conform/conformtest.pl: If macro or constant types start
37656         "promoted:", expect the symbol to be of the following type
37657         promoted by the integer promotions.
37658
37659         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37660         in one place.  Also handle "macro-constant".
37661
37662         * conform/conformtest.pl: Only accept expected macro values with
37663         "==".  Parse all "macro" lines in one place.
37664         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37665
37666         * conform/conformtest.pl: Handle braced types on "constant" lines
37667         instead of handling "typed-constant".
37668         * conform/data/signal.h-data: Use "constant" instead of
37669         "typed-constant".
37670
37671         * conform/conformtest.pl: Handle "optional-" at start of lines in
37672         one place rather than duplicating several cases.  Handle each
37673         format of "macro" line with initial "optional-".
37674
37675         * conform/conformtest.pl: Only accept expected constant or
37676         optional-constant values with "==".  Parse all "constant" lines in
37677         one place.  Parse all "optional-constant" lines in one place.
37678         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37679         * conform/data/fmtmsg.h-data: Likewise.
37680         * conform/data/netinet/in.h-data: Likewise.
37681         * conform/data/tar.h-data: Likewise.
37682         * conform/data/limits.h-data: Use "==" form on "constant" and
37683         "optional-constant" lines.
37684
37685         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37686         Use -std=c99 for XOPEN2K.
37687         (@knownproblems): Remove.
37688         (newtoken): Don't check %isknown.
37689
37690         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37691         Do not expect macro.
37692         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37693         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37694         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37695         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37696         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37697         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37698         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37699         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37700         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37701         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37702         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37703         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37704         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37705         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37706         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37707         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37708         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37709         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37710         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37711         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37712         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37713         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37714         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37715         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37716         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37717         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37718         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37719         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37720         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37721         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37722         [XPG3] (acosh): Likewise.
37723         [XPG3] (asinh): Likewise.
37724         [XPG3] (atanh): Likewise.
37725         [XPG3] (cbrt): Likewise.
37726         [XPG3] (expm1): Likewise.
37727         [XPG3] (ilogb): Likewise.
37728         [XPG3] (log1p): Likewise.
37729         [XPG3] (logb): Likewise.
37730         [XPG3] (nextafter): Likewise.
37731         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37732         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37733         [XPG3] (remainder): Likewise.
37734         [XPG3] (rint): Likewise.
37735         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37736         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37737         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37738         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37739         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37740         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37741         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37742         [UNIX98 || XOPEN2K] (scalb): Expect.
37743         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37744         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37745         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37746         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37747         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37748         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37749         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37750         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37751         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37752         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37753         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37754         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37755         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37756         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37757         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37758         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37759         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37760         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37761         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37762         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37763         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37764         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37765         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37766         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37767         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37768         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37769         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37770         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37771         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37772         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37773         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37774         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37775         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37776         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37777         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37778         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37779         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37780         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37781         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37782         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37783         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37784         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37785         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37786         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37787         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37788         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37789         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37790         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37791         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37792         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37793         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37794         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37795         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37796         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37797         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37798         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37799         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37800         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37801         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37802         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37803         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37804         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37805         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37806         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37807         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37808         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37809         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37810         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37811         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37812         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37813         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37814         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37815         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37816         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37817         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37818         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37819         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37820         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37821         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37822         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37823         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37824         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37825         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37826         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37827         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37828         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37829         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37830         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37831         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37832         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37833         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37834         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37835         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37836         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37837         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37838         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37839         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37840         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37841         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37842         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37843         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37844         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37845         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37846         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37847         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37848         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37849         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37850         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37851         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37852         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37853         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37854         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37855         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37856         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37857         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37858         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37859         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37860         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37861         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37862         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37863         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37864         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37865         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37866         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37867         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37868         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37869         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37870         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37871         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37872         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37873         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37874         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37875         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37876         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37877         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37878         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37879         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37880
37881         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37882         _XOPEN_SOURCE_EXTENDED for XPG4.
37883
37884         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37885
37886         * Makeconfig (localtime): Remove variable.
37887         (inst_localtime-file): Likewise.
37888
37889 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37890
37891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37892         Update.
37893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37894         Update.
37895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37896         Update.
37897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37898         Update.
37899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37900         Update.
37901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37902         Update.
37903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37904         Update.
37905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37906         Update.
37907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37908         Update.
37909
37910 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37911
37912         [BZ #2550]
37913         [BZ #2570]
37914         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37915         comparisons to determine direction to adjust input.
37916         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37917         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37918         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37919         Likewise.
37920         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37921         Likewise.
37922         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37923         Likewise.
37924         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37925         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37926         Likewise.
37927         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37928         Likewise.
37929         * math/libm-test.inc (nexttoward_test): Add more tests.
37930
37931 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37932
37933         [BZ #14040]
37934         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37935         in version GLIBC_2.1, not GLIBC_2.0.
37936         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37937         Likewise.
37938
37939 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37940
37941         [BZ #13942]
37942         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37943         (1 - x) * (1 + x).
37944         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37945         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37946         * math/libm-test.inc (acos_test): Add more tests.
37947         (asin_test): Likewise.
37948         * sysdeps/i386/fpu/libm-test-ulps: Update.
37949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37950
37951         [BZ #14034]
37952         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37953         of square root.
37954         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37955         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37956         * math/libm-test.inc (acos_test_tonearest): New function.
37957         (acos_test_towardzero): Likewise.
37958         (acos_test_downward): Likewise.
37959         (acos_test_upward): Likewise.
37960         (asin_test_tonearest): Likewise.
37961         (asin_test_towardzero): Likewise.
37962         (asin_test_downward): Likewise.
37963         (asin_test_upward): Likewise.
37964         (main): Call the new functions.
37965         * sysdeps/i386/fpu/libm-test-ulps: Update.
37966         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37967
37968         [BZ #13884]
37969         [BZ #13924]
37970         * math/e_exp10.c: Include <float.h>.
37971         (__ieee754_exp10): Handle underflow here rather than multiplying
37972         large negative argument by M_LN10.
37973         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37974         of __ieee754_expf.
37975         * math/e_exp10l.c: Include <float.h>.
37976         (__ieee754_exp10l): Handle underflow here rather than multiplying
37977         large negative argument by M_LN10l.
37978         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37979         spurious overflow exception on underflow.
37980
37981 2012-04-29  Marek Polacek  <polacek@redhat.com>
37982
37983         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37984         (__fortify_function): New macro.
37985         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37986         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37987         __extern_always_inline.
37988         * libio/bits/stdio2.h: Likewise.
37989         * libio/bits/stdio.h: Likewise.
37990         * string/string.h: Likewise.
37991         * string/bits/string3.h: Likewise.
37992         * include/stdio.h: Likewise.
37993         * stdlib/bits/stdlib.h: Likewise.
37994         * stdlib/stdlib.h: Likewise.
37995         * rt/bits/mqueue2.h: Likewise.
37996         * rt/mqueue.h: Likewise.
37997         * posix/bits/unistd.h: Likewise.
37998         * posix/unistd.h: Likewise.
37999         * io/bits/poll2.h: Likewise.
38000         * io/bits/fcntl2.h: Likewise.
38001         * io/fcntl.h: Likewise.
38002         * io/sys/poll.h: Likewise.
38003         * misc/bits/syslog.h: Likewise.
38004         * misc/bits/syslog-ldbl.h: Likewise.
38005         * misc/sys/syslog.h: Likewise.
38006         * socket/bits/socket2.h: Likewise.
38007         * socket/sys/socket.h: Likewise.
38008         * debug/tst-chk1.c: Likewise.
38009         * wcsmbs/bits/wchar2.h: Likewise.
38010         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38011         * wcsmbs/wchar.h: Likewise.
38012
38013 2012-04-29  Andreas Jaeger  <aj@suse.de>
38014
38015         * Makerules (tests): Remove enable-check-abi protection.
38016         (check-abi-warn): Remove.
38017         (check-abi-%): Remove check-abi-warn usage.
38018
38019         * configure.in: Remove check-abi configure option.
38020         * configure: Regenerated.
38021         * config.make.in (enable-check-abi): Remove.
38022
38023 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38024
38025         [BZ #14033]
38026         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38027         double functions to double *_finite functions.
38028
38029         [BZ #13941]
38030         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38031         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38032         LDBL_MIN_EXP.
38033         * stdio-common/Makefile (tests): Add tst-sprintf3.
38034         * stdio-common/tst-sprintf3.c: New file.
38035
38036         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38037         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38038
38039 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38040
38041         * conform/conformtest.pl: Remove duplicate typed-constant
38042         handling.
38043
38044 2012-04-28  David S. Miller  <davem@davemloft.net>
38045
38046         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38047         (check-abi-%): Remove AWK script prerequisite and explicit
38048         abilist directory.
38049         (check-abi): Rewrite to just diff the symlist with the abilist.
38050         (config-tls, config-abi-config): Delete, no longer used.
38051         (update-abi-%): Remove AWK script and explicit abilist directory.
38052         (update-abi): Rewrite to simply compare and conditionally copy the
38053         symlist and the sysdep abilist file.  Remove update-abi-config
38054         checks.
38055         * abilist/ld.abilist: Remove.
38056         * abilist/libBrokenLocale.abilist: Remove.
38057         * abilist/libanl.abilist: Remove.
38058         * abilist/libcrypt.abilist: Remove.
38059         * abilist/libdl.abilist: Remove.
38060         * abilist/librt.abilist: Remove.
38061         * abilist/libthread_db.abilist: Remove.
38062         * abilist/libutil.abilist: Remove.
38063         * scripts/extract-abilist.awk: Remove.
38064         * scripts/merge-abilist.awk: Remove.
38065         * sysdeps/generic/libcidn.abilist: New file.
38066         * sysdeps/generic/libnss_compat.abilist: New file.
38067         * sysdeps/generic/libnss_db.abilist: New file.
38068         * sysdeps/generic/libnss_dns.abilist: New file.
38069         * sysdeps/generic/libnss_files.abilist: New file.
38070         * sysdeps/generic/libnss_hesiod.abilist: New file.
38071         * sysdeps/generic/libnss_nis.abilist: New file.
38072         * sysdeps/generic/libnss_nisplus.abilist: New file.
38073         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38074         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38075         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38076         file.
38077         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38078         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38079         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38080         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38081         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38082         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38083         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38084         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38085         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38086         file.
38087         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38088         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38089         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38090         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38091         file.
38092         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38093         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38094         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38095         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38096         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38097         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38098         file.
38099         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38100         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38101         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38102         file.
38103         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38104         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38105         New file.
38106         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38107         New file.
38108         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38109         New file.
38110         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38111         New file.
38112         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38113         New file.
38114         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38115         New file.
38116         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38117         New file.
38118         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38119         New file.
38120         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38121         New file.
38122         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38123         New file.
38124         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38125         New file.
38126         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38127         New file.
38128         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38129         New file.
38130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38131         file.
38132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38133         New file.
38134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38135         New file.
38136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38137         file.
38138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38139         New file.
38140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38141         New file.
38142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38143         file.
38144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38145         New file.
38146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38147         New file.
38148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38149         New file.
38150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38151         New file.
38152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38153         New file.
38154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38155         New file.
38156         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38157         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38158         file.
38159         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38160         New file.
38161         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38162         file.
38163         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38164         file.
38165         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38166         file.
38167         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38168         file.
38169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38170         file.
38171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38172         New file.
38173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38174         file.
38175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38176         file.
38177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38178         New file.
38179         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38180         file.
38181         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38182         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38183         file.
38184         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38185         New file.
38186         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38187         file.
38188         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38189         file.
38190         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38191         file.
38192         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38193         file.
38194         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38195         file.
38196         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38197         New file.
38198         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38199         file.
38200         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38201         file.
38202         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38203         New file.
38204         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38205         file.
38206         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38207         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38208         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38209         file.
38210         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38211         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38212         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38213         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38214         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38215         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38216         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38217         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38218         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38219         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38220         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38221         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38222         file.
38223         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38224         New file.
38225         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38226         file.
38227         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38228         file.
38229         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38230         file.
38231         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38232         file.
38233         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38234         file.
38235         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38236         New file.
38237         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38238         New file.
38239         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38240         file.
38241         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38242         New file.
38243         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38244         file.
38245         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38246         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38247         file.
38248         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38249         New file.
38250         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38251         file.
38252         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38253         file.
38254         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38255         file.
38256         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38257         file.
38258         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38259         file.
38260         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38261         New file.
38262         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38263         New file.
38264         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38265         file.
38266         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38267         New file.
38268         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38269         file.
38270
38271 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38272
38273         * conform/conformtest.pl: Fix typo in handling typed-constant from
38274         allow-header.
38275
38276 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38277
38278         * README: Cut down references to pre-2.6 Linux kernels and
38279         Linuxthreads.  Update lists of configurations in libc and ports
38280         and sort alphabetically.  Say "or newer" with Linux kernel version
38281         requirements.
38282
38283         * config.h.in [IS_IN_build]: Allow compiling without optimization.
38284
38285 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
38286
38287         [BZ #887]
38288         * math/libm-test.inc (logb_test_downward): New test to expose
38289         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38290         rounding mode.
38291
38292 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38293
38294         [BZ #14027]
38295         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38296         to be done.
38297         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38298         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38299
38300 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
38301
38302         * sysdeps/unix/i386/brk.S: Remove file.
38303         * sysdeps/unix/i386/dl-brk.S: Likewise.
38304         * sysdeps/unix/i386/pipe.S: Likewise.
38305         * sysdeps/unix/i386/sigreturn.S: Likewise.
38306         * sysdeps/unix/i386/syscall.S: Likewise.
38307         * sysdeps/unix/i386/vfork.S: Likewise.
38308         * sysdeps/unix/i386/wait.S: Likewise.
38309
38310         * sysdeps/unix/common/tcsendbrk.c: Move to ...
38311         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38312
38313         * configure.in (arm*-none*): Do not allow without
38314         --enable-hacker-mode.
38315         (netbsd*): Remove case setting base_os.
38316         (386bsd*): Likewise.
38317         (freebsd*): Likewise.
38318         (bsdi*): Likewise.
38319         (osf*): Likewise.
38320         (sunos*): Likewise.
38321         (ultrix*): Likewise.
38322         (newsos*): Likewise.
38323         (dynix*): Likewise.
38324         (*bsd*): Likewise.
38325         (sysv*): Likewise.
38326         (isc*): Likewise.
38327         (esix*): Likewise.
38328         (sco*): Likewise.
38329         (minix*): Likewise.
38330         (irix4*): Likewise.
38331         (irix6*): Likewise.
38332         (solaris[2-9]*): Likewise.
38333         (none): Likewise.
38334         * configure: Regenerated.
38335
38336 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38337
38338         [BZ #11521]
38339         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
38340         overflow or cancellation in calculating denominator.
38341         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
38342         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
38343         down expression to avoid unexpected rounding in newer GCCs.
38344         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
38345
38346 2012-04-26  David S. Miller  <davem@davemloft.net>
38347
38348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38349         long-double compat symbols.
38350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38355         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38356         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38358         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38359         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38360         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38361         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38362         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38363
38364 2012-04-25  David S. Miller  <davem@davemloft.net>
38365
38366         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38367         HWCAP_* values only after the memory barriers have been defined.
38368         (atomic_full_barrier): Define.
38369         (atomic_read_barrier): Define.
38370         (atomic_write_barrier): Define.
38371
38372 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38373
38374         * shlib-versions: Add libgcc_s version information.
38375         * sysdeps/generic/libgcc_s.h: Remove.
38376         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38377         libgcc_s.h.
38378         * sysdeps/gnu/unwind-resume.c: Likewise.
38379         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38380
38381 2012-04-25  David S. Miller  <davem@davemloft.net>
38382
38383         * sysdeps/unix/sparc/brk.S: Delete.
38384         * sysdeps/unix/sparc/dl-brk.S: Delete.
38385         * sysdeps/unix/sparc/pipe.S: Delete.
38386         * sysdeps/unix/sparc/sysdep.S: Delete.
38387         * sysdeps/unix/sparc/sysdep.h: Delete.
38388         * sysdeps/unix/sparc/vfork.S: Delete.
38389         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38390         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38391         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38392         (ret_ERRVAL, r0, r1, MOVE): Define.
38393         (JUMPTARGET): Remove.
38394         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38395         sysdeps/unix/sparc/sysdep.h
38396         (ENTRY, END): Remove.
38397         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38398
38399 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
38400
38401         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38402         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38403         -DIS_IN_build.
38404
38405         * timezone/README: Update upstream location and email address for
38406         tzcode and tzdata.
38407         * timezone/zdump.c: Update from tzcode 2012b.
38408         * timezone/zic.c: Likewise.
38409
38410         * configure.in (libc_cv_as_needed): Remove test.
38411         * configure: Regenerated.
38412         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38413         conditional definition.
38414         [$(have-as-needed) != yes] (no-as-needed): Likewise.
38415         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38416         * config.make.in (have-as-needed): Remove variable.
38417
38418 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38419             Paul Pluzhnikov  <ppluzhnikov@google.com>
38420
38421         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38422         strings correctly.
38423
38424 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
38425
38426         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38427         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38428         * sysdeps/sh/strlen.S: Likewise.
38429
38430 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38431
38432         * sysdeps/unix/fork.S: Remove file.
38433         * sysdeps/unix/i386/fork.S: Likewise.
38434         * sysdeps/unix/sparc/fork.S: Likewise.
38435
38436         * sysdeps/unix/system.c: Remove file.
38437         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38438
38439         * sysdeps/unix/getegid.S: Remove file.
38440         * sysdeps/unix/geteuid.S: Likewise.
38441
38442 2012-04-24  Roland McGrath  <roland@hack.frob.com>
38443
38444         * scripts/check-localplt.awk: New file.
38445         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38446         of diff.
38447         * scripts/data/localplt-generic.data: Add a comment.
38448
38449         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38450         NODE when __dir_mkfile failed.
38451         * sysdeps/mach/hurd/symlinkat.c: Likewise.
38452         Reported by Ludovic Courtès <ludo@gnu.org>.
38453
38454 2012-04-24  Andreas Jaeger  <aj@suse.de>
38455
38456         * Makerules (common-clean): Also remove gen-as-const-headers
38457         files.
38458
38459 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38460
38461         * Makerules (native-compile): Do not change working directory for
38462         build.  Use $(OUTPUT_OPTION) in command.
38463         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38464
38465 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38466
38467         [BZ #13886]
38468         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38469         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38470         * math/libm-test.inc (floor_test): Add more tests.
38471         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38472
38473 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38474
38475         * sysdeps/unix/getdents.c: Remove file.
38476         * sysdeps/unix/sysv/getdents.c: Likewise.
38477         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38478
38479         * sysdeps/unix/syscalls.list (madvise): Add syscall from
38480         sysdeps/unix/mman/syscalls.list.
38481         (mmap): Likewise.
38482         (mprotect): Likewise.
38483         (msync): Likewise.
38484         (munmap): Likewise.
38485         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38486         * sysdeps/unix/mman/syscalls.list: Remove.
38487         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38488
38489         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38490         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38491         * configure: Regenerated.
38492         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38493         $(libgcc_s_suffix).
38494         * config.make.in (libgcc_s_suffix): Remove variable.
38495
38496 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38497
38498         * sysdeps/unix/sysv/gethostname.c: Move to ...
38499         * sysdeps/posix/gethostname.c: ... here.
38500
38501         * sysdeps/unix/execve.S: Remove file.
38502
38503         * sysdeps/unix/_exit.S: Remove file.
38504
38505 2012-04-23  Andreas Jaeger  <aj@suse.de>
38506
38507         [BZ #13739]
38508         * manual/Makefile: Remove make dist support, there's no
38509         need for a stand-alone documentation tar ball.
38510         (TEXI2DVI): Define always, it's not in Makeconfig.
38511         (dist): Removed.
38512         (tar-it): Removed.
38513         (edition): Removed.
38514         (glibc-doc-$(edition).tar): Removed
38515         (%.Z): Removed.
38516         (%.gz): Removed.
38517         (%.uu): Removed.
38518         (ETAGS): Remove, it's in Makeconfig.
38519         (move-if-change): Remove, it's in Makeconfig.
38520
38521 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38522
38523         [BZ #13970]
38524         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38525         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38526         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38527         (strtod_l, strtof_l, strtold_l): Remove __wur.
38528         It is not necessarily an error to ignore strtol's return value.
38529         One can reliably look at the stored endptr to decide whether
38530         the number had valid syntax.
38531
38532 2012-04-21  Andreas Jaeger  <aj@suse.de>
38533
38534         [BZ #13739]
38535         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38536
38537 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38538
38539         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38540         * sysdeps/unix/sysv/Versions: Remove file.
38541
38542 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38543
38544         [BZ #13927]
38545         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38546
38547 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38548
38549         [BZ #7064]
38550         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38551         version from __vm86.
38552
38553 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38554
38555         * sysdeps/unix/common/lxstat.c: Remove file.
38556         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38557
38558         * sysdeps/unix/sysv/Makefile: Remove file.
38559
38560         * sysdeps/unix/sysv/direct.h: Remove file.
38561
38562         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38563         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38564         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38565         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38566         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38567         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38568         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38569
38570         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38571
38572         * sysdeps/unix/xmknod.c: Remove file.
38573         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38574
38575         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38576
38577         * sysdeps/unix/sysv/i386/time.S: Remove file.
38578
38579         * sysdeps/unix/fxstat.c: Remove file.
38580         * sysdeps/unix/xstat.c: Likewise.
38581         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38582
38583         * sysdeps/unix/sysv/sigaction.c: Remove file.
38584
38585         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38586         (sysdep_headers): Remove variable.
38587         [termio.h not in sysdep_headers] (generated): Likewise.
38588         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38589         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38590         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38591         * sysdeps/unix/sysv/tcflow.c: Likewise.
38592         * sysdeps/unix/sysv/tcflush.c: Likewise.
38593         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38594         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38595         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38596         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38597         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38598
38599         * sysdeps/unix/siglist.c: Remove file.
38600
38601         * sysdeps/unix/getppid.S: Remove file.
38602
38603         * sysdeps/unix/mkdir.c: Remove file.
38604         * sysdeps/unix/rmdir.c: Likewise.
38605
38606 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38607
38608         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38609         ERR_MAX value.
38610         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38611         errlist-compat value.
38612
38613 2012-04-18  David S. Miller  <davem@davemloft.net>
38614
38615         * sysdeps/generic/memcopy.h (reg_char): Delete.
38616         * debug/strcat_chk.c: Use char, not reg_char.
38617         * debug/strcpy_chk.c: Likewise.
38618         * debug/strncat_chk.c: Likewise.
38619         * debug/strncpy_chk.c: Likewise.
38620         * string/memchr.c: Likewise.
38621         * string/memrchr.c: Likewise.
38622         * string/rawmemchr.c: Likewise.
38623         * string/strcat.c: Likewise.
38624         * string/strchr.c: Likewise.
38625         * string/strchrnul.c: Likewise.
38626         * string/strcmp.c: Likewise.
38627         * string/strcpy.c: Likewise.
38628         * string/strncat.c: Likewise.
38629         * string/strncmp.c: Likewise.
38630         * string/strncpy.c: Likewise.
38631
38632 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38633
38634         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38635         __builtin_memcopy is called when src and dest ranges are known to not
38636         overlap.
38637
38638 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38639
38640         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38641         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38642         fwd_align_merge macro call.
38643         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38644         bwd_align_merge macro call.
38645         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38646
38647 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38648
38649         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38650         bwd_align_merge macros.
38651         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38652         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38653         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38654
38655 2012-04-18  David S. Miller  <davem@davemloft.net>
38656
38657         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38658
38659 2012-04-18  Andreas Jaeger  <aj@suse.de>
38660
38661         [BZ# 6794]
38662         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38663         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38664         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38665
38666         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38667         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38668         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38669
38670         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38671         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38672         Adjust for changed ldbl-128 files.
38673
38674         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38675         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38676         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38677
38678 2012-04-17  David S. Miller  <davem@davemloft.net>
38679
38680         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38681
38682 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38683
38684         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38685         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38686         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38687         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38688         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38689         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38690
38691 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38692
38693         [BZ #6794]
38694         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38695         * math/libm-test.inc: Add ilogb errno and exception tests.
38696         * math/w_ilogb.c: New file: ilogb wrapper.
38697         * math/w_ilogbf.c: New file: ilogbf wrapper.
38698         * math/w_ilogbl.c: New file: ilogbl wrapper.
38699         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38700         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38701         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38702         exception being thrown with 0.0 as argument.
38703         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38704         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38705         exception being thrown with 0.0 as argument.
38706         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38707         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38708         exception being thrown with 0.0 as argument.
38709         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38710         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38711         exception being thrown with 0.0 as argument.
38712         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38713         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38714         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38715         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38716         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38717         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38718         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38719         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38720         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38721
38722 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38723
38724         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38725         with altivec.
38726
38727 2012-04-16  Marek Polacek  <polacek@redhat.com>
38728
38729         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38730
38731 2012-04-16  Marek Polacek  <polacek@redhat.com>
38732
38733         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38734         operands of fdivp instruction.
38735
38736 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38737
38738         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38739         * elf/tst-auditmod3b.c: Likewise.
38740         * elf/tst-auditmod4b.c: Likewise.
38741         * elf/tst-auditmod5b.c: Likewise.
38742         * elf/tst-auditmod6b.c: Likewise.
38743         * elf/tst-auditmod6c.c: Likewise.
38744         * elf/tst-auditmod7b.c: Likewise.
38745         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38746         * sysdeps/x86_64/preconfigure.in: Likewise.
38747         * sysdeps/x86_64/preconfigure: Regenerated.
38748
38749 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38750
38751         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38752         __ILP32__.
38753
38754 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38755
38756         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38757         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38758
38759 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38760
38761         [BZ #13973]
38762         * locale/iso-639.def: Fix gl language name. Spotted by
38763         Yaron Shahrabani.
38764
38765 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38766
38767         [BZ #2074]
38768         * libio/libio.h (__io_write_fn): Update comment.
38769
38770 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38771
38772         [BZ #2074]
38773         * stdio.texi (Hook Functions): The user provided writer function
38774         is not allowed to return -1.
38775
38776 2012-04-11  David S. Miller  <davem@davemloft.net>
38777
38778         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38779
38780 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38781
38782         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38783         Add a leading slash to rtkaio.
38784
38785 2012-04-11  Jim Meyering  <meyering@redhat.com>
38786
38787         [BZ #11959]
38788         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38789         It is not necessarily an error to ignore fwrite's return
38790         value.  One can reliably use ferror to test for errors after
38791         the fact.
38792
38793 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38794
38795         * bits/types.h (__snseconds_t): New type.
38796         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38797
38798         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38799         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38800         (__SNSECONDS_T_TYPE): Likewise.
38801         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38802         (__SNSECONDS_T_TYPE): Likewise.
38803         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38804         (__SNSECONDS_T_TYPE): Likewise.
38805
38806 2012-04-10  Andreas Jaeger  <aj@suse.de>
38807
38808         [BZ #2636]
38809         * manual/time.texi (Processor Time): Return type of times is
38810         elapsed real time since an arbitrary point in the past.
38811         (CPU Time): Move CLK_TCK from here...
38812         (Processor Time): ...to here.  Correct description.
38813         * manual/conf.texi (Constants for Sysconf): Correct description of
38814         _SC_CLK_TCK.
38815
38816 2012-04-10  David S. Miller  <davem@davemloft.net>
38817
38818         [BZ #13967]
38819         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38820         where the is a gap between DT_REL(A) and DT_JMPREL.
38821
38822 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38823
38824         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38825         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38826         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38827
38828 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38829
38830         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38831         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38832         (dl_main): Handle --inhibit-cache.
38833         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38834         _dl_inhibit_cache.
38835         * elf/dl-load.c (_dl_map_object): Use it.
38836         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38837
38838 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38839
38840         [BZ #13872]
38841         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38842         (__ieee754_powl): Saturate large exponents rather than testing for
38843         overflow of y*log2(x).
38844         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38845         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38846         exceptions.
38847
38848         [BZ #11521]
38849         * math/s_ctan.c: Include <float.h>.
38850         (__ctan): Avoid internal overflow or cancellation in calculating
38851         denominator.
38852         * math/s_ctanf.c: Likewise.
38853         * math/s_ctanl.c: Likewise.
38854         * math/s_ctanh.c: Likewise.
38855         * math/s_ctanhf.c: Likewise.
38856         * math/s_ctanhl.c: Likewise.
38857         * math/libm-test.inc (ctan_test): Add more tests.
38858         (ctanh_test): Likewise.
38859         * sysdeps/i386/fpu/libm-test-ulps: Update.
38860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38861
38862 2012-04-09  Andreas Jaeger  <aj@suse.de>
38863
38864         [BZ #6894]
38865         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38866         is an optional BSD extension.
38867
38868         [BZ #10254]
38869         * manual/stdio.texi (Opening Streams): Document additional fopen
38870         parameters.
38871
38872 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38873
38874         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38875         %eax without telling the compiler.
38876
38877 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38878
38879         [BZ # 13963]
38880         * manual/install.texi: Use sourceware.org.
38881
38882 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38883
38884         [BZ #13873]
38885         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38886         (__ieee754_pow): Generate overflow and underflow using huge*huge
38887         and tiny*tiny rather than just returning constant infinity or zero
38888         for large exponents.
38889         * math/libm-test.inc (pow_test): Require overflow exceptions for
38890         applicable cases of large exponents.
38891
38892         [BZ #706]
38893         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38894         (__ieee754_pow): Use iterative multiplication algorithm only for
38895         integer exponents with absolute value below 1024.  Check for odd
38896         integer exponents when using algorithm for real exponents.
38897         * math/libm-test.inc (pow_test): Add more tests.
38898         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38899
38900 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38901
38902         [BZ #13705]
38903         * math/libm-test.inc (exp_test): Do not allow overflow exception
38904         on underflow test.
38905
38906 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38907
38908         [BZ #13705]
38909         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38910         instead of __kernel_standard_f.
38911
38912 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38913
38914         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38915         * sysdeps/x86_64/memset_chk.S: Likewise.
38916
38917 2012-04-08  Andreas Jaeger  <aj@suse.de>
38918
38919         [BZ #10153]
38920         * manual/startup.texi (Environment Access): Describe return value
38921         for putenv and setenv.
38922
38923         [BZ #6895]
38924         * manual/filesys.texi (Directory Entries): Add description for
38925         DT_LNK.
38926
38927         [BZ #6890]
38928         * manual/filesys.texi (Directory Entries): Clarify that it's file
38929         system not operating system in the description of DT_UNKNOWN.
38930
38931         [BZ #6578]
38932         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38933
38934 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38935
38936         [BZ #6649]
38937         * manual/llio.texi (Opening and Closing Files): Add cross
38938         reference to explain mode argument.
38939
38940 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38941
38942         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38943         * sysdeps/x86_64/memset_chk.S: Likewise.
38944
38945 2012-04-07  David S. Miller  <davem@davemloft.net>
38946
38947         * elf/elf.h (R_SPARC_WDISP10): Define.
38948         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38949         R_SPARC_SIZE32.
38950         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38951         R_SPARC_SIZE64 and R_SPARC_H34.
38952
38953 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38954
38955         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38956         conditions and remove no longer applicable assertion.
38957
38958 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38959
38960         * bits/byteswap.h: Include <features.h>.
38961         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38962         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38963
38964 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38965
38966         * bits/byteswap.h (__bswap_16): Removed.
38967         Include <bits/byteswap-16.h> to get __bswap_16.
38968         * sysdeps/i386/bits/byteswap.h: Likewise.
38969         * sysdeps/s390/bits/byteswap.h: Likewise.
38970         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38971         * bits/byteswap-16.h: New file.
38972         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38973         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38974         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38975         * string/Makefile (headers): Add bits/byteswap-16.h.
38976
38977 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38978
38979         [BZ #13895]
38980         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38981         extra indirection.
38982         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38983         * nss/tst-nss-static.c: New.
38984
38985 2012-04-06  Robert Millan  <rmh@gnu.org>
38986
38987         [BZ #6486]
38988         * manual/llio.texi (File Position Primitive): lseek
38989         refers to WHENCE when it really means OFFSET.
38990
38991 2012-04-06  Andreas Jaeger  <aj@suse.de>
38992
38993         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38994         strncmp declarations.
38995
38996         * abilist/libc.abilist: Add __poll and __ppoll.
38997
38998 2012-04-05  David S. Miller  <davem@davemloft.net>
38999
39000         * scripts/check-local-headers.sh: Accept a host triplet in the
39001         path matched by the exclude regexp.
39002
39003         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39004         definition.
39005         * sysdeps/powerpc/powerpc32/dl-machine.h
39006         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39007         * sysdeps/s390/s390-32/dl-machine.h
39008         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39009         * sysdeps/sparc/sparc32/dl-machine.h
39010         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39011         * sysdeps/sparc/sparc64/dl-machine.h
39012         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39013
39014         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39015         lazy binding.
39016         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39017         undefined symbol errors.
39018
39019         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39020         DT_NEEDED entries.
39021
39022 2012-04-05  Michael Matz  <matz@suse.de>
39023
39024         [BZ #13592]
39025         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39026
39027 2012-04-05  Andreas Jaeger  <aj@suse.de>
39028
39029         [BZ #13908]
39030         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39031         comment.
39032
39033 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39034
39035         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39036         which ROUND is no valid rounding mode.
39037
39038 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39039
39040         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39041         read again.
39042         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39043
39044 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39045
39046         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39047         an exception using FPU order intentionally.
39048
39049 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39050
39051         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39052         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39053         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39054         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39055
39056 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39057
39058         [BZ #12340]
39059         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39060         EINVAL when BUFLEN is too smal.
39061
39062 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39063
39064         [BZ #13553]
39065         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39066         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39067
39068 2012-04-03  Andreas Jaeger  <aj@suse.de>
39069
39070         [BZ #13938]
39071         * manual/setjmp.texi (System V contexts): Fix sentence.
39072
39073         [BZ #13926]
39074         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39075         New macro for this case.
39076         [!__GNUC__] (__bswap_64): New inline function for this case.
39077         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39078         * bits/byteswap.h: Likewise.
39079         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39080         ull, guard with __GLIBC_HAVE_LONG_LONG.
39081
39082         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39083         __GLIBC_HAVE_LONG_LONG.
39084
39085         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39086         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39087
39088 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39089
39090         [BZ #13691]
39091         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39092         inptr and inend, rather than using last_ch.
39093
39094 2012-04-02  David S. Miller  <davem@davemloft.net>
39095
39096         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39097         * stdio-common/printf-parse.h (read_int): Change return type to
39098         'int', return -1 on INT_MAX overflow.
39099         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39100         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39101         overflows INT_MAX.  Check for overflow of in-format-string precision
39102         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39103         SIZE_MAX not INT_MAX for integer overflow test.
39104         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39105         skip the construct in the format string but do not record anything.
39106         * stdio-common/bug22.c: Adjust to test both width/prevision
39107         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39108         explicitly for proper errno values.
39109
39110 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39111
39112         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39113         CHAR_MAX.
39114         * string/test-strcmp.c [! WIDE]: Likewise.
39115         * time/tst-mktime2.c: Likewise for INT_MAX.
39116         * string/test-string.h: #include <sys/param.h> for MIN.
39117
39118         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39119         * sysdeps/i386/init-first.c (init): Likewise.
39120         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39121         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39122         * sysdeps/sh/init-first.c (init): Likewise.
39123
39124 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39125
39126         * po/ru.po: Update from translation team.
39127         * po/vi.po: Likewise.
39128
39129 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39130
39131         * resolv/nss_dns/dns-host.c: Merge copyright years.
39132
39133 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39134
39135         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39136         Optimize memcpy with prefetch if
39137         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39138         src, dst pointers have unequal 16 byte alignments.
39139
39140 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39141
39142         [BZ #13928]
39143         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39144         from a CNAME entry and return the minimum ttl for the query.
39145         (gaih_getanswer_slice): Likewise.
39146
39147 2012-03-30  Jeff Law  <law@redhat.com>
39148
39149         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39150         due to long keys.
39151         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39152         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39153
39154         * resolv/nss_dns/dns-host.c: Update copyright year.
39155
39156 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39157
39158         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39159         requests to save a system call.  Fix check that all bytes are sent.
39160
39161         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39162         comments for sendmmsg.
39163
39164 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39165
39166         [BZ #13691]
39167         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39168         with only 1 character between 0x0041 and 0x01b0.
39169         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39170         * wcsmbs/tst-mbsnrtowcs.c: New file.
39171
39172 2012-03-29  David S. Miller  <davem@davemloft.net>
39173
39174         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39175         small copies by hand.
39176
39177 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39178
39179         [BZ #13761]
39180         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39181         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39182         group memberships.
39183
39184 2012-03-28  David S. Miller  <davem@davemloft.net>
39185
39186         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39187         that branches into memcpy.
39188         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39189         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39190         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39191         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39192         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39193         bits.
39194         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39195         implementation too.
39196         * sysdeps/sparc/mempcpy.S: New file.
39197
39198         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39199         the IFUNC routine in the libc case.
39200         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39201
39202         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39203         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39204         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39205         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39206         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39207         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39208         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39209         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39210
39211         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39212         loop to 256 bytes instead of 64 bytes and fix test signedness.
39213
39214         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39215         * sysdeps/sparc/sparc32/Makefile: rather than here...
39216         * sysdeps/sparc/sparc64/Makefile: and here.
39217
39218 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39219
39220         * malloc/mallocbug.c: Avoid warnings about unused variables.
39221
39222 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39223
39224         [BZ #13760]
39225         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39226         in the right place. Discard and retry query if response is
39227         larger than input buffer size.
39228
39229 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39230
39231         [BZ #369]
39232         [BZ #2678]
39233         [BZ #3866]
39234         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39235         x for large integer exponent.
39236         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39237         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39238         sign of result as needed afterwards.
39239         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39240         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39241         result for underflowing pow the same as for overflow.
39242         (__kernel_standard_l): Handle powl overflow and underflow here
39243         rather than calling __kernel_standard.
39244         * math/libm-test.inc (pow_test): Add more tests.
39245
39246         [BZ #3868]
39247         [BZ #13879]
39248         [BZ #13910]
39249         [BZ #13911]
39250         [BZ #13912]
39251         [BZ #13913]
39252         [BZ #13915]
39253         [BZ #13916]
39254         [BZ #13917]
39255         [BZ #13918]
39256         [BZ #13919]
39257         [BZ #13920]
39258         [BZ #13921]
39259         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39260         * sysdeps/ieee754/k_standard.c: Include <float.h>.
39261         (__kernel_standard_l): New function.
39262         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39263         __kernel_standard.
39264         * math/w_acosl.c (__acosl): Likewise.
39265         * math/w_asinl.c (__asinl): Likewise.
39266         * math/w_atan2l.c (__atan2l): Likewise.
39267         * math/w_atanhl.c (__atanhl): Likewise.
39268         * math/w_coshl.c (__coshl): Likewise.
39269         * math/w_exp10l.c (__exp10l): Likewise.
39270         * math/w_exp2l.c (__exp2l): Likewise.
39271         * math/w_fmodl.c (__fmodl): Likewise.
39272         * math/w_hypotl.c (__hypotl): Likewise.
39273         * math/w_j0l.c (__j0l, __y0l): Likewise.
39274         * math/w_j1l.c (__j1l, __y1l): Likewise.
39275         * math/w_jnl.c (__jnl, __ynl): Likewise.
39276         * math/w_lgammal.c (__lgammal): Likewise.
39277         * math/w_log10l.c (__log10l): Likewise.
39278         * math/w_log2l.c (__log2l): Likewise.
39279         * math/w_logl.c (__logl): Likewise.
39280         * math/w_powl.c (__powl): Likewise.
39281         * math/w_remainderl.c (__remainderl): Likewise.
39282         * math/w_scalbl.c (sysv_scalbl): Likewise.
39283         * math/w_sinhl.c (__sinhl): Likewise.
39284         * math/w_sqrtl.c (__sqrtl): Likewise.
39285         * math/w_tgammal.c (__tgammal): Likewise.
39286         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39287         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39288         * math/libm-test.inc (acos_test): Add more tests.
39289         (acosh_test): Likewise.
39290         (asin_test): Likewise.
39291         (atanh_test): Likewise.
39292         (exp_test): Likewise.
39293         (exp10_test): Likewise.
39294         (exp2_test): Likewise.
39295         (expm1_test): Likewise.
39296         (lgamma_test): Likewise.
39297         (log_test): Likewise.
39298         (log10_test): Likewise.
39299         (log1p_test): Likewise.
39300         (log2_test): Likewise.
39301         (pow_test): Do not allow some spurious overflow exceptions.
39302         (sqrt_test): Add more tests.
39303         (tgamma_test): Likewise.
39304         (y0_test): Likewise.
39305         (y1_test): Likewise.
39306         (yn_test): Likewise.
39307
39308 2012-03-27  Anton Blanchard  <anton@samba.org>
39309
39310         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39311         MAP_HUGETLB.
39312         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39313         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39314         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39315
39316 2012-03-27  David S. Miller  <davem@davemloft.net>
39317
39318         * conform/Makefile: Run run-conformtest.sh using $(BASH).
39319
39320         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39321         have-as-vis3 check.
39322
39323 2012-03-27  Andreas Jaeger  <aj@suse.de>
39324
39325         * sysdeps/x86_64/elf/configure.in: Moved to ...
39326         * sysdeps/x86_64/configure.in: ... here.
39327         * sysdeps/x86_64/elf/start.S: Moved to ...
39328         * sysdeps/x86_64/start.S: ... here.
39329         * sysdeps/x86_64/elf/configure: Delete.
39330
39331         * sysdeps/x86_64/configure.in: Merge contents from
39332         sysdeps/i386/configure.in (without i686 check).
39333
39334         * sysdeps/i386/elf/Versions: Merge into ...
39335         * sysdeps/i386/Versions: ... this.
39336         * sysdeps/i386/elf/Versions: Delete file.
39337         * sysdeps/i386/elf/start.S: Moved to ...
39338         * sysdeps/i386/start.S: ...here.
39339         * sysdeps/i386/elf/configure.in: Merge into...
39340         * sysdeps/i386/configure.in: ...here.
39341         * sysdeps/i386/elf/configure.in: Delete file.
39342         * sysdeps/i386/elf/configure: Delete file.
39343
39344         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
39345         * debug/backtracesyms.c: ... here.
39346         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
39347         * debug/backtracesymsfd.c: ... here.
39348         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39349         * sysdeps/generic/ifunc-sel.h: ... here.
39350
39351         * sysdeps/unix/i386/start.c: Delete file.
39352         * sysdeps/unix/sparc/start.c: Delete file.
39353         * sysdeps/unix/start.c: Delete file.
39354
39355         * sysdeps/sh/elf/configure.in: Moved to ...
39356         * sysdeps/sh/configure.in: ... here.
39357         * sysdeps/sh/elf/start.S: Moved to ...
39358         * sysdeps/sh/start.S: ... here.
39359         * sysdeps/sh/elf/configure: Delete file.
39360
39361         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39362         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39363         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39364         * sysdeps/powerpc/powerpc64/entry.h: ... here.
39365         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39366         * sysdeps/powerpc/powerpc64/start.S: here.
39367         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39368         * sysdeps/powerpc/powerpc64/Makefile: ... this.
39369         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39370         * sysdeps/powerpc/powerpc64/configure.in: ... this.
39371         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39372
39373         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39374         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39375         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39376         * sysdeps/powerpc/powerpc32/start.S: ... here.
39377         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39378         * sysdeps/powerpc/powerpc32/configure.in: ... this.
39379         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39380
39381         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39382         * sysdeps/powerpc/ifunc-sel.h: ... here.
39383         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39384         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39385
39386         * sysdeps/sparc/elf/configure.in: Moved to ...
39387         * sysdeps/sparc/configure.in: ... here.
39388         * sysdeps/sparc/elf/configure: Delete file.
39389         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39390         * sysdeps/sparc/sparc32/start.S: ... here.
39391         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39392         * sysdeps/sparc/sparc64/start.S: ... here.
39393         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39394         * sysdeps/sparc/sparc32/Makefile: ... this.
39395         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39396         * sysdeps/sparc/sparc64/Makefile: ... this.
39397
39398         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39399         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39400         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39401         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39402         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39403         * sysdeps/s390/s390-32/setjmp.S: ... here.
39404         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39405         * sysdeps/s390/s390-32/configure.in: ... here.
39406         * sysdeps/s390/s390-32/elf/configure: Delete file.
39407         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39408         * sysdeps/s390/s390-32/start.S: ... here.
39409
39410         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39411         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39412         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39413         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39414         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39415         * sysdeps/s390/s390-64/setjmp.S: ... here.
39416         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39417         * sysdeps/s390/s390-64/configure.in: ... here
39418         * sysdeps/s390/s390-64/elf/configure: Delete file.
39419         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39420         * sysdeps/s390/s390-64/start.S: ... here.
39421         * sysdeps/s390/s390-64/elf/configure: Delete.
39422
39423         * configure.in: Remove support for elf directories in sysdeps.
39424
39425         * configure: Regenerated.
39426         * sysdeps/i386/configure: Regenerated.
39427         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39428         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39429         * sysdeps/s390/s390-32/configure: Regenerated.
39430         * sysdeps/s390/s390-64/configure: Regenerated.
39431         * sysdeps/sh/configure: Regenerated.
39432         * sysdeps/sparc/configure: Regenerated.
39433         * sysdeps/x86_64/configure: Regenerated.
39434
39435 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
39436
39437         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39438
39439         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39440         denormal result into account.
39441
39442 2012-03-25  Roland McGrath  <roland@hack.frob.com>
39443
39444         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39445         Reported by Allan McRae <allan@archlinux.org>.
39446
39447 2012-03-23  Jeff Law  <law@redhat.com>
39448
39449         * nss/getnssent.c (__nss_getent): Fix typo.
39450
39451 2012-03-23  David S. Miller  <davem@davemloft.net>
39452
39453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39454
39455 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
39456
39457         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39458         to pad to uint64_t for each field.
39459         (dl_tls_index): Replace unsigned long with uint64_t.
39460
39461 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
39462         Paul Pluzhnikov  <ppluzhnikov@google.com>
39463
39464         [BZ #6528]
39465         * grp/Makefile (otherlibs): Don't set it.
39466         * inet/Makefile (otherlibs): Likewise.
39467         * login/Makefile (otherlibs): Likewise.
39468         * nscd/Makefile (otherlibs): Likewise.
39469         * posix/Makefile (otherlibs): Likewise.
39470         * pwd/Makefile (otherlibs): Likewise.
39471         * rt/Makefile (otherlibs): Likewise.
39472         * sunrpc/Makefile (otherlibs): Likewise.
39473         * nss/Makefile (otherlibs): Likewise.
39474         Add libnss_files to routines and static-only-routines.
39475         ($(objpfx)getent): Remove rule.
39476         * resolv/Makefile: Add libnss_dns and libresolv to routines and
39477         static-only-routines.
39478
39479 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39480
39481         [BZ #13892]
39482         * math/s_cexp.c: Include <float.h>.
39483         (__cexp): Handle exp result overflowing not necessarily
39484         overflowing both real and imaginary parts of result.
39485         * math/s_cexpf.c: Likewise.
39486         * math/s_cexpl.c: Likewise.
39487         * math/libm-test.inc (cexp_test): Add more tests.
39488         * sysdeps/i386/fpu/libm-test-ulps: Update.
39489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39490
39491 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39492
39493         * include/link.h (ELFW): New macro.
39494         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39495         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39496
39497 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39498
39499         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39500         with uint64_t.
39501
39502 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39503
39504         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39505         declaration.
39506         (struct La_x32_retval): Likewise.
39507
39508 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39509
39510         * sysdeps/x86_64/preconfigure.in: New file.
39511         * sysdeps/x86_64/preconfigure: New generated file.
39512
39513 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39514
39515         [BZ #13824]
39516         * math/e_exp2l.c: Include <float.h>.
39517         (__ieee754_exp2l): Handle overflow and underflow cases
39518         separately.  Only pass fractional part of argument to
39519         __ieee754_expl.
39520         * math/libm-test.inc (exp2_test): Add more tests.
39521
39522         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39523         negating x to take absolute value.
39524         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39525         Likewise.
39526         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39527         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39528         Likewise.
39529         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39530         computing low part if x was negated.
39531         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39532
39533 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39534
39535         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39536         la_x32_gnu_pltexit.
39537         (pltexit): Cast int_retval to ptrdiff_t.
39538         * elf/tst-auditmod3b.c: Likewise.
39539         * elf/tst-auditmod4b.c: Likewise.
39540         * elf/tst-auditmod5b.c: Likewise.
39541         * elf/tst-auditmod6b.c: Likewise.
39542         * elf/tst-auditmod6c.c: Likewise.
39543         * elf/tst-auditmod7b.c: Likewise.
39544
39545         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39546         and x32_gnu_pltexit.
39547
39548         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39549         __ELF_NATIVE_CLASS.
39550         (La_x32_regs): New macro.
39551         (La_x32_retval): Likewise.
39552         (la_x32_gnu_pltenter): New function prototype.
39553         (la_x32_gnu_pltexit): Likewise.
39554
39555 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39556
39557         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39558         exponent.
39559
39560         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39561
39562         * configure.in (libc_cv_cc_nofma): Check for option to disable
39563         generation of FMA instructions.
39564         * configure: Regenerate.
39565         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39566         * sysdeps/ieee754/dbl-64/Makefile: New file.
39567         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39568         Remove brandred-fma4.
39569         (CFLAGS-brandred-fma4.c): Remove.
39570         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39571         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39572         define.
39573         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39574         define.
39575
39576 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39577
39578         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39579         LLONG_MAX != LONG_MAX.
39580         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39581         (_fitoa_word): Likewise.
39582         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39583         LLONG_MAX != LONG_MAX.
39584         * stdio-common/_itowa.h: Include <_itoa.h>.
39585         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39586         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39587         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39588         only if not defined.
39589         (_ITOA_WORD_TYPE): Likewise.
39590         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39591         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39592
39593 2012-03-21  David S. Miller  <davem@davemloft.net>
39594
39595         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39596
39597 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39598
39599         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39600         of x86_64 when setting libc_cv_slibdir, libdir and
39601         libc_cv_localedir.
39602         * sysdeps/unix/sysv/linux/configure: Regenerated.
39603
39604 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39605
39606         * manual/lang.texi (Old Varargs): Remove section.
39607         (How Variadic): Update menu.
39608         (va_start): Do not mention varargs.h.
39609
39610 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39611             Joseph Myers  <joseph@codesourcery.com>
39612
39613         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39614         link test.
39615         * configure: Regenerated.
39616
39617 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39618
39619         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39620         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39621         conformtest.pl
39622
39623 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39624
39625         * NOTES: Remove.
39626         * Makefile (files-for-dist): Remove NOTES.
39627         (NOTES): Remove rule.
39628         * README: Don't refer to NOTES.
39629         * manual/creature.texi: Don't include macros.texi.
39630         * manual/intro.texi (creature.texi): Remove comment referring to
39631         NOTES.
39632
39633         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39634         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39635         * configure: Regenerated.
39636         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39637         LIBC_TRY_CC_OPTION.
39638         (libc_cv_as_i686): Likewise.
39639         (libc_cv_cc_avx): Likewise.
39640         (libc_cv_cc_sse2avx): Likewise.
39641         (libc_cv_cc_fma4): Likewise.
39642         (libc_cv_cc_novzeroupper): Likewise.
39643         * sysdeps/i386/configure: Regenerated.
39644
39645         [BZ #13883]
39646         * sysdeps/i386/fpu/s_cexp.S: Remove.
39647         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39648         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39649         * math/libm-test.inc (cexp_test): Add more tests.
39650         * sysdeps/i386/fpu/libm-test-ulps: Update.
39651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39652
39653 2012-03-21  Allan McRae  <allan@archlinux.org>
39654
39655         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39656
39657 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39658
39659         [BZ #13871]
39660         * math/w_exp2.c: Do not include <float.h>.
39661         (o_threshold, u_threshold): Remove.
39662         (__exp2): Calculate result before checking finiteness and calling
39663         __kernel_standard.
39664         * math/w_exp2f.c: Likewise.
39665         * math/w_exp2l.c: Likewise.
39666         * math/libm-test.inc (exp2_test): Require overflow exception for
39667         1e6 input.
39668
39669         [BZ #3866]
39670         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39671         range of signed 64-bit integers before using fistpll.  Remove
39672         checks for whether integers fit in mantissa bits.
39673         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39674         the range of signed 32-bit integers before using fistpl.  Remove
39675         checks for whether integers fit in mantissa bits.
39676         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39677         (__ieee754_powl): Test for y outside the range of signed 64-bit
39678         integers before using fistpll.  Reduce 64-bit values to 63-bit
39679         ones as needed.
39680         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39681         divide-by-zero is raised for zero to large negative powers.
39682         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39683         (__ieee754_powl): Test for y outside the range of signed 64-bit
39684         integers before using fistpll.  Reduce 64-bit values to 63-bit
39685         ones as needed.
39686         * math/libm-test.inc (pow_test): Add more tests.
39687
39688 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39689
39690         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39691         <stdio-common/_itoa.h>.
39692         * debug/segfault.c: Likewise.
39693         * elf/dl-cache.c: Likewise.
39694         * elf/dl-minimal.c: Likewise.
39695         * elf/dl-misc.c: Likewise.
39696         * elf/dl-sysdep.c: Likewise.
39697         * elf/dl-version.c: Likewise.
39698         * elf/rtld.c: Likewise.
39699         * hurd/hurdsock.c: Likewise.
39700         * hurd/lookup-retry.c: Likewise.
39701         * malloc/malloc.c: Likewise.
39702         * malloc/mtrace.c: Likewise.
39703         * nscd/nscd_getgr_r.c: Likewise.
39704         * nscd/nscd_getpw_r.c: Likewise.
39705         * nscd/nscd_getserv_r.c: Likewise.
39706         * posix/getopt_init.c: Likewise.
39707         * posix/wordexp.c: Likewise.
39708         * stdio-common/_itoa.c: Likewise.
39709         * stdio-common/printf_fphex.c: Likewise.
39710         * stdio-common/vfprintf.c: Likewise.
39711         * string/_strerror.c: Likewise.
39712         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39713         * sysdeps/i386/i686/hp-timing.h: Likewise.
39714         * sysdeps/mach/_strerror.c: Likewise.
39715         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39716         * sysdeps/mach/hurd/sethostid.c: Likewise.
39717         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39718         * sysdeps/mach/xpg-strerror.c: Likewise.
39719         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39720         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39721         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39722         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39723         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39724         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39725         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39726         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39727         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39728         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39729         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39730         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39731         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39732         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39733         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39734         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39735         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39736         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39737         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39738         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39739         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39740
39741         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39742
39743         * stdio-common/_itoa.h: Moved to ...
39744         * sysdeps/generic/_itoa.h: Here.
39745
39746         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39747
39748         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39749         instead of "_itoa.h" and "_itowa.h".
39750         * stdio-common/vfprintf.: Likewise.
39751
39752 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39753
39754         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39755         <bits/wordsize.h>.
39756         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39757         (__signbit): Likwise.
39758         (llrintf): Likwise.
39759         (llrint): Likwise.
39760
39761 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39762
39763         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39764         __WORDSIZE != 64.
39765
39766 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39767
39768         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39769         OVERFLOW_EXCEPTION_OK.
39770         * math/libm-test.inc ("Philosophy"): Update comment about
39771         exception testing.
39772         (OVERFLOW_EXCEPTION): Define.
39773         (OVERFLOW_EXCEPTION_OK): Likewise.
39774         (INVALID_EXCEPTION_OK): Renumber.
39775         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39776         (IGNORE_ZERO_INF_SIGN): Likewise.
39777         (test_exceptions): Handle FE_OVERFLOW.
39778         (exp10_test): Expect overflow exceptions.
39779         (exp2_test): Likewise.
39780         (expm1_test): Likewise.
39781         (nextafter_test): Likewise.
39782         (pow_test): Likewise.
39783         (scalbn_test): Likewise.
39784         (scalbln_test): Likewise.
39785
39786 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39787
39788         * sysdeps/x86_64/bits/atomic.h
39789         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39790         64bit integer.
39791         (atomic_exchange_acq): Likewise.
39792         (__arch_exchange_and_add_body): Likewise.
39793         (__arch_add_body): Likewise.
39794         (atomic_add_negative): Likewise.
39795         (atomic_add_zero): Likewise.
39796
39797 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39798
39799         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39800         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39801
39802 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39803
39804         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39805         Check __x86_64__ instead of __WORDSIZE.
39806
39807 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39808
39809         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39810
39811 2012-03-19  David S. Miller  <davem@davemloft.net>
39812
39813         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39814
39815         * sysdeps/sparc/fpu/fenv_private.h: New file.
39816         * sysdeps/sparc/fpu/math_private.h: Use it.
39817         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39818         Remove.
39819         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39820         (libc_feholdexcept_setroundl): Remove.
39821         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39822         Remove.
39823         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39824         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39825
39826 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39827
39828         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39829         int64_t instead of long int.
39830         (INSERT_WORDS64): Likwise.
39831
39832 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39833
39834         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39835         _Unwind_GetCFA return to _Unwind_Ptr first.
39836
39837 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39838
39839         [BZ #13629]
39840         * math/s_clog.c: Include <float.h>.
39841         (__clog): Scale large or subnormal inputs.
39842         * math/s_clogf.c: Likewise.
39843         * math/s_clogl.c: Likewise.
39844         * math/s_clog10.c: Include <float.h>.
39845         (M_LOG10_2): Define.
39846         (__clog10): Scale large or subnormal inputs.
39847         * math/s_clog10f.c: Likewise.
39848         * math/s_clog10l.c: Likewise.
39849         * math/libm-test.inc (clog_test): Add more tests.
39850         (clog10_test): Likewise.
39851         * sysdeps/i386/fpu/libm-test-ulps: Update.
39852         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39853
39854         [BZ #11451]
39855         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39856         x and y.
39857         * math/libm-test.inc (atan2_test): Add another test.
39858
39859         * Makerules (common-objdir-compile): Remove.
39860         * sysdeps/unix/Makefile (config-generated): Do not add
39861         $(unix-generated) to variable.
39862         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39863         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39864         Remove rule.
39865         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39866         Likewise.
39867         [generic bits/local_lim.h] (before-compile): Do not append to
39868         variable.
39869         [generic bits/local_lim.h] (common-generated): Likewise.
39870         [generic sys/param.h] (before-compile): Do not append to variable.
39871         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39872         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39873         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39874         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39875         include.
39876         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39877         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39878         [generic sys/param.h] ($(addprefix
39879         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39880         [generic sys/param.h] (common-generated): Do not append to
39881         variable.
39882         [generic sys/param.h] (sysdep_headers): Likewise.
39883         [generic bits/errno.h] (before-compile): Do not append to
39884         variable.
39885         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39886         rule.
39887         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39888         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39889         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39890         [generic bits/errno.h] (common-generated): Do not append to
39891         variable.
39892         [generic bits/ioctls.h] (before-compile): Do not append to
39893         variable.
39894         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39895         rule.
39896         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39897         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39898         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39899         rule.
39900         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39901         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39902         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39903         [generic bits/ioctls.h] (common-generated): Do not append to
39904         variable.
39905         [generic sys/syscall.h] (syscall.h): Remove variable.
39906         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39907         rule.
39908         [generic sys/syscall.h] (before-compile): Do not append to
39909         variable.
39910         [generic sys/syscall.h] (common-generated): Likewise.
39911         * sysdeps/unix/errnos-tmpl.c: Remove file.
39912         * sysdeps/unix/errnos.awk: Likewise.
39913         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39914         * sysdeps/unix/ioctls.awk: Likewise.
39915         * sysdeps/unix/mk-local_lim.c: Likewise.
39916         * sysdeps/unix/snarf-ioctls: Likewise.
39917
39918 2012-03-19  Richard Henderson  <rth@twiddle.net>
39919
39920         * sysdeps/i386/fpu/fenv_private.h: New file.
39921         * sysdeps/i386/fpu/math_private.h: Use it.
39922         (math_opt_barrier, math_force_eval): Remove.
39923         (libc_feholdexcept_setround_53bit): Remove.
39924         (libc_feupdateenv_53bit): Remove.
39925         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39926         (math_opt_barrier, math_force_eval): Remove.
39927         (libc_feholdexcept): Remove.
39928         (libc_feholdexcept_setround): Remove.
39929         (libc_fetestexcept, libc_fesetenv): Remove.
39930         (libc_feupdateenv_test): Remove.
39931         (libc_feupdateenv, libc_feholdsetround): Remove.
39932         (libc_feresetround): Remove.
39933
39934         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39935         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39936
39937         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39938         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39939         (libc_feupdateenv_testl): New.
39940         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39941         (libc_feupdateenv_testf): New.
39942         (libc_feupdateenv): Use libc_feupdateenv_test.
39943         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39944         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39945
39946         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39947         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39948         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39949         (libc_feresetround_noex): New.
39950         (libc_feresetround_noexf): New.
39951         (libc_feresetround_noexl): New.
39952         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39953         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39954         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39955         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39956         SET_RESTORE_ROUND.
39957         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39958         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39959         (__cos): Likewise.
39960         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39961         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39962         SET_RESTORE_ROUND_NOEX.
39963         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39964         SET_RESTORE_ROUND_NOEXF.
39965         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39966         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39967         (libc_feholdsetroundf): New.
39968         (libc_feresetround, libc_feresetroundf): New.
39969
39970         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39971         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39972         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39973
39974         * sysdeps/generic/math_private.h: Include <fenv.h>.
39975         (default_libc_feholdexcept): New.
39976         (default_libc_feholdexcept_setround): New.
39977         (default_libc_fesetenv, default_libc_feupdateenv): New.
39978         (libc_feholdexcept): Only define if undefined.
39979         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39980         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39981         (libc_feholdexcept_setroundl): Likewise.
39982         (libc_feholdexcept_setround_53bit): Likewise.
39983         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39984         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39985         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39986         (libc_feupdateenv_53bit): Likewise.
39987         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39988         (libc_feholdexcept): Convert from macro to inline function.
39989         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39990         (libc_fesetenv, libc_feupdateenv): Likewise.
39991
39992         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39993         not previously defined.
39994         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39995         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39996         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39997         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39998         * sysdeps/ieee754/flt-32/math_private.h: New file.
39999         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40000         math_private.h below SET_FLOAT_WORD.
40001         (__isnan, __isinf_ns, __finite): Remove.
40002         (__isnanf, __isinf_nsf, __finitef): Remove.
40003
40004 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40005
40006         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40007
40008 2012-03-17  David S. Miller  <davem@davemloft.net>
40009
40010         [BZ #6471]
40011         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40012         for 2.16.
40013
40014 2012-03-16  David S. Miller  <davem@davemloft.net>
40015
40016         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40017         warnings.
40018
40019         [BZ #6471]
40020         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40021         properly.
40022         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40023         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40024         sysdep_routines when subdir is sysvipc.
40025         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40026         __getshmlba helper.
40027
40028         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40029
40030 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40031
40032         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40033         [__LP64__].
40034
40035 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40036
40037         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40038         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40039         (__lround): Renamed to ...
40040         (__llround): This.  Replace long int with long long int.
40041         Define lround functions as aliases of llround functions.
40042         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40043
40044 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40045
40046         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40047         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40048         adresses to uintptr_t.  Replace "long int" and "unsigned long
40049         int" with "greg_t" on va_arg.
40050
40051 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40052
40053         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40054         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40055
40056         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40057         Move e_machine check before EI_CLASS check.  Handle x32
40058         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40059         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40060         SKIP_EM_IA_64 and include
40061         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40062
40063         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40064         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40065         (add_system_dir): New macro.
40066
40067         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40068         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40069
40070 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40071
40072         [BZ #2551]
40073         [BZ #2552]
40074         [BZ #2553]
40075         [BZ #2554]
40076         [BZ #2562]
40077         [BZ #2563]
40078         [BZ #2565]
40079         [BZ #2566]
40080         [BZ #2576]
40081         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40082         (y0): Likewise.
40083         * math/w_j0f.c (j0f): Likewise.
40084         (y0f): Likewise.
40085         * math/w_j0l.c (__j0l): Likewise.
40086         (__y0l): Likewise.
40087         * math/w_j1.c (j1): Likewise.
40088         (y1): Likewise.
40089         * math/w_j1f.c (j1f): Likewise.
40090         (y1f): Likewise.
40091         * math/w_j1l.c (__j1l): Likewise.
40092         (__y1l): Likewise.
40093         * math/w_jn.c (jn): Likewise.
40094         (yn): Likewise.
40095         * math/w_jnf.c (jnf): Likewise.
40096         (ynf): Likewise.
40097         * math/w_jnl.c (__jnl): Likewise.
40098         (__ynl): Likewise.
40099         * math/libm-test.inc (j0_test): Add more tests.
40100         (j1_test): Likewise.
40101         (jn_test): Likewise.  Add trailing semicolon to existing test.
40102         (y0_test): Likewise.
40103         (y1_test): Likewise.
40104         * sysdeps/i386/fpu/libm-test-ulps: Update.
40105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40106
40107         [BZ #13851]
40108         [BZ #13854]
40109         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40110         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40111         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40112         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40113         (__tanl): Set errno for infinite argument.
40114         * sysdeps/i386/fpu/mptan.c: Remove.
40115         * sysdeps/i386/fpu/s_tan.S: Likewise.
40116         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40117         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40118         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40119         * math/libm-test.inc (tan_test): Add more tests and enable more
40120         tests for double and long double.
40121         * sysdeps/i386/fpu/libm-test-ulps: Update.
40122         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40123
40124 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40125
40126         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40127         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40128
40129 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40130
40131         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40132         * configure.in: Use it for both main tree and add-ons.
40133         * configure: Regenerated.
40134
40135 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40136
40137         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40138
40139 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40140
40141         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40142         in comment.
40143
40144         [BZ #13851]
40145         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40146         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40147         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40148         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40149         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40150         infinite argument.
40151         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40152         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40153         != 0 for prec == 2.
40154         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40155         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40156         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40157         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40158         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40159         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40160         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40161         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40162         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40163         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40164         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40165         * math/libm-test.inc (cos_test): Add more tests and enable more
40166         tests for long double.
40167         (sin_test): Likewise.
40168         (sincos_test): Likewise.
40169         * sysdeps/i386/fpu/libm-test-ulps: Update.
40170         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40171
40172 2012-03-16  David S. Miller  <davem@davemloft.net>
40173
40174         * sysdeps/sparc/fpu/math_private.h: New file.
40175
40176 2012-03-15  David S. Miller  <davem@davemloft.net>
40177
40178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40179         file.
40180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40182         file.
40183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40184         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40185         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40186         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40187         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40188         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40189         sysdep routines.
40190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40191
40192         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40193         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40194
40195         * sysdeps/sparc/sparc-ifunc.h: New file.
40196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40197         sparc-ifunc.h
40198         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40200         Likewise.
40201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40202         Likewise.
40203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40207         Likewise.
40208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40213         Likewise.
40214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40215         Likewise.
40216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40220         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40221         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40222         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40223         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40224         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40225         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40226         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40227         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40228         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40229         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40230         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40231         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40232         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40233         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40234         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40235         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40236         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40237         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40238         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40239         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40240
40241 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40242
40243         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40244         scaling.
40245         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40246
40247 2012-03-15  Andreas Jaeger  <aj@suse.de>
40248
40249         [BZ #13852]
40250         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40251         ieee754/flt-32 implementation for sin, cos and sincos.
40252         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40253         * sysdeps/i386/fpu/s_cosf.S: Likewise.
40254         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40255         * sysdeps/i386/fpu/s_sinf.S: Likewise.
40256         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40257         ieee754/flt-32 implementation for tan.
40258
40259         * math/libm-test.inc (cos_test): Enable some large input tests for
40260         float as well
40261         (sin_test): Likewise.
40262         (sincos_test): Likewise.
40263         (tan_test): Add tests for large input.
40264
40265         * sysdeps/i386/fpu/libm-test-ulps: Update.
40266
40267 2012-03-15  Andreas Jaeger  <aj@suse.de>
40268
40269         [BZ #13658]
40270         * math/libm-test.inc (cos_test): Add more test cases.
40271         (sin_test): Likewise.
40272         (sincos_test): Likewise.
40273
40274 2012-03-15  Andreas Jaeger  <aj@suse.de>
40275
40276         [BZ #13837]
40277         * math/libm-test.inc (cos_test): Add a test case for large input
40278         value.
40279         (sin_test): Likewise.
40280         (sincos_test): Likewise.
40281
40282 2012-03-15  Andreas Jaeger  <aj@suse.de>
40283             Joseph Myers  <joseph@codesourcery.com>
40284
40285         [BZ #13658]
40286         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
40287         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40288         * sysdeps/i386/fpu/branred.c: Likewise.
40289         * sysdeps/i386/fpu/dosincos.c: Likewise.
40290         * sysdeps/i386/fpu/mpa.c: Likewise.
40291         * sysdeps/i386/fpu/s_cos.S: Likewise.
40292         * sysdeps/i386/fpu/s_sin.S: Likewise.
40293         * sysdeps/i386/fpu/s_sincos.S: Likewise.
40294         * sysdeps/i386/fpu/sincos32.c: Likewise.
40295
40296         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40297         Define.
40298         (libc_feupdateenv_53bit): Define.
40299         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40300         Define.
40301         (libc_feupdateenv_53bit): Define.
40302
40303         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40304         53 bit (without extend i386 double precision).
40305
40306         * math/libm-test.inc (sincos_test): Add tests for large input.
40307         (sin): Likewise.
40308         (cos): Likewise.
40309
40310         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40311
40312 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40313
40314         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40315
40316 2012-03-15  David S. Miller  <davem@davemloft.net>
40317
40318         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40319         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40320         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40321         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40322         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40323         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40324         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40325         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40326         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40327         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40328         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40329         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40330         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40331         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40332         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
40333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
40334         file.
40335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
40336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
40337         file.
40338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
40339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
40340         file.
40341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
40342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
40343         file.
40344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
40345         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
40346         fmin/fmax sysdep routines.
40347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40348
40349 2012-03-14  David S. Miller  <davem@davemloft.net>
40350
40351         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40352         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40353         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40354         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40355         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40356         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40357         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40358         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40359         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40360         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40361         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40362         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40363         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40364         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40365         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40366         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40367         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40368         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40369         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40370         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40371         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40372         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40373         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40374         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40375         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40376         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40377         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40378         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
40379         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40380         routines.
40381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40382         file.
40383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
40384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40385         file.
40386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
40387         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40388         file.
40389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
40390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40391         file.
40392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
40393         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40394         file.
40395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
40396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40397         file.
40398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40399         file.
40400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40401         file.
40402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40403         file.
40404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40405         New file.
40406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40407         file.
40408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40409         file.
40410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
40411         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40412         file.
40413         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
40414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40415         file.
40416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
40417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40418         file.
40419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
40420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40421         VIS3 routines.
40422
40423         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40424         New file.
40425
40426         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40427
40428         * sysdeps/sparc/configure.in: New file.
40429         * sysdeps/sparc/configure: Generate.
40430         * configure.in (libc_cv_sparc_as_vis3): Substitute.
40431         * configure: Regenerate.
40432         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40433         * config.make.in (have-as-vis3): New.
40434         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40435         available use -Av9d instead of -Av9a.
40436         * sysdeps/sparc/sparc64/Makefile: Likewise.
40437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
40438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40439         New file.
40440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40441         file.
40442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40443         New file.
40444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40445         file.
40446         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40447         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40448         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40449         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40450         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40451
40452         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40453         fzeros/fnegs to load 0x80000000 into a float register instead of
40454         using the stack.
40455         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40456
40457 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40458
40459         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40460         bits/syscall.h.
40461         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40462         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40463         ($(inst_includedir)/bits/syscall.h): Remove rule.
40464         ($(objpfx)bits/syscall.d): Include instead of
40465         $(objpfx)syscall-list.d.
40466         (generated): Change syscall-list.h and syscall-list.d to
40467         bits/syscall.h and bits/syscall.d.
40468
40469 2012-03-14  Roland McGrath  <roland@hack.frob.com>
40470
40471         [BZ #13846]
40472         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40473
40474 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40475
40476         [BZ #13841]
40477         * math/s_csqrt.c: Include <float.h>.
40478         (__csqrt): Scale large or subnormal inputs.
40479         * math/s_csqrtf.c: Likewise.
40480         * math/s_csqrtl.c: Likewise.
40481         * math/libm-test.inc (csqrt_test): Add more tests.
40482         * sysdeps/i386/fpu/libm-test-ulps: Update.
40483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40484
40485         [BZ #13840]
40486         * math/libm-test.inc (hypot_test): Add more tests.
40487
40488 2012-03-13  David S. Miller  <davem@davemloft.net>
40489
40490         [BZ #13840]
40491         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40492         double-precision for the calculation instead of scaling.
40493
40494 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40495
40496         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40497         manipulate bits before adding and subtracting TWO52[sx].
40498         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40499         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40500         Likewise.
40501         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40502
40503 2012-03-13  David S. Miller  <davem@davemloft.net>
40504
40505         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40506         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40507         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40508         rtld-global-offsets.h
40509         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40510
40511         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40512         large parameters.
40513
40514         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40515
40516         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40517         'err' in the ifdef scope in which it is actually used.
40518
40519         * nss/nss_db/db-init.c: Include string.h
40520
40521 2012-03-12  David S. Miller  <davem@davemloft.net>
40522
40523         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40524         masking out of the most significant byte of random value used.
40525         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40526         Fix coding style in previous change.
40527
40528         * sysdeps/unix/sysv/linux/kernel-features.h
40529         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40530         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40531         expression.
40532         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40533         later.
40534
40535 2012-03-11  David S. Miller  <davem@davemloft.net>
40536
40537         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40538         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40539         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40540         for 'resultvar' otherwise things get truncated on 64-bit.
40541
40542         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40543         Fix masking out of the most significant byte of random value used.
40544
40545         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40546
40547 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40548
40549         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40550
40551 2012-03-09  David S. Miller  <davem@davemloft.net>
40552
40553         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40554         variables with appropriate CPP guards.
40555         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40556         from the frame pointer, not the stack pointer.  Correct layout
40557         comments.  Fix test on resulting framesize and the management of
40558         the outregs buffer for pltexit.  Preserve floating point return
40559         values across _dl_call_pltexit call.
40560         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40561         framesize and the management of the outregs buffer for pltexit.
40562         Preserve floating point return values across _dl_call_pltexit
40563         call.
40564         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40565         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40566         (la_sparc64_gnu_pltexit): New functions.
40567         (print_exit): Fix format string for return register value.
40568
40569 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40570
40571         * sunrpc/Makefile (others): Add rpcgen.
40572         ($(objpfx)rpcgen): Remove special build rule and dependency on
40573         libc.
40574         * sunrpc/rpcgen.c: New file.
40575
40576 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40577
40578         [BZ #13673]
40579         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40580         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40581         * sysdeps/i386/crti.S: Likewise.
40582         * sysdeps/i386/crtn.S: Likewise.
40583         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40584         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40585         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40586         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40587         * sysdeps/sh/crti.S: Likewise.
40588         * sysdeps/sh/crtn.S: Likewise.
40589         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40590
40591         [BZ #13673]
40592         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40593         with URL.
40594         * locale/programs/locfile-kw.gperf: Likewise.
40595         * locale/programs/charmap-kw.h: Regenerated.
40596         * locale/programs/locfile-kw.h: Likewise.
40597
40598         [BZ #13673]
40599         * intl/plural.y: Replace FSF snail mail address with URL.
40600         * intl/plural.c: Regenerated.
40601
40602 2012-03-09  Richard Henderson  <rth@twiddle.net>
40603
40604         * include/math_private.h: Remove file.
40605         * math/math_private.h: Move file ...
40606         * sysdeps/generic/math_private.h: ... here.
40607
40608         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40609         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40610         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40611
40612         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40613         and <math_private.h>.
40614         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40615         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40616         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40617         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40618         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40619         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40620         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40621         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40622         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40623         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40624         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40625         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40626         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40627         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40628         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40629         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40630         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40631         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40632         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40633         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40634         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40635         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40636         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40637         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40638         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40639         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40640         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40641         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40642         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40643         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40644         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40645         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40646         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40647         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40648         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40649         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40650         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40651         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40652         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40653         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40654         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40655         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40656         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40657         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40658         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40659         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40660         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40661         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40662         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40663         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40664         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40665         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40666         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40667         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40668         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40669         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40670         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40671         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40672         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40673         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40674         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40675         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40676         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40677         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40678         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40679         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40680         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40681         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40682         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40683         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40684         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40685         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40686         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40687         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40688         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40689         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40690         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40691         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40692         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40693         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40694         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40695         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40696         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40697         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40698         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40699         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40700         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40701         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40702         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40703         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40704         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40705         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40706         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40707         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40708         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40709         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40710         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40711         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40712         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40713         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40714         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40715         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40716         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40717         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40718         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40719         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40720         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40721         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40722         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40723         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40724         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40725         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40726         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40727         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40728         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40729         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40730         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40731         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40732         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40733         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40734         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40735         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40736         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40737         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40738         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40739         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40740         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40741         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40742         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40743         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40744         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40745         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40746         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40747         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40748         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40749         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40750         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40751         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40752         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40753         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40754         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40755         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40756         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40757         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40758         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40759         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40760         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40761         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40762         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40763         * sysdeps/ieee754/k_standard.c: Likewise.
40764         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40765         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40766         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40767         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40768         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40769         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40770         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40771         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40772         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40773         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40774         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40775         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40776         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40777         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40778         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40779         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40780         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40781         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40782         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40783         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40784         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40785         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40786         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40787         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40788         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40789         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40790         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40791         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40792         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40793         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40794         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40795         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40796         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40797         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40798         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40799         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40800         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40801         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40802         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40803         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40804         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40805         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40806         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40807         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40808         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40809         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40810         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40811         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40812         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40813         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40814         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40815         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40816         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40817         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40818         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40819         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40820         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40821         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40822         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40823         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40824         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40825         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40826         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40827         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40828         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40829         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40830         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40831         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40832         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40833         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40834         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40835         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40836         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40837         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40838         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40839         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40840         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40841         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40842         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40843         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40844         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40845         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40846         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40847         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40848         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40849         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40850         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40851         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40852         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40853         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40854         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40855         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40856         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40857         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40858         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40859         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40860         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40861         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40862         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40863         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40864         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40865         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40866         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40867         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40868         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40869         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40870         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40871         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40872         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40873         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40874         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40875         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40876         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40877         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40878         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40879         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40880         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40881         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40882         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40883         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40884         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40885         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40886         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40887         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40888         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40889         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40890         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40891         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40892         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40893         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40894         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40895         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40896         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40897         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40898         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40899         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40900         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40901         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40902         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40903         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40904         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40905         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40906         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40907         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40908         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40909         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40910         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40911         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40912         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40913         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40914         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40915         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40916         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40917         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40918         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40919         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40920         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40921         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40922         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40923         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40924         * sysdeps/ieee754/s_lib_version.c: Likewise.
40925         * sysdeps/ieee754/s_matherr.c: Likewise.
40926         * sysdeps/ieee754/s_signgam.c: Likewise.
40927         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40928         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40929         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40930         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40931         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40932         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40933         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40934         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40935         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40936         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40937         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40938         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40939         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40940         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40941         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40942         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40943         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40944         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40945         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40946         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40947         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40948
40949 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40950
40951         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40952         * sunrpc/rpc_main.c: Likewise.
40953         * sunrpc/rpc_svcout.c: Likewise.
40954
40955 2012-03-09  David S. Miller  <davem@davemloft.net>
40956
40957         * include/math_private.h: New file.
40958
40959 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40960
40961         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40962         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40963         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40964         from <bits/socket_type.h>.
40965         (enum __socket_type): Don't define here.
40966         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40967         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40968         bits/socket_type.h.
40969
40970         [BZ #13566]
40971         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40972         checking __USE_GNU.
40973
40974         * Makerules ($(inst_includedir)/%.h): New rule.
40975         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40976         (install-others): Remove variable setting.
40977         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40978
40979 2012-03-08  Richard Henderson  <rth@twiddle.net>
40980
40981         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40982         from macro to inline function; merge with the
40983         !__LIBC_INTERNAL_MATH_INLINES version.
40984         (__ieee754_sqrtf): Likewise.
40985
40986         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40987         to inline function.
40988         (__rintf, __floor, __floorf): Likewise.
40989
40990         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40991         macro to inline function.
40992         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40993
40994         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40995         not <math/math_private.h>.
40996
40997 2012-03-08  David S. Miller  <davem@davemloft.net>
40998
40999         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41000         copyright year.
41001         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41002
41003 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41004
41005         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41006         normalization.
41007         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41008         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41009
41010 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41011
41012         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41013         be defined individually, they must be defined as a block.  Define
41014         S for printing a string instead of hidint the different by using a
41015         macro for adding the 'l'.
41016         * stdio-common/tst-fphex-wide.c: Adjust.
41017
41018 2012-03-07  Marek Polacek  <polacek@redhat.com>
41019
41020         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41021
41022 2012-03-08  Marek Polacek  <polacek@redhat.com>
41023
41024         [BZ #13806]
41025         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41026         * stdio-common/tst-fphex.c: Define a few macros to make the
41027         test reusable.  Use them.
41028         * stdio-common/tst-fphex-wide.c: New file.
41029
41030 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41031
41032         [BZ #6911]
41033         * manual/macros.texi (gnusystems): New macro.
41034         (nongnusystems): Likewise.
41035         (gnulinuxhurdsystems): Likewise.
41036         (gnuhurdsystems): Likewise..
41037         (gnulinuxsystems): Likewise.
41038         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41039         variants of the GNU system, not "GNU system".
41040         * manual/conf.texi: Likewise.
41041         * manual/errno.texi: Likewise.  Update example of errno macro
41042         expansion.
41043         * manual/filesys.texi: Likewise.
41044         (getumask): Document as specific to GNU/Hurd.
41045         * manual/install.texi: Likewise.  Reword some references to
41046         GNU/Linux.
41047         * manual/intro.texi: Likewise.
41048         * manual/io.texi: Likewise.
41049         (File Name Portability): Detail which constraints are inapplicable
41050         to all GNU systems and which are only inapplicable to GNU/Hurd.
41051         * manual/job.texi: Likewise.
41052         * manual/llio.texi: Likewise.
41053         (O_NOCTTY): Document as present on GNU/Linux.
41054         * manual/maint.texi: Likewise.
41055         * manual/memory.texi: Likewise.
41056         * manual/pattern.texi: Likewise.
41057         * manual/pipe.texi: Likewise.
41058         * manual/process.texi: Likewise.
41059         * manual/resource.texi: Likewise.
41060         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41061         child on GNU/Hurd.
41062         * manual/setjmp.texi: Likewise.
41063         * manual/signal.texi: Likewise.
41064         * manual/startup.texi: Likewise.
41065         * manual/stdio.texi: Likewise.
41066         * manual/terminal.texi: Likewise.
41067         (ONLCR): Document as POSIX.
41068         (OXTABS): Document availability on GNU/Linux as XTABS.
41069         (ONOEOT): Document availability separately from other bits.
41070         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41071         * manual/time.texi: Likewise.
41072         * manual/users.texi: Likewise.
41073         * INSTALL: Regenerated.
41074         * sysdeps/gnu/errlist.c: Regenerated.
41075
41076         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41077         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41078         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41079         puts.
41080         * configure: Regenerated.
41081
41082 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41083
41084         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41085         default includes instead of AC_HEADER_CHECK.
41086         * sysdeps/i386/configure: Regenerated.
41087
41088         [BZ #10716]
41089         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41090         * math/s_cacoshf.c (__cacoshf): Likewise.
41091         * math/s_cacoshl.c (__cacoshl): Likewise.
41092         * math/s_casinh.c (__casinh): Set signs of result from argument.
41093         * math/s_casinhf.c (__casinhf): Likewise.
41094         * math/s_casinhl.c (__casinhl): Likewise.
41095         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41096         (casinh_test): Add more tests.
41097         * sysdeps/i386/fpu/libm-test-ulps: Update.
41098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41099
41100 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41101
41102         * po/zh_TW.po: Update from translation team.
41103
41104         * login/Makefile (distribute): Remove variable.
41105         * catgets/Makefile: Likewise.
41106         * mach/Makefile: Likewise.
41107         * malloc/Makefile: Likewise.
41108         * misc/Makefile: Likewise.
41109         * iconv/Makefile: Likewise.
41110         * nscd/Makefile: Likewise.
41111         * hurd/Makefile: Likewise.
41112         * manual/Makefile: Likewise.
41113         * locale/Makefile: Likewise.
41114         * intl/Makefile: Likewise.
41115         * conform/Makefile: Likewise.
41116         * nss/Makefile: Likewise.
41117         * time/Makefile: Likewise.
41118         * soft-fp/Makefile: Likewise.
41119         * dirent/Makefile: Likewise.
41120         * gmon/Makefile: Likewise.
41121         * po/Makefile: Likewise.
41122         * rt/Makefile: Likewise.
41123         * socket/Makefile: Likewise.
41124         * math/Makefile: Likewise.
41125         * signal/Makefile: Likewise.
41126         * debug/Makefile: Likewise.
41127         * elf/Makefile: Likewise.
41128         * timezone/Makefile: Likewise.
41129         * stdlib/Makefile: Likewise.
41130         * iconvdata/Makefile: Likewise.
41131         * sunrpc/Makefile: Likewise.
41132         * io/Makefile: Likewise.
41133         * argp/Makefile: Likewise.
41134         * inet/Makefile: Likewise.
41135         * hesiod/Makefile: Likewise.
41136         * grp/Makefile: Likewise.
41137         * csu/Makefile: Likewise.
41138         * wctype/Makefile: Likewise.
41139         * crypt/Makefile: Likewise.
41140         * libio/Makefile: Likewise.
41141         * string/Makefile: Likewise.
41142         * nis/Makefile: Likewise.
41143         * resolv/Makefile: Likewise.
41144         * stdio-common/Makefile: Likewise.
41145         * wcsmbs/Makefile: Likewise.
41146         * dlfcn/Makefile: Likewise.
41147         * posix/Makefile: Likewise.
41148
41149         [BZ #6959]
41150         * timezone/Makefile: Don't install timezone files, just the programs
41151         and scripts.
41152
41153 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41154
41155         * nss/databases.def: Add missing gshadow entry.
41156
41157         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41158
41159 2012-03-06  Marek Polacek  <polacek@redhat.com>
41160
41161         [BZ #13726]
41162         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41163         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41164         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41165         * stdio-common/tst-long-dbl-fphex.c: New file.
41166
41167 2012-03-06  David S. Miller  <davem@davemloft.net>
41168
41169         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41170         (set_obp_int): New function.
41171         (get_obp_int): New function.
41172         (__get_clockfreq_via_dev_openprom): Likewise.
41173         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41174         Avoid unused variable warnings on 'val' and use builtin_expect.
41175         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41176         __builtin_expect.
41177         (INLINE_CLONE_SYSCALL): Likewise.
41178
41179 2012-03-05  David S. Miller  <davem@davemloft.net>
41180
41181         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41182
41183 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41184
41185         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41186
41187         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41188         only for |x| >= 40.
41189         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41190
41191 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41192
41193         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41194         Replace gettimeofday with __vdso_gettimeofday.
41195
41196         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41197         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41198         __vdso_clock_gettime and __vdso_getcpu.
41199
41200         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41201         time with __vdso_time.
41202
41203 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41204
41205         * manual/lang.texi (size_t): Note types to which size_t may be
41206         equivalent with the GNU C Library, but do not describe when
41207         differences between them are significant.
41208
41209 2012-03-05  Andreas Jaeger  <aj@suse.de>
41210
41211         * sysdeps/i386/fpu/libm-test-ulps: Update.
41212
41213 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41214
41215         [BZ #3976]
41216         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41217         (__ieee754_pow): Save and restore rounding mode and use
41218         round-to-nearest for main computations.
41219         * math/libm-test.inc (pow_test_tonearest): New function.
41220         (pow_test_towardzero): Likewise.
41221         (pow_test_downward): Likewise.
41222         (pow_test_upward): Likewise.
41223         (main): Call the new functions.
41224         * sysdeps/i386/fpu/libm-test-ulps: Update.
41225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41226
41227         [BZ #3976]
41228         * math/libm-test.inc (cosh_test_tonearest): New function.
41229         (cosh_test_towardzero): Likewise.
41230         (cosh_test_downward): Likewise.
41231         (cosh_test_upward): Likewise.
41232         (sinh_test_tonearest): Likewise.
41233         (sinh_test_towardzero): Likewise.
41234         (sinh_test_downward): Likewise.
41235         (sinh_test_upward): Likewise.
41236         (main): Call the new functions.
41237         * sysdeps/i386/fpu/libm-test-ulps: Update.
41238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41239
41240 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41241
41242         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41243         default stack guard is set in last bytes.
41244         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41245
41246 2012-03-05  Kees Cook  <keescook@chromium.org>
41247
41248         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
41249
41250         [BZ #13656]
41251         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41252         possibly allocate from heap instead of stack.
41253         * stdio-common/bug-vfprintf-nargs.c: New file.
41254         * stdio-common/Makefile (tests): Add nargs overflow test.
41255
41256 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
41257
41258         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41259
41260 2012-03-03  Marek Polacek  <polacek@redhat.com>
41261
41262         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41263         * math/math_private.h: Likewise.
41264         * stdlib/tst-strtod.c: Likewise.
41265         * sysdeps/i386/i486/bits/atomic.h: Likewise.
41266         * sysdeps/x86_64/bits/atomic.h: Likewise.
41267
41268 2012-03-02  David S. Miller  <davem@davemloft.net>
41269
41270         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41271         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41272         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41273         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41274         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41275         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41276         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41277         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41278
41279 2012-03-02  Roland McGrath  <roland@hack.frob.com>
41280
41281         [BZ #13792]
41282         * manual/examples/README: New file, says the example source files
41283         can be used under GPL>=2.
41284         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41285         line containing just "*/".
41286         * manual/examples/add.c: Add copyright header (GPL>=2).
41287         * manual/examples/argp-ex1.c: Likewise.
41288         * manual/examples/argp-ex2.c: Likewise.
41289         * manual/examples/argp-ex3.c: Likewise.
41290         * manual/examples/argp-ex4.c: Likewise.
41291         * manual/examples/atexit.c: Likewise.
41292         * manual/examples/db.c: Likewise.
41293         * manual/examples/dir.c: Likewise.
41294         * manual/examples/dir2.c: Likewise.
41295         * manual/examples/execinfo.c: Likewise.
41296         * manual/examples/filecli.c: Likewise.
41297         * manual/examples/filesrv.c: Likewise.
41298         * manual/examples/fmtmsgexpl.c: Likewise.
41299         * manual/examples/genpass.c: Likewise.
41300         * manual/examples/inetcli.c: Likewise.
41301         * manual/examples/inetsrv.c: Likewise.
41302         * manual/examples/isockad.c: Likewise.
41303         * manual/examples/longopt.c: Likewise.
41304         * manual/examples/memopen.c: Likewise.
41305         * manual/examples/memstrm.c: Likewise.
41306         * manual/examples/mkfsock.c: Likewise.
41307         * manual/examples/mkisock.c: Likewise.
41308         * manual/examples/mygetpass.c: Likewise.
41309         * manual/examples/pipe.c: Likewise.
41310         * manual/examples/popen.c: Likewise.
41311         * manual/examples/rprintf.c: Likewise.
41312         * manual/examples/search.c: Likewise.
41313         * manual/examples/select.c: Likewise.
41314         * manual/examples/setjmp.c: Likewise.
41315         * manual/examples/sigh1.c: Likewise.
41316         * manual/examples/sigusr.c: Likewise.
41317         * manual/examples/stpcpy.c: Likewise.
41318         * manual/examples/strdupa.c: Likewise.
41319         * manual/examples/strftim.c: Likewise.
41320         * manual/examples/strncat.c: Likewise.
41321         * manual/examples/subopt.c: Likewise.
41322         * manual/examples/swapcontext.c: Likewise.
41323         * manual/examples/termios.c: Likewise.
41324         * manual/examples/testopt.c: Likewise.
41325         * manual/examples/testpass.c: Likewise.
41326         * manual/examples/timeval_subtract.c: Likewise.
41327
41328         [BZ #13792]
41329         * manual/time.texi (Elapsed Time): Move timeval_subtract example
41330         function to ...
41331         * manual/timeval_subtract.c.texi: ... here, new file.
41332
41333 2012-03-02  David S. Miller  <davem@davemloft.net>
41334
41335         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
41336
41337 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
41338
41339         [BZ #3976]
41340         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
41341         (__sin): Save and restore rounding mode and use round-to-nearest
41342         for all computations.
41343         (__cos): Save and restore rounding mode and use round-to-nearest
41344         for all computations.
41345         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
41346         <fenv.h>.
41347         (tan): Save and restore rounding mode and use round-to-nearest for
41348         all computations.
41349         * math/libm-test.inc (cos_test_tonearest): New function.
41350         (cos_test_towardzero): Likewise.
41351         (cos_test_downward): Likewise.
41352         (cos_test_upward): Likewise.
41353         (sin_test_tonearest): Likewise.
41354         (sin_test_towardzero): Likewise.
41355         (sin_test_downward): Likewise.
41356         (sin_test_upward): Likewise.
41357         (tan_test_tonearest): Likewise.
41358         (tan_test_towardzero): Likewise.
41359         (tan_test_downward): Likewise.
41360         (tan_test_upward): Likewise.
41361         (main): Call the new functions.
41362         * sysdeps/i386/fpu/libm-test-ulps: Update.
41363         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41364
41365         [BZ #10135]
41366         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41367         small n, then large n, before computing and testing k+n.
41368         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41369         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41370         Likewise.
41371         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41372         Likewise.
41373         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41374         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41375         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41376         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41377         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41378         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41379         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41380         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41381         * math/libm-test.inc (scalbn_test): Add more tests.
41382         (scalbln_test): Likewise.
41383
41384         * manual/filesys.texi (mode_t): Describe constraints on size and
41385         signedness, not exact equivalence to a particular type.
41386         (ino_t): Likewise.
41387         (ino64_t): Likewise.
41388         (dev_t): Likewise.
41389         (nlink_t): Likewise.
41390         (blkcnt_t): Likewise.
41391         (blkcnt64_t): Likewise.
41392         * manual/llio.texi (off_t): Likewise.
41393
41394         [BZ #3976]
41395         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41396         (__ieee754_exp): Save and restore rounding mode and use
41397         round-to-nearest for all computations.
41398         * math/libm-test.inc (exp_test_tonearest): New function.
41399         (exp_test_towardzero): Likewise.
41400         (exp_test_downward): Likewise.
41401         (exp_test_upward): Likewise.
41402         (main): Call the new functions.
41403         * sysdeps/i386/fpu/libm-test-ulps: Update.
41404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41405
41406 2012-03-01  Chris Demetriou  <cgd@google.com>
41407
41408         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41409         have predictable order.
41410
41411 2012-03-01  David S. Miller  <davem@davemloft.net>
41412
41413         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41414
41415         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41416         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41417         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41418         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41419
41420         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41421         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41422         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41423         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41424         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41425         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41426         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41427         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41428         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41429
41430         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41431
41432         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41433         * sysdeps/sparc/fpu/libm-test-ulps: to here.
41434         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41435
41436         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41437         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41438         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41439         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41440         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41441         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41442         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41443         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41444         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41445         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41446         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41447         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41448         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41449         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41450         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41451         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41452         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41453         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41454         * sysdeps/sparc/elf/configure: Regenerated.
41455
41456 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
41457
41458         * configure.in (AS, LD): Require binutils 2.20 or later.
41459         * configure: Regenerated.
41460         * manual/install.texi (Tools for Compilation): Give binutils 2.20
41461         as required minimum version.
41462         * INSTALL: Regenerated.
41463
41464         [BZ #2541]
41465         [BZ #4108]
41466         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41467         before squaring exponent.
41468         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41469         bottom long double and 27 bits of top long double before squaring
41470         exponent.
41471         * math/libm-test.inc (erfc_test): Add more tests.
41472         * sysdeps/i386/fpu/libm-test-ulps: Update.
41473         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41475
41476 2012-03-01  Kai Tietz  <ktietz@redhat.com>
41477
41478         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41479         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41480         containing bit-fields.
41481         * soft-fp/extended.h (_FP_UNION_E): Likewise.
41482         * soft-fp/single.h (_FP_UNION_S): Likewise.
41483         * soft-fp/double.h (_FP_UNION_D): Likewise.
41484
41485 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41486
41487         [BZ #13786]
41488         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41489         not include ../strcmp.S.
41490         [USE_AS_STRNCASECMP_L]: Likewise.
41491         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41492         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41493         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41494         (__strncasecmp_l_ia32): Define as alias to
41495         __strncasecmp_l_nonascii.
41496
41497         [BZ #5794]
41498         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41499         * sysdeps/i386/fpu/libm-test-ulps: Update.
41500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41501
41502         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41504
41505 2012-02-29  Jeff Law  <law@redhat.com>
41506
41507         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41508         out of bounds read.
41509
41510 2012-02-29  Marek Polacek  <polacek@redhat.com>
41511
41512         [BZ #13706]
41513         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41514         * elf/Makefile: Add rules to run tst-unused-dep.out.
41515
41516 2012-02-28  David S. Miller  <davem@davemloft.net>
41517
41518         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41519         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41520         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41521         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41522         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41523         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41524
41525 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41526
41527         * math/libm-test.inc (llround_test): Move one test from
41528         lround_test.  Use TEST_f_L in moved test.
41529         (lround_test): Move misplaced test to llround_test.  Add testcase
41530         from bug 2561.
41531
41532 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41533
41534         * sysdeps/x86_64/fpu/e_expf.S: New file.
41535         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41536
41537 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41538
41539         [BZ #13637]
41540         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41541         of remain_len that may cause incomplete multi-byte character and
41542         false match.
41543         * posix/bug-regex33.c: New file.
41544         * posix/Makefile (tests): Add bug-regex33.
41545
41546 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41547
41548         * manual/macros.texi: New file.
41549         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41550         * manual/libc.texinfo: Include macros.texi.
41551         * manual/creatute.texi: Likewise.
41552         * manual/install.texi: Likewise.
41553         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41554         @glibcadj{} in references to the GNU C Library.
41555         * manual/charset.texi: Likewise.
41556         * manual/conf.texi: Likewise.
41557         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41558         when not using those macros.
41559         * manual/creature.texi: Likewise.
41560         * manual/crypt.texi: Likewise.
41561         * manual/errno.texi: Likewise.
41562         * manual/filesys.texi: Likewise.
41563         * manual/header.texi: Likewise.
41564         * manual/install.texi: Likewise.
41565         * manual/intro.texi: Likewise.
41566         * manual/io.texi: Likewise.
41567         * manual/job.texi: Likewise.
41568         * manual/lang.texi: Likewise.
41569         * manual/libc.texiinfo: Likewise.
41570         * manual/llio.texi: Likewise.
41571         * manual/locale.texi: Likewise.
41572         * manual/maint.texi: Likewise.
41573         * manual/math.texi: Likewise.
41574         * manual/memory.texi: Likewise.
41575         * manual/message.texi: Likewise.
41576         * manual/nss.texi: Likewise.
41577         * manual/pattern.texi: Likewise.
41578         * manual/process.texi: Likewise.
41579         * manual/resource.texi: Likewise.
41580         * manual/search.texi: Likewise.
41581         * manual/setjmp.texi: Likewise.
41582         * manual/signal.texi: Likewise.
41583         * manual/socket.texi: Likewise.
41584         * manual/startup.texi: Likewise.
41585         * manual/stdio.texi: Likewise.
41586         * manual/string.texi: Likewise.
41587         * manual/sysinfo.texi: Likewise.
41588         * manual/syslog.texi: Likewise.
41589         * manual/terminal.texi: Likewise.
41590         * manual/time.texi: Likewise.
41591         * manual/users.texi: Likewise.
41592         * INSTALL: Regenerated.
41593         * NOTES: Regenerated.
41594         * sysdeps/gnu/errlist.c: Regenerated.
41595
41596 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41597
41598         * include/dirent.h: Include <dirstream.h> before
41599         <dirent/dirent.h>.
41600
41601 2012-02-28  David S. Miller  <davem@davemloft.net>
41602
41603         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41604         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41605         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41606         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41607
41608 2012-02-27  David S. Miller  <davem@davemloft.net>
41609
41610         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41611         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41612         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41613         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41614
41615         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41616         frame pointer instead of stack pointer relative arg slot.
41617         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41618         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41619         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41620
41621 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41622
41623         [BZ #3992]
41624         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41625
41626 2012-02-27  David S. Miller  <davem@davemloft.net>
41627
41628         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41629         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41630         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41631         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41632         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41633         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41634         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41635         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41636
41637 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41638
41639         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41640         later.  Allow versions 5-9.
41641         * configure: Regenerated.
41642         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41643         required minimum version and 4.6 as recommended version.  Do not
41644         mention bugs in GCC 2.7 and 2.8.
41645         * INSTALL: Regenerated.
41646
41647 2012-02-27  David S. Miller  <davem@davemloft.net>
41648
41649         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41650         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41651         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41652         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41653         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41654         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41655         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41656         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41657
41658         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41659         manipulate bits before adding and subtracting TWO112[sx].
41660         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41661
41662 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41663
41664         [BZ #13775]
41665         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41666         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41667         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41668         being in POSIX, because they are in 1003.1-2008.
41669
41670         * rt/tst-aio.c: Include <fcntl.h>.
41671         * rt/tst-aio7.c: Likewise.
41672         * rt/tst-aio64.c: Likewise.
41673
41674         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41675
41676 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41677
41678         * manual/install.texi (--with-headers): Describe headers as
41679         interface headers, not private headers.
41680         (Specific advice for GNU/Linux systems): Describe use of headers
41681         from "make headers_install", not private headers from older
41682         kernels.
41683         * INSTALL: Regenerated.
41684         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41685         Change to 2.6.19.
41686         * sysdeps/unix/sysv/linux/configure: Regenerated.
41687
41688         * manual/llio.texi (fclean): Remove documentation.
41689
41690         * manual/Makefile (libc-texi-generated): New variable.  Include
41691         version.texi.
41692         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41693         $(libc-texi-generated), not duplicated list of files.
41694         (version.texi, stamp-version): New rules.
41695         (realclean): Remove $(libc-texi-generated), not individual files
41696         from that list.  Do not remove dir-add.texinfo.
41697         * manual/libc.texinfo: Comment out uses of edition numbers and
41698         references to printed manual.  Remove last-updated dates.
41699         (EDITION): Comment out.
41700         (ISBN): Likewise.
41701         (VERSION, UPDATED): Remove.
41702         (version.texi): Include.
41703
41704 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41705
41706         * sysdeps/posix/spawni.c: Include <signal.h>.
41707         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41708         * sysdeps/pthread/aio_fsync.c: Likewise.
41709
41710 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41711
41712         * conform/Makefile (tests): Run only when not cross-compiling and
41713         when fast-check is not defined.
41714
41715         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41716         * conform/data/limits.h-data: Fixes for POSIX2008.
41717         * conform/run-conformtest.sh: Run all tests.
41718         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41719         headers.
41720         * include/bits/dlfcn.h: Likewise.
41721         * include/langinfo.h: Likewise.
41722         * include/monetary.h: Likewise.
41723         * include/sys/poll.h: Likewise.
41724
41725         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41726         for __USE_GNU.
41727         * posix/spawn.h: Define __need_sigset_t.
41728         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41729         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41730         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41731         to get sigevent_t only.
41732         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41733         only for __USE_GNU.
41734         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41735         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41736         process_vm_writev only for __USE_GNU.
41737         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41738
41739         * conform/Makefile: For now ignore errors from run-conformtest.
41740         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41741         POSIX to avoid namespace pollution.  Don't prepend headers.
41742         * conform/data/aio.h-data: Fixes for POSIX testing.
41743         * conform/data/fcntl.h-data: Likewise.
41744         * conform/data/glob.h-data: Likewise.
41745         * conform/data/grp.h-data: Likewise.
41746         * conform/data/pthread.h-data: Likewise.
41747         * conform/data/pwd.h-data: Likewise.
41748         * conform/data/signal.h-data: Likewise.
41749         * conform/data/spawn.h-data: Likewise.
41750         * conform/data/stdio.h-data: Likewise.
41751         * conform/data/stdlib.h-data: Likewise.
41752         * conform/data/stropts.h-data: Likewise.
41753         * conform/data/sys/mman.h-data: Likewise.
41754         * conform/data/sys/stat.h-data: Likewise.
41755         * conform/data/sys/types.h-data: Likewise.
41756         * conform/data/sys/wait.h-data: Likewise.
41757         * conform/data/time.h-data: Likewise.
41758         * conform/data/unistd.h-data: Likewise.
41759         * conform/data/utime.h-data: Likewise.
41760
41761         * io/sys/stat.h: fchmod was always in POSIX.
41762         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41763         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41764         * rt/aio.h: Define __need_timespec before including <time.h>.
41765         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41766         struct.  Add forward declaration of pthread_attr_t and use it in
41767         sigevent.
41768         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41769         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41770         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41771         always remove CLK_TCK definition.
41772
41773 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41774
41775         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41776
41777 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41778
41779         * conform/run-conformtest.sh: New file.
41780         * conform/Makefile: Run run-conformtest for tests.
41781         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41782         support.
41783
41784         * conform/data/uchar.h-data: New file.
41785         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41786         * conform/data/arpa/inet.h-data: Likewise.
41787         * conform/data/assert.h-data: Likewise.
41788         * conform/data/complex.h-data: Likewise.
41789         * conform/data/cpio.h-data: Likewise.
41790         * conform/data/ctype.h-data: Likewise.
41791         * conform/data/dirent.h-data: Likewise.
41792         * conform/data/dlfcn.h-data: Likewise.
41793         * conform/data/errno.h-data: Likewise.
41794         * conform/data/fcntl.h-data: Likewise.
41795         * conform/data/float.h-data: Likewise.
41796         * conform/data/fmtmsg.h-data: Likewise.
41797         * conform/data/fnmatch.h-data: Likewise.
41798         * conform/data/ftw.h-data: Likewise.
41799         * conform/data/glob.h-data: Likewise.
41800         * conform/data/grp.h-data: Likewise.
41801         * conform/data/iconv.h-data: Likewise.
41802         * conform/data/inttypes.h-data: Likewise.
41803         * conform/data/langinfo.h-data: Likewise.
41804         * conform/data/libgen.h-data: Likewise.
41805         * conform/data/limits.h-data: Likewise.
41806         * conform/data/locale.h-data: Likewise.
41807         * conform/data/math.h-data: Likewise.
41808         * conform/data/monetary.h-data: Likewise.
41809         * conform/data/mqueue.h-data: Likewise.
41810         * conform/data/ndbm.h-data: Likewise.
41811         * conform/data/net/if.h-data: Likewise.
41812         * conform/data/netdb.h-data: Likewise.
41813         * conform/data/netinet/in.h-data: Likewise.
41814         * conform/data/nl_types.h-data: Likewise.
41815         * conform/data/poll.h-data: Likewise.
41816         * conform/data/pthread.h-data: Likewise.
41817         * conform/data/pwd.h-data: Likewise.
41818         * conform/data/regex.h-data: Likewise.
41819         * conform/data/sched.h-data: Likewise.
41820         * conform/data/search.h-data: Likewise.
41821         * conform/data/semaphore.h-data: Likewise.
41822         * conform/data/setjmp.h-data: Likewise.
41823         * conform/data/signal.h-data: Likewise.
41824         * conform/data/spawn.h-data: Likewise.
41825         * conform/data/stdarg.h-data: Likewise.
41826         * conform/data/stdio.h-data: Likewise.
41827         * conform/data/stdlib.h-data: Likewise.
41828         * conform/data/string.h-data: Likewise.
41829         * conform/data/strings.h-data: Likewise.
41830         * conform/data/stropts.h-data: Likewise.
41831         * conform/data/sys/ipc.h-data: Likewise.
41832         * conform/data/sys/mman.h-data: Likewise.
41833         * conform/data/sys/msg.h-data: Likewise.
41834         * conform/data/sys/resource.h-data: Likewise.
41835         * conform/data/sys/select.h-data: Likewise.
41836         * conform/data/sys/sem.h-data: Likewise.
41837         * conform/data/sys/shm.h-data: Likewise.
41838         * conform/data/sys/socket.h-data: Likewise.
41839         * conform/data/sys/stat.h-data: Likewise.
41840         * conform/data/sys/statvfs.h-data: Likewise.
41841         * conform/data/sys/time.h-data: Likewise.
41842         * conform/data/sys/timeb.h-data: Likewise.
41843         * conform/data/sys/times.h-data: Likewise.
41844         * conform/data/sys/types.h-data: Likewise.
41845         * conform/data/sys/uio.h-data: Likewise.
41846         * conform/data/sys/un.h-data: Likewise.
41847         * conform/data/sys/utsname.h-data: Likewise.
41848         * conform/data/sys/wait.h-data: Likewise.
41849         * conform/data/syslog.h-data: Likewise.
41850         * conform/data/tar.h-data: Likewise.
41851         * conform/data/termios.h-data: Likewise.
41852         * conform/data/utime.h-data: Likewise.
41853         * conform/data/utmpx.h-data: Likewise.
41854         * conform/data/varargs.h-data: Likewise.
41855         * conform/data/wchar.h-data: Likewise.
41856         * conform/data/wctype.h-data: Likewise.
41857         * conform/data/wordexp.h-data: Likewise.
41858
41859         * include/stropts.h: New file.
41860         * include/uchar.h: New file.
41861         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41862         * include/assert.h: Likewise.
41863         * include/ctype.h: Likewise.
41864         * include/dirent.h: Likewise.
41865         * include/dlfcn.h: Likewise.
41866         * include/fcntl.h: Likewise.
41867         * include/fnmatch.h: Likewise.
41868         * include/glob.h: Likewise.
41869         * include/grp.h: Likewise.
41870         * include/libio.h: Likewise.
41871         * include/locale.h: Likewise.
41872         * include/math.h: Likewise.
41873         * include/net/if.h: Likewise.
41874         * include/netdb.h: Likewise.
41875         * include/netinet/in.h: Likewise.
41876         * include/pthread.h: Likewise.
41877         * include/pwd.h: Likewise.
41878         * include/regex.h: Likewise.
41879         * include/sched.h: Likewise.
41880         * include/search.h: Likewise.
41881         * include/setjmp.h: Likewise.
41882         * include/signal.h: Likewise.
41883         * include/stdio.h: Likewise.
41884         * include/stdlib.h: Likewise.
41885         * include/string.h: Likewise.
41886         * include/sys/cdefs.h: Likewise.
41887         * include/sys/mman.h: Likewise.
41888         * include/sys/msg.h: Likewise.
41889         * include/sys/resource.h: Likewise.
41890         * include/sys/select.h: Likewise.
41891         * include/sys/socket.h: Likewise.
41892         * include/sys/stat.h: Likewise.
41893         * include/sys/statvfs.h: Likewise.
41894         * include/sys/time.h: Likewise.
41895         * include/sys/times.h: Likewise.
41896         * include/sys/uio.h: Likewise.
41897         * include/sys/utsname.h: Likewise.
41898         * include/sys/wait.h: Likewise.
41899         * include/termios.h: Likewise.
41900         * include/time.h: Likewise.
41901         * include/ulimit.h: Likewise.
41902         * include/unistd.h: Likewise.
41903         * include/utime.h: Likewise.
41904         * include/wchar.h: Likewise.
41905         * include/wctype.h: Likewise.
41906         * include/wordexp.h: Likewise.
41907
41908         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41909
41910         * time/time.h: TIME_UTC must be a macro.
41911         Make timespec_get available for ISO C11 only as well.
41912
41913 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41914
41915         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41916         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41917
41918 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41919
41920         * configure.in: Use -o not -a in test for unsupported multi-arch.
41921
41922 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41923
41924         * manual/texinfo.tex: Update to version 2012-01-19.16.
41925
41926 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41927
41928         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41929
41930 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41931
41932         [BZ #13738]
41933         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41934         * manual/fdl-1.3.texi: New file.
41935         * manual/fdl-1.1.texi: File removed.
41936
41937         [BZ #13738]
41938         * manual/libc.texinfo (FDL_VERSION): New @set.
41939         Use it for mention of FDL in cover text.
41940         (Documentation License): Use it in @include file name.
41941
41942 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41943             Roland McGrath  <roland@hack.frob.com>
41944
41945         [BZ #5461]
41946         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41947         (not LONG_LONG_MAX and LONG_LONG_MIN.
41948         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41949         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41950         name.
41951         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41952
41953 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41954
41955         [BZ #2547]
41956         [BZ #11365]
41957         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41958         manipulate bits before adding and subtracting TWO23[sx].
41959         * math/libm-test.inc (nearbyint_test): Add more tests.
41960
41961 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41962
41963         [BZ #2548]
41964         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41965         bits before adding and subtracting TWO23[sx].
41966         * math/libm-test.inc (rint_test): Add more tests.
41967         (rint_test_tonearest): Likewise.
41968         (rint_test_towardzero): Likewise.
41969         (rint_test_downward): Likewise.
41970         (rint_test_upward: Likewise.
41971
41972 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41973
41974         [BZ #10110]
41975         * include/stdc-predef.h: New file.  Extracted from features.h.
41976         * include/features.h: Include stdc-predef.h.
41977         * Makefile (headers): Add stdc-predef.h.
41978         * CONFORMANCE (Compiler limitations): Update.
41979
41980 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41981
41982         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41983
41984 2012-02-21  David S. Miller  <davem@davemloft.net>
41985
41986         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41987         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41988
41989 2012-02-20  David S. Miller  <davem@davemloft.net>
41990
41991         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41992         using a normal save/restore sequence, rather than allocating a
41993         dummy stack frame just to store a frame pointer and restore.
41994         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41995
41996 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41997
41998         * manual/install.texi: Fix stray word in line-wrapped comment.
41999
42000 2012-02-20  David S. Miller  <davem@davemloft.net>
42001
42002         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42003         both binutils and gcc support GOTDATA.
42004
42005         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42006         "rd %pc" in the PIC register setup sequences.
42007
42008         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42009         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42010         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42011         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42012         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42013         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42014         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42015         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42016         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42017         (SYSCALL_ERROR_HANDLER): Likewise.
42018         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42019         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42020         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42021         (SYSCALL_ERROR_HANDLER): Likewise.
42022
42023         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42024         (HAVE_GCC_GOTDATA): New.
42025         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42026         relocation support in both binutils and gcc.
42027         * sysdeps/sparc/elf/configure: Regenerate.
42028
42029         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42030         * sysdeps/sparc/sparc32/elf/configure: Delete.
42031         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42032         * sysdeps/sparc/sparc64/elf/configure: Delete.
42033         * sysdeps/sparc/elf/configure.in: New file.
42034         * sysdeps/sparc/elf/configure: Generate.
42035
42036         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42037         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42038         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42039         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42040         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42041
42042 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42043
42044         * manual/install.texi: Do not mention specific glibc version
42045         numbers.
42046         * manual/libc.texinfo (VERSION, UPDATED): Update.
42047         (@copying): Use @copyright{} and range of years.
42048
42049 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42050
42051         [BZ #13695]
42052         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42053         [crti.S not in sysdirs] (generated): Do not append.
42054         [crti.S not in sysdirs] (omit-deps): Likewise.
42055         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42056         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42057         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42058         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42059         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42060         Likewise.
42061         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42062         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42063         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42064         * csu/defs.awk: Remove file.
42065         * sysdeps/generic/initfini.c: Likewise.
42066         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42067         variable.
42068         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42069         Likewise.
42070
42071 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42072
42073         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42074         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42075         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42076         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42077         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42078         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42079         <bits/epoll.h>.
42080         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42081         (__EPOLL_PACKED): Define to empty if not defined by
42082         <bits/epoll.h>.
42083         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42084         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42085         bits/epoll.h.
42086
42087 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42088
42089         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42090         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42091         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42092         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42093         <bits/timerfd.h>.
42094         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42095         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42096         bits/timerfd.h.
42097
42098 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42099
42100         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42101         in C locale.
42102         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42103         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42104         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42106
42107 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42108
42109         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42110         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42111
42112 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42113
42114         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42115         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42116         defined.
42117         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42118         Likewise.
42119         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42120         entry for 2.16.
42121
42122 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42123
42124         * math/w_acos.c: Use non-signaling floating-point comparisons.
42125         * math/w_acosf.c: Likewise.
42126         * math/w_acosh.c: Likewise.
42127         * math/w_acoshf.c: Likewise.
42128         * math/w_acoshl.c: Likewise.
42129         * math/w_acosl.c: Likewise.
42130         * math/w_asin.c: Likewise.
42131         * math/w_asinf.c: Likewise.
42132         * math/w_asinl.c: Likewise.
42133         * math/w_atanh.c: Likewise.
42134         * math/w_atanhf.c: Likewise.
42135         * math/w_atanhl.c: Likewise.
42136         * math/w_exp2.c: Likewise.
42137         * math/w_exp2f.c: Likewise.
42138         * math/w_exp2l.c: Likewise.
42139         * math/w_j0.c: Likewise.
42140         * math/w_j0f.c: Likewise.
42141         * math/w_j0l.c: Likewise.
42142         * math/w_j1.c: Likewise.
42143         * math/w_j1f.c: Likewise.
42144         * math/w_j1l.c: Likewise.
42145         * math/w_jn.c: Likewise.
42146         * math/w_jnf.c: Likewise.
42147         * math/w_log.c: Likewise.
42148         * math/w_log10.c: Likewise.
42149         * math/w_log10f.c: Likewise.
42150         * math/w_log10l.c: Likewise.
42151         * math/w_log2.c: Likewise.
42152         * math/w_log2f.c: Likewise.
42153         * math/w_log2l.c: Likewise.
42154         * math/w_logf.c: Likewise.
42155         * math/w_logl.c: Likewise.
42156         * math/w_sqrt.c: Likewise.
42157         * math/w_sqrtf.c: Likewise.
42158         * math/w_sqrtl.c: Likewise.
42159         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42160         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42161         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42162         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42163         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42164
42165 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42166
42167         [BZ #9739]
42168         * manual/string.texi (strnlen): Use correct parameter name in
42169         equivalent expression.
42170
42171 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42172
42173         [BZ #11174]
42174         * manual/users.texi (seteuid): Consistently use neweuid for
42175         argument name.
42176
42177 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42178
42179         [BZ #13704]
42180         * manual/nss.texi (Services in the NSS configuration): Correct
42181         list of services in example configuration file.
42182
42183 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42184
42185         [BZ #11322]
42186         * manual/arith.texi: Remove statements about negative zero
42187         behaving identically to zero.
42188
42189 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42190
42191         [BZ #5993]
42192         * manual/install.texi: Do not document upgrading from libc5.
42193
42194 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42195
42196         [BZ #4596]
42197         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42198
42199 2012-02-18  David S. Miller  <davem@davemloft.net>
42200
42201         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42202         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42203         %o7 across the call.
42204         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42205         instead.
42206         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42207         SETUP_PIC_REG_LEAF.
42208         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42209         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42210         * sysdeps/sparc/crtn.S: Likewise.
42211
42212 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42213
42214         * aout/Makefile: Remove.
42215
42216 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42217
42218         [BZ #13058]
42219         * manual/examples/argp-ex1.c (main): Format definition in GNU
42220         style.
42221         * manual/examples/argp-ex2.c (main): Likewise.
42222         * manual/examples/argp-ex3.c (main): Likewise.
42223         * manual/examples/argp-ex4.c (main): Likewise.
42224         * manual/examples/longopt.c (main): Use new-style prototype
42225         definition.
42226         * manual/examples/strncat.c (main): Specify return type and use
42227         (void) for arguments.
42228         * manual/examples/subopt.c (main): Use char **argv argument.
42229
42230 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42231
42232         [BZ #5077]
42233         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42234         rounding modes.
42235
42236 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42237
42238         [BZ #6907]
42239         * manual/string.texi (strchr): Change when strchrnul is
42240         recommended.
42241
42242 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42243
42244         [BZ #174]
42245         * manual/locale.texi (setlocale): Document LOCPATH.
42246
42247 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42248
42249         [BZ #10210]
42250         * manual/process.texi (execle): Move @dots{} before last argument.
42251
42252 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
42253
42254         [BZ #12047]
42255         * manual/charset.texi (Generic Charset Conversion): Fix typo
42256         (LC_TYPE -> LC_CTYPE).
42257
42258 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
42259
42260         [BZ #5805]
42261         * manual/arith.texi (scalbn): Use @var{} on parameter names.
42262         (scalbnf): Likewise.
42263         (scalbnl): Likewise.
42264         (scalbln): Likewise.
42265         (scalblnf): Likewise.
42266         (scalblnl): Likewise.
42267         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42268         (vwarnx): Likewise.
42269         (verr): Likewise.
42270         (verrx): Likewise.
42271         * manual/filesys.texi (telldir): Use braces around return type.
42272         * manual/llio.texi (mmap): Add space after comma.
42273         (mmap64): Likewise.
42274         * manual/math.texi (jn): Use @var{} on parameter names.
42275         (jnf): Likewise.
42276         (jnl): Likewise.
42277         (yn): Likewise.
42278         (ynf): Likewise.
42279         (ynl): Likewise.
42280         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42281         line.
42282         * manual/resource.texi (ulimit): Use @dots{} instead of literal
42283         "...".
42284         (sched_get_priority_min): Remove semicolon on @deftypefun line.
42285         (sched_get_priority_max): Likewise.
42286         * manual/signal.texi (sigvec): Add space after comma.
42287         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42288         names.
42289         (if_indextoname): Likewise.
42290         (if_freenameindex): Likewise.
42291         (sendto): Use ',' instead of '.' in prototype.
42292         * manual/startup.texi (syscall): Use @dots{} instead of literal
42293         "...".
42294         * manual/stdio.texi (__fpending): Separate initial words of
42295         paragraph from @deftypefun line.
42296         * manual/syslog.texi (syslog): Use @dots{} instead of literal
42297         "...".
42298         (vsyslog): Use @var{} on parameter names.
42299         * manual/terminal.texi (stty): Use @var{} on parameter names.
42300         * manual/users.texi (getutmp): Use @var{} on parameter names.
42301         (getutmpx): Likewise.
42302
42303 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42304
42305         [BZ #6884]
42306         * manual/stdio.texi (fopen): Fix typos in description of
42307         ",ccs=STRING".
42308
42309 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42310
42311         [BZ #4026]
42312         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42313         get clock_id definition.
42314
42315 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
42316
42317         [BZ #4822]
42318         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42319         (madvise): Cast every argument to void on its own.
42320
42321 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42322
42323         [BZ #9902]
42324         * manual/startup.texi (Exit Status): Fix typo.
42325
42326 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42327
42328         [BZ #10140]
42329         * manual/examples/argp-ex1.c: Include <stdlib.h>.
42330         * manual/examples/argp-ex2.c: Likewise.
42331         * manual/examples/argp-ex3.c: Likewise.
42332
42333 2012-02-16  Richard Henderson  <rth@redhat.com>
42334
42335         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
42336         * sysdeps/s390/s390-32/initfini.c: Remove.
42337         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
42338         * sysdeps/s390/s390-64/initfini.c: Remove.
42339
42340 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42341
42342         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
42343         compiler output for sysdeps/generic/initfini.c.
42344         * sysdeps/sh/elf/initfini.c: Remove file.
42345
42346 2012-02-16  David S. Miller  <davem@davemloft.net>
42347
42348         [BZ #11494]
42349         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42350
42351         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42352         * sysdeps/sparc/crti.S: New file.
42353         * sysdeps/sparc/crtn.S: New file.
42354         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42355         * sysdeps/sparc/sparc64/Makefile: Likewise.
42356
42357 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42358
42359         [BZ #3335]
42360         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42361
42362 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42363
42364         [BZ #4822]
42365         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42366
42367         * mach/devstream.c (cookie_io_functions_t): Macro removed.
42368         (write, read, close): Likewise.
42369         Patch by Aurelien Jarno <aurelien@aurel32.net>.
42370
42371 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
42372
42373         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42374         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42375         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42376         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42377         <bits/signalfd.h>.
42378         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42379         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42380         bits/signalfd.h.
42381
42382 2012-02-14  Marek Polacek  <polacek@redhat.com>
42383
42384         * sysdeps/x86_64/crti.S: New file.
42385         * sysdeps/x86_64/crtn.S: New file.
42386         * sysdeps/x86_64/elf/initfini.c: Remove file.
42387
42388 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42389
42390         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42391         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42392         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42393         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42394         <bits/inotify.h>.
42395         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42396         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42397         bits/inotify.h.
42398
42399 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42400
42401         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42402         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42403         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42404         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42405         <bits/eventfd.h>.
42406         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42407         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42408         bits/eventfd.h.
42409
42410 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
42411
42412         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42413         __feraiseexcept instead of feraiseexcept.
42414
42415         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42416         nanosleep invocations.
42417         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42418         strings, and add error checking for a nanosleep invocations.
42419
42420 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
42421
42422         Replace FSF snail mail address with URLs, as per GNU coding standards.
42423         Most of the snail mail addresses were wrong anyway, and omitting
42424         them makes the source code easier to maintain.  Almost all of the
42425         changes are to license notices and to locale LC_IDENTIFICATION
42426         addresses, except for this one:
42427         * manual/libc.texinfo: In "Published by", give the FSF's URL,
42428         not its snail mail address.
42429
42430 2012-02-09  Richard Henderson  <rth@twiddle.net>
42431
42432         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42433         of kernel-features.h.
42434
42435         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42436
42437 2012-02-08  Marek Polacek  <polacek@redhat.com>
42438
42439         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42440         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42441         * sysdeps/gnu/_G_config.h: Likewise.
42442         * sysdeps/generic/_G_config.h: Likewise.
42443
42444 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
42445
42446         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42447         tests.
42448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42449
42450         * sysdeps/powerpc/powerpc32/crti.S: New file.
42451         * sysdeps/powerpc/powerpc32/crtn.S: New file.
42452         * sysdeps/powerpc/powerpc64/crti.S: New file.
42453         * sysdeps/powerpc/powerpc64/crtn.S: New file.
42454
42455         * Makeconfig (have-initfini): Don't set.
42456         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42457         * configure.in (nopic_initfini): Don't substitute.
42458         * config.h.in (HAVE_INITFINI): Don't #undef.
42459         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42460         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42461
42462 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
42463
42464         Support crti.S and crtn.S provided directly by architectures.
42465         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42466         [crti.S in sysdirs] (omit-deps): Likewise.
42467         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42468         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42469         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42470         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42471         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42472         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42473         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42474         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42475         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42476         compiler output for sysdeps/generic/initfini.c.
42477         * sysdeps/i386/elf/Makefile: Remove file.
42478         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42479
42480 2012-02-07  Marek Polacek  <polacek@redhat.com>
42481
42482         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42483         * sysdeps/gnu/_G_config.h: Likewise.
42484         * sysdeps/mach/hurd/_G_config.h: Likewise.
42485
42486 2012-02-07  Marek Polacek  <polacek@redhat.com>
42487
42488         * math/Makefile (tests): Add tst-CMPLX2.
42489         * math/tst-CMPLX2.c: New file.
42490
42491 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42492
42493         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42494
42495         * math/libm-test.inc (jn_test): Add missing L suffix.
42496
42497 2012-02-06  Marek Polacek  <polacek@redhat.com>
42498
42499         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42500         * sysdeps/i386/fpu/e_powf.S: Likewise.
42501         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42502         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42503         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42504         * sysdeps/i386/fpu/e_pow.S: Likewise.
42505         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42506         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42507         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42508         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42509         * sysdeps/i386/fpu/e_log2.S: Likewise.
42510         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42511         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42512         * sysdeps/i386/fpu/e_powl.S: Likewise.
42513         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42514         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42515         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42516         * sysdeps/i386/fpu/e_logl.S: Likewise.
42517         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42518         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42519         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42520         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42521         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42522         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42523         * sysdeps/i386/fpu/e_log.S: Likewise.
42524         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42525         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42526         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42527         * sysdeps/i386/fpu/e_logf.S: Likewise.
42528         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42529         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42530         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42531         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42532         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42533         * sysdeps/i386/fpu/e_log10.S: Likewise.
42534         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42535         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42536         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42537         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42538         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42539         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42540         * sysdeps/i386/asm-syntax.h: Likewise.
42541         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42542         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42543         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42544         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42545         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42546         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42547         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42548         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42549         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42550         * sysdeps/powerpc/sysdep.h: Likewise.
42551         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42552         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42553
42554 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42555
42556         [BZ #411]
42557         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42558
42559 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42560
42561         * sysdeps/i386/sysdep.h: Include <features.h>.
42562         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42563         version.
42564
42565 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42566
42567         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42568         Define.
42569         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42570         LOAD_PIC_REG_STR.
42571
42572 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42573
42574         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42575         (SETUP_PIC_REG): Use GET_PC_THUNK.
42576         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42577         macro.
42578
42579 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42580
42581         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42582         for non-PIC compilation.
42583         (SETUP_PIC_REG): Add .p2align directive.
42584         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42585         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42586         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42587         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42588         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42589         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42590         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42591         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42592         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42593         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42594         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42595         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42596         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42597         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42598         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42599         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42600         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42601         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42602         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42603         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42604         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42605         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42606         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42607         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42608         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42609         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42610         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42611         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42612         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42613         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42614         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42615         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42616         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42617         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42618         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42619         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42620         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42621         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42622         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42623         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42624         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42625
42626 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42627
42628         * math/tst-CMPLX.c: Include <stdio.h>.
42629
42630 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42631
42632         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42633         float.
42634         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42635         * sysdeps/sparc/bits/mathdef.h: Likewise.
42636
42637 2012-01-31  Marek Polacek  <polacek@redhat.com>
42638
42639         * libio/libio.h: Don't define _PARAMS.
42640         * locale/programs/config.h: Don't define PARAMS.
42641         * stdlib/strtol_l.c: Likewise.
42642         (__strtol_l): Remove PARAMS from the prototype.
42643
42644 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42645
42646         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42647         names.  Just use the correct names.  Remove unnecessary wrapper
42648         functions.
42649         * malloc/arena.c: Likewise.
42650         * malloc/hooks.c: Likewise.
42651
42652         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42653         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42654         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42655
42656 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42657
42658         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42659         into tail calls.
42660         (update_get_addr): New function.
42661         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42662         GET_ADDR_MODULE parameter.
42663
42664 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42665
42666         * crypt/cert.c: Remove __STDC__ conditionals.
42667         * crypt/crypt-entry.c: Likewise.
42668         * crypt/crypt_util.c: Likewise.
42669         * libio/filedoalloc.c: Likewise.
42670         * libio/fileops.c: Likewise.
42671         * libio/genops.c: Likewise.
42672         * libio/iofclose.c: Likewise.
42673         * libio/iofdopen.c: Likewise.
42674         * libio/iofopen.c: Likewise.
42675         * libio/iofopen64.c: Likewise.
42676         * libio/iogetdelim.c: Likewise.
42677         * libio/iopopen.c: Likewise.
42678         * libio/obprintf.c: Likewise.
42679         * libio/oldfileops.c: Likewise.
42680         * libio/oldiofclose.c: Likewise.
42681         * libio/oldiofdopen.c: Likewise.
42682         * libio/oldiofopen.c: Likewise.
42683         * libio/oldiopopen.c: Likewise.
42684         * libio/wfiledoalloc.c: Likewise.
42685         * libio/wgenops.c: Likewise.
42686         * locale/programs/xmalloc.c: Likewise.
42687         * misc/syslog.c: Likewise.
42688         * stdio-common/xbug.c: Likewise.
42689         * string/memchr.c: Likewise.
42690         * string/memcmp.c: Likewise.
42691         * string/memrchr.c: Likewise.
42692         * string/rawmemchr.c: Likewise.
42693         * sysdeps/posix/getcwd.c: Likewise.
42694         * time/strftime_l.c: Likewise.
42695
42696 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42697
42698         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42699         * config.make.in (config-cflags-sse2avx): Define.
42700         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42701         Fix typo.
42702
42703 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42704
42705         * scripts/config.guess: Update from upstream config git repository.
42706         * scripts/config.sub: Likewise.
42707
42708 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42709
42710         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42711         (EM_NUM): Update.
42712         (R_TILEPRO_*, R_TILEGX_*): New macros.
42713
42714         * scripts/firstversions.awk: Fix bug in version range handling.
42715
42716         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42717
42718         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42719
42720         * include/sys/epoll.h: New file.
42721         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42722         libc_hidden_def.
42723
42724 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42725
42726         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42727         Avoid unnecessary __WORDSIZE == 64 test.
42728         (fmaxf): Use VEX format if possible.
42729         (fmax): Likewise.
42730         (fminf): Likewise.
42731         (fmin): Likewise.
42732
42733         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42734         * math/math_private.h: Remove libc_fegetround* and
42735         libc_fesetround*.
42736         * sysdeps/i386/configure.in: Check for -msse2avx.
42737         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42738         also if SSE2AVX is defined.
42739         Remove libc_fegetround* and libc_fesetround*.
42740         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42741         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42742         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42743         of HAS_YMM_USABLE.
42744         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42745         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42746         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42747         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42748         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42749
42750         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42751
42752 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42753
42754         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42755         size is not set.
42756         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42757
42758 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42759
42760         [BZ #13618]
42761         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42762         relocation.
42763         * Makeconfig (libm): Define.
42764         * elf/Makefile: Add rules to build and run tst-relsort1.
42765         * elf/tst-relsort1.c: New file.
42766         * elf/tst-relsort1mod1.c: New file.
42767         * elf/tst-relsort1mod2.c: New file.
42768
42769 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42770
42771         * math/s_ldexp.c: Remove __STDC__ conditionals.
42772         * math/s_ldexpf.c: Likewise.
42773         * math/s_ldexpl.c: Likewise.
42774         * math/s_nextafter.c: Likewise.
42775         * math/s_nexttowardf.c: Likewise.
42776         * math/s_significand.c: Likewise.
42777         * math/s_significandf.c: Likewise.
42778         * math/s_significandl.c: Likewise.
42779         * math/w_jnl.c: Likewise.
42780         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42781         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42782         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42783         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42784         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42785         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42786         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42787         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42788         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42789         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42790         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42791         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42792         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42793         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42794         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42795         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42796         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42797         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42798         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42799         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42800         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42801         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42802         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42803         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42804         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42805         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42806         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42807         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42808         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42809         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42810         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42811         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42812         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42813         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42814         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42815         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42816         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42817         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42818         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42819         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42820         * sysdeps/ieee754/k_standard.c: Likewise.
42821         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42822         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42823         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42824         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42825         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42826         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42827         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42828         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42829         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42830         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42831         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42832         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42833         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42834         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42835         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42836         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42837         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42838         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42839         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42840         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42841         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42842         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42843         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42844         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42845         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42846         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42847         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42848         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42849         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42850         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42851         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42852         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42853         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42854         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42855         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42856         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42857         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42858         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42859         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42860         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42861         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42862         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42863         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42864         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42865         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42866         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42867         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42868         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42869         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42870         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42871         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42872         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42873         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42874         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42875         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42876         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42877         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42878         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42879         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42880         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42881         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42882         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42883         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42884         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42885         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42886         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42887         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42888         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42889         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42890         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42891         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42892         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42893         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42894         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42895         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42896         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42897         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42898         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42899         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42900         * sysdeps/ieee754/s_matherr.c: Likewise.
42901         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42902         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42903         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42904         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42905
42906 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42907
42908         * crypt/md5.h: Remove __STDC__ conditionals.
42909         * libio/libioP.h: Likewise.
42910         * locale/programs/config.h: Likewise.
42911         * sysdeps/generic/sysdep.h: Likewise.
42912         * sysdeps/i386/asm-syntax.h: Likewise.
42913         * sysdeps/s390/asm-syntax.h: Likewise.
42914         * sysdeps/unix/sysdep.h: Likewise.
42915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42917
42918 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42919
42920         * libio/libio.h: Remove __STDC__ conditionals.
42921         * malloc/obstack.h: Likewise.
42922         * math/complex.h: Likewise.
42923         * math/math.h: Likewise.
42924         * sysdeps/generic/_G_config.h: Likewise.
42925         * sysdeps/gnu/_G_config.h: Likewise.
42926         * sysdeps/mach/hurd/_G_config.h: Likewise.
42927         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42928         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42929         * sysdeps/sparc/bits/mathdef.h: Likewise.
42930
42931 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42932
42933         [BZ #13583]
42934         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42935         Clean up HAS_* macros.
42936         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42937         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42938         possible.
42939         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42940         HAS_AVX.
42941         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42942         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42943         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42944         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42945         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42946
42947 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42948
42949         * elf/tst-unique3.cc (gets): Remove declaration.
42950         * elf/tst-unique3lib.cc (gets): Likewise.
42951         * elf/tst-unique3lib2.cc (gets): Likewise.
42952         * elf/tst-unique4.cc (gets): Likewise.
42953
42954 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42955
42956         * include/stdio.h: Add C++ protection.  Add gets declarations and
42957         definitions.
42958         * debug/tst-chk1.c: Don't declare gets here.
42959         * stdio-common/tst-gets.c: Likewise.
42960
42961 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42962
42963         * posix/glob: Remove directory.
42964
42965 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42966
42967         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42968
42969 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42970
42971         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42972         of the non-standard EPFNOSUPPORT.
42973
42974 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42975
42976         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42977         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42978         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42979
42980 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42981
42982         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42983
42984 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42985
42986         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42987         transient errors.
42988         * nscd/grpcache.c (cache_addgr): Likewise.
42989         * nscd/hstcache.c (cache_addhst): Likewise.
42990         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42991         * nscd/pwdcache.c (cache_addpw): Likewise.
42992         * nscd/servicescache.c (cache_addserv): Likewise.
42993
42994 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42995
42996         * malloc/malloc.c: Various cleanups.
42997         * malloc/hooks.c: Likewise.
42998
42999         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43000         * stdlib/bug-fmtmsg1.c: New file.
43001
43002         * stdlib/fmtmsg.c (init): Add missing unlock.
43003         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43004
43005 2012-01-12  Marek Polacek  <polacek@redhat.com>
43006
43007         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43008         and _GNU_SOURCE.
43009
43010 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43011
43012         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43013         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43014         macro to ensure uniqueness of label name.
43015         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43016         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43017
43018 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43019
43020         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43021
43022         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43023         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43024         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43025         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43026
43027 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43028
43029         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43030
43031         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43032         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43033         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43034
43035         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43036
43037         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43038         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43039         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43040         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43041
43042         * math/bits/math-finite.h: Add ldexp support.
43043
43044 2012-01-10  Marek Polacek  <polacek@redhat.com>
43045
43046         * locale/programs/localedef.h (show_archive_content): Add noreturn
43047         attribute.
43048
43049 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43050
43051         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43052
43053 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43054
43055         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43056
43057         * io/Makefile (headers): Add bits/poll2.h.
43058
43059 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43060
43061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43062         typo #include statement.
43063
43064 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43065
43066         * include/sys/cdefs.h: Define __attribute_alloc_size.
43067         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43068         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43069         * elf/pldd.c: Likewise.
43070         * iconv/iconv_charmap.c: Likewise.
43071         * iconv/iconvconfig.c: Likewise.
43072         * iconv/strtab.c: Likewise.
43073         * locale/programs/locale.c: Likewise.
43074         * locale/programs/localedef.h: Likewise.
43075         * locale/programs/simple-hash.c: Likewise.
43076         * nscd/nscd.h: Likewise.
43077         * nss/makedb.c: Likewise.
43078         * sysdeps/generic/ldconfig.h: Likewise.
43079         * locale/programs/localedef.c: Remove xmalloc prototype.
43080         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43081
43082 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43083
43084         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43085         appropriate.
43086
43087 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43088
43089         * math/Makefile (tests): Add tst-CMPLX.
43090         * math/tst-CMPLX.c: New file.
43091
43092         * math/complex.h (CMPLXL): Fix typo.
43093
43094         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43095         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43096         GLIBC_2.16.
43097         * debug/tst-chk1.c: Add poll and ppoll tests.
43098         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43099         * include/sys/poll.h: Add hidden proto for ppoll.
43100         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43101         * sysdeps/mach/hurd/ppoll.c: Likewise.
43102         * io/ppoll.c: Likewise.
43103         * debug/poll_chk.c: New file.
43104         * debug/ppoll_chk.c: New file.
43105         * include/bits/poll2.h: New file.
43106         * io/bits/poll2.h: New file.
43107
43108         [BZ #1350]
43109         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43110
43111         * configure.in: static is always set to yes.  Remove.
43112         * config.make.in: Don't set build-static.
43113         * Makeconfig: Remove use of build-static.
43114         * dlfcn/Makefile: Likewise.
43115         * elf/Makefile: Likewise.
43116         * math/Makefile: Likewise.
43117         * misc/Makefile: Likewise.
43118         * nptl/Makefile: Likewise.
43119         * sysdeps/mach/hurd/Makefile: Likewise.
43120
43121         * configure.in: PWD_P is not used anymore.
43122         * config.make.in: Remove PWD_P entry.
43123
43124         * configure.in: Remove last remnants of RANLIB.
43125         No need to check for signed size_t anymore.
43126         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43127         and IA-64.
43128         Remove __builtin_expect test because we require at least gcc 3.4.
43129         * aclocal.m4: Likewise.
43130
43131         * wcsmbs/mbrtoc16.c: Implement using towc function.
43132         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43133         * wcsmbs/wcsmbsload.c: Likewise.
43134         * iconv/gconv_simple.c: Likewise.
43135         * iconv/gconv_int.h: Likewise.
43136         * iconv/gconv_builtin.h: Likewise.
43137         * iconv/iconv_prog.c: Remove CHAR16 handling.
43138
43139         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43140
43141         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43142
43143         * configure.in: Remove --with-elf and --enable-bounded options.
43144         Dont set base_machine for ia64.  More non-ELF conditions removed.
43145         Remove testing and setting of leading underscore information.
43146         * config.make.in (build-bounded): Set to no.
43147         * config.h.in: Remove NO_UNDERSCORES entry.
43148         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43149         them.
43150         * csu/start.c: Remove !NO_UNDERSCORE code.
43151         * locale/localeinfo.h: Likewise.
43152         * sysdeps/generic/machine-gmon.h: Likewise.
43153         * sysdeps/generic/sysdep.h: Likewise.
43154         * sysdeps/i386/sysdep.h: Likewise.
43155         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43156         * sysdeps/mach/sysdep.h: Likewise.
43157         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43158         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43159         * sysdeps/sh/sysdep.h: Likewise.
43160         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43161         * sysdeps/unix/i386/sysdep.S: Likewise.
43162         * sysdeps/unix/sparc/start.c: Likewise.
43163         * sysdeps/unix/sparc/sysdep.S: Likewise.
43164         * sysdeps/unix/sparc/sysdep.h: Likewise.
43165         * sysdeps/unix/start.c: Likewise.
43166         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43167         * sysdeps/x86_64/sysdep.h: Likewise.
43168
43169 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43170
43171         [BZ #13553]
43172         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43173         for non-gcc.
43174         * argp/argp-fmtstream.h: Use const instead __const.
43175         * argp/argp.h: Likewise.
43176         * assert/assert.h: Likewise.
43177         * bits/fenv.h: Likewise.
43178         * bits/sched.h: Likewise.
43179         * bits/sigset.h: Likewise.
43180         * bits/sigthread.h: Likewise.
43181         * catgets/nl_types.h: Likewise.
43182         * conform/data/pthread.h-data: Likewise.
43183         * crypt/crypt-private.h: Likewise.
43184         * crypt/crypt.h: Likewise.
43185         * crypt/crypt_util.c: Likewise.
43186         * ctype/ctype.h: Likewise.
43187         * debug/execinfo.h: Likewise.
43188         * debug/mbsnrtowcs_chk.c: Likewise.
43189         * debug/mbsrtowcs_chk.c: Likewise.
43190         * debug/wcsnrtombs_chk.c: Likewise.
43191         * debug/wcsrtombs_chk.c: Likewise.
43192         * debug/wcstombs_chk.c: Likewise.
43193         * dirent/dirent.h: Likewise.
43194         * dlfcn/dlfcn.h: Likewise.
43195         * elf/neededtest4.c: Likewise.
43196         * grp/grp.h: Likewise.
43197         * gshadow/gshadow.h: Likewise.
43198         * iconv/gconv.h: Likewise.
43199         * iconv/gconv_int.h: Likewise.
43200         * iconv/gconv_simple.c: Likewise.
43201         * iconv/iconv.h: Likewise.
43202         * iconv/loop.c: Likewise.
43203         * iconv/skeleton.c: Likewise.
43204         * include/aio.h: Likewise.
43205         * include/aliases.h: Likewise.
43206         * include/argz.h: Likewise.
43207         * include/arpa/inet.h: Likewise.
43208         * include/assert.h: Likewise.
43209         * include/dirent.h: Likewise.
43210         * include/dlfcn.h: Likewise.
43211         * include/execinfo.h: Likewise.
43212         * include/fcntl.h: Likewise.
43213         * include/fenv.h: Likewise.
43214         * include/glob.h: Likewise.
43215         * include/grp.h: Likewise.
43216         * include/libintl.h: Likewise.
43217         * include/mntent.h: Likewise.
43218         * include/netdb.h: Likewise.
43219         * include/pwd.h: Likewise.
43220         * include/rpc/netdb.h: Likewise.
43221         * include/sched.h: Likewise.
43222         * include/search.h: Likewise.
43223         * include/shadow.h: Likewise.
43224         * include/signal.h: Likewise.
43225         * include/stdio.h: Likewise.
43226         * include/stdlib.h: Likewise.
43227         * include/string.h: Likewise.
43228         * include/sys/socket.h: Likewise.
43229         * include/sys/stat.h: Likewise.
43230         * include/sys/statfs.h: Likewise.
43231         * include/sys/statvfs.h: Likewise.
43232         * include/sys/syslog.h: Likewise.
43233         * include/sys/time.h: Likewise.
43234         * include/sys/uio.h: Likewise.
43235         * include/time.h: Likewise.
43236         * include/unistd.h: Likewise.
43237         * include/utmp.h: Likewise.
43238         * include/wchar.h: Likewise.
43239         * include/wctype.h: Likewise.
43240         * inet/aliases.h: Likewise.
43241         * inet/arpa/inet.h: Likewise.
43242         * inet/netinet/ether.h: Likewise.
43243         * inet/netinet/in.h: Likewise.
43244         * intl/libintl.h: Likewise.
43245         * io/bits/fcntl2.h: Likewise.
43246         * io/fcntl.h: Likewise.
43247         * io/ftw.h: Likewise.
43248         * io/sys/poll.h: Likewise.
43249         * io/sys/stat.h: Likewise.
43250         * io/sys/statfs.h: Likewise.
43251         * io/sys/statvfs.h: Likewise.
43252         * io/utime.h: Likewise.
43253         * libio/bits/stdio.h: Likewise.
43254         * libio/bits/stdio2.h: Likewise.
43255         * libio/libio.h: Likewise.
43256         * libio/libioP.h: Likewise.
43257         * libio/stdio.h: Likewise.
43258         * locale/lc-ctype.c: Likewise.
43259         * locale/locale.h: Likewise.
43260         * login/utmp.h: Likewise.
43261         * malloc/arena.c: Likewise.
43262         * malloc/malloc.c: Likewise.
43263         * malloc/malloc.h: Likewise.
43264         * malloc/mcheck.c: Likewise.
43265         * malloc/mtrace.c: Likewise.
43266         * math/bits/mathcalls.h: Likewise.
43267         * math/fenv.h: Likewise.
43268         * math/math_private.h: Likewise.
43269         * misc/bits/error.h: Likewise.
43270         * misc/bits/syslog.h: Likewise.
43271         * misc/err.h: Likewise.
43272         * misc/error.h: Likewise.
43273         * misc/fstab.h: Likewise.
43274         * misc/mntent.h: Likewise.
43275         * misc/regexp.h: Likewise.
43276         * misc/search.h: Likewise.
43277         * misc/sgtty.h: Likewise.
43278         * misc/sys/mman.h: Likewise.
43279         * misc/sys/syslog.h: Likewise.
43280         * misc/sys/uio.h: Likewise.
43281         * misc/sys/xattr.h: Likewise.
43282         * misc/ttyent.h: Likewise.
43283         * nis/rpcsvc/ypclnt.h: Likewise.
43284         * nss/nss.h: Likewise.
43285         * posix/bits/unistd.h: Likewise.
43286         * posix/fnmatch.h: Likewise.
43287         * posix/glob.h: Likewise.
43288         * posix/sched.h: Likewise.
43289         * posix/spawn.h: Likewise.
43290         * posix/sys/wait.h: Likewise.
43291         * posix/unistd.h: Likewise.
43292         * posix/wordexp.h: Likewise.
43293         * pwd/pwd.h: Likewise.
43294         * resolv/netdb.h: Likewise.
43295         * resource/sys/resource.h: Likewise.
43296         * rt/aio.h: Likewise.
43297         * rt/bits/mqueue2.h: Likewise.
43298         * rt/mqueue.h: Likewise.
43299         * shadow/shadow.h: Likewise.
43300         * signal/signal.h: Likewise.
43301         * socket/send.c: Likewise.
43302         * socket/sendto.c: Likewise.
43303         * socket/sys/socket.h: Likewise.
43304         * stdio-common/printf.h: Likewise.
43305         * stdlib/bits/stdlib.h: Likewise.
43306         * stdlib/fmtmsg.h: Likewise.
43307         * stdlib/monetary.h: Likewise.
43308         * stdlib/stdlib.h: Likewise.
43309         * stdlib/ucontext.h: Likewise.
43310         * streams/stropts.h: Likewise.
43311         * string/argz.h: Likewise.
43312         * string/bits/string2.h: Likewise.
43313         * string/string.h: Likewise.
43314         * string/strings.h: Likewise.
43315         * sunrpc/rpc/auth.h: Likewise.
43316         * sunrpc/rpc/auth_des.h: Likewise.
43317         * sunrpc/rpc/clnt.h: Likewise.
43318         * sunrpc/rpc/netdb.h: Likewise.
43319         * sunrpc/rpc/pmap_clnt.h: Likewise.
43320         * sunrpc/rpc/xdr.h: Likewise.
43321         * sysdeps/generic/inttypes.h: Likewise.
43322         * sysdeps/generic/net/if.h: Likewise.
43323         * sysdeps/generic/sys/swap.h: Likewise.
43324         * sysdeps/gnu/net/if.h: Likewise.
43325         * sysdeps/gnu/utmpx.h: Likewise.
43326         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43327         * sysdeps/i386/i486/bits/string.h: Likewise.
43328         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43329         * sysdeps/s390/bits/string.h: Likewise.
43330         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43331         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43332         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
43333         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
43334         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
43335         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
43336         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
43337         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
43338         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
43339         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
43340         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
43341         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
43342         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
43343         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
43344         * sysdeps/unix/sysv/linux/readv.c: Likewise.
43345         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
43346         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
43347         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43348         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43349         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43350         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43351         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43352         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43353         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43354         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43355         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43356         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43357         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43358         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43359         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43360         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43361         * sysvipc/sys/ipc.h: Likewise.
43362         * sysvipc/sys/msg.h: Likewise.
43363         * sysvipc/sys/sem.h: Likewise.
43364         * sysvipc/sys/shm.h: Likewise.
43365         * termios/termios.h: Likewise.
43366         * time/sys/time.h: Likewise.
43367         * time/time.h: Likewise.
43368         * wcsmbs/bits/wchar2.h: Likewise.
43369         * wcsmbs/uchar.h: Likewise.
43370         * wcsmbs/wchar.h: Likewise.
43371         * wctype/wctype.h: Likewise.
43372
43373         [BZ #13551]
43374         * Makeconfig: Remove all but ELF support including AIX support.
43375         * Makerules: Likewise.
43376         * config.h.in: Likewise.
43377         * config.make.in: Likewise.
43378         * configure: Likewise.
43379         * configure.in: Likewise.
43380         * csu/Makefile: Likewise.
43381         * csu/version.c: Likewise.
43382         * debug/Makefile: Likewise.
43383         * dlfcn/Makefile: Likewise.
43384         * elf/Makefile: Likewise.
43385         * extra-lib.mk: Likewise.
43386         * iconv/Makefile: Likewise.
43387         * include/libc-symbols.h: Likewise.
43388         * include/shlib-compat.h: Likewise.
43389         * resolv/Makefile: Likewise.
43390         * resolv/res_libc.c: Likewise.
43391         * rt/Makefile: Likewise.
43392         * sysdeps/i386/asm-syntax.h: Likewise.
43393         * sysdeps/i386/sysdep.h: Likewise.
43394         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43395         * sysdeps/mach/sysdep.h: Likewise.
43396         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43397         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43398         * sysdeps/s390/asm-syntax.h: Likewise.
43399         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43400         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43401         * sysdeps/sh/sysdep.h: Likewise.
43402         * sysdeps/unix/sparc/sysdep.h: Likewise.
43403         * sysdeps/wordsize-32/divdi3.c: Likewise.
43404         * sysdeps/x86_64/sysdep.h: Likewise.
43405
43406         * argp/Versions: Remove _argp_unlock_xxx.
43407
43408         [BZ #13559]
43409         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
43410         * abilist/libBrokenLocale.abilist: Likewise.
43411         * abilist/libanl.abilist: Likewise.
43412         * abilist/libc.abilist: Likewise.
43413         * abilist/libcrypt.abilist: Likewise.
43414         * abilist/libdl.abilist: Likewise.
43415         * abilist/libm.abilist: Likewise.
43416         * abilist/libnsl.abilist: Likewise.
43417         * abilist/libpthread.abilist: Likewise.
43418         * abilist/libresolv.abilist: Likewise.
43419         * abilist/librt.abilist: Likewise.
43420         * abilist/libthread_db.abilist: Likewise.
43421         * abilist/libutil.abilist: Likewise.
43422         * abilist/libnss_db.abilist: New file.
43423
43424         * scripts/abilist.awk: Add support for indirect functions.
43425
43426         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43427
43428         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43429
43430         * shlib-versions: Remove entries for ports architectures.
43431
43432         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
43433         files in ports.
43434         * elf/stackguard-macros.h: Remove support for IA-64.
43435         * elf/tst-auditmod1.c: Likewise.
43436         * sysdeps/generic/ldsodefs.h: Likewise.
43437
43438         * sysdeps/unix/sysv/linux/configure.in: Ports should define
43439         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43440         configure files.
43441
43442         [BZ #13552]
43443         * configure.in: Remove --enable-omitfp support.
43444         * FAQ.in: Adjust.
43445         * config.make.in: Likewise.
43446         * Makeconfig: Likewise.
43447         * manual/install.texi: Likewise.
43448
43449         In case anyone cares, the IA-64 architecture could move to ports.
43450         * sysdeps/ia64/*: Removed.
43451         * sysdeps/unix/sysv/linux/ia64/*: Removed.
43452         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
43453
43454         [BZ #13555]
43455         * configure.in: Remove entries for unsupported architectures.
43456
43457         [BZ #13533]
43458         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43459         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
43460         routines.
43461         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43462         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43463         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
43464         fall back to using wcrtomb.
43465         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43466         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
43467         renaming.
43468         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43469         * wcsmbs/tst-c16c32-1.c: New file.
43470
43471         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43472         local variable.
43473
43474         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43475
43476         * elf/tst-unique3.cc: Add explicit declaration of gets.
43477         * elf/tst-unique3lib.cc: Likewise.
43478         * elf/tst-unique3lib2.cc: Likewise.
43479         * elf/tst-unique4.cc: Likewise.
43480
43481         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43482
43483 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43484
43485         [BZ #13566]
43486         * assert/assert.h (static_assert): Don't define for C++.
43487         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43488         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43489
43490 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43491
43492         * iconv/loop.c (single loop): Fix assertion in storing of
43493         remaining bytes.
43494
43495         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43496
43497 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43498
43499         * posix/getconf.c: Update copyright year.
43500         * nss/getent.c: Likewise.
43501         * nss/makedb.c: Likewise.
43502         * iconv/iconvconfig.c: Likewise.
43503         * iconv/iconv_prog.c: Likewise.
43504         * elf/ldconfig.c: Likewise.
43505         * elf/pldd.c: Likewise.
43506         * elf/sotruss.ksh: Likewise.
43507         * catgets/gencat.c: Likewise.
43508         * csu/version.c: Likewise.
43509         * elf/ldd.bash.in: Likewise.
43510         * elf/sprof.c (print_version): Likewise.
43511         * locale/programs/locale.c: Likewise.
43512         * locale/programs/localedef.c: Likewise.
43513         * login/programs/pt_chown.c: Likewise.
43514         * nscd/nscd.c (print_version): Likewise.
43515         * debug/xtrace.sh: Likewise.
43516         * malloc/memusage.sh: Likewise.
43517         * malloc/mtrace.pl: Likewise.
43518         * debug/catchsegv.sh: Likewise.
43519
43520 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43521
43522         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43523         pure attribute.
43524
43525 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43526
43527         [BZ #13533]
43528         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43529         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43530         transformations.
43531         * iconv/gconv_int.h: Likewise.
43532         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43533         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43534         from libc for GLIBC_2.16.
43535         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43536         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43537         * wcsmbs/uchar.h: Really define mbstate_t.
43538         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43539         * wcsmbs/c16rtomb.c: New file.
43540         * wcsmbs/mbrtoc16.c: New file.
43541         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43542         for C/POSIX locale.
43543         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43544         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43545
43546         * wcsmbs/wchar.h: Add missing __restrict.
43547
43548 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43549
43550         [BZ #13532]
43551         * time/Makefile (routines): Add timespec_get.
43552         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43553         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43554         timespec for ISO C11.
43555         * time/timespec_get.c: New file.
43556         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43557         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43558
43559         [BZ #13531]
43560         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43561         * stdlib/stdlib.h: Declare aligned_alloc.
43562         * Versions.def: Add GLIBC_2.16 for libc.
43563         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43564
43565         [BZ 13527]
43566         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43567         ISO C11.
43568
43569         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43570         code.
43571
43572         [BZ #13528]
43573         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43574
43575         [BZ #13529]
43576         * assert/assert.h (static_assert): Define.
43577
43578         * version.h: Update for 2.16 development version.
43579
43580         [BZ #13526]
43581         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43582         _ISOC11_SOURCE.
43583
43584         * version.h (RELEASE): Bump for 2.15 release.
43585         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43586
43587         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43588         Patch by Marek Polacek <mpolacek@redhat.com>.
43589
43590         * bits/byteswap.h: Protect long long constants with __extension__.
43591         * sysdeps/i386/bits/byteswap.h: Likewise.
43592         * sysdeps/ia64/bits/byteswap.h: Likewise.
43593         * sysdeps/s390/bits/byteswap.h: Likewise.
43594         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43595
43596 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43597
43598         [BZ #13540]
43599         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43600         destination buffer.
43601         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43602
43603 2011-12-23  Marek Polacek  <polacek@redhat.com>
43604
43605         * elf/dl-addr.c (determine_info): Add inline keyword.
43606         * elf/tst-auditmod4b.c (check_avx): Likewise.
43607         * elf/tst-auditmod6b.c (check_avx): Likewise.
43608         * elf/tst-auditmod6c.c (check_avx): Likewise.
43609         * elf/tst-auditmod7b.c (check_avx): Likewise.
43610
43611 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43612
43613         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43614         !__SSE_MATH__.
43615
43616 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43617
43618         [BZ #13540]
43619         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43620         processing for last bytes.
43621
43622 2011-08-06  Bruno Haible  <bruno@clisp.org>
43623
43624         [BZ #13061]
43625         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43626         U+0385, not to U+1FEE.
43627
43628         [BZ #13062]
43629         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43630         entry for U+00A5 U+0301.
43631
43632 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43633
43634         [BZ #13166]
43635         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43636         buffer for the output is too small.
43637
43638         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43639         optimization.
43640
43641         [BZ #13185]
43642         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43643         SSE flags if possible.
43644
43645 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43646
43647         [BZ #13540]
43648         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43649         processing for last bytes.
43650
43651 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43652
43653         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43654         (syscall-list-default-options, syscall-list-default-condition)
43655         (syscall-list-includes): Define.
43656         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43657         list of ABIs and options and #if conditions for each ABI.  Do not
43658         handle common syscalls between ABIs specially.
43659         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43660         Remove.
43661         (syscall-list-variants, syscall-list-32bit-options)
43662         (syscall-list-32bit-condition, syscall-list-64bit-options)
43663         (syscall-list-64bit-condition): Define.
43664         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43665         (syscall-list-variants, syscall-list-32bit-options)
43666         (syscall-list-32bit-condition, syscall-list-64bit-options)
43667         (syscall-list-64bit-condition): Define.
43668         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43669         Remove.
43670         (syscall-list-variants, syscall-list-32bit-options)
43671         (syscall-list-32bit-condition, syscall-list-64bit-options)
43672         (syscall-list-64bit-condition): Define.
43673         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43674         Remove.
43675         (syscall-list-variants, syscall-list-32bit-options)
43676         (syscall-list-32bit-condition, syscall-list-64bit-options)
43677         (syscall-list-64bit-condition): Define.
43678
43679 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43680
43681         * locale/iso-639.def: Add brx entry.
43682
43683         [BZ #13328]
43684         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43685         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43686
43687         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43688         __feraiseexcept_renamed.
43689
43690 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43691
43692         [BZ #13538]
43693         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43694         EPOLLET with unsigned values.
43695         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43696         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43697
43698         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43699         to large cancellation.
43700         * math/s_cacoshf.c: Likewise.
43701         * math/s_cacoshl.c: Likewise.
43702
43703 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43704
43705         [BZ #13305]
43706         [BZ #12786]
43707         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43708         * math/s_cacoshf.c: Likewise.
43709         * math/s_cacoshl.c: Likewise.
43710
43711 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43712
43713         [BZ #13439]
43714         * iconv/gconv.h: Define __GCONV_SWAP.
43715         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43716         * iconvdata/utf-16.c: Likewise.
43717         * iconvdata/utf-32.c: Likewise.
43718
43719 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43720
43721         [BZ #13524]
43722         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43723         numerator after shifting it by one limb.
43724
43725 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43726
43727         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43728         under [__USE_EXTERN_INLINES].
43729
43730 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43731
43732         [BZ #13446]
43733         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43734
43735 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43736
43737         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43738         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43739         optimized code.
43740         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43741         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43742         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43743         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43744         for strncasecmp/strncasecmp_l compilation.
43745         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43746         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43747
43748 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43749
43750         [BZ #13484]
43751         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43752         of __asm__.
43753
43754 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43755
43756         [BZ #13506]
43757         * time/tzfile.c (__tzfile_read): Check values from file header.
43758
43759 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43760
43761         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43762         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43763         * powerpc/powerpc32/dl-start.S: Likewise.
43764         * powerpc/powerpc32/elf/start.S: Likewise.
43765         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43766         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43767         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43768         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43769         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43770         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43771         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43772         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43773         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43774         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43775         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43776         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43777         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43778         * powerpc/powerpc32/memset.S: Likewise.
43779         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43780         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43781         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43782         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43783         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43784         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43785         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43786         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43787         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43788         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43789         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43790         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43791         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43792
43793 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43794
43795         * math/libm-test.inc: Added more nearbyint tests.
43796         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43797         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43798         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43799         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43800
43801 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43802
43803         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43804         FD_CLOEXEC.
43805
43806 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43807
43808         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43809         Add wcscpy-ssse3 wcscpy-c.
43810         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43811         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43812         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43813         * sysdeps/x86_64/wcschr.S: New file.
43814         * sysdeps/x86_64/wcsrchr.S: New file.
43815         * string/test-strcmp.c: Remove checking of wcscmp function for
43816         wrong alignments.
43817         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43818         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43819         wcsrchr-sse2 wcsrchr-c.
43820         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43821         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43822         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43823         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43824         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43825         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43826         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43827         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43828         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43829         * wcsmbc/wcschr.c (WCSCHR): New macro.
43830
43831 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43832
43833         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43834         * wcsmbs/test-wcsrchr.c: New file.
43835         * string/test-strrchr.c: Add wcsrchr support.
43836         (WIDE): New macro.
43837         * wcsmbs/test-wcscpy.c: New file.
43838         * string/test-strcpy.c: Add wcscpy support.
43839         (WIDE): New macro.
43840
43841 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43842
43843         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43844         the inner loop.
43845
43846 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43847
43848         [BZ #13472]
43849         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43850
43851 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43852
43853         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43854         Minor optimizations.
43855
43856         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43857         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43858         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43859
43860 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43861
43862         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43863         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43864         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43865         for gcc to avoid warnings.
43866         * inet/Makefile (tests): Add tst-checks.
43867         * inet/tst-checks.c: New file.
43868
43869         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43870         warning.
43871
43872         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43873         __wmemcmp_sse2.
43874
43875         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43876         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43877
43878         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43879
43880 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43881
43882         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43883         problem.
43884
43885         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43886
43887 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43888
43889         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43890         conditional on GCC version.
43891         (__arch_compare_and_exchange_val_8_acq)
43892         (__arch_compare_and_exchange_val_16_acq)
43893         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43894         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43895         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43896
43897 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43898
43899         * sysdeps/sh/backtrace.c: New file.
43900
43901 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43902
43903         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43904         parenthesis.
43905
43906 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43907
43908         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43909         falling back to utime.
43910
43911 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43912
43913         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43914         expectations for float.
43915
43916 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43917
43918         * locale/weight.h (findidx): Add parameter len.
43919         * locale/weightwc.h (findidx): Likewise.
43920         * posix/fnmatch_loop.c (FCT): Adjust caller.
43921         * posix/regcomp.c (build_equiv_class): Likewise.
43922         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43923         * posix/regexec.c (check_node_accept_bytes): Likewise.
43924         * string/strcoll_l.c (STRCOLL): Likewise.
43925         * string/strxfrm_l.c (STRXFRM): Likewise.
43926
43927 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43928
43929         * Makefile.in: Remove CVSOPT handling.
43930         * configure.in: Remove use of AC_REVISION.
43931         * iconvdata/Makefile (distribute): No need to filter out CVS.
43932         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43933         handling.
43934
43935 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43936
43937         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43938         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43939         [USE_AS_STRNCASECMP_L]: Likewise.
43940         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43941         NO_TLS_DIRECT_SEG_REFS.
43942         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43943         Fix argument offsets for non-PIC.
43944         [USE_AS_STRNCASECMP_L]: Likewise.
43945         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43946         NO_TLS_DIRECT_SEG_REFS.
43947
43948 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43949
43950         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43951         O_CLOEXEC.
43952         * locale/loadlocale.c (_nl_load_locale): Likewise.
43953
43954 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43955
43956         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43957         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43958         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43959         (SYSCALL_GETTIME): Set errno on error.
43960
43961         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43962         count references to noai6ai_cached.
43963
43964 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43965
43966         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43967
43968         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43969         FD_CLOEXEC for /proc/self/maps.
43970
43971         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43972         FD_CLOEXEC for /proc/meminfo.
43973
43974         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43975         gai.conf.
43976
43977         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43978         FD_CLOEXEC for given file.
43979
43980         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43981
43982         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43983         FD_CLOEXEC for /etc/hosts.
43984         (_gethtent): Likewise.
43985
43986         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43987
43988         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43989         cancellation and set FD_CLOEXEC for /etc/netgroup.
43990
43991         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43992         reading /etc/publickey.
43993
43994         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43995         allow cancellation when reading /etc/group.
43996
43997         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43998         cancellation.
43999         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44000
44001         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44002         when using data file.
44003
44004         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44005
44006         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44007         (write_nis_obj): Use "c" and "e" in fopen.
44008
44009         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44010
44011         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44012
44013         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44014
44015         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44016
44017         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44018         locale.alias.
44019
44020         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44021
44022         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44023
44024         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44025
44026         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44027         file parsing and set FD_CLOEXEC.
44028
44029 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44030
44031         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44032
44033 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44034
44035         * malloc/arena.c (arena_get2): Don't call reused_arena when
44036         _int_new_arena failed.
44037
44038 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44039
44040         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44041         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44042         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44043         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44044         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44045         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44046         to compile strcasecmp and strncasecmp.
44047         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44048         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44049
44050         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44051
44052 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44053
44054         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44055         locale-defines.sym to gen-as-const-headers.
44056         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44057         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44058         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44059         to compile strcasecmp and strncasecmp.
44060         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44061         strcasecmp_l and strncasecmp_l.
44062         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44063         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44064         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44065         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44066         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44067         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44068         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44069         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44070         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44071         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44072         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44073
44074 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44075
44076         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44077         result of SYSDEP_GETTIME_CPU to retval.
44078         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44079         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44080
44081         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44082         variable.
44083
44084         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44085         mantissa words.
44086         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44087
44088         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44089         from unused variable.
44090
44091         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44092         DWARF definitions.
44093         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44094         for assembling.
44095
44096         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44097         over namespaces.
44098
44099         * sunrpc/rpc_prot.c (rejected): Fix case value.
44100
44101         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44102         unsigned long long int to avoid warnings in shift.
44103
44104         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44105         of use of trans.
44106         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44107         variable tmp.
44108
44109         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44110         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44111         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44112
44113         * nis/nis_table.c (nis_list): Use variable of correct type for
44114         result of __follow_path call.
44115
44116 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44117
44118         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44119         of math functions ceil, trunc, floor, round, and sqrt, when
44120         avaliable on the platform.
44121         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44122         name clash.
44123         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44124         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44125         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44126
44127 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44128
44129         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44130         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44131
44132 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44133
44134         * include/unistd.h: Fix __readlink return type.
44135         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44136
44137 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44138
44139         * stdlib/ucontext.h: Undo last change for makecontext.
44140
44141 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44142
44143         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44144
44145         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44146         * setjmp/setjmp.h: Mark functions as non-leaf.
44147         * setjmp/bits/setjmp2.h: Likewise.
44148         * stdlib/ucontext.h: Likewise.
44149
44150 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44151
44152         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44153         (reused_arena): Don't check arena limit.
44154         (arena_get2): Atomically check arena limit.
44155
44156 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44157
44158         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44159         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44160
44161         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44162         instructions.
44163
44164 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44165
44166         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44167         handler when locking.
44168
44169         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44170         Fix size of allocated buffer.
44171
44172 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44173
44174         [BZ #10103]
44175         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44176         declarations for long double functions.
44177         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44178
44179         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44180
44181 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44182
44183         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44184         installed.
44185
44186         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44187         is disabled.
44188
44189 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44190
44191         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44192
44193 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44194
44195         * include/alloca.h (stackinfo_alloca_round): Define.
44196         (extend_alloca): Use it.
44197         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44198         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44199         here.
44200
44201         * scripts/check-local-headers.sh: Ignore libaudit.h.
44202
44203         * nscd/Makefile (extra-objs): Make recursively expanded.
44204
44205 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44206
44207         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44208         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44209
44210         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44211         * posix/tst-rfc3484-2.c: Likewise.
44212         * posix/tst-rfc3484-3.c: Likewise.
44213
44214         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44215         process_vm_writev.
44216         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44217         process_vm_writev.
44218         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44219         process_vm_writev from libc using GLIBC_2.15 version.
44220
44221         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44222
44223 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44224
44225         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44226         stack usage.
44227
44228 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44229
44230         [BZ #13367]
44231         * nss/getent.c (initgroups_keys): Show error message in case no group
44232         names are given.
44233
44234         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44235         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44236         __bump_nl_timestamp.
44237         * nscd/connections (nscd_init): When host database is served open
44238         netlink socket and request notification about configuration changes.
44239         (main_loop_poll): Track netlink file descriptor and bump timestamp
44240         in case data becomes available.
44241         (main_loop_epoll): Likewise.
44242         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44243         (database_pers_head): Add extra_data fileds.
44244         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44245         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44246         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44247         Adjust caller.
44248         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44249         in6ai data, call __free_in6ai.
44250         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44251         Add -DHAVE_NETLINK.
44252         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
44253         interface information.  Reuse previous data if netlink timestamp
44254         is not changed.
44255         (__bump_nl_timestamp): New function.
44256         (__free_in6ai): New function.
44257
44258 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
44259
44260         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44261         close_not_cancel_no_status here.
44262         (__check_pf): Reorganize code a bit to not call close twice if OOM.
44263
44264 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44265
44266         [BZ #13276]
44267         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44268         return value.
44269
44270         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
44271         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44272         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44273
44274 2011-07-03  Andreas Jaeger  <aj@suse.de>
44275
44276         [BZ #10709]
44277         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44278         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44279         * math/libm-test.inc (sin_test): Add test case.
44280
44281 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44282
44283         [BZ #13337]
44284         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44285         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44286
44287         * elf/chroot_canon.c (chroot_canon): Cleanups.
44288
44289         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44290
44291         [BZ #13335]
44292         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44293         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44294
44295         * string/test-strchr.c: Make usable for strchrnul testing.
44296         * string/test-strchrnul.c: New file.
44297         * string/Makefile (strop-tests): Add strchrnul.
44298
44299         * po/it.po: Update from translation team.
44300         * po/es.po: Likewise.
44301
44302 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44303
44304         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44305         the three constants needed as parameters.  Drop the others.
44306         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44307         __m128i_strloadu_tolower.
44308         Create and initialize variable zero and use it in all the places
44309         where _mm_setzero_si128 was used.
44310
44311         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44312         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44313         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44314         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44315         anymore.
44316         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44317         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44318         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44319         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44320         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44321         __mpranred, __mptan.
44322         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44323         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44324         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44325         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44326         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44327         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44328         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44329         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44330         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44331
44332 2011-10-28  Andreas Schwab  <schwab@redhat.com>
44333
44334         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
44335         redefine if SHARED.
44336         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
44337
44338         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
44339         wide char related routines to wcsmbs subdir.
44340
44341 2011-10-27  Andreas Schwab  <schwab@redhat.com>
44342
44343         [BZ #13344]
44344         * misc/sys/cdefs.h (__THROWNL): Define.
44345         * posix/unistd.h: Use __THREADNL instead of __THREAD
44346         for memory synchronization functions.
44347
44348 2011-10-26  Roland McGrath  <roland@hack.frob.com>
44349
44350         [BZ #13349]
44351         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44352         doesn't exist.
44353         * manual/stdio.texi (Obstack Streams): Node removed.
44354
44355 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44356
44357         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44358         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44359         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44360
44361         * math/math_private.h (math_force_eval): Allow non-addressable
44362         arguments.
44363         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44364
44365 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44366
44367         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44368         file is not needed.
44369
44370         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44371         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44372         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44373         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44374         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44375         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44376         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44377         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44378         Add AVX variants.
44379         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44380         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44381         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44382         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44383         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44384         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44385         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44386         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44387         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44388         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44389         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44390         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44391         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44392         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44393         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44394         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44395         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44396         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44397         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44398
44399         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44400         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
44401
44402         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44403         place.  Use VEX encoding when compiling for AVX.
44404
44405 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44406
44407         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44408         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44409
44410         * string/test-strchr.c (do_test): Don't generate NUL bytes.
44411
44412 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44413
44414         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
44415         useless if() expression.
44416         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44417         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44418         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44419         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44420         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44421         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44422         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44423         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44424         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44425         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44426         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44427         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44428         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44429         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44430         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44431         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44432         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44433         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44434         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44435
44436         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44437
44438 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44439
44440         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44441         condition.
44442         * elf/dl-fini.c (_dl_sort_fini): Likewise.
44443
44444 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44445
44446         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44447         .text section.  Avoid duplicate constants.
44448         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44449         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44450         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44451         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44452         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44453         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44454         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44455         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44456         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44457         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44458         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44459         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44460         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44461         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44462         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44463         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44464         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44465         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44466         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44467         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44468         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44469         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44470         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44471         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44472         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44473         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44474         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44475         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44476         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44477         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44478         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44479         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44480         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44481         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44482         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44483         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44484         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44485         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44486         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44487         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44488         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44489         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44490         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44491         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44492         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44493
44494 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44495
44496         * sysdeps/x86_64/dla.h: Move to ...
44497         * sysdeps/x86_64/fpu/dla.h: ...here.
44498         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44499         situations.  Use __builtin_fma only for gcc 4.6 and up.
44500
44501         * config.make.in: Add have-mfma4 entry.
44502         * configure.in: Substitute libc_cv_cc_fma4.
44503         * math/Makefile (dbl-only-routines): Add sincostab.
44504         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44505         Use __sincostab not sincos.
44506         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44507         name is a macro.
44508         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44509         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44510         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44511         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44512         using __copysign.
44513         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44514         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44515         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44516         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44517         and __inv.
44518         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44519         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44520         __copysign.
44521         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44522         define aliases when function name is a macro.
44523         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44524         sysdeps/ieee754/dbl-64/sincos.tbl.
44525         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44526         fma4-enabled routines.
44527         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44528         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44529         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44530         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44531         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44532         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44533         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44534         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44535         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44536         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44537         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44538         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44539         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44540         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44541         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44542         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44543         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44544         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44545         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44546         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44547         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44548         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44549         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44550         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44551         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44552         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44553         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44554         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44555         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44556         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44557
44558         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44559         rename.
44560         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44561         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44562         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44563         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44564         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44565         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44566         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44567         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44568
44569 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44570
44571         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44572
44573 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44574
44575         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44576
44577         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44578         prediction.
44579         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44580
44581         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44582         Remove unused variable magic_bits.
44583         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44584
44585         * string/strnlen.c: Define and use STRNLEN macro.
44586         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44587         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44588         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44589         * wcsmbs/wcslen.c: Define and use WCSLEN.
44590         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44591         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44592         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44593         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44594         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44595         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44596         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44597
44598 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44599
44600         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44601         strnlen-sse2-no-bsf.
44602         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44603         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44604         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44605         Add strnlen support.
44606         (USE_AS_STRNLEN): New macro.
44607         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44608         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44609         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44610         * sysdeps/x86_64/wcslen.S: New file.
44611
44612 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44613
44614         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44615         XMM-moves are used for copying on small sizes.
44616
44617 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44618
44619         * wcsmbs/Makefile (strop-tests): Add wcschr.
44620         * wcsmbs/test-wcschr.c: New file.
44621         * string/test-strchr.c: Update.
44622         Add wcschr support.
44623         (WIDE): New macro.
44624
44625 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44626
44627         * wcsmbs/Makefile (strop-tests): Add wcslen.
44628         * wcsmbs/test-wcslen.c: New file.
44629         * string/test-strlen.c: Update.
44630         Add wcslen support.
44631         (WIDE): New macro.
44632
44633 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44634
44635         * po/it.po: Update from translation team.
44636
44637 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44638
44639         * sysdeps/x86_64/wcscmp.S: Update.
44640         Fix wrong comparison semantics.
44641         wcscmp shall use signed comparison not unsigned.
44642         Don't use substraction to avoid overflow bug.
44643         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44644         * wcsmbc/wcscmp.c: Likewise.
44645         * string/test-strcmp.c: Likewise.
44646         Add new tests to check cases with negative values.
44647
44648 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44649
44650         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44651         * sysdeps/x86_64/dla.h: ...here.  New file.
44652         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
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/e_sqrt.c: Likewise.
44658         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44659         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44660         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44661
44662 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44663
44664         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44665         __ynl_finite aliases.
44666
44667 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44668
44669         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44670
44671         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44672         define DLA_FMA.
44673         [DLA_FMA] (EMULV): Use DLA_FMA.
44674         [DLA_FMA] (MUL12): Use EMULV.
44675         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44676         that are not needed.
44677         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44678         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44679         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44680         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44681         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44682         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44683         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44684
44685 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44686
44687         * math/s_nan.c: Undef __nan.
44688         * math/s_nanf.c: Undef __nanf.
44689         * math/s_nanl.c: Undef __nanl.
44690         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44691         "math_private.h".
44692
44693 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44694
44695         * math/s_catan.c: Add branch predictions.
44696         * math/s_catanf.c: Likewise.
44697         * math/s_catanh.c: Likewise.
44698         * math/s_catanhf.c: Likewise.
44699         * math/s_catanhl.c: Likewise.
44700         * math/s_catanl.c: Likewise.
44701         * math/s_cexp.c: Likewise.
44702         * math/s_cexpf.c: Likewise.
44703         * math/s_cexpl.c: Likewise.
44704         * math/s_clog.c: Likewise.
44705         * math/s_clog10.c: Likewise.
44706         * math/s_clog10f.c: Likewise.
44707         * math/s_clog10l.c: Likewise.
44708         * math/s_clogf.c: Likewise.
44709         * math/s_clogl.c: Likewise.
44710         * math/s_csqrt.c: Likewise.
44711         * math/s_csqrtf.c: Likewise.
44712         * math/s_csqrtl.c: Likewise.
44713         * math/s_ctanf.c: Likewise.
44714         * math/s_ctanh.c: Likewise.
44715         * math/s_ctanhf.c: Likewise.
44716         * math/s_ctanhl.c: Likewise.
44717         * math/s_ctanl.c: Likewise.
44718
44719         * math/math_private.h: Define __nan, __nanf, __nanl.
44720         * math/s_cacosh.c: Include <math_private.h>.
44721         * math/s_cacoshl.c: Likewise.
44722         * math/s_casinh.c: Likewise.
44723         * math/s_casinhf.c: Likewise.
44724         * math/s_casinhl.c: Likewise.
44725         * math/s_ccos.c: Rely entire on ccosh.
44726         * math/s_ccosf.c: Rely entire on ccoshf.
44727         * math/s_ccosl.c: Rely entirely on ccoshl.
44728         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44729         Remove tests for FE_INVALID.
44730         * math/s_ccoshf.c: Likewise.
44731         * math/s_ccoshl.c: Likewise.
44732         * math/s_csin.c: Likewise.
44733         * math/s_csinf.c: Likewise.
44734         * math/s_csinh.c Likewise.
44735         * math/s_csinhf.c: Likewise.
44736         * math/s_csinhl.c: Likewise.
44737         * math/s_csinl.c: Likewise.
44738         * math/s_ctan.c: Likewise.
44739         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44740         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44741         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44742
44743 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44744
44745         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44746         compilation problems.
44747
44748         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44749         __builtin_expect.
44750
44751 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44752
44753         * sysdeps/i386/configure.in: Test for -mfma4 option.
44754         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44755         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44756         COMMON_CPUID_INDEX_80000001.
44757         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44758         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44759         use it if FMA3 is not supported.
44760         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44761
44762         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44763         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44764
44765 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44766
44767         [BZ #12892]
44768         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44769         it would create a cycle with a link time dependency.
44770
44771 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44772
44773         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44774         instruction.
44775         * string/Makefile (strop-tests): Add rawmemchr.
44776         * string/test-rawmemchr.c: New file.
44777
44778         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44779         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44780         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44781         when compiling str{,n}casecmp and when AVX is available.  Hook up
44782         new optimized code in initializers.
44783
44784 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44785
44786         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44787         __feraiseexcept instead of feraiseexcept.
44788
44789 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44790
44791         * math/math_private.h: Define defaults for libc_fetestexcept and
44792         libc_feupdateenv.
44793         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44794         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44795         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44796         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44797         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44798         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44799         libc_fetestexcept and libc_feupdateenv.
44800
44801         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44802         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44803         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44804         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44805         libc_feholdexcept_setround.
44806
44807         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44808         Add s_nearbyint-c and s_nearbyintf-c.
44809         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44810         nearbyintf inlines.
44811         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44812         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44813         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44814         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44815
44816         * math/math_private.h: Define defaults for libc_fegetround,
44817         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44818         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44819         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44820         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44821         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44822         standard functions.
44823         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44824         Remove comments and hacks for old compiler versions.
44825         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44826         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44827         libc_feholdexceptl.
44828
44829 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44830
44831         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44832         (__feraiseexcept_renamed): Add __NTH.
44833         (feraiseexcept): Add __NTH.  Rename local variables to fix
44834         namespace violations.
44835
44836 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44837
44838         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44839
44840         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44841
44842         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44843         recently added interfaces.
44844         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44845
44846         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44847         about macro parameter expansion.
44848
44849         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44850         __NO_MATH_INLINES is defined.  Cleanups.
44851
44852         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44853         and __floorf is target has SSE4.1.
44854         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44855         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44856         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44857         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44858
44859         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44860         name.
44861         (floorf): Likewise.
44862
44863         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44864
44865 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44866
44867         * misc/sys/cdefs.h: Fix last change.
44868
44869         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44870         database lookup.
44871
44872 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44873
44874         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44875
44876         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44877         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44878         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44879         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44880         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44881         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44882         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44883         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44884         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44885         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44886         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44887         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44888         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44889         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44890         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44891         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44892         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44893         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44894         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44895         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44896         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44897         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44898
44899         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44900         ceil, ceilf, floor, floorf.
44901
44902         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44903         Perform IRELATIVE relocations last.
44904
44905         * elf/do-rel.h: Add another parameter nrelative, replacing the
44906         local variable with the same name.  Change name of the function
44907         to end in Rel or Rela (uppercase).
44908         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44909         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44910         elf_dynamic_do_##reloc function.
44911
44912 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44913
44914         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44915         is sufficient, at least on modern CPUs.
44916
44917         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44918
44919         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44920         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44921
44922         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44923         __expl_finite.
44924         * math/bits/math-finite.h: Add entries for exp.
44925         * math/e_expl.c: Add __*_finite alias.
44926         * sysdeps/i386/fpu/e_exp.S: Likewise.
44927         * sysdeps/i386/fpu/e_expf.S: Likewise.
44928         * sysdeps/i386/fpu/e_expl.c: Likewise.
44929         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44930         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44931         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44933         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44934         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44935         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44936
44937         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44938         is sufficient, at least on modern CPUs.
44939
44940         * ctype/ctype-info.c (__ctype_init): Define.
44941         * include/ctype.h (__ctype_init): Declare.
44942         (__ctype_b_loc): The variable is always initialized.
44943         (__ctype_toupper_loc): Likewise.
44944         (__ctype_tolower_loc): Likewise.
44945         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44946         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44947
44948 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44949
44950         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44951
44952         * configure.in: Also look in $cxxmachine/include for C++ system
44953         headers.
44954
44955 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44956
44957         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44958         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44959         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44960         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44961         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44962         (USE_AS_WMEMCMP): New macro.
44963         Fixing indents.
44964         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44965         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44966         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44967         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44968         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44969         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44970         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44971         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44972         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44973         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44974         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44975         (USE_AS_WMEMCMP): New macro.
44976         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44977         * sysdeps/string/test-memcmp.c: Update.
44978         Fix simple_wmemcmp.
44979         Add new tests.
44980         * wcsmbs/wmemcmp.c: Update.
44981         (WMEMCMP): New macro.
44982         Fix overflow bug.
44983
44984 2011-10-12  Andreas Jaeger  <aj@suse.de>
44985
44986         [BZ #13268]
44987         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44988
44989 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44990
44991         * libio/iofwide.c (do_length): Avoid warning.
44992
44993         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44994
44995 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44996
44997         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44998
44999         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45000         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45001         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45002         * sysdeps/i386/i686/fpu/e_log.S: New file.
45003         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45004         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45005
45006         * ctype/ctype.h: Add support for inlined isXXX functions when
45007         compiling C++ code.
45008
45009 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45010
45011         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45012
45013         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45014
45015 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45016
45017         [BZ #13291]
45018         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45019
45020 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45021
45022         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45023         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45024         feraiseexcept.
45025
45026         * sysdeps/x86_64/memrchr.S: Check for zero size.
45027
45028         * string/stratcliff.c: Add memrchr tests.
45029
45030 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45031
45032         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45033         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45034         rawmemchr-sse2 rawmemchr-sse2-bsf.
45035         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45036         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45037         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45038         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45039         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45040         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45041         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45042         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45043         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45044         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45045         * string/memrchr.c (MEMRCHR): New macro.
45046
45047 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45048
45049         Add integration with gcc's -ffinite-math-only and optimize wrapper
45050         functions in libm.
45051         * Versions.def: Define GLIBC_2.15 version for libm.
45052         * math/Makefile (headers): Add bits/math-finite.h.
45053         * math/bits/math-finite.h: New file.
45054         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45055         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45056         * math/e_acoshl.c: Add __*_finite alias.
45057         * math/e_acosl.c: Likewise.
45058         * math/e_asinl.c: Likewise.
45059         * math/e_atan2l.c: Likewise.
45060         * math/e_atanhl.c: Likewise.
45061         * math/e_coshl.c: Likewise.
45062         * math/e_exp10.c: Likewise.
45063         * math/e_exp10f.c: Likewise.
45064         * math/e_exp10l.c: Likewise.
45065         * math/e_exp2l.c: Likewise.
45066         * math/e_fmodl.c: Likewise.
45067         * math/e_gammal_r.c: Likewise.
45068         * math/e_hypotl.c: Likewise.
45069         * math/e_j0l.c: Likewise.
45070         * math/e_j1l.c: Likewise.
45071         * math/e_jnl.c: Likewise.
45072         * math/e_lgammal_r.c: Likewise.
45073         * math/e_log10l.c: Likewise.
45074         * math/e_log2l.c: Likewise.
45075         * math/e_logl.c: Likewise.
45076         * math/e_powl.c: Likewise.
45077         * math/e_sinhl.c: Likewise.
45078         * math/e_sqrtl.c: Likewise.
45079         * math/e_scalb.c: Completely rewritten and optimized.
45080         * math/e_scalbf.c: Likewise.
45081         * math/e_scalbl.c: Likewise.
45082         * math/w_acos.c: Likewise.
45083         * math/w_acosf.c: Likewise.
45084         * math/w_acosl.c: Likewise.
45085         * math/w_acosh.c: Likewise.
45086         * math/w_acoshf.c: Likewise.
45087         * math/w_acoshl.c: Likewise.
45088         * math/w_asin.c: Likewise.
45089         * math/w_asinf.c: Likewise.
45090         * math/w_asinl.c: Likewise.
45091         * math/w_atan2.c: Likewise.
45092         * math/w_atan2f.c: Likewise.
45093         * math/w_atan2l.c: Likewise.
45094         * math/w_atanh.c: Likewise.
45095         * math/w_atanhf.c: Likewise.
45096         * math/w_atanhl.c: Likewise.
45097         * math/w_exp10.c: Likewise.
45098         * math/w_exp10f.c: Likewise.
45099         * math/w_exp10l.c: Likewise.
45100         * math/w_fmod.c: Likewise.
45101         * math/w_fmodf.c: Likewise.
45102         * math/w_fmodl.c: Likewise.
45103         * math/w_j0.c: Likewise.
45104         * math/w_j0f.c: Likewise.
45105         * math/w_j0l.c: Likewise.
45106         * math/w_j1.c: Likewise.
45107         * math/w_j1f.c: Likewise.
45108         * math/w_j1l.c: Likewise.
45109         * math/w_jn.c: Likewise.
45110         * math/w_jnf.c: Likewise.
45111         * math/w_log.c: Likewise.
45112         * math/w_logf.c: Likewise.
45113         * math/w_logl.c: Likewise.
45114         * math/w_log10.c: Likewise.
45115         * math/w_log10f.c: Likewise.
45116         * math/w_log10l.c: Likewise.
45117         * math/w_log2.c: Likewise.
45118         * math/w_log2f.c: Likewise.
45119         * math/w_log2l.c: Likewise.
45120         * math/w_pow.c: Likewise.
45121         * math/w_powf.c: Likewise.
45122         * math/w_powl.c: Likewise.
45123         * math/w_remainder.c: Likewise.
45124         * math/w_remainderf.c: Likewise.
45125         * math/w_remainderl.c: Likewise.
45126         * math/w_scalb.c: Likewise.
45127         * math/w_scalbf.c: Likewise.
45128         * math/w_scalbl.c: Likewise.
45129         * math/w_sqrt.c: Likewise.
45130         * math/w_sqrtf.c: Likewise.
45131         * math/w_sqrtl.c: Likewise.
45132         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45133         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45134         used.
45135         * math/math_private.h: Declare __kernel_standard_f.
45136         * math/w_cosh.c: Remove cruft and optimize a bit.
45137         * math/w_coshf.c: Likewise.
45138         * math/w_coshl.c: Likewise.
45139         * math/w_exp2.c: Likewise.
45140         * math/w_exp2f.c: Likewise.
45141         * math/w_exp2l.c: Likewise.
45142         * math/w_hypot.c: Likewise.
45143         * math/w_hypotf.c: Likewise.
45144         * math/w_hypotl.c: Likewise.
45145         * math/w_lgamma.c: Likewise.
45146         * math/w_lgamma_r.c: Likewise.
45147         * math/w_lgammaf.c: Likewise.
45148         * math/w_lgammaf_r.c: Likewise.
45149         * math/w_lgammal.c: Likewise.
45150         * math/w_lgammal_r.c: Likewise.
45151         * math/w_sinh.c: Likewise.
45152         * math/w_sinhf.c: Likewise.
45153         * math/w_sinhl.c: Likewise.
45154         * math/w_tgamma.c: Likewise.
45155         * math/w_tgammaf.c: Likewise.
45156         * math/w_tgammal.c: Likewise.
45157         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45158         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45159         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45160         Minor optimizations.  Pretty printing.  Remove cruft.
45161         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45162         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45163         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45164         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45165         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45166         * sysdeps/i386/fpu/e_asin.S: Likewise.
45167         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45168         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45169         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45170         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45171         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45172         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45173         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45174         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45175         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45176         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45177         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45178         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45179         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45180         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45181         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45182         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45183         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45184         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45185         * sysdeps/i386/fpu/e_log.S: Likewise.
45186         * sysdeps/i386/fpu/e_log10.S: Likewise.
45187         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45188         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45189         * sysdeps/i386/fpu/e_log2.S: Likewise.
45190         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45191         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45192         * sysdeps/i386/fpu/e_logf.S: Likewise.
45193         * sysdeps/i386/fpu/e_logl.S: Likewise.
45194         * sysdeps/i386/fpu/e_pow.S: Likewise.
45195         * sysdeps/i386/fpu/e_powf.S: Likewise.
45196         * sysdeps/i386/fpu/e_powl.S: Likewise.
45197         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45198         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45199         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45200         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45201         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45202         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45203         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45204         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45205         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45206         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45207         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45208         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45209         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45210         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45211         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45212         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45213         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45214         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45215         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45216         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45217         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45218         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45219         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45220         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45221         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45222         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45223         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45224         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45225         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45226         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45227         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45228         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45229         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45230         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45231         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45232         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45233         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45234         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45235         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45236         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45237         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45238         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45239         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45240         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45241         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45242         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45243         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45244         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45245         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45246         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45247         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45248         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45249         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45250         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45251         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45252         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45253         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45254         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45255         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45256         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45257         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45258         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45259         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45260         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45261         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45262         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45263         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45264         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45265         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45266         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45267         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45268         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45269         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45270         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45271         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45272         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45273         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45274         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45275         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45276         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45277         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45278         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45279         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45280         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45281         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45282         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45283         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45284         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45285         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45286         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45287         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45288         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45289         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45290         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45291         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45292         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45293         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45294         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45295         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45296         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45297         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45298         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45299         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45300         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45301         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45302         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45303         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45304         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45305         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45306         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45307         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45308         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45309         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45310         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45311         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45312         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45313         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45314         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45315         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45316         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
45317         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45318         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45319         (__isnanf): Likewise.
45320         (__isinf_ns): Likewise.
45321         (__isinf_nsf): Likewise.
45322         (__finite): Likewise.
45323         (__finitef): Likewise.
45324         (__ieee754_sqrt): Define as macro.
45325         (__ieee754_sqrtf): Define as macro.
45326         (__ieee754_sqrtl): Define as macro.
45327         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45328         inlined copy.
45329         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45330         __FINITE_MATH_ONLY__ consistent.
45331         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45332
45333 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
45334
45335         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
45336         of rawmemchr.
45337
45338         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
45339
45340 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
45341
45342         * po/ja.po: Update from translation team.
45343
45344 2011-10-08  Roland McGrath  <roland@hack.frob.com>
45345
45346         * locale/programs/locarchive.c (prepare_address_space): New function.
45347         (create_archive, enlarge_archive, open_archive): Use it.
45348
45349         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45350         inside [SHARED], where it is used.
45351
45352         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45353
45354         * nss/getent.c (netgroup_keys): Remove unused variable.
45355         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45356
45357 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45358
45359         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45360         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45361         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45362         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45363         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45364         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45365         * math/Makefile (libm-calls): Add s_isinf_ns.
45366         * math/divtc3.c: Use __isinf_nsl instead of isinf.
45367         * math/multc3.c: Likewise.
45368         * math/s_casin.c: Likewise.
45369         * math/s_casinf.c: Likewise.
45370         * math/s_casinl.c: Likewise.
45371         * math/s_ccos.c: Likewise.
45372         * math/s_ccosf.c: Likewise.
45373         * math/s_ccosl.c: Likewise.
45374         * math/s_ctan.c: Likewise.
45375         * math/s_ctanf.c: Likewise.
45376         * math/s_ctanh.c: Likewise.
45377         * math/s_ctanhf.c: Likewise.
45378         * math/s_ctanhl.c: Likewise.
45379         * math/s_ctanl.c: Likewise.
45380         * math/w_fmod.c: Likewise.
45381         * math/w_fmodf.c: Likewise.
45382         * math/w_fmodl.c: Likewise.
45383         * math/w_remainder.c: Likewise.
45384         * math/w_remainderf.c: Likewise.
45385         * math/w_remainderl.c: Likewise.
45386         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45387         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45388         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45389         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45390         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45391         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45392         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45393         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45394
45395         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45396         of the number.
45397         * stdio-common/printf_fphex.c: Likewise.
45398         * stdio-common/printf_size.c: Likewise.
45399
45400         * math/e_exp10.c: Include math_private.h using <...> not "...".
45401         * math/e_exp10f.c: Likewise.
45402         * math/e_exp10l.c: Likewise.
45403         * math/e_exp2l.c: Likewise.
45404         * math/e_j0l.c: Likewise.
45405         * math/e_j1l.c: Likewise.
45406         * math/e_jnl.c: Likewise.
45407         * math/e_lgammal_r.c: Likewise.
45408         * math/e_rem_pio2l.c: Likewise.
45409         * math/e_scalb.c: Likewise.
45410         * math/e_scalbf.c: Likewise.
45411         * math/e_scalbl.c: Likewise.
45412         * math/k_cosl.c: Likewise.
45413         * math/k_sinl.c: Likewise.
45414         * math/k_tanl.c: Likewise.
45415         * math/s_cacoshf.c: Likewise.
45416         * math/s_catan.c: Likewise.
45417         * math/s_catanf.c: Likewise.
45418         * math/s_catanh.c: Likewise.
45419         * math/s_catanhf.c: Likewise.
45420         * math/s_catanhl.c: Likewise.
45421         * math/s_catanl.c: Likewise.
45422         * math/s_ccosh.c: Likewise.
45423         * math/s_ccoshf.c: Likewise.
45424         * math/s_ccoshl.c: Likewise.
45425         * math/s_cexp.c: Likewise.
45426         * math/s_cexpf.c: Likewise.
45427         * math/s_cexpl.c: Likewise.
45428         * math/s_clog.c: Likewise.
45429         * math/s_clog10.c: Likewise.
45430         * math/s_clog10f.c: Likewise.
45431         * math/s_clog10l.c: Likewise.
45432         * math/s_clogf.c: Likewise.
45433         * math/s_clogl.c: Likewise.
45434         * math/s_csin.c: Likewise.
45435         * math/s_csinf.c: Likewise.
45436         * math/s_csinh.c: Likewise.
45437         * math/s_csinhf.c: Likewise.
45438         * math/s_csinhl.c: Likewise.
45439         * math/s_csinl.c: Likewise.
45440         * math/s_csqrt.c: Likewise.
45441         * math/s_csqrtf.c: Likewise.
45442         * math/s_csqrtl.c: Likewise.
45443         * math/s_ctan.c: Likewise.
45444         * math/s_ctanf.c: Likewise.
45445         * math/s_ctanh.c: Likewise.
45446         * math/s_ctanhf.c: Likewise.
45447         * math/s_ctanhl.c: Likewise.
45448         * math/s_ctanl.c: Likewise.
45449         * math/s_ldexp.c: Likewise.
45450         * math/s_ldexpf.c: Likewise.
45451         * math/s_ldexpl.c: Likewise.
45452         * math/s_significand.c: Likewise.
45453         * math/s_significandf.c: Likewise.
45454         * math/s_significandl.c: Likewise.
45455         * math/w_acos.c: Likewise.
45456         * math/w_acosf.c: Likewise.
45457         * math/w_acosh.c: Likewise.
45458         * math/w_acoshf.c: Likewise.
45459         * math/w_acoshl.c: Likewise.
45460         * math/w_acosl.c: Likewise.
45461         * math/w_asin.c: Likewise.
45462         * math/w_asinf.c: Likewise.
45463         * math/w_asinl.c: Likewise.
45464         * math/w_atan2.c: Likewise.
45465         * math/w_atan2f.c: Likewise.
45466         * math/w_atan2l.c: Likewise.
45467         * math/w_atanh.c: Likewise.
45468         * math/w_atanhf.c: Likewise.
45469         * math/w_atanhl.c: Likewise.
45470         * math/w_cosh.c: Likewise.
45471         * math/w_coshf.c: Likewise.
45472         * math/w_coshl.c: Likewise.
45473         * math/w_dremf.c: Likewise.
45474         * math/w_exp10.c: Likewise.
45475         * math/w_exp10f.c: Likewise.
45476         * math/w_exp10l.c: Likewise.
45477         * math/w_exp2.c: Likewise.
45478         * math/w_exp2f.c: Likewise.
45479         * math/w_fmod.c: Likewise.
45480         * math/w_fmodf.c: Likewise.
45481         * math/w_fmodl.c: Likewise.
45482         * math/w_hypot.c: Likewise.
45483         * math/w_hypotf.c: Likewise.
45484         * math/w_hypotl.c: Likewise.
45485         * math/w_j0.c: Likewise.
45486         * math/w_j0f.c: Likewise.
45487         * math/w_j0l.c: Likewise.
45488         * math/w_j1.c: Likewise.
45489         * math/w_j1f.c: Likewise.
45490         * math/w_j1l.c: Likewise.
45491         * math/w_jn.c: Likewise.
45492         * math/w_jnf.c: Likewise.
45493         * math/w_jnl.c: Likewise.
45494         * math/w_lgamma.c: Likewise.
45495         * math/w_lgamma_r.c: Likewise.
45496         * math/w_lgammaf.c: Likewise.
45497         * math/w_lgammaf_r.c: Likewise.
45498         * math/w_lgammal.c: Likewise.
45499         * math/w_lgammal_r.c: Likewise.
45500         * math/w_log.c: Likewise.
45501         * math/w_log10.c: Likewise.
45502         * math/w_log10f.c: Likewise.
45503         * math/w_log10l.c: Likewise.
45504         * math/w_log2.c: Likewise.
45505         * math/w_log2f.c: Likewise.
45506         * math/w_log2l.c: Likewise.
45507         * math/w_logf.c: Likewise.
45508         * math/w_logl.c: Likewise.
45509         * math/w_pow.c: Likewise.
45510         * math/w_powf.c: Likewise.
45511         * math/w_powl.c: Likewise.
45512         * math/w_remainder.c: Likewise.
45513         * math/w_remainderf.c: Likewise.
45514         * math/w_remainderl.c: Likewise.
45515         * math/w_scalb.c: Likewise.
45516         * math/w_scalbf.c: Likewise.
45517         * math/w_scalbl.c: Likewise.
45518         * math/w_sinh.c: Likewise.
45519         * math/w_sinhf.c: Likewise.
45520         * math/w_sinhl.c: Likewise.
45521         * math/w_sqrt.c: Likewise.
45522         * math/w_sqrtf.c: Likewise.
45523         * math/w_sqrtl.c: Likewise.
45524         * math/w_tgamma.c: Likewise.
45525         * math/w_tgammaf.c: Likewise.
45526         * math/w_tgammal.c: Likewise.
45527
45528         * po/ja.po: Update from translation team.
45529
45530 2011-09-29  Andreas Jaeger  <aj@suse.de>
45531
45532         [BZ #13179]
45533         * sunrpc/netname.c (netname2host): Fix logic.
45534
45535         [BZ #6779]
45536         [BZ #6783]
45537         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45538         correctly.
45539         * math/w_remainder.c (__remainder): Likewise.
45540         * math/w_remainderf.c (__remainderf): Likewise.
45541         * math/libm-test.inc (remainder_test): Add test cases.
45542
45543 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45544
45545         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45546         sdiv_qrnnd.
45547
45548 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45549
45550         * string/test-memcmp.c: Avoid unncessary #defines.
45551         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45552
45553 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45554
45555         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45556         Use new sse2 version for core i3 - i7 as it's faster
45557         than sse42 version.
45558         (bit_Prefer_PMINUB_for_stringop): New.
45559         * sysdeps/x86_64/rawmemchr.S: Update.
45560         Replace with faster SSE2 version.
45561         * sysdeps/x86_64/memrchr.S: New file.
45562         * sysdeps/x86_64/memchr.S: Update.
45563         Replace with faster SSE2 version.
45564
45565 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45566
45567         * elf/dl-load.c (lose): Add cast to avoid warning.
45568
45569 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45570
45571         * po/ca.po: Update from translation team.
45572
45573         * inet/getnetgrent_r.c: Hook up nscd.
45574         * nscd/Makefile (routines): Add nscd_netgroup.
45575         (nscd-modules): Add netgroupcache.
45576         (CFLAGS-netgroupcache.c): Define.
45577         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45578         (cache_search): Add const to second parameter.
45579         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45580         INNETGR.
45581         (dbs): Add netgrdb entry.
45582         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45583         (verify_persistent_db): Handle netgrdb.
45584         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45585         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45586         GETFDNETGR.
45587         (netgroup_response_header): Define.
45588         (innetgroup_response_header): Define.
45589         (datahead): Add netgroup_response_header and innetgroup_response_header
45590         elements.
45591         * nscd/nscd.conf: Add entries for netgroup cache.
45592         * nscd/nscd.h (dbtype): Add netgrdb.
45593         (_PATH_NSCD_NETGROUP_DB): Define.
45594         (netgroup_iov_disabled): Declare.
45595         (xmalloc, xcalloc, xrealloc): Move declarations here.
45596         (cache_search): Adjust prototype.
45597         Add netgroup-related prototypes.
45598         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45599         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45600         (__nscd_innetgr): Declare.
45601         * nscd/selinux.c (perms): Use access_vector_t as element type and
45602         add netgroup-related initializers.
45603         * nscd/netgroupcache.c: New file.
45604         * nscd/nscd_netgroup.c: New file.
45605         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45606         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45607         For four parameters use innetgr.
45608         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45609         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45610         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45611         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45612
45613         * nscd/connections.c (register_traced_file): Don't register file
45614         for disabled databases.
45615
45616 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45617
45618         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45619
45620         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45621         from tree and freeing node.
45622
45623 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45624
45625         * nss/nsswitch.c (__nss_database_lookup): Handle
45626         nss_parse_service_list out of memory case.
45627
45628 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45629
45630         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45631         out of memory case.
45632
45633 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45634
45635         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45636         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45637         pass it down.
45638         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45639         elf_machine_rela, elf_machine_lazy_rel.
45640         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45641         (ELF_DYNAMIC_DO_REL): Likewise.
45642         (ELF_DYNAMIC_DO_RELA): Likewise.
45643         (ELF_DYNAMIC_RELOCATE): Likewise.
45644         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45645         to ELF_DYNAMIC_DO_REL.
45646         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45647         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45648         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45649         elf_machine_rela.
45650         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45651         skip_ifunc, don't call ifunc function if non-zero.
45652         (elf_machine_rela): Likewise.
45653         (elf_machine_lazy_rel): Likewise.
45654         (elf_machine_lazy_rela): Likewise.
45655         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45656         (elf_machine_lazy_rel): Likewise.
45657         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45658         Likewise.
45659         (elf_machine_lazy_rel): Likewise.
45660         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45661         Likewise.
45662         (elf_machine_lazy_rel): Likewise.
45663         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45664         (elf_machine_lazy_rel): Likewise.
45665         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45666         (elf_machine_lazy_rel): Likewise.
45667         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45668         (elf_machine_lazy_rel): Likewise.
45669         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45670         (elf_machine_lazy_rel): Likewise.
45671         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45672         (elf_machine_lazy_rel): Likewise.
45673         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45674         (elf_machine_lazy_rel): Likewise.
45675
45676 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45677
45678         * nss/nss_files/files-init.c (_nss_files_init): Use static
45679         initialization for all the *_traced_file variables.
45680
45681 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45682
45683         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45684
45685 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45686
45687         [BZ #13226]
45688         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45689
45690 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45691
45692         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45693         Reread the line before reparsing it.
45694
45695 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45696
45697         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45698
45699 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45700             Maxim Kuvyrkov  <maxim@codesourcery.com>
45701             Joseph Myers  <joseph@codesourcery.com>
45702
45703         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45704         if needed for __stack_chk_guard.
45705
45706 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45707
45708         * sysdeps/posix/spawni.c (script_execute): Always define it.
45709         It will be optimized away if unused.
45710         (maybe_script_execute): New function.
45711         (__spawni): Call it.
45712
45713         * Makerules: Don't include tls.make.
45714         (config-tls): Always set to thread.
45715         * tls.make.c: File removed.
45716
45717 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45718
45719         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45720         * config.make.in (CPPFLAGS-config): New substituted variable.
45721
45722 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45723
45724         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45725
45726         [BZ #13192]
45727         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45728         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45729
45730 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45731
45732         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45733         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45734         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45735         (CALL_FAIL): Likewise.
45736         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45737         (CALL_FAIL): Macro removed.
45738         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45739
45740 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45741
45742         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45743         for __FINITE_MATH_ONLY__ == 1.
45744
45745 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45746
45747         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45748         __ieee754_sqrt instead of sqrt.
45749         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45750         __ieee754_sqrtf instead of sqrtf.
45751         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45752         __floorf instead of floorf.
45753         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45754         __floorf, __truncf instead of floorf, truncf.
45755
45756 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45757
45758         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45759
45760         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45761         __extern_always_inline.
45762         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45763         32-bit.
45764
45765 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45766
45767         * elf/rtld.c (dl_main): Also relocate in dependency order when
45768         doing symbol dependency testing.
45769
45770 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45771
45772         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45773         Always define `refsym'.
45774
45775 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45776
45777         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45778         (__FD_ELT): Renamed from __FDELT.
45779         * misc/bits/select2.h (__FD_ELT): Likewise.
45780         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45781         __FD_MASK instead of __FDELT, __FDMASK.
45782         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45783         Likewise.
45784         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45785         Likewise.
45786
45787         * elf/Makefile (gen-ldd): Fix pattern.
45788
45789         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45790         (init_tls): Likewise.
45791
45792 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45793
45794         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45795
45796 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45797
45798         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45799         `struct cmsghdr *' instead of `void *'.
45800         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45801         Likewise.
45802
45803 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45804
45805         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45806         if non-absolute.
45807         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45808         ldd_rewrite_script.
45809
45810 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45811
45812         * configure.in: Remove --with-tls option.
45813         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45814         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45815         out in case it is missing.
45816         * sysdeps/ia64/elf/configure.in: Likewise.
45817         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45818         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45819         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45820         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45821         * sysdeps/sh/elf/configure.in: Likewise.
45822         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45823         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45824         * sysdeps/x86_64/elf/configure.in: Likewise.
45825         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45826         * sysdeps/mach/hurd/tls.h: Likewise.
45827
45828         [BZ #13067]
45829         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45830
45831         [BZ #13090]
45832         * configure.in: Fix use of AC_INIT.
45833
45834         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45835
45836 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45837
45838         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45839         __set_errno.
45840         * malloc/hooks.c: Likewise.
45841
45842         [BZ #11929]
45843         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45844         variables statically.
45845         (narenas): Initialize.
45846         (list_lock): Initialize.
45847         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45848         initializtion of main_arena and list_lock.  Small cleanups.
45849         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45850         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45851         Add initializers to main_arena and mp_.
45852         (malloc_state): Remove pagesize member.  Change all users to use
45853         GLRO(dl_pagesize).
45854
45855         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45856         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45857         is always initialized.
45858
45859         * malloc/malloc.c: Removed unused configurations and dead code.
45860         * malloc/arena.c: Likewise.
45861         * malloc/hooks.c: Likewise.
45862         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45863
45864         * include/tls.h: Removed.  USE___THREAD must always be defined.
45865         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45866         * elf/dl-libc.c: Likewise.
45867         * elf/dl-tsd.c: Likewise.
45868         * include/errno.h: Likewise.
45869         * include/netdb.h: Likewise.
45870         * include/resolv.h: Likewise.
45871         * inet/herrno-loc.c: Likewise.
45872         * inet/herrno.c: Likewise.
45873         * malloc/arena.c: Likewise.
45874         * malloc/hooks.c: Likewise.
45875         * malloc/malloc.c: Likewise.
45876         * resolv/res-state.c: Likewise.
45877         * resolv/res_libc.c: Likewise.
45878         * sysdeps/i386/dl-machine.h: Likewise.
45879         * sysdeps/ia64/dl-machine.h: Likewise.
45880         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45881         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45882         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45883         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45884         * sysdeps/sh/dl-machine.h: Likewise.
45885         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45886         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45887         * sysdeps/unix/i386/sysdep.S: Likewise.
45888         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45889         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45890         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45891         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45892         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45893         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45894         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45895         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45896         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45897         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45898         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45899         * sysdeps/x86_64/dl-machine.h: Likewise.
45900         * tls.make.c: Likewise.
45901
45902         * configure.in: Remove --with-__thread option.  Make tests for
45903         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45904         tls_model attribute fail if no support is available.  Remove
45905         USE_IN_LIBIO.
45906         * Makeconfig: Adjust for dropped configure option.  All features are
45907         now mandatory.
45908         * Makerules: Likewise.
45909         * Versions.def: Likewise.
45910         * argp/argp-fmtstream.c: Likewise.
45911         * argp/argp-fmtstream.h: Likewise.
45912         * argp/argp-help.c: Likewise.
45913         * assert/assert.c: Likewise.
45914         * config.h.in: Likewise.
45915         * config.make.in: Likewise.
45916         * configure: Likewise.
45917         * configure.in: Likewise.
45918         * csu/Versions: Likewise.
45919         * csu/init.c: Likewise.
45920         * elf/tst-audit2.c: Likewise.
45921         * elf/tst-tls10.c: Likewise.
45922         * elf/tst-tls10.h: Likewise.
45923         * elf/tst-tls11.c: Likewise.
45924         * elf/tst-tls12.c: Likewise.
45925         * elf/tst-tls14.c: Likewise.
45926         * elf/tst-tlsmod11.c: Likewise.
45927         * elf/tst-tlsmod12.c: Likewise.
45928         * elf/tst-tlsmod13.c: Likewise.
45929         * elf/tst-tlsmod13a.c: Likewise.
45930         * elf/tst-tlsmod14a.c: Likewise.
45931         * elf/tst-tlsmod15b.c: Likewise.
45932         * elf/tst-tlsmod16a.c: Likewise.
45933         * elf/tst-tlsmod16b.c: Likewise.
45934         * elf/tst-tlsmod7.c: Likewise.
45935         * elf/tst-tlsmod8.c: Likewise.
45936         * elf/tst-tlsmod9.c: Likewise.
45937         * gmon/gmon.c: Likewise.
45938         * grp/fgetgrent_r.c: Likewise.
45939         * grp/putgrent.c: Likewise.
45940         * hurd/fopenport.c: Likewise.
45941         * include/libc-symbols.h: Likewise.
45942         * include/tls.h: Likewise.
45943         * intl/gettextP.h: Likewise.
45944         * intl/loadinfo.h: Likewise.
45945         * locale/global-locale.c: Likewise.
45946         * locale/localeinfo.h: Likewise.
45947         * mach/devstream.c: Likewise.
45948         * malloc/arena.c: Likewise.
45949         * malloc/set-freeres.c: Likewise.
45950         * misc/err.c: Likewise.
45951         * misc/getttyent.c: Likewise.
45952         * misc/mntent_r.c: Likewise.
45953         * posix/getopt.c: Likewise.
45954         * posix/wordexp.c: Likewise.
45955         * pwd/fgetpwent_r.c: Likewise.
45956         * resolv/Versions: Likewise.
45957         * resolv/res_hconf.c: Likewise.
45958         * shadow/fgetspent_r.c: Likewise.
45959         * shadow/putspent.c: Likewise.
45960         * stdio-common/printf_fphex.c: Likewise.
45961         * stdio-common/tmpfile.c: Likewise.
45962         * stdlib/abort.c: Likewise.
45963         * stdlib/fmtmsg.c: Likewise.
45964         * sunrpc/auth_unix.c: Likewise.
45965         * sunrpc/clnt_perr.c: Likewise.
45966         * sunrpc/clnt_tcp.c: Likewise.
45967         * sunrpc/clnt_udp.c: Likewise.
45968         * sunrpc/clnt_unix.c: Likewise.
45969         * sunrpc/openchild.c: Likewise.
45970         * sunrpc/svc_simple.c: Likewise.
45971         * sunrpc/svc_tcp.c: Likewise.
45972         * sunrpc/svc_udp.c: Likewise.
45973         * sunrpc/svc_unix.c: Likewise.
45974         * sunrpc/xdr.c: Likewise.
45975         * sunrpc/xdr_array.c: Likewise.
45976         * sunrpc/xdr_rec.c: Likewise.
45977         * sunrpc/xdr_ref.c: Likewise.
45978         * sunrpc/xdr_stdio.c: Likewise.
45979
45980 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45981
45982         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45983
45984 2011-07-03  Andreas Jaeger  <aj@suse.de>
45985
45986         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45987         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45988         regenerate with gen-libm-tests.pl.
45989
45990 2010-05-12  Petr Baudis  <pasky@suse.cz>
45991
45992         [BZ #11589]
45993         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45994         around j0() zero points by switching to j1().
45995         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45996         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45997         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45998         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45999
46000 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46001
46002         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46003         instead of 0.
46004         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46005         instead of 0.
46006         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46007         Patch in part by Pavel Roskin <proski@gnu.org>.
46008
46009         [BZ #13138]
46010         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46011         realloc.
46012         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46013         Free memory block if necessary.
46014
46015         [BZ #12847]
46016         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46017         be NULL.  Don't lock in this case.
46018
46019 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46020
46021         * elf/elf.h (ELFOSABI_GNU): New macro.
46022         (ELFOSABI_LINUX): Define to that.
46023
46024 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46025
46026         * string/strncat.c (strncat): Undef the symbol in case it has been
46027         defined in bits/string.h.
46028
46029 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46030
46031         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46032
46033         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46034         link map.
46035
46036 2011-08-17  Andreas Jaeger  <aj@suse.de>
46037
46038         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46039
46040 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46041             Ian Lance Taylor  <iant@google.com>
46042
46043         * math/libm-test.inc (lround_test): New testcase.
46044         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46045
46046 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46047
46048         * Makefile: Remove support for automatic cvs check-ins.
46049         * Makerules: Likewise.
46050         * config.make.in: Likewise.
46051         * configure.in: Likewise.
46052         * intl/Makefile: Likewise.
46053         * locale/Makefile: Likewise.
46054         * po/Makefile: Likewise.
46055         * posix/Makefile: Likewise.
46056         * sysdeps/gnu/Makefile: Likewise.
46057         * sysdeps/mach/hurd/Makefile: Likewise.
46058         * sysdeps/sparc/sparc32/Makefile: Likewise.
46059
46060         [BZ #13118]
46061         * posix/Makefile (bug-regex32-ENV): Define.
46062         Patch by John Stanley <jpsinthemix@verizon.net>.
46063
46064         * misc/Makefile (headers): Add bits/select2.h.
46065         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46066         * misc/bits/select2.h: New file.
46067         * include/bits/select2.h: New file.
46068         * debug/Makefile (routines): Add fdelt_chk.
46069         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46070         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46071         FD_ISSET.
46072         * debug/fdelt_chk.c: New file.
46073
46074         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46075         * wcsmbs/test-wmemcmp.c: Likewise.
46076         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46077         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46078
46079 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46080
46081         * string/Makefile (strop-tests): Add memcmp.
46082         * string/test-wmemcmp.c: New file.
46083         * string/test-memcmp.c: Add wmemcmp support.
46084
46085 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46086
46087         [BZ #13153]
46088         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46089         2011-07-19 change.
46090
46091         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46092         garbage value in a __mach_port_mod_refs call in the cases of the
46093         task-self and thread-self ports.
46094
46095 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46096
46097         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46098
46099 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46100
46101         * elf/dl-load.c (lose): Check for non-null L.
46102
46103 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46104
46105         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46106
46107         * elf/dl-libc.c (dlerror_run): Pass back error code from
46108         dl_catch_error.
46109
46110         [BZ #13123]
46111         * elf/dl-load.c (lose): Free l_origin if it is valid.
46112
46113         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46114         names.
46115         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46116         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46117         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46118         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46119         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46120         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46121
46122 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46123
46124         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46125         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46126         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46127         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46128         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46129         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46130         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46131         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46132         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46133         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46134
46135 2011-08-15  Alan Modra  <amodra@gmail.com>
46136
46137         [BZ #13092]
46138         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46139         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46140         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46141         ppc_mcount to static-only-routines.
46142         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46143         __mcount_internal.
46144         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46145         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46146
46147 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46148
46149         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46150         for finite and infinity parameters.
46151
46152 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46153
46154         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46155         and add nop instructions for throughput optimization.
46156         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46157
46158 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46159
46160         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46161         aligned copy for power7 with vector-scalar instructions.
46162         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46163
46164 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46165
46166         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46167         AVX check.
46168
46169 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46170
46171         [BZ #13144]
46172         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46173         last change.
46174
46175 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46176
46177         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46178         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46179         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46180         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46181         clock_gettime.
46182
46183 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46184
46185         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46186         Forgot to demangle the pointer.
46187
46188         * sysdeps/i386/sysdep.h: Define atom_text_section.
46189         * sysdeps/x86_64/sysdep.h: Likewise.
46190         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46191         section with atom_text_section.
46192         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46193         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46194         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46195         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46196         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46197
46198         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46199         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46200         already be defined.  Change to take two parameters and don't assign
46201         result to variable.  Adjust all users.
46202         Define INTERNAL_GETTIME if not already defined.
46203         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46204         call.
46205         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46206         HAVE_CLOCK_GETTIME_VSYSCALL.
46207         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46208
46209         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46210         gettimeofday vsyscall, just use time.
46211
46212 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46213
46214         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46215         <errno.h>.
46216
46217 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46218
46219         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46220         syscall on x86-64.
46221         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46222         syscall.
46223         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46224         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46225         syscall if possible.
46226
46227 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46228
46229         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46230         e_ident.  Don't pass to find_mapsXX.
46231         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46232
46233 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46234
46235         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46236         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46237         * sysdeps/x86_64/multiarch/strchr.S: Update.
46238         Check bit_slow_BSF bit.
46239         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46240         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46241         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46242
46243 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46244
46245         [BZ #13134]
46246         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46247         before glibc 2.15.
46248         (tryshell): Define.
46249         (__spawni): Change last parameter to be flag.  Test
46250         SPAWN_XFLAGS_USE_PATH flag to use path or not.
46251         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46252         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46253         * posix/spawni.c: Likewise.
46254         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46255         * posix/spawnp.c: Likewise.  Change normal version to use
46256         SPAWN_XFLAGS_USE_PATH.
46257         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46258         SPAWN_XFLAGS_TRY_SHELL.
46259
46260         [BZ #13150]
46261         * posix/glob.h: Remove gcc 1.x support.
46262
46263         [BZ #13068]
46264         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46265
46266 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46267
46268         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46269         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46270         strrchr-sse2-bsf
46271         * sysdeps/i386/i686/multiarch/strchr.S: New file.
46272         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46273         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46274         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46275         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46276         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46277
46278 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46279
46280         * sysdeps/x86_64/wcscmp.S: New file.
46281
46282         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46283         wcscmp-c wcscmp-sse2
46284         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46285         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46286         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46287         * wcsmbs/wcscmp.c: Allow renaming.
46288
46289 2011-09-05  David S. Miller  <davem@davemloft.net>
46290
46291         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46292         stack slot, rather than the struct return pointer slot.
46293         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46294         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46295         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46296         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46297
46298 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46299
46300         * po/ja.po: Update from translation team.
46301
46302         [BZ #13144]
46303         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46304         kernel in 64-bit binaries.
46305
46306 2011-09-01  David S. Miller  <davem@davemloft.net>
46307
46308         * elf/elf.h (HWCAP_SPARC_*): Move to..
46309         * sysdeps/sparc/sysdep.h: this new file and add new values.
46310         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46311         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46312         _DL_HWCAP_COUNT to 24.
46313         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46314         entries.
46315         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46316         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46317         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46318         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46319         instead of magic constants.
46320         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46321
46322 2011-08-31  David S. Miller  <davem@davemloft.net>
46323
46324         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46325         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46326         Reimplement to do errno handling inline.
46327         (SYSCALL_ERROR_HANDLER): New macro.
46328         (__SYSCALL_STRING): Do not do errno handling in asm.
46329         (__CLONE_SYSCALL_STRING): Delete.
46330         (__INTERNAL_SYSCALL_STRING): Delete.
46331         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46332         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
46333         (PSEUDO): Reimplement to do errno handling inline.
46334         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
46335         (SYSCALL_ERROR_HANDLER): New macro.
46336         (__SYSCALL_STRING): Do not do errno handling in asm.
46337         (__CLONE_SYSCALL_STRING): Delete.
46338         (__INTERNAL_SYSCALL_STRING): Delete.
46339         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
46340         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
46341         i386.
46342         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
46343         (inline_syscall*): Add 'err' argument.
46344         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
46345         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
46346         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
46347         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46348
46349         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46350         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46351
46352 2011-08-30  Andreas Schwab  <schwab@redhat.com>
46353
46354         * elf/rtld.c (dl_main): Relocate objects in dependency order.
46355
46356 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46357
46358         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46359         directive.
46360
46361 2011-08-24  David S. Miller  <davem@davemloft.net>
46362
46363         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46364
46365 2011-08-24  Andreas Schwab  <schwab@redhat.com>
46366
46367         * elf/Makefile: Add rules to build and run unload8 test.
46368         * elf/unload8.c: New file.
46369         * elf/unload8mod1.c: New file.
46370         * elf/unload8mod1x.c: New file.
46371         * elf/unload8mod2.c: New file.
46372         * elf/unload8mod3.c: New file.
46373
46374         * elf/dl-close.c (_dl_close_worker): Reset private search list if
46375         it wasn't used.
46376
46377 2011-08-23  David S. Miller  <davem@davemloft.net>
46378
46379         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46380         subtract stack bias.
46381         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46382         %sp not %fp in calculations.
46383         (_JMPBUF_UNWINDS_ADJ): Likewise.
46384
46385         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46386         (aio_suspend): Call it to force an exception region around the
46387         AIO_MISC_WAIT() invocation.
46388
46389 2011-08-23  Andreas Schwab  <schwab@redhat.com>
46390
46391         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46392         backslash.
46393
46394 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
46395
46396         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46397         protection macro.
46398         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46399         and <dl-machine.h>.
46400         (Elf64_FuncDesc): Remove.
46401
46402 2011-08-22  David S. Miller  <davem@davemloft.net>
46403
46404         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46405         sigaltstack check, add missing cfi directives.
46406         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46407         missing cfi directives, and sigaltstack handling.
46408
46409 2011-08-16  Andreas Schwab  <schwab@redhat.com>
46410
46411         [BZ #11724]
46412         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46413         object is seen twice.
46414         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46415
46416         * elf/Makefile (distribute): Add tst-initorder2.c.
46417         (tests): Add tst-initorder2.
46418         (modules-names): Add tst-initorder2a tst-initorder2b
46419         tst-initorder2c tst-initorder2d.  Add rules to build them.
46420         ($(objpfx)tst-initorder2.out): New rule.
46421         * elf/tst-initorder2.c: New file.
46422         * elf/tst-initorder2.exp: New file.
46423
46424 2011-08-22  Andreas Schwab  <schwab@redhat.com>
46425
46426         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46427
46428         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46429         dependencies back to end of function.
46430
46431         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46432         $(elfobjdir)/ld.so.
46433
46434 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
46435
46436         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46437         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46438         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46439         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46440         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46441         of __vdso_gettimeofday.
46442         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46443         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
46444         attribute_hidden.
46445         (_libc_vdso_platform_setup): Remove initialization of
46446         __vdso_gettimeofday and __vdso_time.
46447
46448 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46449
46450         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46451         and fgetc_unlocked.
46452         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46453         getc_unlocked.
46454
46455         * elf/dl-open.c (add_to_global): Report additions to the global scope
46456         for LD_DEBUG=scopes.
46457         (dl_open_worker): Also print scope of newly loaded dependencies.
46458         (_dl_show_scope): Indicate if there is no scope.
46459
46460         [BZ #13114]
46461         * stdio-common/Makefile (tests): Add bug24.
46462         * stdio-common/bug24.c: New file.
46463
46464 2011-08-19  Andreas Jaeger  <aj@suse.de>
46465
46466         [BZ #13114]
46467         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46468         non-existant file when using close-on-exec mode.
46469
46470 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46471
46472         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46473         the very first instruction.
46474
46475         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46476         the CFI state in the end.
46477         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46478         inclusion of dl-trampoline.h.
46479         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46480
46481 2011-08-19  Andreas Schwab  <schwab@redhat.com>
46482
46483         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46484         expectations for long double.
46485
46486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46487         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46488
46489 2011-08-14  David S. Miller  <davem@davemloft.net>
46490
46491         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46492         artificual limit depends upon the system page size.
46493
46494 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46495
46496         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46497         * resolv/Makefile: Define CFLAGS-libresolv.
46498
46499 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46500
46501         * nss/makedb.c (compute_tables): Make variables used in nested
46502         function static.
46503
46504 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46505
46506         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46507         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46508         if buffer was too small.
46509
46510         * elf/pldd.c (main): Attach to all threads in the process.
46511         Rewrite /proc handling to use *at functions.
46512
46513 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46514
46515         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46516         specifies first scope to show.
46517         (dl_open_worker): Update callers.  Move printing scope of new
46518         object to before the relocation.
46519         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46520         * sysdeps/generic/ldsodefs.h: Update declaration.
46521
46522         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46523         string for the scope number.
46524
46525 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46526
46527         * nscd/servicescache.c (cache_addserv): Make sure written is always
46528         initialized.
46529
46530 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46531
46532         * sysdeps/i386/i486/bits/atomic.h
46533         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46534         statement expression, so as to suppress "set but not used" warning.
46535         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46536
46537         * string/strncat.c (STRNCAT): Use prototype definition.
46538
46539         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46540         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46541         -Iprograms here.
46542         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46543         (localedef-modules): Add localedef.
46544         (locale-modules): Add locale.
46545
46546         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46547         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46548         to avoid a warning.
46549
46550 2011-08-14  David S. Miller  <davem@davemloft.net>
46551
46552         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46553         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46554
46555 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46556
46557         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46558         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46559         * elf/rtld.c (dl_main): Set l_name of vDSO.
46560         Call _dl_show_scope when DL_DEBUG_SCOPES.
46561         (process_dl_debug): Recognize scopes flag and also set it for all.
46562         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46563         Declare _dl_show_scope.
46564
46565         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46566         (do_dlopen): Pass caller_dlopen to dl_open.
46567         (__libc_dlopen_mode): Initialize caller_dlopen.
46568
46569         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46570         of libc.  Make tolower call locale-independent.  Optimize a bit by
46571         using isdigit instead of isalnum.
46572         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46573
46574 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46575
46576         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46577         was a dependency or dynamically loaded.
46578
46579 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46580
46581         * intl/l10nflist.c: Allow architecture-specific pop function.
46582         * sysdeps/x86_64/l10nflist.c: New file.
46583
46584         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46585         classification.
46586
46587 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46588
46589         * include/dirent.h: Add libc_hidden_proto for scandirat and
46590         scandirat64.  Don't declare __scandirat64.
46591         * dirent/scandirat.c: Add libc_hidden_def.
46592         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46593         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46594
46595 2011-08-10  David S. Miller  <davem@davemloft.net>
46596
46597         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46598         enum.
46599         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46600         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46601         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46602
46603 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46604
46605         * Versions.def [libc]: Add GLIBC_2.15.
46606         * dirent/Makefile (routines): Add scandirat and scandirat64.
46607         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46608         GLIBC_2.15.
46609         * dirent/dirent.h: Declare scandirat and scandirat64.
46610         * dirent/scandirat.c: New file.
46611         * dirent/scandirat64.c: New file.
46612         * sysdeps/wordsize-64/scandirat.c: New file.
46613         * sysdeps/wordsize-64/scandirat64.c: New file.
46614         * dirent/opendir.c: Define opendirat.
46615         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46616         using scandirat.
46617         * dirent/scandir64.c: Adjust for scandir.c change.
46618         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46619         __scandirat64, and __scandir_cancel_handler.
46620         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46621         additional parameter and use openat instead of open (outside of ld.so).
46622         Add new __opendir as wrapper around __opendirat.
46623         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46624         here without requiring old scandirat implementation.
46625
46626 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46627
46628         * dirent/scandir.c (cancel_handler): Renamed to
46629         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46630         defined.  Adjust users.
46631         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46632         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46633
46634 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46635
46636         * string/test-string.h (IMPL): Use __STRING to expand name and then
46637         stringify it.
46638
46639         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46640         of cleanups.
46641
46642 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46643
46644         * string/Makefile: Update.
46645         (strop-tests): Append strncat.
46646         * string/test-wcscmp.c: New file.
46647         New comprehensive test for wcscmp.
46648         * string/test-strcmp.c: Update.
46649         (WIDE): New define.
46650
46651 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46652
46653         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46654         line.
46655
46656 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46657
46658         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46659         encoding to ACE if AI_IDN.
46660
46661 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46662
46663         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46664         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46665
46666 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46667
46668         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46669         Fix overflow bug in strncat.
46670         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46671
46672         * string/test-strncat.c: Update.
46673         Add new tests for checking overflow bugs.
46674
46675 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46676
46677         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46678         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46679         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46680         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46681         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46682         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46683         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46684         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46685         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46686
46687         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46688         (USE_AS_STRCAT): Define.
46689         Add strcat and strncat support.
46690         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46691
46692 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46693
46694         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46695         __n bigger than INT_MAX+1.
46696         (__strncmp_g): Likewise.
46697
46698 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46699
46700         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46701         * libio/stido.h: Likewise.
46702
46703         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46704         (AF_NFC): Define.
46705         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46706         (AF_NFC): Define.
46707
46708         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46709         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46710         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46711         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46712         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46713
46714         [BZ #13021]
46715         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46716         installed.
46717
46718         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46719         typo.
46720         (_dl_x86_64_save_sse): Likewise.
46721
46722 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46723
46724         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46725         OSXSAVE.
46726         (_dl_x86_64_save_sse): Likewise.
46727
46728         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46729
46730         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46731
46732 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46733
46734         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46735         change.
46736         (_dl_x86_64_save_sse): Use correct AVX check.
46737
46738 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46739
46740         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46741         bug in strncpy/strncat.
46742         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46743
46744 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46745
46746         * string/tester.c (test_strcat): Add tests for different alignments
46747         of source and destination.
46748         (test_strncat): Likewise.
46749
46750 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46751
46752         [BZ #12852]
46753         * posix/glob.c (glob): Check passed in values before using them in
46754         expressions to avoid some overflows.
46755         (glob_in_dir): Likewise.
46756
46757         [BZ #13007]
46758         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46759         check for AVX enablement so that we don't crash with old kernels and
46760         new hardware.
46761         * elf/tst-audit4.c: Add same checks here.
46762         * elf/tst-audit6.c: Likewise.
46763
46764         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46765
46766 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46767
46768         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46769
46770 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46771
46772         * po/cs.po: Update from translation team.
46773         * po/bg.po: Likewise.
46774
46775 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46776
46777         * misc/sys/cdefs.h: Add support for const attribute.
46778         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46779         to gnu_dev_{major,minor,makedev} functions.
46780
46781 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46782
46783         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46784
46785 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46786
46787         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46788         strlen results.
46789
46790 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46791
46792         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46793         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46794         register in order to avoid conflicts with the soft frame pointer
46795         being held in r11 when necessary.
46796         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46797         (INTERNAL_VSYSCALL_NCS): Likewise.
46798
46799 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46800
46801         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46802         * elf/dl-fini.c (_dl_fini): Adjust caller.
46803         * elf/dl-close.c (_dl_close_worker): Likewise.
46804         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46805
46806 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46807
46808         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46809         "aux_cache->nlibs < 0".
46810
46811         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46812         in the reload-count case.
46813
46814 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46815
46816         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46817         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46818         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46819         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46820         * sysdeps/x86_64/multiarch/strcat.S: New file.
46821         * sysdeps/x86_64/multiarch/strncat.S: New file.
46822         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46823         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46824         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46825         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46826         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46827         (USE_AS_STRCAT): Define.
46828         Add strcat and strncat support.
46829         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46830         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46831         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46832         * string/strncat.c: Update.
46833         (USE_AS_STRNCAT): Define.
46834         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46835         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46836         and i7.
46837         * sysdeps/x86_64/multiarch/init-arch.h
46838         (bit_Prefer_PMINUB_for_stringop): New.
46839         (index_Prefer_PMINUB_for_stringop): Likewise.
46840         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46841         bit_Prefer_PMINUB_for_stringop.
46842
46843 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46844
46845         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46846         buffer64.
46847         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46848         of casting of buffer.
46849         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46850         buffer32 and buffer64.
46851         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46852         writes instead of casting of buffer.
46853         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46854         buffer32.
46855         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46856         casting of buffer.
46857
46858 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46859
46860         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46861
46862 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46863
46864         * nscd/nscd.c (termination_handler): Don't do anything for a database
46865         if it has not yet been initialized.
46866
46867 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46868
46869         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46870
46871 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46872
46873         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46874
46875 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46876
46877         * po/nl.po: Update from translation team.
46878         * po/sv.po: Likewise.
46879
46880 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46881
46882         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46883         now disallowed by GCC.
46884
46885         * configure.in (use-default-link): Default to yes if a test -shared
46886         link meets our qualifications.
46887         * configure: Regenerated.
46888
46889         * config.make.in (output-format): New variable.
46890         * configure.in: Check for ld --print-output-format support.
46891         * configure: Regenerated.
46892         * Makerules ($(common-objpfx)format.lds)
46893         [$(output-format) != unknown]: Just use $(output-format),
46894         instead of the linker-script munging.
46895
46896 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46897
46898         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46899         of $(common-objpfx)shlib.lds.
46900         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46901
46902         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46903         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46904
46905         * configure.in (-z relro check): Adjust test code to add a large
46906         writable data section after it.
46907         * configure: Regenerated.
46908
46909 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46910
46911         * configure.in (-z relro check): Fix test code to make the variable
46912         truly const.
46913         * configure: Regenerated.
46914
46915 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46916
46917         * nscd/nscd.h (struct traced_file): Define.
46918         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46919         elements.  Add traced_files.
46920         (inotify_fd): Declare.
46921         (register_traced_file): Declare.
46922         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46923         (inotify_fd): Export.
46924         (resolv_conf_descr): Remove.
46925         (nscd_init): Move inotify descriptor creation to main.
46926         Don't register files for notification here.
46927         (register_traced_file): New function.
46928         (invalidate_cache): Don't use reset_res to determine whether to call
46929         res_init, go through the list of registered files.
46930         (main_loop_poll): The inotify descriptors are now stored in the
46931         structures for the traced files.
46932         (main_loop_epoll): Likewise
46933         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46934         to __nss_disable_nscd.
46935         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46936         for a database anymore.  Check the records for all the registered
46937         files instead.
46938         * nss/Makefile (libnss_files-routines): Add files-init.
46939         (libnss_db-routines): Add db-init.
46940         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46941         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46942         * nss/nss_db/db-init.c: New file.
46943         * nss/nss_files/files-init.c: New file.
46944         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46945         __nss_lookup_function.
46946         (__nss_lookup_function): Call nss_load_library.
46947         (nss_load_all_libraries): New function.
46948         (__nss_disable_nscd): Take parameter with callback function for files
46949         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46950         used for the cached services.
46951         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46952         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46953         options for features to all the files in nscd.
46954
46955         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46956
46957 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46958
46959         * csu/elf-init.c (__libc_csu_init): Comment typo.
46960
46961 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46962
46963         * po/pl.po: Update from translation team.
46964         * po/ja.po: Likewise.
46965         * po/ru.po: Likewise.
46966         * po/ko.po: Likewise.
46967         * po/fr.po: Likewise.
46968
46969 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46970
46971         * configure.in (.ctors/.dtors header and trailer check):
46972         Use an empirical test on a built program.
46973         * configure: Regenerated.
46974
46975         * configure.in (-z relro check): Use an empirical test on a built DSO.
46976         Detect, but do not require, on ia64.
46977         * configure: Regenerated.
46978
46979         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46980         Update tests that use readelf to use $READELF instead.
46981         * configure: Regenerated.
46982
46983 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46984
46985         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46986         if the result is not used.
46987
46988 2011-07-05  Andreas Jaeger  <aj@suse.de>
46989
46990         [BZ#9696]
46991         * stdlib/tst-strtod.c: Add testcase.
46992
46993 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46994
46995         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46996         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46997         The latter has a higher limit.  Take additional parameter to pass to
46998         the new function.
46999         (__pathconf): Pass file to __statfs_link_max.
47000         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47001         __statfs_link_max.
47002         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47003         __statfs_link_max.
47004
47005         [BZ #12868]
47006         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47007         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47008         Handle Lustre.
47009         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47010         (__statfs_filesize_max): Likewise.
47011         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47012
47013 2011-07-05  Andreas Jaeger  <aj@suse.de>
47014
47015         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47016
47017 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47018
47019         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47020         `status' variable.
47021         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47022         Likewise.
47023
47024 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47025
47026         * Makefile (strop-tests): Add strncat.
47027         * string/test-strncat.c: New file.
47028
47029 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47030
47031         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47032
47033 2011-06-21  Andreas Jaeger  <aj@suse.de>
47034
47035         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47036         Copy rule from iconvdata/Makefile.
47037
47038 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47039
47040         [BZ #12922]
47041         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47042         but no long options are defined, just return 'W'.
47043
47044 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47045
47046         [BZ #9696]
47047         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47048
47049 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47050
47051         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47052         netgroups to read.
47053         (innetgr): Likewise.
47054
47055 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47056
47057         * config.make.in (install_root): Default to $(DESTDIR).
47058
47059 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47060
47061         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47062
47063 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47064
47065         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47066
47067         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47068         containing directory rather than embedding absolute directory names.
47069
47070         * scripts/check-local-headers.sh: Rewritten using awk.
47071         Match by word, not by line.  Print error messages for matches.
47072         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47073
47074         * Makerules [shlib-lds-flags empty]:
47075         ($(common-objpfx)libc_pic.opts): New target.
47076         ($(common-objpfx)libc_pic.os.clean): New target.
47077         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47078
47079         * config.make.in (OBJCOPY): New variable.
47080         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47081         * configure: Regenerated.
47082
47083         * config.make.in (use-default-link): New variable.
47084         * configure.in (use_default_link): Grok --with-default-link to set it.
47085         * configure: Regenerated.
47086         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47087         (shlib-lds, shlib-lds-flags): Define to empty.
47088
47089         * Makerules (shlib-lds): New variable.
47090         (shlib-lds-flags): New variable.
47091         (build-shlib, build-moduile, build-module-asneeded): Use it.
47092         ($(common-objpfx)libc.so): Use $(shlib-lds).
47093         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47094         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47095
47096         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47097         DT_FLAGS/DT_FLAGS_1 with zero flags.
47098
47099         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47100         linker script munging.
47101
47102 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47103
47104         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47105         as 128-bit value.
47106         * crypt/sha512.c (sha512_process_block): Perform total addition using
47107         128-bit if possible.
47108         (__sha512_finish_ctx): Likewise.
47109         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47110         as 64-bit value.
47111         * crypt/sha256.c (SWAP64): Define.
47112         (sha256_process_block): Perform total addition using 64-bit if
47113         possible.
47114         (__sha256_finish_ctx): Likewise.
47115
47116 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47117
47118         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47119         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47120         * nscd/hstcache.c (cache_addhst): Likewise.
47121         * nscd/grpcache.c (cache_addgr): Likewise.
47122         * nscd/aicache.c (addhstaiX): Likewise
47123         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47124
47125 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47126
47127         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47128         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47129         * nscd/hstcache.c (cache_addhst): Likewise.
47130         * nscd/grpcache.c (cache_addgr): Likewise.
47131         * nscd/aicache.c (addhstaiX): Likewise
47132
47133 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47134
47135         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47136         domain only when needed.
47137
47138 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47139
47140         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47141         is always restored.
47142
47143 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47144
47145         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47146         are re-adding the entry.
47147         * nscd/servicescache.c (cache_addserv): Likewise.
47148
47149 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47150
47151         * sysdeps/generic/dl-irel.h: fix protection against multiple
47152         inclusions.
47153         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47154
47155 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47156
47157         [BZ #12935]
47158         * malloc/memusage.sh: Fix quoting in message.
47159         * debug/xtrace.sh: Likewise.
47160
47161         * configure.in: Remove support for --experimental-malloc option, make
47162         it the default.
47163         * config.make.in: Likewise.
47164         * malloc/Makefile: Likewise.
47165
47166 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47167
47168         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47169         two-byte characters.
47170
47171 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47172
47173         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47174         AC_CACHE_CHECK invocation.
47175         * configure: Regenerated.
47176
47177         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47178
47179 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47180
47181         [BZ #12350]
47182         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47183         bit from old_res_options.
47184
47185         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47186
47187         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47188         value type for setfct.
47189
47190 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47191
47192         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47193         __gettimeofday instead of gettimeofday.
47194
47195 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47196
47197         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47198
47199 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47200
47201         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47202
47203         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47204         info.
47205
47206 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47207
47208         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47209         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47210         strcpy-sse2-unaligned strncpy-sse2-unaligned
47211         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47212         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47213         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47214         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47215         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47216         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47217         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47218         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47219         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47220         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47221         (STRCPY): Support SSE2 and SSSE3 versions.
47222
47223 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47224
47225         [BZ #12874]
47226         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47227         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47228         kernels which artificially limit size of requests.
47229
47230 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47231
47232         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47233         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47234         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47235         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47236         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47237         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47238         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47239         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47240         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47241         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47242         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47243         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47244         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47245         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47246         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47247         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47248         Enable unaligned load optimization for Intel Core i3, i5 and i7
47249         processors.
47250         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47251         Define.
47252         (index_Fast_Unaligned_Load): Define.
47253         (HAS_FAST_UNALIGNED_LOAD): Define.
47254
47255 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
47256
47257         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47258
47259 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47260
47261         [BZ #12907]
47262         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47263         until it is clear that the information is realy needed.
47264         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47265
47266 2011-06-22  Andreas Schwab  <schwab@redhat.com>
47267
47268         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47269
47270 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47271
47272         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47273         /sys/devices/system/cpu/online if it is usable.
47274
47275         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47276         reading the information from the /proc filesystem to once a second.
47277
47278 2011-06-21  Andreas Jaeger  <aj@suse.de>
47279
47280         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47281         NULL after inclusion of kernel headers.
47282
47283 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
47284
47285         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47286         calls to internal_setent.
47287
47288         [BZ #12885]
47289         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47290         addresses using gethostbyname4_r ignore IPv4 addresses.
47291
47292         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47293         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
47294
47295         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47296
47297 2011-06-20  David S. Miller  <davem@davemloft.net>
47298
47299         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47300         inclusions.
47301         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47302
47303         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47304         (elf_irel): Use it.
47305         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47306         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47307         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47308         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47309         * sysdeps/x86_64/dl-irel.h: Likewise.
47310
47311         * elf/dl-runtime.c: Use elf_ifunc_invoke.
47312         * elf/dl-sym.c: Likewise.
47313
47314 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47315
47316         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
47317         need to dereference resplen2.
47318
47319 2011-06-14  Andreas Schwab  <schwab@redhat.com>
47320
47321         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47322
47323 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47324
47325         * Makeconfig: Define vardbdir and inst_vardbdir.
47326         * nss/Makefile: Add rules to install db-Makefile.
47327
47328         * nss/nss_db/db-XXX.c: Cleanup.
47329
47330         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47331         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47332         GLIBC_PRIVATE.
47333         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
47334         * nss/makedb.c: Implement -g option to specify that value strings
47335         are generated and should not be added to table iterated over for
47336         get*ent calls.
47337         * nss/nss_db/db-initgroups.c: New file.
47338
47339         * nss/getent.c: Add support for initgroups lookups through getgrouplist
47340         interface.
47341
47342         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
47343         (internal_getgrouplist): Adjust to name change.
47344         Update use_initgroups_entry if this is not the first call.
47345         * nss/databases.def: Add initgroups entry.
47346
47347         * nss/makedb.c (compute_tables): Check result of multiple hash table
47348         sizes to minimize maximum chain length.
47349
47350 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
47351
47352         * Versions.def: Add entry for libnss_db.
47353         * shlib-versions: Likewise.
47354         * nss/Makefile: Add rules to build libnss_db.
47355         * nss/Versions: Add libnss_db information.  Organize libnss_files
47356         entries better.
47357         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47358         makedb progra.  Some minor improvements to generate smaller files.
47359         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47360         here from...
47361         * nss/makedb.c: ...here.
47362         Improve database format to be smaller and require less memory at
47363         runtime.
47364         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
47365         db anymore.
47366         * nss/nss_db/db-netgrp.c: Likewise.
47367         * nss/nss_db/db-open.c: Likewise.
47368         * nss/nss_files/flies-XXX.x: Adjust comments.
47369         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47370         * nss/nss_files/files-grp.c: Likewise.
47371         * nss/nss_files/files-hosts.c: Likewise.
47372         * nss/nss_files/files-network.c: Likewise.
47373         * nss/nss_files/files-proto.c: Likewise.
47374         * nss/nss_files/files-pwd.c: Likewise.
47375         * nss/nss_files/files-rpc.c: Likewise.
47376         * nss/nss_files/files-service.c: Likewise.
47377         * nss/nss_files/files-sgrp.c: Likewise.
47378         * nss/nss_files/files-spwd.c: Likewise.
47379         * nss/nss_db/db-alias.c: Removed.
47380         * nss/nss_db/dummy-db.h: Removed.
47381
47382 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
47383
47384         * nss/makedb.c: Rewritten to not use database library.
47385         * nss/Makefile: Update to build new makedb program.
47386
47387 2011-06-14  Andreas Jaeger  <aj@suse.de>
47388
47389         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47390         memset declaration.
47391
47392 2011-06-10  Andreas Schwab  <schwab@redhat.com>
47393
47394         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47395         tmpbuf.
47396
47397 2011-06-10  Roland McGrath  <roland@hack.frob.com>
47398
47399         * Makerules (shlib.lds): Fail if the linker script comes out empty.
47400         * elf/Makefile ($(objpfx)ld.so): Likewise.
47401
47402         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47403         Don't list ld.so twice in dependencies.
47404
47405         * posix/bug-regex31.c: Include <stdlib.h>.
47406
47407         * nscd/hstcache.c (cache_addhst): Remove unused variable.
47408
47409         * nis/nss_compat/compat-spwd.c
47410         (getspent_next_nss_netgr): Remove unused variable.
47411         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47412
47413         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47414         nonmembers" output to use the right array.
47415
47416         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47417
47418         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47419
47420         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47421         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47422         * catgets/gencat.c (read_input_file): Likewise.
47423         * locale/programs/locarchive.c (enlarge_archive): Likewise.
47424
47425         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47426         variable definition inside #if's controlling its use.
47427
47428         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47429
47430         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47431
47432         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47433
47434         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47435         unreachable code.
47436
47437         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47438
47439         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47440         * configure: Regenerated.
47441
47442         * Makerules: Revert last change.
47443         * elf/Makefile: Likewise.
47444
47445 2011-06-09  Roland McGrath  <roland@hack.frob.com>
47446
47447         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47448         * elf/Makefile ($(objpfx)librtld.os): Likewise.
47449         (reloc-link): Likewise.
47450
47451 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
47452
47453         * elf/Makefile: Add rules to build pldd.
47454         * elf/pldd.c: New file.
47455         * elf/pldd-xx.c: New file.
47456
47457 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
47458
47459         * version.h: Update for 2.15 development version.
47460
47461 2011-06-07  David S. Miller  <davem@davemloft.net>
47462
47463         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47464         ifuncs.
47465         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47466         elf_machine_lazy_rel): Likewise.
47467         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47468         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47469         elf_machine_lazy_rel): Likewise.
47470         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47471         dl_hwcap via passed in argument.
47472         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47473         Likewise.
47474
47475 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47476
47477         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
47478
47479 2011-06-06  Roland McGrath  <roland@hack.frob.com>
47480
47481         [BZ #12849]
47482         * manual/fdl-1.1.texi: New file, verbatim from:
47483         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47484         * manual/lgpl-2.1.texi: New file, verbatim from:
47485         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47486         * manual/Makefile (licenses): New variable, list those new file names.
47487         (texis): Use it.
47488         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47489
47490         * manual/fdl.texi: File removed.
47491         * manual/lesser.texi: File removed.
47492         * manual/libc.texinfo (Copying, Documentation License):
47493         Use new @include file names, put @appendix directive before @include.
47494
47495 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47496
47497         [BZ #12841]
47498         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47499         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47500         (mq_open): Add __NTH.
47501
47502 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47503
47504         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47505         Assume Intel Core i3/i5/i7 processor if AVX is available.
47506
47507 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47508
47509         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47510         typo.
47511
47512 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47513
47514         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47515         memory.  Use alloca_account.  Fix memory leak when retrying.
47516
47517 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47518
47519         * version.h (RELEASE): Bump for 2.14 release.
47520         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47521
47522         * config.make.in (RANLIB): Remove entry.
47523
47524 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47525
47526         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47527         (libc.pot): Work around missing support for .ksh extension in xgettext.
47528
47529         [BZ #12684]
47530         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47531         if both request failed.
47532         (send_dg): In case of server errors clear resplen or *resplen2.
47533
47534         [BZ #12454]
47535         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47536         when there are multiple maps.
47537         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47538         (_dl_fini): Remove test here.
47539
47540         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47541
47542 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47543
47544         [BZ #12350]
47545         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47546         bit from old_res_options.
47547         (gaih_inet): Likewise.
47548
47549         [BZ #11099]
47550         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47551         as signed.
47552
47553         * resolv/res_init.c (res_setoptions): Make the code more compact.
47554
47555         [BZ #11558]
47556         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47557         set RES_USEVC.
47558
47559         [BZ #11634]
47560         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47561
47562         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47563
47564         [BZ #11781]
47565         * malloc/malloc.h: Declare malloc hook variables as volatile.
47566
47567         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47568         in last patch.
47569
47570         [BZ #11799]
47571         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47572         raise in the comment.
47573         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47574         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47575         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47576
47577 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47578
47579         [BZ #12811]
47580         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47581         grow the buffers more if it already has to be sufficient.
47582         (build_wcs_upper_buffer): Likewise.
47583         * posix/regexec.c (check_matching): Likewise.
47584         (clean_state_log_if_needed): Likewise.
47585         (extend_buffers): Don't enlarge buffers beyond size of the input
47586         buffer.
47587         Patches mostly by Emil Wojak <emil@wojak.eu>.
47588         * posix/bug-regex32.c: New file.
47589         * posix/Makefile (tests): Add bug-regex32.
47590
47591         * locale/findlocale.c (_nl_find_locale): Return right away if
47592         _nl_explode_name failed.
47593         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47594
47595         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47596
47597         * debug/xtrace.sh: Unify messages.
47598         * malloc/memusage.sh: Likewise.
47599
47600         [BZ #12813]
47601         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47602         time symbol from vDSO.  Substitute with vsyscall if not available.
47603         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47604         __vdso_time.
47605
47606         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47607         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47608         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47609         Add sendmmsg and internal_sendmmsg.
47610         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47611         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47612         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47613
47614         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47615         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47616         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47617
47618 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47619
47620         [BZ #12813]
47621         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47622         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47623         available.
47624         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47625         __vdso_getcpu.
47626
47627         [BZ #12814]
47628         * iconvdata/Makefile (tests): Add bug-iconv9.
47629         * iconvdata/bug-iconv9.c: New file.
47630
47631 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47632
47633         [BZ #12814]
47634         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47635
47636 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47637
47638         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47639         (struct user_regs_struct): Change intcs field back to cs.
47640
47641 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47642
47643         * po/ja.po: Update from translation team.
47644
47645 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47646
47647         [BZ #12795]
47648         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47649         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47650
47651 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47652
47653         * stdlib/longlong.h: Update from GCC.
47654
47655 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47656
47657         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47658         parameter name.
47659         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47660         Add parameter name.
47661         (__sysconf): Pass it down.
47662
47663 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47664
47665         [BZ #12671]
47666         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47667         some situations.
47668         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47669         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47670         add in in __libc_use_alloca calls.  Adjust callers.
47671         (glob): Use malloc in some situations.
47672
47673         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47674         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47675         pltexit.
47676
47677 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47678
47679         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47680         and CLOCK_BOOTTIME_ALARM.
47681
47682         [BZ #12782]
47683         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47684         is returned.
47685
47686         * string/_strerror.c (__strerror_r): Print negative errors as signed
47687         numbers.
47688
47689         [BZ #12777]
47690         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47691         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47692         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47693
47694         * configure.in: Fix typo in redirection and correct removal of test
47695         files in two cases.
47696
47697         [BZ #12788]
47698         * locale/setlocale.c (new_composite_name): Fix test to check for
47699         identical name of all categories.
47700
47701         [BZ #12792]
47702         * libio/filedoalloc.c (local_isatty): New function.
47703         (_IO_file_doallocate): Use local_isatty.
47704         * stdio-common/perror.c (perror): In case a new stream is used
47705         forward the stream error.
47706         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47707         error flag.
47708
47709 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47710
47711         [BZ #11869]
47712         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47713         alloca.
47714         * include/alloca.h (extend_alloca_account): Define.
47715
47716         [BZ #11857]
47717         * posix/regex.h: Fix comments with documentation of user-accessible
47718         fields after compilation and describe correct free'ing of pattern
47719         after re_compile_pattern.
47720         Patch by Reuben Thomas <rrt@sc3d.org>.
47721
47722 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47723
47724         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47725         and -mno-altivec to prevent the compiler from using Altivec and/or
47726         VSX instructions when the corresponding registers are not available.
47727
47728 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47729
47730         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47731
47732 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47733
47734         * libio/freopen.c (freopen): Use __dup2, not dup2.
47735         * libio/freopen64.c (freopen64): Likewise.
47736
47737 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47738
47739         [BZ #12775]
47740         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47741         * math/Makefile (tests): Add test-powl.
47742         (CFLAGS-test-powl.c): Define.
47743         * math/test-powl.c: New file.
47744
47745 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47746
47747         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47748
47749 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47750
47751         [BZ #11837]
47752         * iconvdata/gb18030.c: Update to GB18020-2005.
47753
47754 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47755
47756         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47757         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47758         Patch by Aharon Robbins <arnold@skeeve.com>.
47759
47760         [BZ #11892]
47761         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47762         on the stack.
47763
47764         [BZ #11895]
47765         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47766         through underflows.
47767
47768         [BZ #12766]
47769         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47770         point to strings before performing equality test for error_one_per_line
47771         mode.
47772
47773         [BZ #11697]
47774         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47775
47776         [BZ #11820]
47777         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47778         (struct user_fpregs_struct): Avoid __uint*_t types.
47779
47780         [BZ #6420]
47781         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47782         symbol info.  Use it instead of calling _dl_addr locally.
47783         (lock_and_info): New function.
47784         (tr_freehook): Call lock_and_info and pass symbol info as additional
47785         parameter to tr_where.
47786         (tr_mallochook): Likewise.
47787         (tr_reallochook): Likewise.
47788         (tr_memalignhook): Likewise.
47789
47790         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47791         used and couldn't be at all thread-safe.
47792
47793 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47794
47795         * libio/freopen.c (freopen): Don't close old file descriptor
47796         before the new one is opened.  Instead dup the new file descriptor
47797         to the old one after the new stream is created.
47798         * libio/freopen64.c (freopen64): Likewise.
47799         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47800         * libio/fileops.c (_IO_new_file_close_it): Handle new
47801         _IO_FLAGS2_NOCLOSE flag.
47802         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47803         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47804         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47805         _IO_FLAGS2_NOCLOSE flag.
47806         * include/unistd.h: Add hidden_proto for dup3.
47807         Define __have_dup3.
47808         * io/dup3.c: Define hidden symbol.
47809         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47810
47811         [BZ #7101]
47812         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47813         when an incomplete long option is used.
47814         * posix/tst-getopt_long1.c: New file.
47815         * posix/Makefile (tests): Add tst-getopt_long1.
47816
47817         [BZ #10138]
47818         * scripts/config.guess: Update from autoconf-2.68.
47819         * scripts/config.sub: Likewise.
47820
47821         [BZ #10157]
47822         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47823         tests into ...
47824         (has_cpuclock): ...this.  New function.
47825         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47826         macro here based on has_cpuclock code.
47827
47828         [BZ #10149]
47829         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47830         First byte (not low byte) is now always NUL.
47831         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47832
47833         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47834         Use non-cancelable interfaces.
47835
47836         [BZ #9809]
47837         * locale/iso-639.def: Add entry for Sorani.
47838
47839         [BZ #11901]
47840         * include/stdlib.h: Move include protection to the right place.
47841         Define abort_msg_s.  Declare __abort_msg with it.
47842         * stdlib/abort.c (__abort_msg): Adjust type.
47843         * assert/assert.c (__assert_fail_base): New function.  Majority
47844         of code from __assert_fail.  Allocate memory for __abort_msg with
47845         mmap.
47846         (__assert_fail): Now call __assert_fail_base.
47847         * assert/assert-perr.c: Remove bulk of implementation.  Use
47848         __assert_fail_base.
47849         * include/assert.hL Declare __assert_fail_base.
47850         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47851         mmap.
47852         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47853
47854 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47855
47856         [BZ #11952]
47857         [BZ #12453]
47858         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47859         until all modules are registered in the DTV.
47860         * elf/Makefile: Add rules to build and run tst-tls19.
47861         * elf/tst-tls19.c: New file.
47862         * elf/tst-tls19mod1.c: New file.
47863         * elf/tst-tls19mod2.c: New file.
47864         * elf/tst-tls19mod3.c: New file.
47865         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47866
47867         [BZ #12083]
47868         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47869         correctly.
47870
47871         [BZ #12601]
47872         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47873         two-byte sequence errors.
47874         * iconvdata/Makefile (tests): Add bug-iconv8.
47875         * iconvdata/bug-iconv8.c: New file.
47876
47877         [BZ #12626]
47878         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47879         buf2 definition.
47880
47881         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47882
47883         [BZ #12432]
47884         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47885         (dummy_getcfa): New function.
47886         (init): Get _Unwind_GetCFA address, use dummy if not found.
47887         (backtrace_helper): In recursion check, also check whether CFA changes.
47888         (__backtrace): Completely initialize arg.
47889
47890         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47891         storing incomplete byte sequence in state object.  Avoid testing for
47892         guaranteed too small input if we know there is enough data available.
47893
47894 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47895
47896         * Makeconfig (+link-pie): Indent.
47897         * Rules (binaries-pie): Define if $(have-fpie) and
47898         $(build-shared).
47899         (binaries-shared): Also filter out $(binaries-pie).
47900         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47901         * nscd/Makefile (others-pie): Add nscd.
47902         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47903         ($(objpfx)nscd): Remove command override.
47904         * login/Makefile (others-pie): Add pt_chown.
47905         ($(objpfx)pt_chown): Remove command override.
47906         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47907         remove command overrides.
47908
47909 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47910
47911         * libio/tst_putwc.c: Fix error messages.
47912
47913         [BZ #12724]
47914         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47915         currently writing and seek to current position when not.
47916         * libio/Makefile (tests): Add bug-fclose1.
47917         * libio/bug-fclose1.c: New file.
47918
47919 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47920
47921         [BZ #12511]
47922         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47923         don't set DF_1_NODELETE here.
47924         (do_lookup_x): When entering new entry test for copy relocation
47925         and if necessary set DF_1_NODELETE flag.
47926         * elf/tst-unique4.cc: New file.
47927         * elf/tst-unique4.h: New file.
47928         * elf/tst-unique4lib.cc: New file.
47929         * elf/Makefile: Add rules to build and run tst-unique4.
47930         Patch by Piotr Bury <pbury@goahead.com>.
47931
47932 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47933
47934         [BZ #12052]
47935         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47936
47937         [BZ #12625]
47938         * misc/mntent_r.c (addmntent): Flush the stream after the output
47939
47940         [BZ #12393]
47941         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47942         (is_trusted_path_normalize): Skip initial colon.  Append slash
47943         to empty buffer.  Duplicate is_trusted_path code but allow
47944         constructed patch to be prefix.
47945         (is_dst): Allow $ORIGIN followed by /.
47946         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47947         Correct testing of result of is_trusted_path_normalize
47948         (decompose_rpath): Fix warning.
47949
47950 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47951
47952         [BZ #11257]
47953         * grp/initgroups.c (internal_getgrouplist): When we found the service
47954         list through the initgroups entry in nsswitch.conf do not always
47955         continue on a successful lookup.  Don't always use the
47956         __nss_group_database value if it is set.
47957         * nss/nsswitch.conf (initgroups): Change action for successful db
47958         lookup to continue for compatibility.
47959
47960 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47961
47962         [BZ #11532]
47963         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47964         and CP774 modules.
47965         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47966         and CP774 modules.
47967         * iconvdata/tst-tables.sh: Likewise.
47968         * iconvdata/cp770.c: New file.
47969         * iconvdata/cp771.c: New file.
47970         * iconvdata/cp772.c: New file.
47971         * iconvdata/cp773.c: New file.
47972         * iconvdata/cp774.c: New file.
47973         * iconvdata/testdata/CP770: New file.
47974         * iconvdata/testdata/CP770..UTF8: New file.
47975         * iconvdata/testdata/CP771: New file.
47976         * iconvdata/testdata/CP771..UTF8: New file.
47977         * iconvdata/testdata/CP772: New file.
47978         * iconvdata/testdata/CP772..UTF8: New file.
47979         * iconvdata/testdata/CP773: New file.
47980         * iconvdata/testdata/CP773..UTF8: New file.
47981         * iconvdata/testdata/CP774: New file.
47982         * iconvdata/testdata/CP774..UTF8: New file.
47983
47984         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47985         END CHARMAP line.
47986         * iconvdata/gen-8bit-gap.sh: Likewise.
47987         * iconvdata/gen-8bit.sh: Likewise.
47988
47989         * locale/iso-639.def: Add ary entry.
47990
47991         [BZ #11258]
47992         * locale/C-translit.h.in: Add U20A1 transliteration.
47993
47994         [BZ #12178]
47995         * locale/iso-639.def: Add wae entry.
47996         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47997
47998         [BZ #12545]
47999         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48000         for n.
48001
48002         [BZ #12711]
48003         * locale/C-translit.h.in: Add entry for U20B9.
48004         Patch by pravin.d.s@gmail.com.
48005
48006 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48007
48008         [BZ #12713]
48009         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48010         ENAMETOOLONG use generic getcwd.
48011         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48012         in rtld.  Use *stat64.
48013         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48014         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48015         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48016         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48017         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48018         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48019         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48020         __fstatat64 macros.
48021         * include/dirent.h: Add libc_hidden_proto for rewinddir.
48022         * dirent/rewinddir.c: Add libc_hidden_def.
48023         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48024         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48025
48026         * include/dirent.h (__alloc_dir): Add flags parameter.
48027         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48028         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48029         __alloc_dir.
48030         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48031         from fdopendir if O_CLOEXEC is already set.
48032
48033 2011-03-15  Alan Modra  <amodra@gmail.com>
48034
48035         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48036         l_tls_firstbyte_offset non-zero.  Save padding offset in
48037         l_tls_firstbyte_offset for later use.
48038         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48039         freeing static tls block.
48040
48041 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48042
48043         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48044         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48045         being defined by the kernel headers.
48046
48047 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48048
48049         [BZ #12734]
48050         * resolv/resolv.h: Define RES_NOTLDQUERY.
48051         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48052         no-tld-query and set RES_NOTLDQUERY.
48053         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48054         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48055         modern BIND to search name as TLD unless forbidden.
48056
48057 2011-05-07  Petr Baudis  <pasky@suse.cz>
48058             Ulrich Drepper  <drepper@gmail.com>
48059
48060         [BZ #12393]
48061         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48062         (is_trusted_path): ...to here.
48063         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48064         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48065         using is_trusted_path_normalize() in setuid scripts.
48066
48067 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48068
48069         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48070         __BEGIN/__END_DECLS.
48071
48072 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48073
48074         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48075         NSS_STATUS_NOTFOUND if no record was found.
48076
48077 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48078
48079         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48080         (headers-not-in-tirpc): Remove rpc/netdb.h
48081         * resolv/netdb.h: Revert last change.
48082
48083 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48084
48085         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48086         circular dependency between libgcc.a and libc.a.
48087
48088 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48089
48090         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48091         * nis/Makefile: Don't install rpcsvc/*.
48092         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48093         instead of <rpc/types.h>.
48094         (MAXHOSTNAMELEN): Define.
48095
48096 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48097
48098         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48099
48100 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48101
48102         [BZ #12714]
48103         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48104         gethostbyname4_r when IPv6 results are possible.
48105
48106 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48107
48108         [BZ #12723]
48109         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48110         _PC_PIPE_BUF handling.
48111
48112 2011-04-30  Bruno Haible  <bruno@clisp.org>
48113
48114         [BZ #12717]
48115         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48116         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48117         to 'int'.
48118         * inet/getnameinfo.c (getnameinfo): Likewise.
48119
48120 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48121
48122         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48123         to groups setting in database lookup.
48124         * nss/nsswitch.conf: Add initgroups entry.
48125
48126 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48127
48128         [BZ #12685]
48129         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48130         mode string.
48131         Patch by Eric Blake <eblake@redhat.com>.
48132
48133 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48134
48135         * sunrpc/Makefile (need-export-routines): Add svc_run.
48136         (routines): Remove svc_run.
48137         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48138         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48139         * sunrpc/svc_run.c (svc_run): Likewise.
48140         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48141
48142 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48143
48144         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48145         problem in reallocation in last patch.
48146
48147 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48148
48149         * sunrpc/Makefile: Move inclusion of Rules.
48150
48151 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48152
48153         * nss/nss_files/files-initgroups.c: New file.
48154         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48155         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48156         _nss_files_initgroups_dyn.
48157
48158 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48159
48160         * elf/elf.h (R_ARM_IRELATIVE): Define.
48161
48162 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48163
48164         * po/ru.po: Update from translation team.
48165
48166 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48167
48168         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48169         dependencies.
48170
48171 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48172
48173         [BZ #12653]
48174         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48175         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48176         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48177         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48178         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48179
48180 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48181
48182         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48183         differing bytes.
48184         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48185         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48186         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48187
48188 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48189
48190         [BZ #12420]
48191         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48192         storing it.
48193         * stdlib/bug-getcontext.c: New file.
48194         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48195
48196 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48197
48198         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48199         instructions into .machine "z9-109".
48200         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48201         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48202
48203 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48204
48205         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48206         between environment variables and auxiliary vector.
48207
48208 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48209
48210         * Makefile: Add rules to build linkobj/libc.so.
48211         * include/libc-symbols.h: Define libc_hidden_nolink.
48212         * include/rpc/auth.h: Mark functions which are to be hidden.
48213         * include/rpc/auth_des.h: Likewise.
48214         * include/rpc/auth_unix.h: Likewise.
48215         * include/rpc/clnt.h: Likewise.
48216         * include/rpc/des_crypt.h: Likewise.
48217         * include/rpc/key_prot.h: Likewise.
48218         * include/rpc/pmap_clnt.h: Likewise.
48219         * include/rpc/pmap_prot.h: Likewise.
48220         * include/rpc/pmap_rmt.h: Likewise.
48221         * include/rpc/rpc_msg.h: Likewise.
48222         * include/rpc/svc.h: Likewise.
48223         * include/rpc/svc_auth.h: Likewise.
48224         * include/rpc/xdr.h: Likewise.
48225         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48226         * nss/Makefile: Likewise.
48227         * sunrpc/Makefile: Don't install headers.  Build library with normal
48228         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48229         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48230         for the compat linking library.  Remove use of INTDEF/INTUSE.
48231         * sunrpc/auth_none.c: Likewise.
48232         * sunrpc/auth_unix.c: Likewise.
48233         * sunrpc/authdes_prot.c: Likewise.
48234         * sunrpc/authuxprot.c: Likewise.
48235         * sunrpc/clnt_gen.c: Likewise.
48236         * sunrpc/clnt_perr.c: Likewise.
48237         * sunrpc/clnt_raw.c: Likewise.
48238         * sunrpc/clnt_simp.c: Likewise.
48239         * sunrpc/clnt_tcp.c: Likewise.
48240         * sunrpc/clnt_udp.c: Likewise.
48241         * sunrpc/clnt_unix.c: Likewise.
48242         * sunrpc/des_crypt.c: Likewise.
48243         * sunrpc/des_soft.c: Likewise.
48244         * sunrpc/get_myaddr.c: Likewise.
48245         * sunrpc/key_call.c: Likewise.
48246         * sunrpc/key_prot.c: Likewise.
48247         * sunrpc/netname.c: Likewise.
48248         * sunrpc/pm_getmaps.c: Likewise.
48249         * sunrpc/pm_getport.c: Likewise.
48250         * sunrpc/pmap_clnt.c: Likewise.
48251         * sunrpc/pmap_prot.c: Likewise.
48252         * sunrpc/pmap_prot2.c: Likewise.
48253         * sunrpc/pmap_rmt.c: Likewise.
48254         * sunrpc/publickey.c: Likewise.
48255         * sunrpc/rpc_cmsg.c: Likewise.
48256         * sunrpc/rpc_common.c: Likewise.
48257         * sunrpc/rpc_dtable.c: Likewise.
48258         * sunrpc/rpc_prot.c: Likewise.
48259         * sunrpc/rpc_thread.c: Likewise.
48260         * sunrpc/rtime.c: Likewise.
48261         * sunrpc/svc.c: Likewise.
48262         * sunrpc/svc_auth.c: Likewise.
48263         * sunrpc/svc_authux.c: Likewise.
48264         * sunrpc/svc_raw.c: Likewise.
48265         * sunrpc/svc_run.c: Likewise.
48266         * sunrpc/svc_simple.c: Likewise.
48267         * sunrpc/svc_tcp.c: Likewise.
48268         * sunrpc/svc_udp.c: Likewise.
48269         * sunrpc/svc_unix.c: Likewise.
48270         * sunrpc/svcauth_des.c: Likewise.
48271         * sunrpc/xcrypt.c: Likewise.
48272         * sunrpc/xdr.c: Likewise.
48273         * sunrpc/xdr_array.c: Likewise.
48274         * sunrpc/xdr_float.c: Likewise.
48275         * sunrpc/xdr_intXX_t.c: Likewise.
48276         * sunrpc/xdr_mem.c: Likewise.
48277         * sunrpc/xdr_rec.c: Likewise.
48278         * sunrpc/xdr_ref.c: Likewise.
48279         * sunrpc/xdr_sizeof.c: Likewise.
48280         * sunrpc/xdr_stdio.c: Likewise.
48281
48282 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
48283
48284         [BZ #12650]
48285         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48286         * sysdeps/ia64/dl-tls.h: Likewise.
48287         * sysdeps/powerpc/dl-tls.h: Likewise.
48288         * sysdeps/s390/dl-tls.h: Likewise.
48289         * sysdeps/sh/dl-tls.h: Likewise.
48290         * sysdeps/sparc/dl-tls.h: Likewise.
48291         * sysdeps/x86_64/dl-tls.h: Likewise.
48292         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48293
48294 2011-03-14  Andreas Schwab  <schwab@redhat.com>
48295
48296         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48297         rpath element also skip the following colon.
48298         (expand_dynamic_string_token): Add is_path parameter and pass
48299         down to DL_DST_REQUIRED and _dl_dst_substitute.
48300         (decompose_rpath): Call expand_dynamic_string_token with
48301         non-zero is_path.  Ignore empty rpaths.
48302         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48303         with zero is_path.
48304
48305 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48306
48307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48308         Make cancelable.
48309
48310 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
48311
48312         [BZ #12655]
48313         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48314         Patch by Filipe David Manana <fdmanana@apache.org>.
48315
48316 2011-04-07  Andreas Schwab  <schwab@redhat.com>
48317
48318         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48319         Maintain aligned stack.
48320         (CHECK_RSP): Remove unused macro.
48321
48322 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
48323
48324         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48325         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48326
48327 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
48328
48329         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48330
48331         * include/features.h: Mention __USE_XOPEN2K8 in comment.
48332
48333 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
48334
48335         [BZ #12518]
48336         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
48337         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
48338         * sysdeps/x86_64/memmove.c: New file.
48339         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
48340         (memcpy): Renamed to ...
48341         (__new_memcpy): This.
48342         (memcpy): Provide GLIBC_2_14 memcpy.
48343         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
48344         (memcpy): Provide GLIBC_2_2_5 memcpy.
48345
48346 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48347
48348         [BZ #12631]
48349         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48350
48351 2011-03-30  Andreas Schwab  <schwab@redhat.com>
48352
48353         * misc/syncfs.c: New file.
48354         * misc/Makefile (routines): Add syncfs.
48355         * posix/unistd.h: Declare syncfs.
48356         * sysdeps/unix/syscalls.list: Add syncfs.
48357
48358 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48359
48360         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48361         open_by_handle_at.
48362         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48363         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48364         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48365         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48366         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48367         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48368         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48369
48370 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48371
48372         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48373         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48374         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48375         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48376         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48377         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48378         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48379
48380         * io/Makefile: Compile fallocate.c, fallocate64.c, and
48381         sync_file_range.c with -fexceptions.
48382         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48383         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48384         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48385         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48386         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48387         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48388         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
48389         sync_file_range as cancellation point
48390         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
48391         now a wrapper around __call_sync_file_range with cancellation handling.
48392         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48393         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
48394         function name to __call_sync_file_range.
48395         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48396         Add call_sync_file_range.
48397
48398 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48399
48400         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48401         bits/timex.h.
48402
48403 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48404
48405         * iconv/iconv.h: Fix typo in comment.
48406         * io/fcntl.h: Likewise.
48407         * libio/stdio.h: Likewise.
48408         * posix/spawn.h: Likewise.
48409         * posix/unistd.h: Likewise.
48410         * stdlib/stdlib.h: Likewise.
48411         * time/time.h: Likewise.
48412         * wcsmbs/wchar.h: Likewise.
48413
48414         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48415         open_by_handle): Add.
48416         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48417         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
48418         Augment a few comments.
48419         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48420         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48421         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48422         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48423         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48424         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48425         open_by_handle.
48426
48427         * io/fcntl.h (AT_EMPTY_PATH): Define.
48428
48429 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
48430
48431         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48432         * sysdeps/unix/sysv/linux/bits/time.h: New file.
48433         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48434         to...
48435         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
48436         * Versions.def: Add GLIBC_2.14.
48437         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48438         Export.
48439
48440 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
48441
48442         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48443         round counter.
48444         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48445
48446 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48447
48448         [BZ #12597]
48449         * string/test-strncmp.c (do_page_test): New function.
48450         (check2): Likewise.
48451         (test_main): Call check2.
48452         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48453
48454 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
48455
48456         [BZ #12587]
48457         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48458         Handle cache information in CPU leaf 4.
48459         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48460
48461 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
48462
48463         [BZ #12583]
48464         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48465         character representation.
48466         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48467
48468 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
48469
48470         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48471         END(__isnan) to END(__isnanf) to match function entry point/label
48472         EALIGN(__isnanf,...).
48473
48474 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
48475
48476         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48477
48478 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
48479
48480         [BZ #12510]
48481         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48482         copy from the symbol referenced in the relocation to initialize the
48483         used variable.
48484         Patch by Piotr Bury <pbury@goahead.com>.
48485         * elf/Makefile: Add rules to build and tst-unique3.
48486         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48487         * elf/tst-unique3.cc: New file.
48488         * elf/tst-unique3.h: New file.
48489         * elf/tst-unique3lib.cc: New file.
48490         * elf/tst-unique3lib2.cc: New file.
48491
48492         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48493
48494 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48495
48496         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48497         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48498         to _start.
48499
48500 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48501
48502         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48503         to-be-loaded object along a path to loader is ld.so.
48504
48505 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48506             Ulrich Drepper  <drepper@gmail.com>
48507
48508         * sysdeps/x86_64/memset.S: After aligning destination, code
48509         branches to different locations depending on the value of
48510         misalignment, when multiarch is enabled. Fix this.
48511
48512 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48513
48514         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48515         Set _x86_64_preferred_memory_instruction for AMD processsors.
48516         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48517         Set bit_Prefer_SSE_for_memop for AMD processors.
48518
48519 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48520
48521         * libio/fmemopen.c (fmemopen): Optimize a bit.
48522
48523 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48524
48525         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48526
48527 2011-03-03  Roland McGrath  <roland@redhat.com>
48528
48529         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48530
48531 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48532
48533         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48534         __bzero_ultra1 instead of __memset_ultra1.
48535
48536 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48537             Ulrich Drepper  <drepper@gmail.com>
48538
48539         [BZ #12509]
48540         * include/link.h (struct link_map): Add l_orig_initfini.
48541         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48542         returning unsuccessfully.
48543         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48544         close of a file loaded at startup, restore the original l_initfini
48545         list.
48546         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48547         list, store the pointer.
48548         * elf/Makefile ($(objpfx)noload-mem): New rule.
48549         (noload-ENV): Define.
48550         (tests): Add $(objpfx)noload-mem.
48551         * elf/noload.c: Include <memcheck.h>.
48552         (main): Call mtrace.  Close all opened handles.
48553
48554 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48555
48556         [BZ #12454]
48557         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48558         dependencies are missing.
48559
48560 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48561
48562         Fix __if_freereq crash: Unlike the generic version which uses free,
48563         Hurd needs munmap.
48564         * sysdeps/mach/hurd/ifreq.h: New file.
48565
48566 2011-01-27  Petr Baudis  <pasky@suse.cz>
48567             Ulrich Drepper  <drepper@gmail.com>
48568
48569         [BZ 12445]#
48570         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48571         to extend_alloca().
48572         * stdio-common/bug23.c: New file.
48573         * stdio-common/Makefile (tests): Add bug23.
48574
48575 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48576             Ulrich Drepper  <drepper@gmail.com>
48577
48578         [BZ #12489]
48579         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48580         before performing relro protection.  At old place add assertion
48581         to make sure nothing changed.
48582
48583 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48584             Glauber de Oliveira Costa  <glommer@gmail.com>
48585
48586         * elf/elf.h: Add new ARM TLS relocs.
48587
48588 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48589
48590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48591         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48592         cast from r3.
48593         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48594         'tests' variable.
48595         * sysdeps/wordsize-64/tst-writev.c: New file.
48596
48597 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48598
48599         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48600         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48601         insns in _dl_start to prevent a TOC reference before relocs are
48602         resolved.
48603
48604 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48605
48606         [BZ #12469]
48607         * Makeconfig: Remove RANLIB definition.
48608         * Makerules: Don't use RANLIB.
48609         * aclocal.m4: Remove ranlib test.
48610         * configure.in: No need to check for ranlib.
48611         * elf/rtld-Rules: Don't use RANLIB.
48612
48613 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48614
48615         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48616         protection macro.
48617         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48618         inclusion protection macro.
48619
48620         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48621         SIGRTMIN and SIGRTMAX and print information in that case only when
48622         SIGRTMIN is defined.
48623
48624 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48625
48626         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48627         arginfo fn returning -1.
48628
48629         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48630         and thousands string is zero terminated.
48631
48632 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48633
48634         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48635         sysdeps/unix/sysv/linux/bits/socket.h.
48636
48637 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48638
48639         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48640         (__CPU_COUNT): Remove old macros.
48641         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48642         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48643         (__CPU_ALLOC, __CPU_FREE): Add macros.
48644         (__sched_cpualloc, __sched_cpufree): Add declarations.
48645
48646 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48647
48648         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48649         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48650         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48651         (readdhstai): Return value of addhstaiX call.
48652         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48653         (addgrbyX): Return value returned by cache_addgr.
48654         (readdgrbyname): Return value returned by addgrbyX.
48655         (readdgrbygid): Likewise.
48656         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48657         (addpwbyX): Return value returned by cache_addpw.
48658         (readdpwbyname): Return value returned by addhstbyX.
48659         (readdpwbyuid): Likewise.
48660         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48661         (addservbyX): Return value returned by cache_addserv.
48662         (readdservbyname): Return value returned by addservbyX:
48663         (readdservbyport): Likewise.
48664         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48665         (addhstbyX): Return value returned by cache_addhst.
48666         (readdhstbyname): Return value returned by addhstbyX.
48667         (readdhstbyaddr): Likewise.
48668         (readdhstbynamev6): Likewise.
48669         (readdhstbyaddrv6): Likewise.
48670         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48671         (readdinitgroups): Return value returned by addinitgroupsX.
48672         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48673         (prune_cache): Keep track of timeout value of re-added entries.
48674         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48675         * nscd/nscd.h: Adjust prototypes of readd* functions.
48676
48677 2011-02-04  Roland McGrath  <roland@redhat.com>
48678
48679         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48680         (nis_stats): Likewise.
48681         * nis/nis_modify.c (nis_modify): Likewise.
48682         * nis/nis_remove.c (nis_remove): Likewise.
48683         * nis/nis_add.c (nis_add): Likewise.
48684
48685         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48686
48687         * posix/fnmatch_loop.c: Add some consts.
48688
48689         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48690
48691 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48692
48693         [BZ #12460]
48694         * config.make.in (config-cflags-novzeroupper): Define.
48695         * configure.in: Substitute libc_cv_cc_novzeroupper.
48696         * elf/Makefile (AVX-CFLAGS): Define.
48697         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48698         (CFLAGS-tst-auditmod4a.c): Likewise.
48699         (CFLAGS-tst-auditmod4b.c): Likewise.
48700         (CFLAGS-tst-auditmod6b.c): Likewise.
48701         (CFLAGS-tst-auditmod6c.c): Likewise.
48702         (CFLAGS-tst-auditmod7b.c): Likewise.
48703         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48704
48705 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48706
48707         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48708         function to the callback.
48709         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48710
48711 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48712
48713         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48714         of errno.
48715
48716 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48717
48718         [BZ #11724]
48719         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48720         of constructors.
48721         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48722         of destructors.
48723         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48724
48725         [BZ #11724]
48726         * elf/Makefile: Add rules to build and run new test.
48727         * elf/tst-initorder.c: New file.
48728         * elf/tst-initorder.exp: New file.
48729         * elf/tst-initordera1.c: New file.
48730         * elf/tst-initordera2.c: New file.
48731         * elf/tst-initordera3.c: New file.
48732         * elf/tst-initordera4.c: New file.
48733         * elf/tst-initorderb1.c: New file.
48734         * elf/tst-initorderb2.c: New file.
48735         * elf/tst-order-a1.c: New file.
48736         * elf/tst-order-a2.c: New file.
48737         * elf/tst-order-a3.c: New file.
48738         * elf/tst-order-a4.c: New file.
48739         * elf/tst-order-b1.c: New file.
48740         * elf/tst-order-b2.c: New file.
48741         * elf/tst-order-main.c: New file.
48742         New test case by George Gensure <werkt0@gmail.com>.
48743
48744 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48745
48746         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48747         decoding ACE if AI_CANONIDN.
48748
48749 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48750
48751         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48752
48753 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48754
48755         * version.h (RELEASE): Bump for 2.13 release.
48756         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48757
48758         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48759
48760         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48761         MADV_NOHUGEPAGE.
48762         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48763         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48764         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48765         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48766         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48767         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48768
48769         * posix/getconf.c: Update copyright year.
48770         * catgets/gencat.c: Likewise.
48771         * csu/version.c: Likewise.
48772         * debug/catchsegv.sh: Likewise.
48773         * debug/xtrace.sh: Likewise.
48774         * elf/ldconfig.c: Likewise.
48775         * elf/ldd.bash.in: Likewise.
48776         * elf/sprof.c (print_version): Likewise.
48777         * iconv/iconv_prog.c: Likewise.
48778         * iconv/iconvconfig.c: Likewise.
48779         * locale/programs/locale.c: Likewise.
48780         * locale/programs/localedef.c: Likewise.
48781         * malloc/memusage.sh: Likewise.
48782         * malloc/mtrace.pl: Likewise.
48783         * nscd/nscd.c (print_version): Likewise.
48784         * nss/getent.c: Likewise.
48785
48786         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48787         PF_CAIF, and PF_ALG.
48788         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48789
48790 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48791
48792         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48793         (modules-names): Use them.
48794         (ifunc-test-modules, ifunc-pie-tests): Define.
48795         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48796         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48797         (test-extras): Likewise.
48798         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48799         $(compile-command.c).
48800         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48801         (all-built-dso): Define.
48802         (check-textrel.out, check-execstack.out): Depend on it.
48803
48804         * configure.in: Don't override --enable-multi-arch.
48805
48806 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48807
48808         [BZ #6812]
48809         * nscd/hstcache.c (tryagain): Define.
48810         (cache_addhst): Return tryagain not notfound for temporary errors.
48811         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48812         failed.
48813
48814 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48815
48816         [BZ #10563]
48817         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48818         to make the syscall.
48819         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48820
48821         [BZ #12378]
48822         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48823         and fall back to matching as normal character if the string ends before
48824         the matching ']' is found.  This is what POSIX requires.
48825         * posix/testfnm.c: Adjust test result.
48826         * posix/globtest.sh: Adjust test result.  Add new test.
48827         * posix/tst-fnmatch.input: Likewise.
48828         * posix/tst-fnmatch2.c: Add new test.
48829
48830 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48831
48832         * elf/Makefile (check-execstack): Revert last change.  Depend on
48833         check-execstack.h.
48834         (check-execstack.h): New target.
48835         (generated): Add check-execstack.h.
48836         * elf/check-execstack.c: Include "check-execstack.h".
48837         (main): Revert last change.
48838         (handle_file): Return zero if GNU_STACK is absent and
48839         DEFAULT_STACK_PERMS doesn't include PF_X.
48840
48841 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48842
48843         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48844         in child fails because the descriptor is already closed.
48845         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48846         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48847         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48848
48849         [BZ #12397]
48850         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48851         syscall.
48852
48853         [BZ #10484]
48854         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48855         temporary buffer used to handle multi lookups locally.
48856         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48857
48858 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48859
48860         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48861         loader is ld.so.
48862
48863 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48864
48865         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48866         alignment for SSE2.
48867
48868 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48869
48870         [BZ #12394]
48871         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48872         characters.  When rounding increased number of integer digits recompute
48873         number of groups.
48874         * stdio-common/tst-grouping.c: New file.
48875         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48876
48877 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48878
48879         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48880         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48881
48882         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48883         void.
48884         * bits/select.h: Likewise.
48885
48886 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48887
48888         * po/ja.po: Update from translation team.
48889
48890 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48891
48892         [BZ #11155]
48893         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48894         implementation just like for lxstat, fxstatat, et al.
48895
48896 2010-12-27  Jim Meyering  <meyering@redhat.com>
48897
48898         [BZ #12348]
48899         * posix/regexec.c (build_trtable): Return failure indication upon
48900         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48901
48902 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48903
48904         [BZ #12201]
48905         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48906         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48907         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48908         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48909
48910         [BZ #12207]
48911         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48912
48913         [BZ #12204]
48914         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48915         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48916
48917 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48918
48919         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48920         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48921         script has SORT_BY_INIT_PRIORITY.
48922         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48923         NO_CTORS_DTORS_SECTIONS is defined.
48924         * elf/soinit.c: Likewise.
48925         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48926         NO_CTORS_DTORS_SECTIONS is defined.
48927         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48928         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48929         * sysdeps/sh/init-first.c: Likewise.
48930         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48931
48932 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48933
48934         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48935         always use the slow path.
48936
48937 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48938
48939         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48940         similar rule which adds the sysdep directories to the header search in
48941         order to pick up the correct platform stackinfo.h.
48942         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48943         perform test if it is, otherwise return successfully without testing.
48944         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48945         DEFAULT_STACK_PERMS define in stackinfo.h.
48946         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48947         defined in stackinfo.h.
48948         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48949         DEFAULT_STACK_PERMS defined in stackinfo.h.
48950         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48951         * sysdeps/ia64/stackinfo.h: Likewise.
48952         * sysdeps/s390/stackinfo.h: Likewise.
48953         * sysdeps/sh/stackinfo.h: Likewise.
48954         * sysdeps/sparc/stackinfo.h: Likewise.
48955         * sysdeps/x86_64/stackinfo.h: Likewise.
48956         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48957         PF_X for powerpc64.  Retain PF_X for powerpc32.
48958
48959 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48960
48961         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48962         accurately.
48963         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48964         GETDENTS_64BIT_ALIGNED.
48965
48966 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48967
48968         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48969
48970 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48971
48972         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48973         _GNU_SOURCE.
48974
48975         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48976         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48977         Remove __restrict.
48978         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48979         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48980
48981 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48982
48983         [BZ #11655]
48984         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48985         are initialized.
48986
48987 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48988
48989         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48990
48991 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48992
48993         * po/it.po: Update from translation team.
48994
48995 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48996
48997         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48998         unused codes.
48999
49000 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49001
49002         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49003
49004 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49005
49006         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49007         specially.
49008         (gaih_getanswer_slice): Likewise.
49009
49010 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49011
49012         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49013
49014 2010-05-31  Petr Baudis  <pasky@suse.cz>
49015
49016         [BZ #11149]
49017         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49018         silently even in the chroot mode.
49019
49020 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49021
49022         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49023         last patch a bit.  Pretty printing
49024
49025 2010-05-31  Petr Baudis <pasky@suse.cz>
49026
49027         [BZ #10085]
49028         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49029         initialization of skip_initgroups_dyn.
49030
49031 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49032
49033         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49034         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49035
49036 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49037
49038         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49039
49040 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49041
49042         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49043         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49044         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49045         ($(objpfx)tst-fnmatch-mem): New rule.
49046         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49047         * posix/tst-fnmatch.c (main): Call mtrace.
49048
49049 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49050
49051         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49052         Support Intel processor model 6 and model 0x2c.
49053
49054 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49055
49056         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49057           signed comparison.
49058
49059 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49060
49061         [BZ #12205]
49062         * string/test-strncasecmp.c (check_result): New function.
49063         (do_one_test): Use it.
49064         (check1): New function.
49065         (test_main): Use it.
49066         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49067         Support strcasecmp and strncasecmp.
49068
49069 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49070
49071         [BZ #12194]
49072         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49073         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49074
49075 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49076
49077         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49078         IFUNC support.
49079         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49080         memset-x86-64.
49081         * sysdeps/x86_64/multiarch/bzero.S: New file.
49082         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49083         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49084         * sysdeps/x86_64/multiarch/memset.S: New file.
49085         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49086         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49087         Set bit_Prefer_SSE_for_memop for Intel processors.
49088         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49089         Define.
49090         (index_Prefer_SSE_for_memop): Define.
49091         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49092
49093 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49094
49095         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49096         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49097
49098 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49099
49100         [BZ #12191]
49101         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49102         (__x86_64_raw_data_cache_size_half): Likewise.
49103         (__x86_64_raw_shared_cache_size): Likewise.
49104         (__x86_64_raw_shared_cache_size_half): Likewise.
49105
49106         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49107         (__x86_64_raw_data_cache_size_half): Likewise.
49108         (__x86_64_raw_shared_cache_size): Likewise.
49109         (__x86_64_raw_shared_cache_size_half): Likewise.
49110         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49111         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49112         and __x86_64_raw_shared_cache_size_half.  Round
49113         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49114         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49115         to multiple of 256 bytes.
49116
49117 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49118
49119         [BZ #12167]
49120         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49121         of inacessible symlinks.  Verify result of symlink before returning it.
49122         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49123         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49124
49125 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49126
49127         * math/math.h (isinf): Fix typo in comment.
49128
49129 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49130
49131         * po/da.po: Update from translation team.
49132
49133 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49134
49135         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49136         is added to the list.
49137
49138 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49139             Ulrich Drepper  <drepper@gmail.com>
49140
49141         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49142         the global list here.  Move code to...
49143         (_dl_add_to_namespace_list): ...here.  New function.
49144         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49145         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49146         * elf/dl-load.c (lose): Don't remove the element from the list.
49147         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49148         (_dl_map_object): Likewise.
49149
49150 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49151
49152         [BZ #12159]
49153         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49154         into all bytes of SSE register.
49155         Patch by Richard Li <richardpku@gmail.com>.
49156
49157 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49158
49159         [BZ #12140]
49160         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49161         perturbing.
49162
49163 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49164
49165         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49166         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49167         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49168         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49170         submachine.
49171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49172
49173 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49174
49175         * include/dlfcn.h (__RTLD_SECURE): Define.
49176         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49177         mode & __RTLD_SECURE instead.
49178         (open_path): Rename preloaded parameter to secure.
49179         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49180         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49181         * elf/dl-deps.c (openaux): Likewise.
49182         * elf/rtld.c (struct map_args): Remove is_preloaded.
49183         (map_doit): Don't use it.
49184         (dl_main): Likewise.
49185         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49186         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49187
49188 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49189
49190         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49191         (sysd-rules-targets): Remove duplicates.
49192         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49193         rtld-%.$o dependency.
49194
49195 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49196
49197         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49198         _dl_map_object do it.
49199
49200 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49201
49202         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49203         fast fma builtins, define the macros in the C99 standard.
49204         (FP_FAST_FMAF): Likewise.
49205         (FP_FAST_FMAL): Likewise.
49206         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49207
49208         * bits/mathdef.h: Update copyright year.
49209         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49210
49211 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49212
49213         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49214         builtins, define the macros in the C99 standard.
49215         (FP_FAST_FMAF): Likewise.
49216         (FP_FAST_FMAL): Likewise.
49217         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49218         multiply/add.
49219         (FP_FAST_FMAF): Likewise.
49220
49221 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49222
49223         [BZ #3268]
49224         * math/libm-test.inc (fma_test): Some new testcases.
49225         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49226         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49227         y and infinite z.  Do multiplication by C already in long double.
49228         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49229         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49230         y and infinite z.  Do bitwise or of inexact bit into u.d.
49231         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49232         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49233         * sysdeps/i386/fpu/s_fma.S: Removed.
49234         * sysdeps/i386/fpu/s_fmal.S: Removed.
49235
49236 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49237
49238         [BZ #3268]
49239         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49240         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49241         computation is not scheduled after fetestexcept.  Fix value
49242         of minimum denormal long double.
49243
49244 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49245
49246         [BZ #3268]
49247         * math/libm-test.inc (fma_test): Add some more tests.
49248         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49249         correctly.
49250
49251 2010-10-15  Andreas Schwab  <schwab@redhat.com>
49252
49253         * scripts/data/localplt-s390-linux-gnu.data: New file.
49254         * scripts/data/localplt-s390x-linux-gnu.data: New file.
49255
49256 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
49257
49258         [BZ #3268]
49259         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49260         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49261         instead of dbl-64.
49262         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49263         inlines.
49264         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49265         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49266         if one of x and y is very large and the other is subnormal.
49267         * sysdeps/s390/fpu/s_fmaf.c: New file.
49268         * sysdeps/s390/fpu/s_fma.c: New file.
49269         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49270         * sysdeps/powerpc/fpu/s_fma.S: New file.
49271         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49272         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49273         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49274
49275 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
49276
49277         [BZ #3268]
49278         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49279         fma tests.
49280         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49281         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49282         * sysdeps/i386/i686/multiarch/s_fma.c: Include
49283         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49284         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49285         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49286         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49287
49288 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
49289
49290         [BZ #12078]
49291         * posix/regcomp.c (parse_branch): One more memory leak plugged.
49292         * posix/bug-regex31.input: Add test case.
49293
49294 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49295
49296         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49297         * posix/bug-regex31.input: New file.
49298
49299         [BZ #12078]
49300         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49301         (parse_sub_exp): Fix last change, use postorder.
49302
49303         * posix/bug-regex31.c: New file.
49304         * posix/Makefile: Add rules to build and run bug-regex31.
49305
49306         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49307
49308         [BZ #12078]
49309         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49310
49311         [BZ #12108]
49312         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49313         to have entries in sys_siglist.
49314
49315         [BZ #12093]
49316         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49317         be NULL.
49318
49319 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
49320
49321         [BZ #3268]
49322         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49323         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49324         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49325         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49326         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49327         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49328         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49329         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49330         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49331         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49332         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
49333         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
49334         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
49335         * math/ftestexcept.c (fetestexcept): Likewise.
49336         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
49337         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
49338         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
49339         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
49340         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
49341         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
49342         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
49343
49344 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49345
49346         [BZ #12107]
49347         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49348         newline.
49349
49350 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
49351
49352         * string/bug-strstr1.c: New file.
49353         * string/Makefile: Add rules to build and run bug-strstr1.
49354
49355 2010-10-05  Eric Blake  <eblake@redhat.com>
49356
49357         [BZ #12092]
49358         * string/str-two-way.h (two_way_long_needle): Always clear memory
49359         when skipping input due to the shift table.
49360
49361 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49362
49363         [BZ #12005]
49364         * malloc/mcheck.c: Handle large requests.
49365
49366         [BZ #12077]
49367         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49368         for strncmp and strncasecmp.
49369         * string/stratcliff.c: Add tests for strcmp and strncmp.
49370         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49371
49372 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
49373
49374         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49375         __set_fpscr.
49376
49377 2010-09-30  Andreas Jaeger  <aj@suse.de>
49378
49379         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49380         (CGROUP_SUPER_MAGIC): Define.
49381         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49382         Handle btrfs and cgroup file systems.
49383         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49384         Likewise.
49385
49386 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
49387
49388         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49389         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49390
49391 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49392
49393         [BZ #12067]
49394         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49395         trying to locate the ELF header.
49396
49397 2010-09-27  Andreas Schwab  <schwab@redhat.com>
49398
49399         [BZ #11611]
49400         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49401         Mask out sign-bit copies when constructing f_fsid.
49402
49403 2010-09-24  Petr Baudis <pasky@suse.cz>
49404
49405         * debug/stack_chk_fail_local.c: Add missing licence exception.
49406         * debug/warning-nop.c: Likewise.
49407
49408 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
49409
49410         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49411         implementing getdents64 using getdents syscall, set d_type if
49412         __ASSUME_GETDENTS32_D_TYPE.
49413
49414 2010-09-16  Andreas Schwab  <schwab@redhat.com>
49415
49416         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49417         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49418
49419 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
49420
49421         [BZ #12037]
49422         * posix/unistd.h: Undo change of feature selection for ftruncate from
49423         2010-01-11.
49424
49425 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
49426
49427         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
49428         detection.
49429
49430 2010-09-20  Andreas Schwab  <schwab@redhat.com>
49431
49432         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49433         fanotify_mark.
49434         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49435
49436 2010-09-14  Andreas Schwab  <schwab@redhat.com>
49437
49438         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49439         variables after CHECK_SP call.
49440         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49441
49442 2010-09-13  Andreas Schwab  <schwab@redhat.com>
49443             Ulrich Drepper  <drepper@redhat.com>
49444
49445         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49446         re-relocationg ld.so.
49447         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49448         _dl_init_paths call.
49449         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
49450         here anymore.
49451
49452 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
49453
49454         * resolv/res_init.c (__res_vinit): Count the default server we added.
49455
49456 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
49457             Ulrich Drepper  <drepper@redhat.com>
49458
49459         [BZ #11968]
49460         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49461         (____longjmp_chk): Use %ebx for saving value across system call.
49462         Add unwind info.
49463
49464 2010-09-06  Andreas Schwab  <schwab@redhat.com>
49465
49466         * manual/Makefile: Don't mix pattern rules with normal rules.
49467
49468 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
49469
49470         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49471         operation.
49472         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49473         * libio/iofopncook.c (_IO_cookie_init): Likewise.
49474         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49475         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49476         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49477         Likewise.
49478
49479 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
49480
49481         [BZ #11979]
49482         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49483         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49484
49485 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49486
49487         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49488         * sysdeps/x86_64/addmul_1.S: Likewise.
49489         * sysdeps/x86_64/lshift.S: Likewise.
49490         * sysdeps/x86_64/mul_1.S: Likewise.
49491         * sysdeps/x86_64/rshift.S: Likewise.
49492         * sysdeps/x86_64/sub_n.S: Likewise.
49493         * sysdeps/x86_64/submul_1.S: Likewise.
49494
49495 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49496
49497         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49498         Define __sched_param instead of SCHED_* and sched_param when
49499         <bits/sched.h> is included with __need_schedparam defined.
49500         * bits/sched.h [__need_schedparam]
49501         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49502         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49503         (__defined_schedparam): Define to 1.
49504         (__sched_param): New structure, identical to sched_param.
49505         (__need_schedparam): Undefine.
49506
49507 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49508
49509         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49510         (epoll_create1): Declare.
49511
49512         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49513
49514 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49515
49516         [BZ #7066]
49517         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49518         shifting retval into place.
49519
49520 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49521
49522         * nis/rpcsvc/nis.h: Update copyright notice.
49523         * nis/rpcsvc/nis.x: Likewise.
49524         * nis/rpcsvc/nis_callback.h: Likewise.
49525         * nis/rpcsvc/nis_callback.x: Likewise.
49526         * nis/rpcsvc/nis_object.x: Likewise.
49527         * nis/rpcsvc/nis_tags.h: Likewise.
49528         * nis/rpcsvc/yp.h: Likewise.
49529         * nis/rpcsvc/yp.x: Likewise.
49530         * nis/rpcsvc/ypupd.h: Likewise.
49531         * nis/yp_xdr.c: Likewise.
49532         * nis/ypupdate_xdr.c: Likewise.
49533
49534         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49535         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49536         (pmap_getport): Use __libc_rpc_getport.
49537         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49538         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49539         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49540
49541 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49542
49543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49544         fanotify_mark.
49545
49546 2010-08-27  Roland McGrath  <roland@redhat.com>
49547
49548         * sysdeps/i386/i686/multiarch/Makefile
49549         (CFLAGS-varshift.c): New variable.
49550
49551 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49552
49553         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49554         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49555
49556         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49557
49558         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49559
49560 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49561
49562         * sysdeps/x86_64/strlen.S: Unroll the loop.
49563         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49564         strlen-sse2 strlen-sse2-bsf.
49565         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49566         __strlen_no_bsf if bit_Slow_BSF is set.
49567         (__strlen_sse42): Removed.
49568         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49569         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49570
49571 2010-08-25  Roland McGrath  <roland@redhat.com>
49572
49573         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49574         * sysdeps/x86_64/multiarch/varshift.c: New file.
49575         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49576         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49577         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49578         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49579
49580 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49581
49582         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49583         strlen-sse2 strlen-sse2-bsf.
49584         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49585         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49586         (__strlen_sse2): Removed.
49587         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49588         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49589         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49590         bit_Slow_BSF for Atom.
49591         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49592         (index_Slow_BSF): Define.
49593         (HAS_SLOW_BSF): Define.
49594
49595 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49596
49597         [BZ #10851]
49598         * resolv/res_init.c (__res_vinit): When no server address at all
49599         is given default to loopback.
49600
49601 2010-08-24  Roland McGrath  <roland@redhat.com>
49602
49603         * configure.in: Remove config-name.h generation.
49604         * configure: Regenerated.
49605         * config-name.in: File removed.
49606         * scripts/config-uname.sh: New file.
49607         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49608         ($(objdir)config-name.h): New target.
49609
49610         * sunrpc/rpc_parse.h: Avoid nested comment.
49611
49612 2010-08-24  Richard Henderson  <rth@redhat.com>
49613             Ulrich Drepper  <drepper@redhat.com>
49614             H.J. Lu  <hongjiu.lu@intel.com>
49615
49616         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49617         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49618         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49619         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49620         _mm_alignr_epi8 with _mm_loadu_si128.
49621         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49622         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49623         (__m128i_shift_right): Removed.
49624         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49625         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49626         * sysdeps/x86_64/multiarch/varshift.h: New file.
49627         * sysdeps/x86_64/multiarch/varshift.S: New file.
49628
49629 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49630
49631         * configure.in: Move assembler checks to before sysdep dir checking.
49632
49633 2010-08-20  Petr Baudis  <pasky@suse.cz>
49634
49635         * LICENSES: Sync the sunrpc license.
49636
49637 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49638
49639         * sunrpc/auth_des.c: Update copyright notice once again.
49640         * sunrpc/auth_none.c: Likewise.
49641         * sunrpc/auth_unix.c: Likewise.
49642         * sunrpc/authdes_prot.c: Likewise.
49643         * sunrpc/authuxprot.c: Likewise.
49644         * sunrpc/bindrsvprt.c: Likewise.
49645         * sunrpc/clnt_gen.c: Likewise.
49646         * sunrpc/clnt_perr.c: Likewise.
49647         * sunrpc/clnt_raw.c: Likewise.
49648         * sunrpc/clnt_simp.c: Likewise.
49649         * sunrpc/clnt_tcp.c: Likewise.
49650         * sunrpc/clnt_udp.c: Likewise.
49651         * sunrpc/clnt_unix.c: Likewise.
49652         * sunrpc/des_crypt.c: Likewise.
49653         * sunrpc/des_soft.c: Likewise.
49654         * sunrpc/get_myaddr.c: Likewise.
49655         * sunrpc/getrpcport.c: Likewise.
49656         * sunrpc/key_call.c: Likewise.
49657         * sunrpc/key_prot.c: Likewise.
49658         * sunrpc/openchild.c: Likewise.
49659         * sunrpc/pm_getmaps.c: Likewise.
49660         * sunrpc/pm_getport.c: Likewise.
49661         * sunrpc/pmap_clnt.c: Likewise.
49662         * sunrpc/pmap_prot.c: Likewise.
49663         * sunrpc/pmap_prot2.c: Likewise.
49664         * sunrpc/pmap_rmt.c: Likewise.
49665         * sunrpc/rpc/auth.h: Likewise.
49666         * sunrpc/rpc/auth_unix.h: Likewise.
49667         * sunrpc/rpc/clnt.h: Likewise.
49668         * sunrpc/rpc/des_crypt.h: Likewise.
49669         * sunrpc/rpc/key_prot.h: Likewise.
49670         * sunrpc/rpc/netdb.h: Likewise.
49671         * sunrpc/rpc/pmap_clnt.h: Likewise.
49672         * sunrpc/rpc/pmap_prot.h: Likewise.
49673         * sunrpc/rpc/pmap_rmt.h: Likewise.
49674         * sunrpc/rpc/rpc.h: Likewise.
49675         * sunrpc/rpc/rpc_des.h: Likewise.
49676         * sunrpc/rpc/rpc_msg.h: Likewise.
49677         * sunrpc/rpc/svc.h: Likewise.
49678         * sunrpc/rpc/svc_auth.h: Likewise.
49679         * sunrpc/rpc/types.h: Likewise.
49680         * sunrpc/rpc/xdr.h: Likewise.
49681         * sunrpc/rpc_clntout.c: Likewise.
49682         * sunrpc/rpc_cmsg.c: Likewise.
49683         * sunrpc/rpc_common.c: Likewise.
49684         * sunrpc/rpc_cout.c: Likewise.
49685         * sunrpc/rpc_dtable.c: Likewise.
49686         * sunrpc/rpc_hout.c: Likewise.
49687         * sunrpc/rpc_main.c: Likewise.
49688         * sunrpc/rpc_parse.c: Likewise.
49689         * sunrpc/rpc_parse.h: Likewise.
49690         * sunrpc/rpc_prot.c: Likewise.
49691         * sunrpc/rpc_sample.c: Likewise.
49692         * sunrpc/rpc_scan.c: Likewise.
49693         * sunrpc/rpc_scan.h: Likewise.
49694         * sunrpc/rpc_svcout.c: Likewise.
49695         * sunrpc/rpc_tblout.c: Likewise.
49696         * sunrpc/rpc_util.c: Likewise.
49697         * sunrpc/rpc_util.h: Likewise.
49698         * sunrpc/rpcinfo.c: Likewise.
49699         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49700         * sunrpc/rpcsvc/key_prot.x: Likewise.
49701         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49702         * sunrpc/rpcsvc/mount.x: Likewise.
49703         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49704         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49705         * sunrpc/rpcsvc/rex.x: Likewise.
49706         * sunrpc/rpcsvc/rstat.x: Likewise.
49707         * sunrpc/rpcsvc/rusers.x: Likewise.
49708         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49709         * sunrpc/rpcsvc/spray.x: Likewise.
49710         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49711         * sunrpc/rtime.c: Likewise.
49712         * sunrpc/svc.c: Likewise.
49713         * sunrpc/svc_auth.c: Likewise.
49714         * sunrpc/svc_authux.c: Likewise.
49715         * sunrpc/svc_raw.c: Likewise.
49716         * sunrpc/svc_run.c: Likewise.
49717         * sunrpc/svc_simple.c: Likewise.
49718         * sunrpc/svc_tcp.c: Likewise.
49719         * sunrpc/svc_udp.c: Likewise.
49720         * sunrpc/svc_unix.c: Likewise.
49721         * sunrpc/svcauth_des.c: Likewise.
49722         * sunrpc/xcrypt.c: Likewise.
49723         * sunrpc/xdr.c: Likewise.
49724         * sunrpc/xdr_array.c: Likewise.
49725         * sunrpc/xdr_float.c: Likewise.
49726         * sunrpc/xdr_mem.c: Likewise.
49727         * sunrpc/xdr_rec.c: Likewise.
49728         * sunrpc/xdr_ref.c: Likewise.
49729         * sunrpc/xdr_sizeof.c: Likewise.
49730         * sunrpc/xdr_stdio.c: Likewise.
49731
49732         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49733         handling.
49734
49735 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49736
49737         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49738
49739 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49740
49741         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49742         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49743         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49744         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49745         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49746         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49747         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49748         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49749         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49750         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49751         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49752         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49753         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49754         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49755
49756 2010-07-26  Anton Blanchard  <anton@samba.org>
49757
49758         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49759         * malloc/arena.c (heap_trim): Likewise.
49760
49761 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49762
49763         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49764         here.  Not...
49765         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49766         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49767
49768 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49769
49770         * sysdeps/i386/elf/Makefile: New file.
49771
49772 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49773
49774         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49775         from fanotify_init.
49776         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49777         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49778
49779 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49780
49781         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49782         of strncasecmp_l.
49783         * sysdeps/multiarch/strcmp.S: Likewise.
49784
49785 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49786
49787         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49788         strncase_l-nonascii.
49789         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49790         Add strncase_l-ssse3.
49791         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49792         * sysdeps/x86_64/strcmp.S: Likewise.
49793         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49794         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49795         * sysdeps/x86_64/strncase.S: New file.
49796         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49797         * sysdeps/x86_64/strncase_l.S: New file.
49798         * string/Makefile (strop-tests): Add strncasecmp.
49799         * string/test-strncasecmp.c: New file.
49800
49801         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49802         warning.
49803
49804         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49805         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49806
49807 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49808
49809         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49810
49811 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49812
49813         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49814         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49815         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49816
49817 2010-05-01  Alan Modra  <amodra@gmail.com>
49818
49819         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49820         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49821         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49822         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49823         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49824         tidying.  Don't tail-call __sigjmp_save for static lib.
49825         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49826         save location.
49827         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49828         (CALL_MCOUNT): Add eh info, and nop after bl.
49829         (TAIL_CALL_SYSCALL_ERROR): New macro.
49830         (PSEUDO_RET): Use it.
49831         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49832         Correct save location of integer regs and cr.
49833         (_dl_profile_resolve): Correct cr save location.  Delete nops
49834         after bl when SHARED.  Reduce cfi size a little by better
49835         placement of cfi directives.
49836         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49837         make a stack frame.  Instead use parm save area as a temp.
49838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49839         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49841         Don't make a stack frame for parent, use parm save area.
49842         Increase child stack frame to 112 bytes.  Don't save unused reg,
49843         and adjust reg usage.  Set up cfi on error recovery and
49844         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49846         (__makecontext): Add dummy nop after jump to exit.
49847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49848         Use correct parm save area and cr save, reduce stack frame.
49849         Correct cfi for possible PSEUDO_RET frame setup.
49850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49851         Branch to local label emitted by PSEUDO_RET rather than
49852         __syscall_error.
49853
49854 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49855
49856         [BZ #11904]
49857         * locale/programs/locale.c (print_assignment): New function.
49858         (show_locale_vars): Use it.
49859
49860 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49861
49862         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49863         field.
49864         (struct statfs64): Likewise.
49865         (_STATFS_F_FLAGS): Define.
49866         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49867         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49868         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49869         (ST_VALID): Define locally.
49870         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49871         __statvfs_getflags, use the provided value.
49872         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49873         __ASSUME_STATFS_F_FLAGS.
49874
49875         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49876
49877         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49878         Add sys/fanotify.h.
49879         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49880         fanotify_mask for GLIBC_2.13.
49881         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49882         fanotify_init and fanotify_mark.
49883         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49884         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49885
49886         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49887         Add prlimit.
49888         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49889         prlimit64 for GLIBC_2.13.
49890         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49891         prlimit64.
49892         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49893         syscall.
49894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49895         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49896         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49897         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49898         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49899         add prlimit alias.
49900         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49901
49902         [BZ #11903]
49903         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49904         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49905
49906         * nss/Makefile: Add rules to build and run tst-nss-test1.
49907         * shlib-versions: Add entry for libnss_test1.
49908         * nss/nss_test1.c: New file.
49909         * nss/tst-nss-test1.c: New file.
49910
49911         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49912         (__nss_configure_lookup): Set appropriate entry in
49913         __nss_configure_lookup to true.
49914         * nss/nsswitch.h: Define enum with indeces of databases in
49915         databases and __nss_database_custom arrays.  Declare
49916         __nss_database_custom.
49917         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49918         to avoid using nscd when custom rules are installed.
49919         * nss/getXXbyYY_r.c: Likewise.
49920         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49921
49922         * nss/nss_files/files-parse.c: Whitespace fixes.
49923
49924 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49925
49926         [BZ #11883]
49927         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49928         * posix/fnmatch_loop.c: Likewise.
49929
49930 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49931
49932         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49933         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49934         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49935         * Versions.def [GLIBC_2.13]: Add.
49936
49937 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49938
49939         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49940         Also fail if tpwd after pwuid call is NULL.
49941
49942 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49943
49944         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49945         when converting to ms.
49946
49947 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49948
49949         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49950         EOPNOTSUPP errors with ENOTTY.
49951         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49952         EOPNOTSUPP errors with ENOTTY.
49953
49954 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49955
49956         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49957         Add strcasecmp_l-ssse3.
49958         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49959         strcasecmp.
49960         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49961         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49962         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49963
49964 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49965
49966         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49967
49968         * string/Makefile (strop-tests): Add strcasecmp.
49969         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49970         strcasecmp_l-nonascii.
49971         (gen-as-const-headers): Add locale-defines.sym.
49972         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49973         * sysdeps/x86_64/strcasecmp.S: New file.
49974         * sysdeps/x86_64/strcasecmp_l.S: New file.
49975         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49976         * sysdeps/x86_64/locale-defines.sym: New file.
49977         * string/test-strcasecmp.c: New file.
49978
49979         * string/test-strcasestr.c: Test both ends of the range of characters.
49980         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49981
49982 2010-07-29  Roland McGrath  <roland@redhat.com>
49983
49984         [BZ #11856]
49985         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49986
49987 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49988
49989         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49990         for ld.so.
49991
49992 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49993
49994         * manual/memory.texi (Malloc Tunable Parameters): Document
49995         M_PERTURB.
49996
49997 2010-07-26  Roland McGrath  <roland@redhat.com>
49998
49999         [BZ #11840]
50000         * configure.in (-fgnu89-inline check): Set and substitute
50001         gnu89_inline, not libc_cv_gnu89_inline.
50002         * configure: Regenerated.
50003         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50004
50005 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50006
50007         * string/test-strnlen.c: New file.
50008         * string/Makefile (strop-tests): Add strnlen.
50009         * string/tester.c (test_strnlen): Add a few more test cases.
50010         * string/tst-strlen.c: Better error reporting.
50011
50012         * sysdeps/x86_64/strnlen.S: New file.
50013
50014 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50015
50016         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50017         lower-latency instructions.
50018
50019 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50020
50021         * string/test-strcasestr.c: New file.
50022         * string/test-strstr.c: New file.
50023         * string/Makefile (strop-tests): Add strstr and strcasestr.
50024         * string/str-two-way.h: Don't undefine MAX.
50025         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50026
50027 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50028
50029         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50030         strcasestr-nonascii.
50031         (CFLAGS-strcasestr-nonascii.c): Define.
50032         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50033         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50034         Remove unused attribute.
50035
50036 2010-07-20  Roland McGrath  <roland@redhat.com>
50037
50038         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50039         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50040         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50041         like LD_HWCAP_MASK can disable hwcaps.
50042
50043 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50044
50045         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50046
50047 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50048
50049         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50050         call in strcasestr.
50051         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50052         __strcasestr_sse42_nonascii.
50053         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50054         strcasestr-nonascii.c.
50055         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50056
50057 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50058
50059         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50060         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50061         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50062         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50063
50064 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50065
50066         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50067         fcntl.
50068
50069 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50070
50071         [BZ #11577]
50072         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50073         dl_signal_cerror.
50074
50075 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50076
50077         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50078         _PC_PIPE_BUF using F_GETPIPE_SZ.
50079
50080 2010-07-05  Roland McGrath  <roland@redhat.com>
50081
50082         * manual/arith.texi (Rounding Functions): Fix rint description
50083         implicit in round description.
50084
50085 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50086
50087         * elf/Makefile: Fix linking for a few tests to make recent linker
50088         happy.
50089
50090 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50091
50092         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50093         $(common-objpfx)libc_nonshared.a.
50094
50095 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50096
50097         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50098         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50099         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50100         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50101         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50102         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50103         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50104         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50119         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50120         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50121         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50122         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50123         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50124         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50125         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50126         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50127         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50128         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50129         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50130         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50145
50146 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50147
50148         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50149         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50150         * string/memmove.c (memmove): Renamed to ...
50151         (MEMMOVE): ...this.  Default to memmove.
50152         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50153         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50154         (END_CHK): Define.
50155         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50156         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50157         mempcpy-ssse3-back memmove-ssse3-back.
50158         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50159         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50160         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50161         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50162         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50163         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50164         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50165         * sysdeps/x86_64/multiarch/memmove.c: New file.
50166         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50167         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50168         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50169         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50170         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50171         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50172         Define.
50173         (index_Fast_Copy_Backward): Define.
50174         (HAS_ARCH_FEATURE): Define.
50175         (HAS_FAST_REP_STRING): Define.
50176         (HAS_FAST_COPY_BACKWARD): Define.
50177
50178 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50179
50180         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50181         Restore proper fallback handling.
50182
50183 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50184
50185         [BZ #11701]
50186         * posix/group_member.c (__group_member): Correct checking loop.
50187
50188         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50189         OOM in getpwuid_r correctly.  Return error number when the caller
50190         should return, otherwise -1.
50191         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50192         call returning > 0 value.
50193         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50194
50195 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50196
50197         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50198         libc_nonshared.a from targets in modules-names.
50199
50200 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50201
50202         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50203         requires it.
50204
50205 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50206
50207         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50208         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50209         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50210         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50211
50212 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50213
50214         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50215
50216 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50217
50218         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50219         and F_GETPIPE_SZ.
50220         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50221         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50222         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50223         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50224         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50225         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50226
50227 2010-06-14  Roland McGrath  <roland@redhat.com>
50228
50229         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50230
50231 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50232
50233         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50234         __REDIRECT followed by __THROW.
50235         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50236         * posix/getopt.h (getopt): Likewise.
50237
50238 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50239
50240         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50241         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50242         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50243         in AT_FLAGS.
50244         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50245         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50246
50247 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
50248
50249         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50250
50251 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
50252
50253         [BZ #11640]
50254         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50255         Properly check family and model.
50256
50257 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
50258
50259         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50260
50261 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
50262
50263         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50264
50265 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
50266
50267         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50268         symbol reference.
50269
50270 2010-05-19  Andreas Schwab  <schwab@redhat.com>
50271
50272         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50273         symbol reference.
50274
50275 2010-05-21  Andreas Schwab  <schwab@redhat.com>
50276
50277         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50278         and internal_recvmmsg.
50279         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50280         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50281         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50282         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50283
50284         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50285         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50286         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50287
50288 2010-05-20  Andreas Schwab  <schwab@redhat.com>
50289
50290         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50291
50292 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
50293
50294         POWER7 optimizations.
50295         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50296         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50297
50298 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
50299
50300         * version.h: Update for 2.13 development version.
50301
50302 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50303
50304         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50305         exceptions.  Return 0.
50306
50307 2010-05-07  Roland McGrath  <roland@redhat.com>
50308
50309         * elf/ldconfig.c (main): Add a const.
50310
50311 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
50312
50313         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50314         (args_options): Add no-idn option.
50315         (ahosts_keys_int): Add idn_flags to ai_flags.
50316         (parse_option): Handle 'i' option to clear idn_flags.
50317
50318         * malloc/malloc.c (_int_free): Possible race in the most recently
50319         added check.  Only act on the data if no current modification
50320         happened.
50321
50322 See ChangeLog.17 for earlier changes.