CVE-2015-1472: wscanf allocates too little memory
[glibc.git] / ChangeLog
bloba7b9df12dc8feab92a594ae02c0f405ae1be0504
1 2015-02-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
3         [BZ #16618]
4         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
5         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
6         size in bytes. Store needed elements in wpmax. Use needed size
7         in bytes for extend_alloca.
9 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
12         little endian.
14 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
17         (TLS_INIT_TP): Add tm_capable initialization.
18         (TLS_DEFINE_INIT_TP): Likewise.
19         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
20         TCB.
21         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
22         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
23         calculation.
24         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
25         transactoion is lock elision is built and TCB tm_capable is set.
26         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
27         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28         (INTERNAL_SYSCALL_NCS): Likewise.
29         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30         (INTERNAL_SYSCALL_NCS): Likewise.
31         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
33         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
34         for powerpc.
35         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
36         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
37         and remove it for 32 bits case.
38         [pthread_rwlock_t] (__rwelision): New field for lock elision.
39         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
40         initialization.
41         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
42         Disable lock elision with rdlocks if elision is not available.
44         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
45         (sysdep_routines): Add lock elision objects.
46         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
47         [pthread_mutex_t] (__spins): Rework to add lock elision field.
48         [pthread_mutex_t] (__elision): Add field.
49         [__PTHREAD_SPINS]: Adjust to init lock elision field.
50         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
51         elision definitions for powerpc.
52         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
53         implementation of lock elision for powerpc.
54         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
55         implementation of timed lock elision for powerpc.
56         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
57         implementation of trylock with lock elision for powerpc.
58         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
59         implementaion of unlock for lock elision for powerpc.
60         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
61         automatic enable lock elision for mutexes.
62         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
63         transaction execution definitions for powerpc.
64         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
65         definitions.
66         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
67         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
68         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
69         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
70         * NEWS: Update.
72 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
74         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
75         regression on LE.
77         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
78         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
79         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
80         strncmp-power8 object.
81         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
82         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
83         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
84         * NEWS: Update.
86 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
87             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
89         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
90         trailing byte check.
92 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
94         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
95         Add strcmp-power8 object.
96         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
97         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
98         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
99         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
100         __strcmp_power8 implementation.
101         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
102         * NEWS: Update.
104         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
105         Add strncpy-power8 and stpncpy-power8 objects.
106         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
107         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
108         implementations.
109         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
110         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
111         __stpncpy_power8 implementation.
112         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
113         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
114         __strncpy_power8 implementation.
115         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
116         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
117         * NEWS: Update.
119         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
120         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
121         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
123         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
124         strncat-power8 object.
125         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
126         __strcat_power8 implementation.
127         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
128         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
129         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
130         optimized strcat for power8.
132         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
133         strcpy-power8 and stpcpy-power8 objects.
134         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
135         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
136         implementations.
137         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
138         multiarch stpcpy implementation for POWER8.
139         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
140         multiarch strcpy implementation for POWER8.
141         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
142         __strcpy_power8 function.
143         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
144         stpcpy for POWER8.
145         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
146         strcpy for POWER8.
147         * NEWS: Update.
149 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
150             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
152         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
153         path.
154         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
156 2014-12-16  Florian Weimer  <fweimer@redhat.com>
158         [BZ #17630]
159         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
160         names.
162 2014-12-15  Jeff Law  <law@redhat.com>
164         [BZ #16617]
165         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
166         on the heap.  (CVE-2012-3406)
167         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
168         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
169         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
171 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
173         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
174         Remove strpbrk objects.
175         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
176         (__libc_ifunc_impl_list): Remove strpbrk implementation.
177         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
178         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
179         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
180         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
182         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
183         Remove strcspn objects.
184         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
185         (__libc_ifunc_impl_list): Remove strcspn implementation.
186         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
187         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
188         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
189         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
191         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
192         Remove strspn objetcs.
193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
194         (__libc_ifunc_impl_list): Remove strspn implementation.
195         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
196         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
197         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
198         * sysdeps/powerpc/powerpc64/strspn.S: New file.
200 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
202         * sysdeps/powerpc/powerpc64/strtok.S: New file.
203         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
205 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
207         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
208         tests.
209         * sysdeps/powerpc/bits/atomic.h
210         (__arch_atomic_exchange_and_add_32_acq): Add definition.
211         (__arch_atomic_exchange_and_add_32_rel): Likewise.
212         (atomic_exchange_and_add_acq): Likewise.
213         (atomic_exchange_and_add_rel): Likewise.
214         * sysdeps/powerpc/powerpc32/bits/atomic.h
215         (__arch_atomic_exchange_and_add_64_acq): Add definition.
216         (__arch_atomic_exchange_and_add_64_rel): Likewise.
217         * sysdeps/powerpc/powerpc64/bits/atomic.h
218         (__arch_atomic_exchange_and_add_64_acq): Add definition.
219         (__arch_atomic_exchange_and_add_64_rel): Likewise.
221 2014-11-25  Anton Blanchard <anton@samba.org>
223         * sysdeps/powerpc/bits/atomic.h
224         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
226 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
227             Florian Weimer  <fweimer@redhat.com>
228             Joseph Myers  <joseph@codesourcery.com>
229             Adam Conrad  <adconrad@0c3.net>
230             Andreas Schwab  <schwab@suse.de>
231             Brooks  <bmoses@google.com>
233         [BZ #17625]
234         * wordexp-test.c (__dso_handle): Add prototype.
235         (__register_atfork): Likewise.
236         (__app_register_atfork): New function.
237         (registered_forks): New global.
238         (register_fork): New function.
239         (test_case): Add 3 new tests for WRDE_CMDSUB.
240         (main): Call __app_register_atfork.
241         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
242         fork count is non-zero fail the test.
243         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
244         is set.
245         (parse_dollars): Remove check for WRDE_NOCMD.
246         (parse_dquote): Likewise.
248 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
250         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
251         definition.
252         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
253         Likwise.
254         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
255         Likewise.
256         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
257         Likewise.
258         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
259         Likewise.
260         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
261         Likewise.
263 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
265         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
266         mtvsrd instruction in binary form.
268 2014-10-31  Torvald Riegel  <triegel@redhat.com>
270         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
271         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
272         ... add here and use lwsync or sync ...
273         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
274         ... and add here using lwsync.
276 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
278         * benchtests/bench-memset.c (test_main): Add more test from size
279         from 32 to 512 bytes.
280         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
281         Add POWER8 memset object.
282         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
283         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
284         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
285         implementation.
286         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
287         Likewise.
288         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
289         multiarch POWER8 memset optimization.
290         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
291         POWER8 memset optimization.
293         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
294         Remove bzero multiarch objects.
295         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
296         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
297         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
298         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
299         Remove define.
300         [__bzero]: Redefine to specific name.
301         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
302         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
303         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
304         define.
305         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
306         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
308 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
310         [BZ #17370]
311         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
313 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
315         [BZ #17370]
316         * libio/wfileops (do_ftell_wide): Free OUT.
318 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
319             Jakub Jelinek  <jakub@redhat.com>
321         [BZ #17266]
322         * libio/stdio.h: Check definition of __fortify_function
323         instead of __extern_always_inline to include bits/stdio2.h.
324         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
325         check if __extern_always_inline is defined.
326         [__USE_MISC || __USE_XOPEN]: Likewise.
327         [__USE_ISOC99] Likewise.
328         * misc/sys/cdefs.h (__fortify_function): Define only if
329         __extern_always_inline is defined.
330         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
331         __extern_always_inline and __extern_inline only for g++-4.3
332         and newer or a compatible gcc.
334 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
336         [BZ #17371]
337         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
338         last change to handle zero prefix length.
340 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
342         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
343         (UDP_NO_CHECK6_RX): Likewise.
345 2014-09-13  Allan McRae  <allan@archlinux.org>
347         * po/ru.po: Update Russian translation from translation project.
349 2014-09-07  Allan McRae  <allan@archlinux.org
351         * version.h (RELEASE): Set to "stable".
352         (VERSION): Set to "2.20"
353         * include/features.h (__GLIBC_MINOR__): Set to 20.
355         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
356         Liebler.
358         * po/ko.po: Update Korean translation from translation project.
360 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
362         [BZ #17354]
363         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
364         macro for handling signed relocations.
366 2014-09-03  Florian Weimer  <fweimer@redhat.com>
368         [BZ #17325]
369         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
370         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
371         assert.
372         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
373         * iconvdata/ibm935.c (BODY): Likewise.
374         * iconvdata/ibm937.c (BODY): Likewise.
375         * iconvdata/ibm939.c (BODY): Likewise.
376         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
377         assert.
378         * iconvdata/Makefile (iconv-test.out): Pass module list to test
379         script.
380         * iconvdata/run-iconv-test.sh: New test loop for checking for
381         decoder crashers.
383 2014-09-02  Khem Raj  <raj.khem@gmail.com>
385         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
386         libm_hidden_ver.
388 2014-09-01  Allan McRae  <allan@archlinux.org>
390         * po/eo.po: Update Esperanto translation from translation project.
392         * po/ca.po: Update Catalan translation from translation project.
394 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
396         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
397         __proc_dostop call.
399 2014-08-27  Mark Wielaard  <mjw@redhat.com>
401         [BZ #17319]
402         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
403         to call set_thread_area instead of hand written asm.
404         (__NR_set_thread_area): Removed define.
405         (TLS_FLAG_WRITABLE): Likewise.
406         (__ASSUME_SET_THREAD_AREA): Remove check.
407         (TLS_EBX_ARG): Remove define.
408         (TLS_LOAD_EBX): Likewise.
410 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
412         Simplify atomicity of socket creation in bind.
414         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
415         looking up the name after linking the file.
417 2014-08-27  Allan McRae  <allan@archlinux.org>
419         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
421 2014-08-26  Florian Weimer  <fweimer@redhat.com>
423         [BZ #17187]
424         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
425         trans_compare, open_translit, __gconv_translit_find):
426         Remove module loading code.
428 2014-08-26  Allan McRae  <allan@archlinux.org>
430         * po/vi.po: Update Vietnamese translation from translation project.
432         * po/uk.po: Update Ukrainian translation from translation project.
434         * po/fr.po: Update French translation from translation project.
436         * po/ru.po: Update Russian translation from translation project.
438         * po/pl.po: Update Polish translation from translation project.
440         * po/cs.po: Update Czech translation from translation project.
442         * po/de.po: Update German translation from translation project.
444         * po/bg.po: Update Bulgarian translation from translation project.
446         * po/sv.po: Update Sweedish translation from translation project.
448         * po/nl.po: Update Dutch translation from translation project.
450         * po/es.po: Update Spanish translation from translation project.
452 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
454         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
456         * catgets/Makefile (CPPFLAGS-gencat): Remove.
457         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
458         (CPPFLAGS-iconvconfig): Likewise.
459         * timezone/Makefile (CPPFLAGS-zic): Likewise.
461         * include/libc-symbols.h: Remove unnecessary check for
462         NOT_IN_libc.
463         * nptl/pthreadP.h: Likewise.
464         * sysdeps/aarch64/setjmp.S: Likewise.
465         * sysdeps/alpha/setjmp.S: Likewise.
466         * sysdeps/arm/sysdep.h: Likewise.
467         * sysdeps/i386/setjmp.S: Likewise.
468         * sysdeps/m68k/setjmp.c: Likewise.
469         * sysdeps/posix/getcwd.c: Likewise.
470         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
471         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
472         * sysdeps/s390/s390-32/setjmp.S: Likewise.
473         * sysdeps/s390/s390-64/setjmp.S: Likewise.
474         * sysdeps/sh/sh3/setjmp.S: Likewise.
475         * sysdeps/sh/sh4/setjmp.S: Likewise.
476         * sysdeps/unix/alpha/sysdep.h: Likewise.
477         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
478         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
479         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
480         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
483         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
484         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
485         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
486         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
487         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
488         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
489         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
490         * sysdeps/x86_64/setjmp.S: Likewise.
492 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
494         [BZ #17263]
495         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
496         <stdint.h>.
497         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
498         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
500 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
502         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
504         [BZ #17262]
505         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
506         and __x86_64__ when disabling x87 inline functions.
508 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
510         [BZ #17259]
511         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
512         asm statement with __cpuid_count.
514 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
516         * configure.ac: Change __ehdr_start code to dereference the struct.
517         Run readelf on the output to look for relocations.
518         * configure: Regenerated.
520 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
522         [BZ #17261]
523         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
524         value to 0.
525         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
527 2014-08-12  Roland McGrath  <roland@hack.frob.com>
529         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
531 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
533         [BZ #16892]
534         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
535         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
537 2014-08-12  Sean Anderson  <seanga2@gmail.com>
539         * malloc/malloc.c: Fix typo in comment.
541 2014-08-09  Allan McRae  <allan@archlinux.org>
543         * Regenerate libc.po.
545 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
547         * intl/tst-gettext2.sh: Check every lang file for creation.
549 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
551         * sysdeps/aarch64/fpu/math_private.h
552         (libc_feholdsetround_noex_aarch64_ctx): New function.
554 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
556         * sysdeps/arm/armv6/strcpy.S (strcpy):
557         Fix performance issue in misaligned cases.
559 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
561         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
562         Move definition from termios.h.
563         (struct termio): Likewise.
564         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
565         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
566         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
567         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
568         Likewise.
569         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
570         Move definition to ioctl-types.h
571         (struct termio): Likewise.
572         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
573         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
574         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
575         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
576         Likewise.
578 2014-08-05  Richard Henderson  <rth@redhat.com>
580         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
581         exceptions.
582         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
583         Add fraiseexcpt.
584         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
585         Use __feraiseexcept.
586         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
587         Protect libm symbols with IS_IN_libm.
589         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
591 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
593         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
595 2014-08-04  Will Newton  <will.newton@linaro.org>
597         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
598         file.
600 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
602         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
603         variants for each function.
605 2014-08-04  Roland McGrath  <roland@hack.frob.com>
607         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
608         appended ...
609         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
610         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
611         appended ...
612         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
613         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
614         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
615         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
616         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
617         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
618         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
619         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
620         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
621         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
622         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
623         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
624         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
625         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
626         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
627         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
628         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
629         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
630         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
631         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
632         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
633         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
634         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
635         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
636         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
637         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
638         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
639         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
640         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
641         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
642         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
643         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
644         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
645         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
646         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
647         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
648         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
649         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
650         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
651         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
652         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
653         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
654         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
655         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
656         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
657         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
658         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
659         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
660         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
661         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
662         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
663         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
664         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
665         Update #include.
666         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
667         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
669 2014-08-04  Roland McGrath  <roland@hack.frob.com>
671         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
672         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
673         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
674         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
675         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
676         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
678 2014-08-04  Roland McGrath  <roland@hack.frob.com>
680         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
681         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
682         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
683         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
685 2014-08-04  Roland McGrath  <roland@hack.frob.com>
687         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
688         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
689         (__libc_vfork): Define function under this name.
690         (__vfork): Define as an alias.
691         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
692         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
694 2014-08-04  Roland McGrath  <roland@hack.frob.com>
696         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
697         that was previously under [RESET_PID].
698         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
700 2014-08-04  Andreas Schwab  <schwab@suse.de>
702         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
704 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
706         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
707         (main): Likewise.
709 2014-08-01  Roland McGrath  <roland@hack.frob.com>
711         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
713 2014-08-01  Richard Henderon  <rth@redhat.com>
715         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
716         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
717         typo in exact zero test.
718         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
719         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
720         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
722 2014-08-01  Roland McGrath  <roland@hack.frob.com>
724         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
725         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
726         * sysdeps/arm/sysdep.h: ... here.
727         [!__ASSEMBLER__]: Include <stdint.h>.
729 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
731         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
732         (HAVE_WCTYPE_H): Likewise.
733         (HAVE_ISWCTYPE): Likewise.
734         (ENABLE_NLS): Likewise.
735         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
736         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
738         * posix/regex_internal.c: Check if DEBUG is defined and is
739         set.
741         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
742         (HAVE_MBSRTOWCS): Likewise.
743         * posix/fnmatch.c: Include string.h unconditionally.
745 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
747         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
748         reversal.
750 2014-07-31  Roland McGrath  <roland@hack.frob.com>
752         * sysdeps/generic/safe-fatal.h: New file.
753         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
754         * nptl/forward.c: Include it.
755         (__pthread_unwind): Use __safe_fatal as default action, rather
756         than a bogus use of INTERNAL_SYSCALL that could never work.
758         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
759         * configure.ac (libc_cv_builtin_trap): New test.
760         * configure: Regenerated.
761         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
762         (ABORT_INSTRUCTION): Define using __builtin_trap.
764         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
765         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
766         * sysdeps/nptl/nptl-signals.h: New file.
767         * nptl/pthreadP.h: Include <nptl-signals.h>.
769 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
771         * sysdeps/s390/s390-64/utf16-utf32-z9.c
772         (ONE_DIRECTION): Define.
773         * sysdeps/s390/s390-64/utf8-utf16-z9.c
774         (ONE_DIRECTION): Define.
775         * sysdeps/s390/s390-64/utf8-utf32-z9.c
776         (ONE_DIRECTION): Define.
778 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
780         * sysdeps/s390/Makefile: Delete file.
781         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
782         * sysdeps/s390/__longjmp.c: Delete file.
783         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
784         Remove fields __flags and __reserved.
785         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
786         and add versioning.
787         * sysdeps/s390/rtld-__longjmp.c: Delete file.
788         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
789         * sysdeps/s390/rtld-setjmp.S: Likewise.
790         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
791         * sysdeps/s390/s390-32/__longjmp.c: ... here.
792         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
793         * sysdeps/s390/s390-32/setjmp.S: ... here.
794         Add versioning.
795         (__sigsetjmp): Remove setting __flags field.
796         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
797         * sysdeps/s390/s390-64/__longjmp.c: ... here.
798         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
799         * sysdeps/s390/s390-64/setjmp.S: ... here.
800         Add versioning.
801         (__sigsetjmp): Remove setting __flags field.
802         * sysdeps/s390/setjmp.S: Delete file.
803         * sysdeps/s390/sigjmp.c: Likewise.
804         * sysdeps/s390/v1-longjmp.c: Likewise.
805         * sysdeps/s390/v1-setjmp.h: Likewise.
806         * sysdeps/s390/v1-sigjmp.c: Likewise.
807         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
808         Remove v1-longjmp_chk.
809         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
810         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
811         Include debug/longjmp_chk.c and add versioning.
812         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
813         Include nptl/pt-longjmp.c and add versioning.
814         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
815         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
816         Include __longjmp.c.
817         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
818         Move to ...
819         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
820         (__getcontext): Remove setting __flags field.
821         Add versioning.
822         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
823         Don't restore upper high grps.
824         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
825         Likewise.
826         (__swapcontext): Remove setting uc_flags field.
827         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
828         Delete file.
829         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
830         Include __longjmp.c.
831         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
832         Move to ...
833         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
834         (__getcontext): Remove setting __flags field.
835         Add versioning.
836         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
837         (__swapcontext): Remove setting uc_flags field.
838         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
839         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
840         Remove fields uc_high_gprs and __reserved.
841         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
842         New file with reverted content.
843         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
844         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
845         Regenerated.
846         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
847         Regenerated.
849 2014-07-31  Andreas Schwab  <schwab@suse.de>
851         * config.h.in (HAVE_IFUNC): Define to 0.
852         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
853         definedness.
855 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
857         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
858         memmove-avx-unaligned, memcpy-avx-unaligned and
859         mempcpy-avx-unaligned.
860         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
861         Add tests for AVX memcpy functions.
862         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
863         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
864         memcpy_chk.
865         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
866         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
867         memmove_chk.
868         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
869         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
870         mempcpy_chk.
871         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
872         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
873         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
875 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
877         [BZ #17213]
878         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
879         powerpc64le.
881 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
883         [BZ #16839]
884         * manual/llio.texi: Add section about open file description locks.
885         * manual/examples/ofdlocks.c: Example of open file description
886         lock usage.
887         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
888         F_OFD_SETLK, and F_OFD_SETLKW.
890 2014-07-23  Allan McRae  <allan@archlinux.org>
892         * po/es.po: Update Spanish translation from translation project.
894 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
896         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
898 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
900         [BZ #17078]
901         * sysdeps/arm/dl-machine.h (elf_machine_rela)
902         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
903         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
905 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
907         [BZ #17088]
908         * math/fesetenv.c (__fesetenv)
909         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
910         * math/feupdateenv.c (__feupdateenv)
911         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
913         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
914         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
915         (__ASSUME_SOCKETCALL): Do not define.
917         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
918         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
919         (__ASSUME_SOCKETCALL): Do not define.
920         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
921         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
922         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
923         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
924         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
925         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
926         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
927         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
929         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
930         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
931         (__ASSUME_SOCKETCALL): Do not define.
932         (__ASSUME_IPC64): Define unconditionally.
933         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
934         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
935         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
936         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
937         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
938         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
939         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
940         Likewise.
942         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
943         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
944         (__ASSUME_SOCKETCALL): Do not define.
945         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
946         (__ASSUME_FUTEX_LOCK_PI): Likewise.
947         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
948         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
949         (__ASSUME_REQUEUE_PI): Define unconditionally.
950         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
951         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
952         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
953         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
954         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
955         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
957         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
958         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
959         (__ASSUME_SOCKETCALL): Do not define.
960         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
961         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
962         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
963         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
964         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
965         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
967         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
968         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
969         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
970         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
971         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
972         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
973         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
974         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
975         (__ASSUME_GETCPU_SYSCALL): Likewise.
977         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
978         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
979         cases for individual architectures.
980         * sysdeps/gnu/configure: Regenerated.
981         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
982         LIBC_SLIBDIR_RTLDDIR.
983         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
984         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
985         LIBC_SLIBDIR_RTLDDIR.
986         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
988         LIBC_SLIBDIR_RTLDDIR.
989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
990         Regenerated.
991         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
992         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
993         file.
994         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
995         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
996         file.
997         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
998         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
999         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1000         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1002         * sysdeps/aarch64/shlib-versions: Move to ...
1003         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1004         * sysdeps/alpha/shlib-versions: Move to ...
1005         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1006         * sysdeps/arm/shlib-versions: Move to ...
1007         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1008         * sysdeps/hppa/shlib-versions: Move all contents except for
1009         libgcc_s entry to ...
1010         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1011         entry from ...
1012         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1013         * sysdeps/ia64/shlib-versions: Move to ...
1014         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1015         entry from ...
1016         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1017         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1018         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1019         * sysdeps/microblaze/shlib-versions: Move to ...
1020         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1021         * sysdeps/mips/shlib-versions: Move to ...
1022         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1023         entry from ...
1024         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1025         * sysdeps/tile/shlib-versions: Move to ...
1026         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1027         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1028         from ...
1029         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1030         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1031         entry from ...
1032         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1034 2014-07-17  Will Newton  <will.newton@linaro.org>
1036         * sysdeps/arm/bits/atomic.h
1037         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1038         (__arch_compare_and_exchange_bool_16_int): Likewise.
1039         (__arch_compare_and_exchange_bool_64_int): Likewise.
1041         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1042         into an #else block.
1044 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1046         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1047         just Linux configurations.  Test empirically that the compiler sets
1048         __ARM_EABI__, rather than using the tuple to decide.
1049         * sysdeps/arm/preconfigure: Regenerated.
1050         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1051         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1052         contents appended ...
1053         * sysdeps/arm/configure.ac: ... here.
1054         * sysdeps/arm/configure: Regenerated.
1056 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1058         * nptl/pthread_kill.c: New file.
1059         * nptl/pthread_sigmask.c: New file.
1060         * nptl/pthread_sigqueue.c: New file.
1062         * sysdeps/nptl/lowlevellock.h: New file.
1063         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1064         * sysdeps/nptl/lowlevellock-futex.h: New file.
1066         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1067         Remove dead declarations.
1069 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1071         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1072         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1073         config-cflags-avx2.
1074         * sysdeps/x86_64/configure.ac: Likewise.
1075         * sysdeps/i386/configure: Regenerated.
1076         * sysdeps/x86_64/configure: Likewise.
1077         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1078         memset-avx2 only if config-cflags-avx2 is yes.
1079         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1080         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1081         defined.
1082         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1083         only if HAVE_AVX2_SUPPORT is defined.
1084         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1086 2014-07-14  Alan Modra  <amodra@gmail.com>
1088         [BZ #17153]
1089         * elf/elf.h (DT_PPC64_NUM): Correct value.
1090         * NEWS: Add to fixed bug list.
1092 2014-07-13  Jim Meyering  <meyering@fb.com>
1094         [BZ 17150]
1095         regex: don't deref NULL upon heap allocation failure
1096         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1097         failure in one more place.
1098         To trigger the segfault, configure grep -with-included-regex,
1099         build it, and run these commands:
1100         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1102 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1104         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1106 2014-07-11  Richard Henderson  <rth@redhat.com>
1108         * sysdeps/aarch64/libm-test-ulps: Update.
1110 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1112         [BZ #17135]
1113         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1114         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1115         (__nptl_setxid): Initialize error member.  Call
1116         __nptl_setxid_error.
1117         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1118         * nptl/descr.h (struct xid_command): Add error member.
1119         * nptl/tst-setuid3.c: New file.
1120         * nptl/Makefile (tests): Add it.
1122 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1124         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1125         New define.
1126         (__lll_trylock): Use __lll_base_trylock.
1127         (__lll_cond_trylock): Likewise.
1129 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1131         * nptl/pthread_create.c (start_thread): Use atomic_or and
1132         lll_futex_wake directly rather than lll_robust_dead.
1133         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1134         (lll_robust_dead): Macro removed.
1135         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1136         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1137         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1138         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1139         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1140         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1141         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1142         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1143         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1144         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1145         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1146         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1147         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1148         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1149         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1151         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1152         Use atomic_compare_and_exchange_val_acq directly rather than
1153         lll_robust_trylock.
1154         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1155         (__lll_robust_trylock, lll_robust_trylock): Removed.
1156         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1157         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1158         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1159         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1160         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1161         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1162         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1163         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1164         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1165         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1166         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1167         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1168         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1169         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1171 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1173         * manual/locale.texi (Locale Names): New section documenting
1174         locale name syntax.  Adjust menu and node chaining accordingly.
1175         (Choosing Locale): Reference Locale Names, Locale Categories.
1176         Mention setting LC_ALL=C.  Reflect that name syntax is now
1177         documented.
1178         (Locale Categories): New section title.  Reference Locale Names.
1179         LC_ALL is an environment variable, but not a category.
1180         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1181         description, now in Locale Name.  Reference that section.  Locale
1182         name syntax is now documented.
1184 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1186         [BZ #17137]
1187         * locale/findlocale.c (name_present, valid_locale_name): New
1188         functions.
1189         (_nl_find_locale): Use the loc_name variable to store name
1190         candidates.  Call name_present and valid_locale_name to check and
1191         validate locale names.  Return an error if the locale is invalid.
1193 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1195         * locale/setlocale.c (setlocale): Use strdup for allocating
1196         composite name copy.
1198 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1200         Sync up with gnulib.
1201         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1202         [!_LIBC && ENABLE_NLS]: Include gettext.h.
1203         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1204         and _GL_ARG_NONNULL.
1205         [USE_UNLOCKED_IO]: Include unlocked-io.h.
1206         [!_LIBC]: Include code for Windows and Cygwin.
1207         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1208         Include prototype for int strerror_r.
1209         [!_LIBC] (is_open): New function.
1210         (flush_stdout): New function.
1211         (print_errno_message): Use it.
1212         (error): Likewise.
1213         (error_at_line): Likewise.
1214         (error_tail) Add function attribute macros.  Use
1215         __builtin_expect.
1217         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1219         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1221         * io/ftw.c: Include sys/param.h unconditionally.
1223         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1225         [BZ #17125]
1226         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1227         libc_freeres_ptr.
1228         (freecache): New function to free CACHE on exit.
1230         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1231         initialization.
1233 2014-07-09  David S. Miller  <davem@davemloft.net>
1235         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1237         * sysdeps/sparc/nptl/internaltypes.h: Delete.
1238         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1239         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1240         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1241         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1242         * sysdeps/sparc/nptl/sem_init.c: Likewise.
1243         * sysdeps/sparc/nptl/sem_post.c: Likewise.
1244         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1245         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1246         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1247         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1248         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1249         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1251 2014-07-09  Andreas Schwab  <schwab@suse.de>
1253         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1254         output.
1255         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1256         (do_test): Likewise.
1258         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1260 2014-07-09  Will Newton  <will.newton@linaro.org>
1262         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1263         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1264         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1265         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1266         * sysdeps/hppa/start.S (_start): Likewise.
1268 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1270         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1272         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1273         defined.
1275 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1277         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1278         after checking that it is non-NULL.
1280         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1282 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1284         * sysdeps/powerpc/memmove.c: Remove file.
1285         * sysdeps/powerpc/powerpc32/power4/memcopy.h
1286         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
1287         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1288         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
1289         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
1290         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
1291         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
1292         string memmove instead of removed powerpc one.
1294         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
1295         [weak_alias]: Fix compiler warning due trailing data.
1296         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1297         [weak_alias]: Likewise.
1298         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1299         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1301         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1302         (__libc_ifunc_impl_list): Add memmove functions.
1304 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1306         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1307         Remove code.
1308         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1309         Likewise
1310         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1311         Likewise
1312         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1313         Likewise
1314         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1315         Likewise
1316         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1317         Likewise
1318         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1319         Likewise
1320         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1321         Likewise
1322         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1323         Likewise
1324         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1325         Likewise
1326         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1327         Likewise
1328         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1329         Likewise
1330         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1331         Likewise
1332         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1333         Likewise
1334         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1335         Likewise
1336         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1337         Likewise
1338         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1339         Likewise
1341 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1343         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1344         to avoid alignment traps in non-cacheable memory.
1345         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1347         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1348         multiarch objects.
1349         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1350         file: multiarch power7 memmove.
1351         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1352         multiarch default memmove.
1353         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1354         multiarch memove for powerpc32/power4.
1356         * string/bcopy.c: Use full path to include memmove.c.
1357         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1358         multiarch objects.
1359         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1360         bcopy for powerpc64.
1361         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1362         bcopy for powerpc64.
1363         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1364         and memmove implementations.
1365         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1366         optimized multiarch memmove for POWER7/powerpc64.
1367         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1368         default multiarch memmove for powerpc64.
1369         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1370         multiarch for powerpc64.
1371         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1372         for POWER7/powerpc64.
1373         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1374         memmove for POWER7/powerpc64.
1376         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1377         glibc default one.
1379         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1380         __ELF_NATIVE_CLASS equal to 64.
1382 2014-07-07  Roland McGrath  <roland@hack.frob.com>
1384         * sysdeps/nptl/lowlevellock.h: File removed.
1386         * NEWS: NPTL is no longer an add-on!
1387         * nptl/internaltypes.h: Moved ...
1388         * sysdeps/nptl/internaltypes.h: ... here.
1389         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1390         * sysdeps/nptl/fork.c: Likewise.
1391         * sysdeps/nptl/gai_misc.h: Likewise.
1392         * sysdeps/nptl/librt-cancellation.c: Likewise.
1393         * sysdeps/nptl/jmp-unwind.c: Likewise.
1394         * sysdeps/nptl/setxid.h: Likewise.
1395         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1396         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1397         * sysdeps/unix/sysv/linux/arm/Implies: New file.
1398         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1399         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1400         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1401         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1402         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1403         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1404         * sysdeps/unix/sysv/linux/mips/Implies: New file.
1405         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1406         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1407         * sysdeps/unix/sysv/linux/sh/Implies: New file.
1408         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1409         * sysdeps/unix/sysv/linux/tile/Implies: New file.
1410         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1411         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1412         * nptl/Makeconfig: Moved ...
1413         * sysdeps/nptl/Makeconfig: ... here.
1414         * nptl/configure: File removed.
1415         * nptl/ANNOUNCE: File removed.
1416         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1417         * sysdeps/unix/sysv/linux/configure: Regenerated.
1419         * nptl/Makefile (routines): Add libc_pthread_init,
1420         libc_multiple_threads, register-atfork and unregister-atfork.
1421         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1422         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1423         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1424         pthread-pi-defines.sym, structsem.sym.
1425         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1426         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1427         [$(subdir) = nptl] (tests): Add tst-setgetname.
1428         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1429         * sysdeps/unix/sysv/linux/sigaction.c: Just include
1430         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1431         [!LIBC_SIGACTION]: Remove aliases.
1432         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1433         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1434         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1435         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1436         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1437         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1438         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1439         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1440         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1441         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1442         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1443         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1444         __libc_allocate_rtsig_private.
1445         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1446         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1447         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1448         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1449         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1450         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1451         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1452         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1453         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1454         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1455         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1456         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1457         * nptl/internaltypes.h: ... here.
1458         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1459         * sysdeps/nptl/jmp-unwind.c: ... here.
1460         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1461         * nptl/libc-lowlevellock.c: ... here.
1462         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1463         * nptl/libc_multiple_threads.c: ... here.
1464         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1465         * nptl/libc_pthread_init.c: ... here.
1466         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1467         * nptl/lowlevelbarrier.sym: ... here.
1468         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1469         * nptl/lowlevelcond.sym: ... here.
1470         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1471         * nptl/lowlevellock.c: ... here.
1472         * nptl/lowlevellock.h: Moved ...
1473         * sysdeps/nptl/lowlevellock.h: ... here.
1474         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1475         * nptl/lowlevelrobustlock.c: ... here.
1476         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1477         * nptl/lowlevelrobustlock.sym: ... here.
1478         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1479         * nptl/lowlevelrwlock.sym: ... here.
1480         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1481         * nptl/pt-fork.c: ... here.
1482         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1483         * nptl/pthread-pi-defines.sym: ... here.
1484         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1485         * nptl/pthread_attr_getaffinity.c: ... here.
1486         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1487         * nptl/pthread_attr_setaffinity.c: ... here.
1488         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1489         * nptl/pthread_mutex_cond_lock.c: ... here.
1490         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1491         Update #include.
1492         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1493         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1494         * nptl/pthread_once.c: ... here, replacing old file.
1495         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1496         * nptl/pthread_yield.c: ... here.
1497         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1498         * nptl/register-atfork.c: ... here.
1499         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1500         * nptl/sem_post.c: ... here.
1501         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1502         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1503         * nptl/sem_timedwait.c: ... here.
1504         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1505         * nptl/sem_trywait.c: ... here.
1506         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1507         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1508         * nptl/sem_wait.c: ... here.
1509         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1510         * nptl/structsem.sym: ... here.
1511         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1512         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1513         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1514         * nptl/unregister-atfork.c: ... here.
1515         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1516         * nptl/unwindbuf.sym: ... here.
1517         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1518         * sysdeps/nptl/fork.c: ... here.
1519         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1520         * sysdeps/nptl/fork.h: ... here.
1521         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1522         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1523         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1524         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1525         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1526         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1527         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1528         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1529         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1530         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1531         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1532         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1533         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1534         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1535         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1536         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1537         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1538         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1539         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1540         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1541         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1542         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1543         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1544         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1545         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1546         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1547         * sysdeps/unix/sysv/linux/raise.c: ... here.
1548         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1549         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1550         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1551         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1552         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1553         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1554         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1555         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1556         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1557         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1558         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1559         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1560         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1561         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1562         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1564 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1566         * sysdeps/generic/memcopy.h: Add comment for
1567         MEMCPY_OK_FOR_FWD_MEMMOVE.
1569 2014-07-04  Will Newton  <will.newton@linaro.org>
1571         * string/memchr.c: Merge from gnulib.
1572         [_LIBC]: Remove conditionals.
1573         (__ptr_t): Remove define.
1574         (LONG_MAX_32_BITS): Likewise.
1575         (LONG_MAX): Likewise.
1576         (MEMCHR): Use ANSI prototype and optimize algorithm.
1578         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1580 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1582         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1583         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1585         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1586         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1587         in a bare environment with no <stdlib.h> installed.
1588         * sysdeps/nptl/configure: Regenerated.
1590         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1592         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1593         AC_EGREP_CPP for kernel header checks, so they only succeed if
1594         including <linux/version.h> actually works right.
1595         * sysdeps/unix/sysv/linux/configure: Regenerated.
1597         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1598         value so it's not diagnosed as unused.
1600         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1601         thing) with "ifeq ($(subdir),rt)".
1603 2014-07-03  Richard Henderson  <rth@redhat.com>
1605         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1606         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1607         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1609         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1610         (math_force_eval): New.
1612         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1613         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1615         * sysdeps/alpha/fpu/s_round.c: Remove file.
1616         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1618         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1619         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1620         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1621         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1622         (_dl_start, print_statistics): Likewise.
1623         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1624         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1626         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1627         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1628         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1629         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1630         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1631         (HP_SMALL_TIMING_AVAIL): Define.
1632         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1633         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1634         (HP_SMALL_TIMING_AVAIL): Define.
1635         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1636         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1638         * sysdeps/aarch64/hp-timing.h: New file.
1640         * sysdeps/generic/hp-timing.h: Remove dead comment.
1641         * sysdeps/generic/hp-timing-common.h: New file.
1642         * sysdeps/alpha/hp-timing.h: Include it.
1643         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1644         * sysdeps/i386/i686/hp-timing.h: Likewise.
1645         * sysdeps/ia64/hp-timing.h: Likewise.
1646         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1647         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1648         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1649         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1650         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1651         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1652         (hp_timing_t): New.
1654         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1655         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1656         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1657         * elf/rtld.c (_dl_start_final): Likewise.
1658         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1659         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1660         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1661         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1662         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1663         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1664         (HP_TIMING_DIFF_INIT): Remove.
1665         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1666         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1667         (HP_TIMING_DIFF_INIT): Remove.
1668         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1669         * sysdeps/i386/i686/hp-timing.c: Remove file.
1670         * sysdeps/x86_64/hp-timing.c: Remove file.
1671         * sysdeps/ia64/hp-timing.c: Remove file.
1672         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1673         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1674         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1675         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1677         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1678         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1679         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1680         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1681         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1682         (HP_TIMING_ACCUM): Remove.
1683         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1684         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1685         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1687         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1688         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1689         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1690         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1691         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1692         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1693         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1694         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1696         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1698 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1700         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1702 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1704         Sync up with gettext.
1705         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1706         [_MSC_VER]: Include malloc.h
1707         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1708         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1709         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1710         TEMP_FAILURE_RETRY.  Cast return of alloca.
1711         [!_LIBC] Call gl_rwlock_init.
1712         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1714 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1716         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1717         before checking its value.
1719 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1721         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1723         * debug/memcpy_chk.c: Don't include pagecopy.h.
1724         * debug/mempcpy_chk.c: Likewise.
1725         * string/memcpy.c: Likewise.
1726         * string/memmove.c: Likewise.
1727         * sysdeps/powerpc/memmove.c: Likewise.
1728         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1729         definition of PAGE_COPY_FWD_MAYBE here...
1730         * sysdeps/generic/pagecopy.h: ... from here.
1731         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1733 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1734             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1736         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1737         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1738         optimizations.
1739         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1740         (__libc_ifunc_impl_list): Likewise.
1741         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1742         multiarch strcat for PPC64.
1743         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1744         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1746 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1748         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1750 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1752         * intl/loadmsgcat.c: Remove declaration of
1753         get_sysdep_segment_value.
1754         (get_sysdep_segment_value): Use ISO C style.
1755         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1756         semicolon.  Fix typo and formatting in comment.
1757         (_nl_unload_domain): Use ISO C style.
1759         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1761 2014-07-02  Will Newton  <will.newton@linaro.org>
1763         * malloc/obstack.c: Merge from gnulib master.
1764         [HAVE_CONFIG_H]: Remove conditional code.
1765         [!_LIBC]: Include config.h.
1766         [!ELIDE_CODE]: Don't include inttypes.h, include
1767         stdint.h unconditionally.
1768         (print_and_abort): Mark as _Noreturn.
1769         (_obstack_allocated_p): Mark as __attribute_pure__.
1770         (obstack_free): Rename to __obstack_free.
1771         [!__attribute__]: Remove conditional code.
1772         * malloc/obstack.h: Merge from gnulib master.
1773         [__cplusplus]: Move conditional down.
1774         [!__attribute_pure__]: Define __attribute_pure__ here
1775         if it is not already defined.
1776         (_obstack_memory_used): Mark as __attribute_pure__.
1777         [!__obstack_free]: Define as obstack_free.
1778         [__GNUC__]: Remove check for ancient NeXT gcc.
1780 2014-07-02  Will Newton  <will.newton@linaro.org>
1781             Paul Eggert  <eggert@cs.ucla.edu>
1783         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1785 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1787         * resolv/gethnamaddr.c: Add comment warning that the file is
1788         not maintained.
1790 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1792         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1793         entries.
1795         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1796         entry for aio_cancel and aio_cancel64.
1797         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1798         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1799         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1800         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1801         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1802         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1803         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1804         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1805         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1806         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1807         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1808         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1809         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1811 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1813         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1814         * nptl/pthread_mutex_lock.c: Likewise.
1815         * nptl/pthread_mutex_timedlock.c: Likewise.
1816         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1818 2014-07-01  Richard henderson  <rth@redhat.com>
1820         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1821         (__isnan, __isnanl): Remove.
1822         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1824         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1826 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1828         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1830 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1832         * resolv/nss_dns/dns-host.c (getanswer_r)
1833         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1835 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1837         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1838         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1839         undefine.
1840         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1841         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1843 2014-07-01  Roland McGrath <roland@hack.frob.com>
1845         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1846         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1848         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1849         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1851         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1852         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1853         ... here.
1854         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1855         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1857         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1858         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1859         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1860         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1862         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1863         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1864         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1865         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1866         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1867         Moved ...
1868         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1869         ... here.
1870         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1871         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1872         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1873         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1874         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1875         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1876         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1877         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1878         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1879         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1880         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1881         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1882         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1883         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1884         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1885         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1886         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1887         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1888         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1889         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1890         ... here.
1891         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1892         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1893         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1894         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1895         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1896         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1897         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1898         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1900 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1902         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1903         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1904         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1905         Add sysdep.
1907 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1909         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1911 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1913         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1914         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1916         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1918         * sysdeps/arm/libm-test-ulps: Regenerated.
1920 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1921             Roland McGrath <roland@hack.frob.com>
1923         * test-skeleton.c (signal_handler): Kill the whole process group
1924         before killing the child individually.
1925         (main): Report any failure on `setpgid'.
1927 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1929         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1930         from _TLS_H to _ARM_NPTL_TLS_H.
1931         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1932         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1934 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1936         [BZ #16539]
1937         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1938         (__expm1l): Return argument unchanged when small but not
1939         subnormal.
1941         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1942         include macro name.
1943         (_FP_UNPACK_RAW_1_P): Likewise.
1944         (_FP_PACK_RAW_1): Likewise.
1945         (_FP_PACK_RAW_1_P): Likewise.
1946         (_FP_MUL_MEAT_1_wide): Likewise.
1947         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1948         (_FP_MUL_MEAT_1_hard): Likewise.
1949         (_FP_DIV_MEAT_1_imm): Likewise.
1950         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1951         (_FP_DIV_MEAT_1_udiv): Likewise.
1952         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1953         (_FP_UNPACK_RAW_2): Likewise.
1954         (_FP_UNPACK_RAW_2_P): Likewise.
1955         (_FP_PACK_RAW_2): Likewise.
1956         (_FP_PACK_RAW_2_P): Likewise.
1957         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1958         (_FP_MUL_MEAT_2_wide): Likewise.
1959         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1960         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1961         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1962         (_FP_MUL_MEAT_2_gmp): Likewise.
1963         (_FP_DIV_MEAT_2_udiv): Likewise.
1964         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1965         (_FP_FRAC_SRL_4): Likewise.
1966         (_FP_FRAC_SRST_4): Likewise.
1967         (_FP_FRAC_SRS_4): Likewise.
1968         (_FP_UNPACK_RAW_4): Likewise.
1969         (_FP_UNPACK_RAW_4_P): Likewise.
1970         (_FP_PACK_RAW_4): Likewise.
1971         (_FP_PACK_RAW_4_P): Likewise.
1972         (_FP_MUL_MEAT_DW_4_wide): Likewise.
1973         (_FP_MUL_MEAT_4_wide): Likewise.
1974         (_FP_MUL_MEAT_4_gmp): Likewise.
1975         (umul_ppppmnnn): Likewise.
1976         (_FP_DIV_MEAT_4_udiv): Likewise.
1977         (__FP_FRAC_ADD_4): Likewise.
1978         (__FP_FRAC_SUB_3): Likewise.
1979         (__FP_FRAC_SUB_4): Likewise.
1980         (__FP_FRAC_DEC_3): Likewise.
1981         (__FP_FRAC_DEC_4): Likewise.
1982         (__FP_FRAC_ADDI_4): Likewise.
1983         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
1984         (_FP_FRAC_SRL_8): Likewise.
1985         (_FP_FRAC_SRS_8): Likewise.
1987         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
1988         include macro name.
1989         (FP_UNPACK_RAW_EP): Likewise.
1990         (FP_PACK_RAW_E): Likewise.
1991         (FP_PACK_RAW_EP): Likewise.
1992         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
1993         (_FP_ISSIGNAN): Likewise.
1994         (_FP_ADD_INTERNAL): Likewise.
1995         (_FP_FMA): Likewise.
1996         (_FP_CMP): Likewise.
1997         (_FP_SQRT): Likewise.
1998         (_FP_TO_INT): Likewise.
1999         (_FP_FROM_INT): Likewise.
2000         (FP_EXTEND): Likewise.
2001         (_FP_DIV_MEAT_N_loop): Likewise.
2003 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2005         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2006         throughout.
2008 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2010         [BZ #17097]
2011         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2012         result with correct sign in case of exponents that produce
2013         overflow except for X very close to 1.
2015 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2017         mktime: merge #if/#ifdef usage from glibc
2018         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2019         as that works with both Glibc's and Gnulib's style.
2020         See thread starting at Siddhesh Poyarekar's bug report at:
2021         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2023 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2025         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2026         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2027         * sysdeps/tile/tilegx/memmove.c: Remove file.
2029 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2031         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2032         abi-name definition.
2033         * scripts/soversions.awk: Do not handle or generate ABI lines.
2034         * shlib-versions: Remove ABI entries.
2035         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2036         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2038 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2040         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2041         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2042         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2043         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2044         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2045         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2046         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2047         Moved ...
2048         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2049         ... here.
2050         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2051         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2052         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2053         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2054         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2055         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2056         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2057         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2058         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2059         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2060         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2061         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2062         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2063         Moved ...
2064         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2065         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2066         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2067         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2068         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2069         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2070         Moved ...
2071         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2072         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2073         Moved ...
2074         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2075         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2076         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2077         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2078         Moved ...
2079         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2080         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2081         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2082         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2083         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2084         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2085         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2086         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2087         Moved ...
2088         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2089         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2090         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2091         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2092         Moved ...
2093         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2094         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2095         Moved ...
2096         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2097         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2098         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2099         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2100         Moved ...
2101         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2102         ... here.
2103         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2104         Identical file removed.
2105         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2106         Moved ...
2107         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2108         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2109         Identical file removed.
2110         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2111         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2112         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2113         Moved ...
2114         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2115         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2116         Identical file removed.
2117         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2118         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2119         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2120         Identical file removed.
2121         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2122         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2123         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2124         Identical file removed.
2125         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2126         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2127         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2128         Identical file removed.
2129         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2130         Moved ...
2131         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2132         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2133         Identical file removed.
2134         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2135         Moved ...
2136         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2137         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2138         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2139         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2140         Identical file removed.
2141         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2142         Moved ...
2143         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2144         ... here.
2145         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2146         Identical file removed.
2147         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2148         Moved ...
2149         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2150         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2151         Identical file removed.
2152         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2153         Moved ...
2154         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2155         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2156         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2157         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2158         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2159         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2160         Moved ...
2161         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2162         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2163         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2165         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2166         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2167         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2168         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2169         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2171 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2173         [BZ #17092]
2174         * nscd/nscd.c (monitor_child): Return exit status of child
2175         instead of return value from wait syscall.
2177 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2179         * configure.ac (libc_commonpagesize): Remove variable.
2180         (libc_relro_required): Likewise.
2181         (libc_cv_z_relro): Remove configure test.
2182         * configure: Regenerated.
2183         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2184         variable.
2185         (libc_relro_required): Likewise.
2186         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2187         (libc_relro_required): Likewise.
2188         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2189         (libc_relro_required): Likewise.
2190         * sysdeps/arm/preconfigure: Regenerated.
2191         * sysdeps/ia64/preconfigure: Remove file.
2192         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2193         variable.
2194         (libc_relro_required): Likewise.
2196         [BZ #16561]
2197         [BZ #16562]
2198         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2199         (__ieee754_yn): Set FE_TONEAREST mode internally and then
2200         recompute overflowing results in original rounding mode.
2201         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2202         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2203         recompute overflowing results in original rounding mode.
2204         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2205         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2206         recompute overflowing results in original rounding mode.
2207         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2208         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2209         recompute overflowing results in original rounding mode.
2210         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2211         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2212         recompute overflowing results in original rounding mode.
2213         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2214         (libc_feholdsetround_ctx): New macro.
2215         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2216         * sysdeps/i386/fpu/libm-test-ulps: Update.
2217         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2219 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2221         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2222         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2223         corresponding .cpsetup call.
2225 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2227         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2228         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2229         * sysdeps/arm/Makefile [$(subdir) = csu]
2230         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2231         (static-only-routines): Add aeabi_read_tp here.
2232         (shared-only-routines): Add libc-aeabi_read_tp here.
2233         (CFLAGS-libc-start.c): Add -fexceptions here.
2234         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2235         (sysdep_routines, static-only-routines, shared-only-routines):
2236         Don't add to these here.
2237         (CFLAGS-libc-start.c): Likewise.
2239         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2240         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2241         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2242         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2243         * sysdeps/arm/Makefile [$(subdir) = rt]
2244         (librt-sysdep_routines, librt-shared-only-routines):
2245         Append rt-aeabi_unwind_cpp_pr1 here.
2246         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2247         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2248         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2249         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2250         Append nptl-aeabi_unwind_cpp_pr1 here.
2251         (tests): Filter out tst-cleanupx4 here.
2252         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2253         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2254         Don't do those here.
2256 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2258         * scripts/list-sources.sh: Do not handle ports specially.
2260 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2262         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2263         * sysdeps/arm/feupdateenv.c: Likewise.
2265         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2267 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2269         * manual/texinfo.tex: Update to version 2014-05-05.10 with
2270         trailing whitespace removed.
2271         * scripts/config.guess: Update to version 2014-03-23.
2272         * scripts/config.sub: Update to version 2014-05-01
2273         * scripts/install-sh: Update to version 2013-12-25.23.
2274         * scripts/move-if-change: Update from gnulib.
2276 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2278         * debug/memmove_chk.c: Remove pagecopy.h include.
2280 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
2282         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
2283         identical to gnulib mktime.
2285 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2287         * configure.ac: Do not test for machine being rs6000.  Do not test
2288         for powerpc*-*soft.
2289         * configure: Regenerated.
2291         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
2292         test.
2293         * configure: Regenerated.
2294         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
2295         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
2296         Remove configure test.
2297         * sysdeps/arm/configure: Regenerated.
2298         * sysdeps/nptl/configure.ac: Do not check
2299         libc_cv_asm_cfi_directives.
2300         * sysdeps/nptl/configure: Regenerated.
2301         * sysdeps/x86_64/nptl/configure.ac: Remove file.
2302         * sysdeps/x86_64/nptl/configure: Remove generated file.
2303         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2304         unconditional.
2305         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2307 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2309         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2310         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2311         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2312         it is defined.
2314         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2315         instead of whether it is defined.
2316         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2317         * sysdeps/hppa/dl-machine.h: Likewise.
2318         * sysdeps/ia64/dl-machine.h: Likewise.
2319         * sysdeps/m68k/dl-machine.h: Likewise.
2320         * sysdeps/microblaze/dl-machine.h: Likewise.
2321         * sysdeps/mips/dl-machine.: Likewise.
2322         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2323         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2324         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2325         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2326         * sysdeps/sh/dl-machine.h: Likewise.
2327         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2328         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2329         * sysdeps/tile/dl-machine.h: Likewise.
2330         * sysdeps/x86_64/dl-machine.h: Likewise.
2332         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2333         code.
2334         (verify_persistent_db): Likewise.
2336 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2338         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2339         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2340         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2341         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2342         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2343         Moved ...
2344         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2345         ... here.
2346         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2347         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2348         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2349         Identical file removed.
2350         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2351         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2352         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2353         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2354         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2355         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2356         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2357         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2358         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2359         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2360         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2361         Moved ...
2362         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2363         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2364         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2366         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2367         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2368         Moved ...
2369         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2370         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2371         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2372         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2373         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2374         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2375         Identical file removed.
2376         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2377         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2378         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2379         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2381         Moved ...
2382         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2383         ... here.
2384         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2385         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2386         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2387         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2389         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2390         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2391         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2392         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2393         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2394         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2395         Moved ...
2396         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2397         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2398         Moved ...
2399         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2400         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2401         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2402         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2403         Moved ...
2404         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2405         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2406         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2408         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2409         folded into ...
2410         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2411         * sysdeps/unix/sysv/linux/s390/Versions
2412         (libpthread: GLIBC_2.19): New version set.
2413         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2414         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2415         (librt: GLIBC_2.3.3): New version set.
2416         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2417         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2418         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2419         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2420         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2421         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2422         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2423         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2424         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2425         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2426         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2427         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2428         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2429         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2430         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2431         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2432         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2433         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2434         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2435         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2436         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2437         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2438         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2439         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2440         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2441         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2442         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2443         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2444         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2445         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2446         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2447         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2448         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2449         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2450         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2451         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2452         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2453         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2454         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2455         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2456         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2457         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2458         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2459         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2460         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2462         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2463         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2464         (__libc_vfork): Define the function under this name.
2465         [!NOT_IN_libc] (__vfork): Make this an alias.
2466         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2467         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2468         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2469         (__libc_vfork): Define the function under this name.
2470         [!NOT_IN_libc] (__vfork): Make this an alias.
2471         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2472         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2473         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2474         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2475         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2476         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2478         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2479         code that was previously under [RESET_PID].
2480         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2481         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2482         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2484         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2485         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2486         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2487         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2488         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2489         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2490         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2491         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2492         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2493         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2494         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2495         Moved ...
2496         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2497         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2498         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2499         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2500         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2501         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2502         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2503         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2504         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2505         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2506         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2507         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2508         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2509         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2510         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2511         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2512         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2513         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2514         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2515         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2516         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2517         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2518         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2519         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2520         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2521         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2522         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2523         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2524         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2526 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2528         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2529         that was previously under [RESET_PID].
2530         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2532 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2534         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2535         not undefine and redefine.
2536         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2537         [O_CLOEXEC]: Make code unconditional.
2538         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2539         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2540         <kernel-features.h>.
2541         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2542         conditional variable definition.
2543         (shm_open) [O_CLOEXEC]: Make code unconditional.
2544         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2545         code.
2547         * configure.ac (USE_REGPARMS): Don't define here.
2548         * configure: Regenerated.
2549         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2550         * sysdeps/i386/configure: Regenerated.
2552         * nptl/createthread.c: Don't include kernel-features.h.
2553         * nptl/pthread_cancel.c: Likewise.
2554         * nptl/pthread_condattr_setclock.c: Likewise.
2555         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2556         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2557         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2558         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2559         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2560         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2561         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2562         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2563         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2564         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2565         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2566         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2567         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2568         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2569         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2570         * nscd/gai.c: Likewise.
2571         * nss/nss_db/db-open.c: Likewise.
2572         * sysdeps/generic/ldsodefs.h: Likewise.
2573         * sysdeps/sh/nptl/tls.h: Likewise.
2574         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2575         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2576         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2577         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2578         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2579         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2580         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2581         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2582         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2583         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2584         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2585         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2586         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2587         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2588         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2589         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2590         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2591         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2592         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2593         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2594         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2595         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2596         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2597         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2598         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2599         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2600         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2601         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2602         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2603         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2604         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2605         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2606         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2607         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2608         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2609         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2610         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2611         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2612         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2613         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2614         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2615         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2616         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2617         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2618         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2619         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2620         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2621         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2622         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2623         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2624         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2625         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2626         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2627         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2628         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2629         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2630         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2631         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2654         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2655         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2656         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2657         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2658         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2659         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2660         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2661         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2662         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2663         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2664         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2665         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2666         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2667         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2668         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2669         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2670         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2671         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2672         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2673         * sysdeps/unix/sysv/linux/system.c: Likewise.
2674         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2675         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2676         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2677         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2678         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2679         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2680         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2682         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2683         * configure: Regenerated.
2684         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2686         * configure.ac (base_machine): Do not set specially for particular
2687         machines here.
2688         * configure: Regenerated.
2689         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2690         settings from configure.ac.
2691         * sysdeps/i386/preconfigure: New file.
2692         * sysdeps/s390/preconfigure: Likewise.
2693         * sysdeps/sh/preconfigure: Likewise.
2694         * sysdeps/sparc/preconfigure: Likewise.
2696 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2698         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2699         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2700         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2701         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2702         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2703         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2704         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2705         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2706         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2707         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2708         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2709         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2710         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2711         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2712         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2713         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2714         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2715         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2716         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2718         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2719         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2720         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2721         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2722         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2723         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2724         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2725         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2726         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2727         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2728         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2729         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2730         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2731         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2732         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2733         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2734         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2735         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2736         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2737         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2738         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2739         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2740         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2741         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2742         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2743         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2744         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2745         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2746         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2747         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2748         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2749         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2750         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2751         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2752         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2753         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2754         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2755         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2757         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2758         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2759         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2760         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2761         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2762         Moved ...
2763         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2764         ... here.
2765         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2766         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2767         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2768         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2769         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2770         Moved ...
2771         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2772         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2773         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2774         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2775         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2776         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2777         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2778         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2779         Moved ...
2780         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2781         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2782         Moved ...
2783         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2784         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2785         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2786         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2787         Moved ...
2788         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2789         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2790         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2791         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2792         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2793         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2794         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2795         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2796         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2797         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2798         Moved ...
2799         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2800         ... here.
2801         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2802         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2803         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2804         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2805         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2806         Moved ...
2807         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2808         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2809         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2810         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2811         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2812         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2813         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2814         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2815         Moved ...
2816         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2817         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2818         Moved ...
2819         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2820         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2821         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2822         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2823         Moved ...
2824         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2825         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2826         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2827         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2828         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2830 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2832         * timezone/checktab.awk: Update from tzcode 2014e.
2833         * timezone/private.h: Likewise.
2834         * timezone/tzfile.h: Likewise.
2835         * timezone/zdump.c: Likewise.
2836         * timezone/zic.c: Likewise.
2838         * sysdeps/unix/sysv/linux/kernel-features.h
2839         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2840         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2841         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2842         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2843         Remove conditional code.
2845 2014-06-25  Will Newton  <will.newton@linaro.org>
2847         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2848         (_dl_arm_cap_flags): Add HWCAP2 values.
2849         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2850         (_DL_HWCAP_COUNT): Increase to 37.
2851         (_DL_HWCAP_LAST): New define.
2852         (_DL_HWCAP2_LAST): New define.
2853         (_dl_procinfo): Add support for printing
2854         AT_HWCAP2 entries.
2855         (_dl_string_hwcap): Use _dl_hwcap_string.
2857 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2859         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2861 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2863         * README: Do not mention ports directory.
2865         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2866         Remove macro.
2867         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2868         <kernel-features.h>.
2869         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2870         conditional variable definition.
2871         (__futimes): Update comment.
2872         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2873         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2875         [BZ #16560]
2876         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2877         arguments close to 0.
2878         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2879         Likewise.
2880         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2881         Likewise.
2882         * math/auto-libm-test-in: Add more tests of exp10.
2883         * math/auto-libm-test-out: Regenerated.
2884         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2886         * sysdeps/unix/sysv/linux/kernel-features.h
2887         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2888         * sysdeps/unix/sysv/linux/readv.c: Do not include
2889         <kernel-features.h>.
2890         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2891         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2892         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2893         unconditional.
2894         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2895         conditional code.
2896         * sysdeps/unix/sysv/linux/writev.c: Do not include
2897         <kernel-features.h>.
2898         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2899         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2900         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2901         unconditional.
2902         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2903         conditional code.
2905 2014-06-25  Will Newton  <will.newton@linaro.org>
2907         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2908         comment changes throughout the file.  Remove checks
2909         for HAVE_*_H definitions that are not required.
2910         (__gen_tempname): Call abort if an unknown kind value is
2911         passed.
2913 2014-06-25  Andreas Schwab  <schwab@suse.de>
2915         [BZ #17086]
2916         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2917         scalbln, scalblnf, scalblnl in libc.
2919 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2921         [BZ #17086]
2922         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2923         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2924         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2926 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2928         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2929         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2930         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2931         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2932         Update #include.
2933         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2934         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2935         Update #include.
2936         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2937         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2938         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2939         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2940         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2941         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2942         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2943         * sysdeps/x86/bits/semaphore.h: ... here.
2944         * sysdeps/x86/nptl/elide.h: Moved ...
2945         * sysdeps/x86/elide.h: ... here.
2946         * sysdeps/x86_64/nptl/Implies: File removed.
2947         * sysdeps/i386/nptl/Implies: File removed.
2949 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2951         [BZ #16539]
2952         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2953         return the argument for normal arguments with exponent below -64.
2954         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2955         Likewise.
2956         * math/auto-libm-test-in: Add another test of expm1.
2957         * math/auto-libm-test-out: Regenerated.
2959         [BZ #16287]
2960         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2961         calling __erfcl for arguments at least 16.
2962         * math/auto-libm-test-in: Add more tests of erf.
2963         * math/auto-libm-test-out: Regenerated.
2965         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2966         individual architectures.
2967         * sysdeps/unix/sysv/linux/configure: Regenerated.
2968         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2969         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2970         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2971         (ldd_rewrite_script): Define variable.
2972         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
2973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
2974         file.
2975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
2976         generated file.
2977         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
2978         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
2979         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
2980         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
2981         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
2982         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
2983         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
2984         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
2986 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2988         [BZ #17084]
2989         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
2990         Rename member __data.d to __data.__elision_data.
2992 2014-06-24  Wilco  <wdijkstr@arm.com>
2994         * NEWS: Add 16918 to fixed bug list.
2996 2014-06-24  Wilco  <wdijkstr@arm.com>
2998         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3000 2014-06-24  Wilco  <wdijkstr@arm.com>
3002         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3003         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3004         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3005         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3006         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3007         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3008         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3009         Use _FPU_MASK_RM.
3011 2014-06-24  Wilco  <wdijkstr@arm.com>
3013         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3015 2014-06-24  Wilco  <wdijkstr@arm.com>
3017         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3018         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3019         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3020         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3022 2014-06-24  Wilco  <wdijkstr@arm.com>
3024         [BZ #16918]
3025         * sysdeps/arm/feupdateenv.c (feupdateenv):
3026         Rewrite to reduce FPSCR accesses and fix return value.
3028 2014-06-24  Wilco  <wdijkstr@arm.com>
3030         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3031         Optimize to avoid unnecessary FPSCR writes.
3032         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3033         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3034         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3035         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3037 2014-06-24  Wilco  <wdijkstr@arm.com>
3039         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3040         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3041         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3042         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3043         Call libc_fetestexcept_vfp.
3044         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3045         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3046         __SOFTFP__ ifdef so that they can be built for softfp.
3048 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3050         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3051         argument type signed char.
3053         * Makerules (check-abi): Dump diff of symlist if the test
3054         fails.
3056 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3058         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3059         using abort.
3061         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3062         Remove unused variable ST.
3064 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3066         [BZ #16354]
3067         [BZ #17061]
3068         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3069         small arguments before calling __expm1.
3070         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3071         small arguments before calling __expm1f.
3072         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3073         small arguments before calling __expm1l.
3074         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3075         Likewise.
3076         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3077         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3078         spurious underflow for some cosh tests.
3079         * math/auto-libm-test-out: Regenerated.
3080         * sysdeps/i386/fpu/libm-test-ulps: Update.
3082         [BZ #17050]
3083         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3084         (__ieee754_y1): Set errno if return value overflows.
3085         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3086         (__ieee754_y1f): Set errno if return value overflows.
3087         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3088         (__ieee754_y1l): Set errno if return value overflows.
3089         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3090         (__ieee754_y1l): Set errno if return value overflows.
3091         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3092         * math/auto-libm-test-out: Regenerated.
3094         * math/gen-auto-libm-tests.c: Document use of
3095         ignore-zero-inf-sign.
3096         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3097         (input_flags): Add ignore-zero-inf-sign.
3098         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3099         * math/gen-libm-test.pl (generate_testfile): Handle
3100         ignore-zero-inf-sign.
3101         * math/auto-libm-test-in: Mark some cpow tests with
3102         ignore-zero-inf-sign and some with xfail-rounding.
3103         * math/auto-libm-test-out: Regenerated.
3104         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3105         * sysdeps/i386/fpu/libm-test-ulps: Update.
3106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3108         [BZ #16315]
3109         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3110         overflowing or underflowing operations take place with sign of
3111         result.
3112         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3113         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3114         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3115         (__ieee754_pow): Recompute overflowing and underflowing results in
3116         original rounding mode.
3117         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3118         (__powl_helper): Allow negative argument X and scale negated value
3119         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3120         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3121         overflowing or underflowing operations take place with sign of
3122         result.
3123         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3124         Include <math.h>.
3125         * math/auto-libm-test-in: Add more tests of pow.
3126         * math/auto-libm-test-out: Regenerated.
3127         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3128         (pow_tonearest_test_data): Remove.
3129         (pow_test_tonearest): Likewise.
3130         (pow_towardzero_test_data): Likewise.
3131         (pow_test_towardzero): Likewise.
3132         (pow_downward_test_data): Likewise.
3133         (pow_test_downward): Likewise.
3134         (pow_upward_test_data): Likewise.
3135         (pow_test_upward): Likewise.
3136         (main): Don't call removed functions.
3137         * sysdeps/i386/fpu/libm-test-ulps: Update.
3138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3140 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3143         Moved ...
3144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3146         Moved ...
3147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3149         Moved ...
3150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3152         Moved ...
3153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3155         File removed.
3156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3157         File removed.
3158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3159         File removed.
3160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3161         File removed.
3162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3163         File removed.
3164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3165         File removed.
3166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3167         File removed.
3168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3169         File removed.
3170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3171         File removed.
3172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3173         File removed.
3174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3175         File removed.
3176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3177         File removed.
3178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3179         Moved ...
3180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3182         Moved ...
3183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3184         ... here.
3185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3186         Moved ...
3187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3189         Moved ...
3190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3192         Moved ...
3193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3195         Moved ...
3196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3198         Moved ...
3199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3201         Moved ...
3202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3204         Moved ...
3205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3208         ... here.
3209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3210         Moved ...
3211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3213         Moved ...
3214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3215         ... here.
3216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3217         Moved ...
3218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3219         ... here.
3220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3221         Moved ...
3222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3223         ... here.
3224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3225         Moved ...
3226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3228         Moved ...
3229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3233         Moved ...
3234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3235         ... here.
3236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3237         Moved ...
3238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3239         ... here.
3240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3241         Moved ...
3242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3244         Moved ...
3245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3247         Moved ...
3248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3250         Moved ...
3251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3253         Moved ...
3254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3255         ... here.
3256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3257         Moved ...
3258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3260         Moved ...
3261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3263         Moved ...
3264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3266         Moved ...
3267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3271         Moved ...
3272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3274         Moved ...
3275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3277         Moved ...
3278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3279         ... here.
3280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3281         Moved ...
3282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
3283         ... here.
3284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3285         Moved ...
3286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
3287         ... here.
3288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
3289         Moved ...
3290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
3291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3292         Moved ...
3293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
3294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
3295         Moved ...
3296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3298         Moved ...
3299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3300         ... here.
3301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3302         Moved ...
3303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3304         ... here.
3305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3306         Moved ...
3307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3308         ... here.
3309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3310         Moved ...
3311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3313         Moved ...
3314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3316 2014-06-23  Will Newton  <will.newton@linaro.org>
3317             Wilco  <wdijkstr@arm.com>
3319         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3320         implementation.  Include get-rounding-mode.h.
3321         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3322         [!libc_feholdsetround_noex_ctx]: Define
3323         libc_feholdsetround_noex_ctx.
3324         [!libc_feholdsetround_noexf_ctx]: Define
3325         libc_feholdsetround_noexf_ctx.
3326         [!libc_feholdsetround_noexl_ctx]: Define
3327         libc_feholdsetround_noexl_ctx.
3328         (libc_feholdsetround_ctx): New function.
3329         (libc_feresetround_ctx): New function.
3330         (libc_feholdsetround_noex_ctx): New function.
3331         (libc_feresetround_noex_ctx): New function.
3333 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3335         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3336         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3337         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3338         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3339         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3340         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3342         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3343         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3344         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3345         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3346         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3347         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3348         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3349         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3350         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3351         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3352         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3353         Moved ...
3354         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3355         ... here.
3356         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3357         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3358         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3359         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3360         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3361         Moved ...
3362         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3363         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3364         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3365         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3366         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3367         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3368         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3369         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3370         Moved ...
3371         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3372         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3373         Moved ...
3374         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3375         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3376         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3377         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3378         Moved ...
3379         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3380         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3381         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3382         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3383         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3384         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3385         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3386         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3387         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3388         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3389         Moved ...
3390         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3391         ... here.
3392         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3393         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3394         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3395         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3396         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3397         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3398         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3399         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3400         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3401         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3402         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3403         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3404         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3405         Moved ...
3406         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3407         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3408         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3409         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3410         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3411         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3412         Moved ...
3413         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3414         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3415         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3416         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3417         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3419         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3420         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3421         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3422         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3423         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3424         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3425         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3426         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3427         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3428         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3429         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3430         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3431         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3432         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3433         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3434         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3435         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3436         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3437         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3438         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3439         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3440         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3441         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3442         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3443         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3444         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3445         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3446         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3448 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3450         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3451         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3452         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3453         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3454         (IPV6_PMTUDISC_INTERFACE): Likewise.
3455         (IPV6_PMTUDISC_OMIT): Likewise.
3457 2014-06-23  Andreas Schwab  <schwab@suse.de>
3459         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3460         Remove unused errout label.
3462 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3464         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3465         macro: hardware supports Vector Crypto instructions.
3467 2014-06-23  Will Newton  <will.newton@linaro.org>
3469         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3470         rather than __builtin_expect.
3472         * elf/dl-lookup.c (undefined_msg): Remove variable.
3473         (_dl_lookup_symbol_x): Replace undefined_msg with string
3474         literal.
3476         * elf/dl-lookup.c (do_lookup_unique): New function.
3477         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3478         to a separate function.
3480 2014-06-23  Andreas Schwab  <schwab@suse.de>
3482         [BZ #17079]
3483         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3484         before reading the next line.
3486 2014-06-23  Will Newton  <will.newton@linaro.org>
3488         * test-skeleton.c (signal_handler): Use printf and %m
3489         rather than perror.  Use printf rather than fprintf to
3490         stderr.  Use puts rather than fputs to stderr.
3491         (main): Likewise.
3493 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3495         * nscd/nscd.c (thread_info_t): Remove typedef.
3496         (thread_info): Remove variable.
3498 2014-06-21  Allan McRae  <allan@archlinux.org>
3500         * NEWS: Mention CVE-2014-4043.
3502 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3504         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3505         * nptl/smp.h: ... here.
3507         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3509         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3510         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3511         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3512         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3514         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3515         * nptl/stack-aliasing.h: New file.
3516         * sysdeps/i386/i686/stack-aliasing.h: New file.
3517         * sysdeps/i386/i686/nptl/Makefile: File removed.
3518         * sysdeps/x86_64/stack-aliasing.h: New file.
3519         * sysdeps/x86_64/nptl/Makefile
3520         (CFLAGS-pthread_create.c): Variable removed.
3522         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3523         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3524         old file.
3525         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3526         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3527         old file.
3529 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3531         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3532         (__ASSUME_SIGFRAME_V2): Remove macro.
3533         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3534         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3535         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3536         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3537         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3538         Declare as function.  Remove conditional macro definitions.
3539         (__default_rt_sa_restorer): Likewise.
3540         (__default_sa_restorer_v1): Remove declaration.
3541         (__default_sa_restorer_v2): Likewise.
3542         (__default_rt_sa_restorer_v1): Likewise.
3543         (__default_rt_sa_restorer_v2): Likewise.
3544         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3545         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3546         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3548 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3550         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3551         (libpthread-routines): Add sysdep.
3552         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3553         * sysdeps/unix/sysv/linux/sparc/Versions
3554         (libpthread: GLIBC_2.3.3): New version set.
3555         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3556         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3557         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3558         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3559         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3560         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3561         Moved ...
3562         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3563         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3564         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3565         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3566         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3567         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3568         * sysdeps/sparc/nptl/sem_init.c: ... here.
3569         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3570         * sysdeps/sparc/nptl/sem_post.c: ... here.
3571         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3572         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3573         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3574         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3575         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3576         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3577         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3578         (libpthread-routines): Add cpu_relax.
3579         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3580         File removed.
3581         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3582         (librt: GLIBC_2.3.3): New version set.
3583         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3584         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3585         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3586         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3587         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3588         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3589         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3590         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3591         Moved ...
3592         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3593         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3594         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3595         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3596         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3597         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3598         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3599         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3600         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3601         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3602         Moved ...
3603         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3604         Update #include.
3605         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3606         Moved ...
3607         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3608         Update #include.
3609         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3610         Moved ...
3611         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3612         Update #include.
3613         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3614         Moved ...
3615         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3616         Update #include.
3617         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3618         Moved ...
3619         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3620         Update #include.
3621         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3622         Moved ...
3623         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3624         Update #include.
3625         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3626         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3627         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3628         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3629         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3630         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3631         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3632         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3633         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3634         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3635         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3636         Moved ...
3637         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3638         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3639         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3640         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3641         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3643 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3645         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3646         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3647         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3648         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3649         * nscd/nscd.c: Likewise.
3650         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3651         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3652         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3653         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3655         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3656         <kernel-features.h>.
3657         (init_mq_netlink): Remove conditional have_sock_cloexec
3658         definitions.  Remove code conditional on have_sock_cloexec < 0.
3659         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3660         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3661         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3662         <kernel-features.h>.
3663         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3664         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3666 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3668         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3669         Add tests for memset_chk and memset.
3671         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3672         with AVX2_Usable.
3674 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3676         [BZ #16046]
3677         * elf/tst-dl-iter-static.c: New file.
3678         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3680         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3681         error.
3683 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3685         * sysdeps/unix/sysv/linux/kernel-features.h
3686         (__ASSUME_F_GETOWN_EX): Remove macro.
3687         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3688         <kernel-features.h>.
3689         (miss_F_GETOWN_EX): Remove variable or macro.
3690         (do_fcntl): Do not check miss_F_GETOWN_EX.
3691         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3693         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3694         Remove macro.
3695         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3696         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3697         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3699         * sysdeps/unix/sysv/linux/kernel-features.h
3700         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3701         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3702         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3703         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3705 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3707         [BZ #17075]
3708         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3709         Fix calculation of the symbol's value.
3710         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3711         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3712         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3713         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3714         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3715         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3716         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3717         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3718         (modules-names): Add `tst-armtlsdescmod',
3719         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3720         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3721         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3722         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3723         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3724         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3725         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3726         ($(objpfx)tst-armtlsdescloc): New dependency.
3727         ($(objpfx)tst-armtlsdescextnow): Likewise.
3728         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3729         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3730         TLS scheme support.
3731         * sysdeps/arm/configure: Regenerate.
3733 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3735         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3736         (__atfct_seterrno_2): Likewise.
3737         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3738         <kernel-features.h>.
3739         (__ASSUME_ATFCTS): Do not undefine and redefine.
3740         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3741         (__have_atfcts): Remove conditional definition.
3742         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3743         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3744         unreachable if [__ASSUME_ATFCTS].
3745         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3746         not undefine and redefine.
3747         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3748         <kernel-features.h>.
3749         (faccessat) [__NR_faccessat]: Make code unconditional.
3750         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3751         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3752         <kernel-features.h>.
3753         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3754         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3755         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3756         <kernel-features.h>.
3757         (fchownat) [__NR_fchownat]: Make code unconditional.
3758         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3759         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3760         <kernel-features.h>.
3761         (futimesat) [__NR_futimesat]: Make code unconditional.
3762         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3763         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3764         <kernel-features.h>.
3765         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3766         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3767         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3768         <kernel-features.h>.
3769         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3770         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3771         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3772         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3773         <kernel-features.h>.
3774         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3775         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3776         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3777         <kernel-features.h>.
3778         (linkat) [__NR_linkat]: Make code unconditional.
3779         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3780         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3781         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3782         <kernel-features.h>.
3783         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3784         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3785         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3786         <kernel-features.h>.
3787         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3788         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3789         * sysdeps/unix/sysv/linux/openat.c: Do not include
3790         <kernel-features.h>.
3791         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3792         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3793         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3794         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3795         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3796         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3797         <kernel-features.h>.
3798         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3799         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3800         result of INLINE_SYSCALL directly, not via int variable.
3801         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3802         <kernel-features.h>.
3803         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3804         (renameat) [__NR_renameat]: Make code unconditional.
3805         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3806         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3807         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3808         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3809         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3810         (__ASSUME_ATFCTS): Do not undefine and redefine.
3811         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3812         <kernel-features.h>.
3813         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3814         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3815         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3816         <kernel-features.h>.
3817         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3818         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3819         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3820         (__ASSUME_ATFCTS): Do not undefine and redefine.
3821         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3822         <kernel-features.h>.
3823         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3824         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3825         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3826         <kernel-features.h>.
3827         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3828         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3830 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3832         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3834 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3836         [BZ #17069]
3837         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3838         constructed tree before returning error.
3839         * posix/bug-regexp36.c: Expand test case.
3841 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3843         [BZ #6803]
3844         * math/libm-test.inc (scalbln_test_date):
3845         Add errno expectations.
3846         * math/w_scalblnf.c: New File.
3847         Add wrapper which checks for setting errno to ERANGE.
3848         Add weak_alias for corresponding scalbln function.
3849         * math/w_scalbln.c: Likewise.
3850         * math/w_scalblnl.c: Likewise.
3851         * math/Makefile (libm-calls): Add w_scalbln.
3852         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3853         Remove weak_alias for corresponding scalbln function.
3854         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3855         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3856         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3857         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3858         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3859         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3860         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3861         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3862         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3863         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3864         Remove long_double_symbol for scalblnl function in libm, libc.
3865         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3866         Add wrapper which checks for setting errno to ERANGE.
3867         Add long_double_symbol for scalblnl function in libm, libc.
3868         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3869         Remove long_double_symbol for scalblnl in libm.
3870         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3871         Add wrapper which checks for setting errno to ERANGE.
3872         Add long_double_symbol for scalblnl function in libm.
3873         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3874         Do not use wrapper because of own implementation.
3876 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3878         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3879         3 bytes for __pad1 for x32.
3880         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3882 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3883             H.J. Lu  <hongjiu.lu@intel.com>
3885         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3886         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3887         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3888         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3889         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3891 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3893         [BZ #17069]
3894         * posix/regcomp.c (parse_expression): Deallocate partially
3895         constructed tree before returning error.
3896         * posix/Makefile.c (tests): Add bug-regex36.
3897         (generated): Add bug-regex36.mtrace.
3898         (tests-special): Add $(objpfx)bug-regex36-mem.out
3899         (bug-regex36-ENV): New variable.
3900         ($(objpfx)bug-regex36-mem.out): New rule.
3901         * posix/bug-regex36.c: New file.
3903 2014-06-19  Will Newton  <will.newton@linaro.org>
3905         * malloc/malloc.c (systrim): If extra is zero then return
3906         early.
3908 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3910         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3912 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3914         * sysdeps/aarch64/strchr.S: New file.
3916 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3918         [BZ #17022]
3919         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3920         from arguments -2 or below.
3921         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3922         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3924 2014-06-18  Andreas Schwab  <schwab@suse.de>
3926         [BZ #17062]
3927         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3928         of a bracket expr not to run off the end of the string.
3929         * posix/Makefile (tests): Add tst-fnmatch3.
3930         * posix/tst-fnmatch3.c: New file.
3932 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3934         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3935         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3936         [$(cross-compiling) = no]: Likewise.
3937         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3938         [$(cross-compiling) = no]: Likewise.
3940 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3942         [BZ #17031]
3943         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3944         double, adjusted for any remainder from the high double.
3945         * math/libm-test.inc (nearbyint): Add tests.
3946         (rint): Likewise.
3948 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3950         * nptl/sysdeps/powerpc/Makefile: Moved ...
3951         * sysdeps/powerpc/nptl/Makefile: ... here.
3952         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3953         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3954         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3955         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3956         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3957         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3958         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3959         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3960         * nptl/sysdeps/powerpc/tls.h: Moved ...
3961         * sysdeps/powerpc/nptl/tls.h: ... here.
3963 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3965         [BZ #16681]
3966         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3967         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3968         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3969         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3970         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3971         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3972         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
3973         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
3974         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
3976 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3978         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
3980 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
3982         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
3983         defined operator.
3985         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
3986         $TIMEOUTFACTOR.
3988 2014-06-16  Florian Weimer  <fweimer@redhat.com>
3990         [BZ #17058]
3991         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
3992         non-executed part of the test.
3994 2014-06-16  Andreas Schwab  <schwab@suse.de>
3996         * string/bits/string2.h (strdup, strndup): Update feature guard.
3998 2014-06-14  David S. Miller  <davem@davemloft.net>
4000         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4002 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4004         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4005         that was previously under [RESET_PID].
4006         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4008         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4009         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4010         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4011         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4012         (__libc_vfork): New strong alias.
4013         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4015 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4017         * sysdeps/generic/elide.h: New file.
4019 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4021         * Makefile (installed-headers): Adjust path of pthread.h header.
4023 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4025         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4026         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4027         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4028         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4030         * nptl/sysdeps/s390/Makefile: Moved ...
4031         * sysdeps/s390/nptl/Makefile: ... here.
4032         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4033         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4034         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4035         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4036         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4037         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4038         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4039         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4040         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4041         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4042         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4043         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4044         * nptl/sysdeps/s390/tls.h: Moved ...
4045         * sysdeps/s390/nptl/tls.h: ... here.
4047         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4048         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4050 2014-06-13  David S. Miller  <davem@davemloft.net>
4052         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4053         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4054         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4055         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4056         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4057         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4058         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4059         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4060         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4061         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4062         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4063         Remove RESET_PID cpp guards.
4064         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4065         Remove RESET_PID cpp guards.
4066         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4068 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4070         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4071         __sp to uintptr_t.
4073 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4075         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4076         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4077         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4078         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4079         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4080         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4081         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4082         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4083         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4084         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4085         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4086         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4087         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4088         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4089         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4090         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4091         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4092         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4093         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4094         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4096         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4097         (pthread_rwlock_rdlock): Add elision.
4098         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4099         (pthread_rwlock_wrlock): Add elision.
4100         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4101         (pthread_rwlock_trywrlock): Add elision.
4102         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4103         (pthread_rwlock_tryrdlock): Add elision.
4104         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4105         (pthread_rwlock_tryrdlock): Add elision unlock.
4106         * nptl/sysdeps/pthread/pthread.h:
4107         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4108         (PTHREAD_RWLOCK_INITIALIZER,
4109         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4110         Handle new elision field.
4111         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4112         * sysdeps/arm/nptl/bits/pthreadtypes.h
4113         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4114         * sysdeps/sh/nptl/bits/pthreadtypes.h
4115         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4116         * sysdeps/tile/nptl/bits/pthreadtypes.h
4117         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4118         * sysdeps/a/nptl/bits/pthreadtypes.h
4119         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4120         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4121         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4122         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4123         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4124         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4125         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4126         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4127         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4128         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4129         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4130         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4131         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4132         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4133         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4134         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4135         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4136         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4137         (elision_init): Set try_xbegin to zero when no RTM.
4138         * sysdeps/x86/nptl/bits/pthreadtypes.h
4139         (pthread_rwlock_t): Change __pad1 to __rwelision.
4140         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4142 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4144         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4145         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4146         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4147         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4149 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4151         [BZ #16996]
4152         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4153         that the cached result has been set before returning it.
4155 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4157         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4158         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4159         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4160         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4161         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4162         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4164         * nptl/sysdeps/sparc/Makefile: Moved ...
4165         * sysdeps/sparc/nptl/Makefile: ... here.
4166         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4167         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4168         * nptl/sysdeps/sparc/tls.h: Moved ...
4169         * sysdeps/sparc/nptl/tls.h: ... here.
4170         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4171         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4172         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4173         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4174         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4175         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4176         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4177         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4178         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4179         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4180         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4181         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4182         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4183         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4184         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4185         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4186         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4187         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4188         Update #include.
4189         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4190         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4191         Update #include.
4192         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4193         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4194         Update #include.
4195         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4196         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4197         Update #include.
4199         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4201         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4202         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4204         * sysdeps/pthread/posix-timer.h: Include <list.h>.
4205         (struct list_links): Type removed.
4206         (struct thread_node, struct timer_node): Replace struct list_links
4207         with struct list_head.
4208         (list_unlink_ip): Likewise.
4209         * sysdeps/pthread/timer_routines.c
4210         (timer_free_list, thread_free_list, thread_active_list): Likewise.
4211         (list_append, list_insbefore): Likewise.
4212         (list_init): Function removed.
4213         (thread_init, init_module): Use INIT_LIST_HEAD instead.
4214         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4215         * sysdeps/pthread/Makefile: ... here, new file.
4217         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4218         * sysdeps/nptl/Implies: ... here.
4219         * sysdeps/unix/sysv/linux/Implies: Add nptl.
4220         * nptl/sysdeps/pthread/list.h: Moved ...
4221         * include/list.h: ... here.
4222         * nptl/sysdeps/pthread/createthread.c: Moved ...
4223         * nptl/createthread.c: ... here.
4224         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4225         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4226         * nptl/pt-longjmp.c: ... here.
4227         * nptl/sysdeps/pthread/Makefile: Moved ...
4228         * sysdeps/nptl/Makefile: ... here.
4229         * nptl/sysdeps/pthread/Subdirs: Moved ...
4230         * sysdeps/nptl/Subdirs: ... here.
4231         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4232         * sysdeps/nptl/aio_misc.h: ... here.
4233         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4234         * sysdeps/nptl/bits/libc-lock.h: ... here.
4235         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4236         * sysdeps/nptl/bits/libc-lockP.h: ... here.
4237         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4238         * sysdeps/nptl/bits/stdio-lock.h: ... here.
4239         * nptl/sysdeps/pthread/configure: Moved ...
4240         * sysdeps/nptl/configure: ... here.
4241         * nptl/sysdeps/pthread/configure.ac: Moved ...
4242         * sysdeps/nptl/configure.ac: ... here.
4243         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4244         * sysdeps/nptl/gai_misc.h: ... here.
4245         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4246         * sysdeps/nptl/librt-cancellation.c: ... here.
4247         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4248         * sysdeps/nptl/malloc-machine.h: ... here.
4249         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4250         * sysdeps/nptl/pthread-functions.h: ... here.
4251         * nptl/sysdeps/pthread/pthread.h: Moved ...
4252         * sysdeps/nptl/pthread.h: ... here.
4253         * nptl/sysdeps/pthread/setxid.h: Moved ...
4254         * sysdeps/nptl/setxid.h: ... here.
4255         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4256         * sysdeps/nptl/sigfillset.c: ... here.
4257         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4258         * sysdeps/nptl/tcb-offsets.h: ... here.
4259         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4260         * sysdeps/nptl/tst-mqueue8x.c: ... here.
4261         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4262         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4263         * nptl/sysdeps/pthread/allocalim.h: Moved ...
4264         * sysdeps/pthread/allocalim.h: ... here.
4265         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4266         * sysdeps/pthread/bits/sigthread.h: ... here.
4267         * nptl/sysdeps/pthread/flockfile.c: Moved ...
4268         * sysdeps/pthread/flockfile.c: ... here.
4269         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4270         * sysdeps/pthread/ftrylockfile.c: ... here.
4271         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4272         * sysdeps/pthread/funlockfile.c: ... here.
4273         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4274         * sysdeps/pthread/posix-timer.h: ... here.
4275         * nptl/sysdeps/pthread/timer_create.c: Moved ...
4276         * sysdeps/pthread/timer_create.c: ... here.
4277         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4278         * sysdeps/pthread/timer_delete.c: ... here.
4279         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4280         * sysdeps/pthread/timer_getoverr.c: ... here.
4281         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
4282         * sysdeps/pthread/timer_gettime.c: ... here.
4283         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
4284         * sysdeps/pthread/timer_routines.c: ... here.
4285         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
4286         * sysdeps/pthread/timer_settime.c: ... here.
4287         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
4288         * sysdeps/pthread/tst-timer.c: ... here.
4289         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
4290         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
4292         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
4293         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
4295         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
4296         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4297         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4298         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4299         Update #include target.
4300         * nptl/sysdeps/i386/i686/Makefile: Moved ...
4301         * sysdeps/i386/i686/nptl/Makefile: ... here.
4302         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4303         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4304         Update #include target.
4305         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4306         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4307         * nptl/sysdeps/i386/Makefile: Moved ...
4308         * sysdeps/i386/nptl/Makefile: ... here.
4309         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4310         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4311         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4312         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4313         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4314         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4315         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4316         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4317         * sysdeps/i386/nptl/pthreaddef.h: ... here.
4318         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4319         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4320         * nptl/sysdeps/i386/tls.h: Moved ...
4321         * sysdeps/i386/nptl/tls.h: ... here.
4323         * sysdeps/sh/Makefile [$(subdir) = csu]
4324         (gen-as-const-headers): Add tcb-offsets.sym.
4325         * nptl/sysdeps/sh/Makefile: File removed.
4326         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4327         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4328         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4329         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4330         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4331         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4332         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4333         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4334         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4335         * sysdeps/sh/nptl/pthreaddef.h: ... here.
4336         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4337         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4338         * nptl/sysdeps/sh/tls.h: Moved ...
4339         * sysdeps/sh/nptl/tls.h: ... here.
4340         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4341         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4342         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4343         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4344         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4345         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4346         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4347         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4348         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4349         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4350         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4351         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4352         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4353         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4354         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4355         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4356         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4357         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4358         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4359         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4360         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4361         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4362         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4363         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4364         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4365         Moved ...
4366         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4367         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4368         Moved ...
4369         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4370         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4371         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4372         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4373         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4374         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4375         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4376         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4377         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4378         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4379         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4380         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4381         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4382         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4383         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4384         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4385         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4386         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4387         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4389 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4391         * posix/spawn_faction_addopen.c: Include string.h.
4393 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4395         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4396         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4397         * nptl/sysdeps/x86_64/Makefile: Moved ...
4398         * sysdeps/x86_64/nptl/Makefile: ... here.
4399         * nptl/sysdeps/x86_64/configure: Moved ...
4400         * sysdeps/x86_64/nptl/configure: ... here.
4401         * nptl/sysdeps/x86_64/configure.ac: Moved ...
4402         * sysdeps/x86_64/nptl/configure.ac: ... here.
4403         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4404         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4405         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4406         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4407         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4408         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4409         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4410         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4411         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4412         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4413         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4414         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4415         * nptl/sysdeps/x86_64/tls.h: Moved ...
4416         * sysdeps/x86_64/nptl/tls.h: ... here.
4417         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4418         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4419         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4420         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4422         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4424 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4426         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4428 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
4430         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4431         type.
4432         [POSIX] (off_t): Likewise.
4433         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4434         [POSIX] (S_ISBLK): Require macro.
4435         [POSIX] (S_ISCHR): Likewise.
4436         [POSIX] (S_ISDIR): Likewise.
4437         [POSIX] (S_ISFIFO): Likewise.
4438         [POSIX] (S_ISREG): Likewise.
4439         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4440         optional-macro.
4441         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4442         type.
4443         [POSIX] (time_t): Likewise.
4444         [POSIX] (timer_t): Likewise.
4446 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4448         [BZ #17048]
4449         * posix/spawn_int.h (struct __spawn_action): Make the path string
4450         non-const to support deallocation.
4451         * posix/spawn_faction_addopen.c
4452         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4453         * posix/spawn_faction_destroy.c
4454         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4455         path in all spawn_do_open actions.
4456         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4457         posix_spawn_file_actions_addopen.
4459 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4461         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4462         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4463         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4464         conditional code always true.
4465         (__libc_vfork): New alias.
4467 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4469         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4470         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4472         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4474         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4475         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4477         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4478         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4480         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4481         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4483 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4485         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4486         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4487         multiarch strcmp for PPC64.
4488         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4489         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4490         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4491         multiarch optimizations.
4492         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4493         (__libc_ifunc_impl_list): Likewise.
4495 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4497         * benchtests/scripts/validate_benchout.py: New script.
4498         * benchtests/Makefile (bench-func): Call it.
4499         * benchtests/scripts/benchout.schema.json: New file.
4501 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4503         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4504         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4505         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4506         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4507         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4508         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4509         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4510         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4511         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4512         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4513         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4514         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4515         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4516         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4517         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4518         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4519         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4520         Moved ...
4521         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4522         ... here.
4523         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4524         Moved ...
4525         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4526         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4527         Moved ...
4528         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4529         ... here.
4530         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4531         Moved ...
4532         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4533         ... here.
4534         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4535         Moved ...
4536         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4537         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4538         Moved ...
4539         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4540         ... here.
4541         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4542         Moved ...
4543         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4544         ... here.
4545         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4546         Moved ...
4547         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4549         Moved ...
4550         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4551         ... here.
4552         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4553         Moved ...
4554         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4555         ... here.
4556         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4557         Moved ...
4558         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4559         ... here.
4560         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4561         Moved ...
4562         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4563         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4564         Moved ...
4565         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4566         ... here.
4567         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4568         Moved ...
4569         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4570         ... here.
4571         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4572         Moved ...
4573         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4574         ... here.
4575         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4576         Moved ...
4577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4578         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4579         Moved ...
4580         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4581         ... here.
4582         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4583         Moved ...
4584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4585         ... here.
4586         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4587         Moved ...
4588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4589         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4590         Moved ...
4591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4592         ... here.
4593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4594         Moved ...
4595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4597         Moved ...
4598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4600         Moved ...
4601         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4602         ... here.
4603         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4604         Moved ...
4605         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4606         ... here.
4607         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4608         Moved ...
4609         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4610         ... here.
4611         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4612         Moved ...
4613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4614         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4615         Moved ...
4616         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4617         ... here.
4618         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4619         Moved ...
4620         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4621         ... here.
4622         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4623         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4624         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4625         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4626         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4627         Moved ...
4628         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4629         ... here.
4630         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4631         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4632         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4633         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4634         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4635         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4636         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4637         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4638         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4639         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4640         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4641         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4642         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4643         Moved ...
4644         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4645         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4646         Moved ...
4647         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4648         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4649         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4650         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4651         Moved ...
4652         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4653         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4654         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4655         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4656         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4657         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4658         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4660 2014-06-10  Wilco  <wdijkstr@arm.com>
4662         * math/test-fenv-return.c: New file.
4663         * math/Makefile: Add new test test-fenv-return.
4665 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4667         [BZ #17042]
4668         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4669         when x - 1 is zero.
4670         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4671         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4672         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4673         0.0L for an argument of 1.0L.
4674         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4675         Likewise.
4676         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4677         value when x - 1 is zero.
4678         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4679         * sysdeps/i386/fpu/libm-test-ulps: Update.
4680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4682 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4684         [BZ #15119]
4685         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4687 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4689         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4690         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4692 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4694         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4695         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4697         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4698         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4700         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4701         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4703         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4704         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4706         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4707         if not already defined.
4708         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4709         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4710         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4711         (TLS_INIT_TP): Use it.
4712         (TLS_DEFINE_INIT_TP): New macro.
4713         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4715 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4717         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4718         constant.
4719         [POSIX] (IXANY): Likewise.
4720         [POSIX] (OLCUC): Likewise.
4721         [POSIX || POSIX2008] (CBAUD): Do not allow.
4722         [POSIX || POSIX2008] (DEFECHO): Likewise.
4723         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4724         [POSIX || POSIX2008] (ECHOKE): Likewise.
4725         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4726         [POSIX || POSIX2008] (EXTA): Likewise.
4727         [POSIX || POSIX2008] (EXTB): Likewise.
4728         [POSIX || POSIX2008] (FLUSHO): Likewise.
4729         [POSIX || POSIX2008] (LOBLK): Likewise.
4730         [POSIX || POSIX2008] (PENDIN): Likewise.
4731         [POSIX || POSIX2008] (SWTCH): Likewise.
4732         [POSIX || POSIX2008] (VDISCARD): Likewise.
4733         [POSIX || POSIX2008] (VDSUSP): Likewise.
4734         [POSIX || POSIX2008] (VLNEXT): Likewise.
4735         [POSIX || POSIX2008] (VREPRINT): Likewise.
4736         [POSIX || POSIX2008] (VSTATUS): Likewise.
4737         [POSIX || POSIX2008] (VWERASE): Likewise.
4738         (B*): Change to B[0123456789]*.
4739         * conform/data/time.h-data [POSIX || UNIX98]
4740         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4741         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4742         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4743         [POSIX] (tm_*): Do not allow.
4745 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4747         * Makefile (install): Don't set LANGUAGE.
4748         * Makefile.in (install): Likewise.
4749         * assert/Makefile (test-assert-ENV): Remove variable.
4750         (test-assert-perr-ENV): Likewise.
4751         * elf/Makefile (neededtest4-ENV): Likewise.
4752         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4753         [$(cross-compiling) = no]: Don't set LANGUAGE.
4754         * io/ftwtest-sh (LANG): Remove variable.
4755         * libio/Makefile (tst-widetext-ENV): Likewise.
4756         * manual/install.texi (Running make install): Don't refer to
4757         environment settings for make install.
4758         * INSTALL: Regenerated.
4759         * nptl/tst-tls6.sh: Don't set LANG.
4760         * posix/globtest.sh (LANG): Remove variable.
4761         * string/Makefile (tester-ENV): Likewise.
4762         (inl-tester-ENV): Likewise.
4763         (noinl-tester-ENV): Likewise.
4764         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4765         [$(cross-compiling) = no]: Don't set LANGUAGE.
4766         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4767         without explicit environment settings.
4769 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4771         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4772         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4773         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4774         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4776 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4778         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4779         other files in the crypt directory.
4780         * crypt/crypt.c: Remove duplicate includes.
4781         * crypt/crypt-entry.c: Likewise.
4782         * crypt/crypt_util.c: Likewise.
4784 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4786         * Makeconfig (run-program-env): New variable.
4787         (run-program-prefix-before-env): Likewise.
4788         (run-program-prefix-after-env): Likewise.
4789         (run-program-prefix): Define in terms of new variables.
4790         (built-program-cmd-before-env): New variable.
4791         (built-program-cmd-after-env): Likewise.
4792         (built-program-cmd): Define in terms of new variables.
4793         (test-program-prefix-before-env): New variable.
4794         (test-program-prefix-after-env): Likewise.
4795         (test-program-prefix): Define in terms of new variables.
4796         (test-program-cmd-before-env): New variable.
4797         (test-program-cmd-after-env): Likewise.
4798         (test-program-cmd): Define in terms of new variables.
4799         * Rules (make-test-out): Use $(run-program-env).
4800         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4801         (help): Do not mention environment variables.  Mention
4802         --timeoutfactor option.
4803         (timeoutfactor): New variable.
4804         (blacklist_exports): Remove function.
4805         (exports): Remove variable.
4806         (command): Do not include ${exports}.
4807         * manual/install.texi (Configuring and compiling): Do not mention
4808         test wrappers preserving environment variables.  Mention that last
4809         assignment to a variable must take precedence.
4810         * INSTALL: Regenerated.
4811         * benchtests/Makefile (run-bench): Use $(run-program-env).
4812         * catgets/Makefile ($(objpfx)test1.cat): Use
4813         $(built-program-cmd-before-env), $(run-program-env) and
4814         $(built-program-cmd-after-env).
4815         ($(objpfx)test2.cat): Do not specify environment variables
4816         explicitly.
4817         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4818         $(run-program-env) and $(built-program-cmd-after-env).
4819         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4820         $(run-program-env) and $(test-program-cmd-after-env).
4821         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4822         explicitly.
4823         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4824         run_program_env and test_program_cmd_after_env arguments.
4825         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4826         * elf/tst-pathopt.sh: Use run_program_env argument.
4827         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4828         $(test-wrapper-env) and $(run-program-env).
4829         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4830         run_program_env arguments.
4831         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4832         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4833         $(test-program-prefix-before-env), $(run-program-env) and
4834         $(test-program-prefix-after-env).
4835         ($(objpfx)tst-gettext2.out): Likewise.
4836         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4837         run_program_env and test_program_prefix_after_env arguments.
4838         * intl/tst-gettext2.sh: Likewise.
4839         * intl/tst-gettext4.sh: Do not set environment variables
4840         explicitly.
4841         * intl/tst-gettext6.sh: Likewise.
4842         * intl/tst-translit.sh: Likewise.
4843         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4844         $(test-program-prefix-before-env), $(run-program-env) and
4845         $(test-program-prefix-after-env).
4846         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4847         run_program_env and test_program_prefix_after_env arguments.
4848         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4849         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4850         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4851         explicitly with each use of ${test_wrapper_env}.
4852         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4853         $(test-program-prefix-before-env), $(run-program-env) and
4854         $(test-program-prefix-after-env).
4855         * posix/tst-getconf.sh: Do not set environment variables
4856         explicitly.
4857         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4858         run_program_env and test_program_prefix_after_env arguments.
4859         * stdio-common/tst-printf.sh: Do not set environment variables
4860         explicitly.
4861         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4862         $(test-program-prefix-before-env), $(run-program-env) and
4863         $(test-program-prefix-after-env).
4864         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4865         run_program_env and test_program_prefix_after_env arguments.
4866         Split $test calls into $test_pre and $test.
4867         * timezone/Makefile (build-testdata): Use
4868         $(built-program-cmd-before-env), $(run-program-env) and
4869         $(built-program-cmd-after-env).
4871 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4873         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4874         strlen for non SHARED builds.
4876 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4878         * nptl/allocatestack.c (check_list): Inlined function...
4879         (__reclaim_stacks): ... here.
4881 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4883         [BZ #15698]
4884         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4885         memory overrun.
4887 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4889         * Rules (make-test-out): Include
4890         LOCPATH=$(common-objpfx)localedata in default environment.
4891         * debug/Makefile (tst-chk1-ENV): Remove variable.
4892         (tst-chk2-ENV): Likewise.
4893         (tst-chk3-ENV): Likewise.
4894         (tst-chk4-ENV): Likewise.
4895         (tst-chk5-ENV): Likewise.
4896         (tst-chk6-ENV): Likewise.
4897         (tst-lfschk1-ENV): Likewise.
4898         (tst-lfschk2-ENV): Likewise.
4899         (tst-lfschk3-ENV): Likewise.
4900         (tst-lfschk4-ENV): Likewise.
4901         (tst-lfschk5-ENV): Likewise.
4902         (tst-lfschk6-ENV): Likewise.
4903         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4904         (tst-iconv7-ENV): Likewise.
4905         * intl/Makefile (LOCPATH-ENV): Likewise.
4906         (tst-codeset-ENV): Likewise.
4907         (tst-gettext3-ENV): Likewise.
4908         (tst-gettext5-ENV): Likewise.
4909         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4910         (tst-fopenloc-ENV): Likewise.
4911         (tst-fgetws-ENV): Remove variable.
4912         (tst-ungetwc1-ENV): Likewise.
4913         (tst-ungetwc2-ENV): Likewise.
4914         (bug-ungetwc2-ENV): Likewise.
4915         (tst-swscanf-ENV): Likewise.
4916         (bug-ftell-ENV): Likewise.
4917         (tst-fgetwc-ENV): Likewise.
4918         (tst-fseek-ENV): Likewise.
4919         (tst-ftell-partial-wide-ENV): Likewise.
4920         (tst-ftell-active-handler-ENV): Likewise.
4921         (tst-ftell-append-ENV): Likewise.
4922         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4923         (tst-regexloc-ENV): Likewise.
4924         (bug-regex1-ENV): Likewise.
4925         (tst-regex-ENV): Likewise.
4926         (tst-regex2-ENV): Likewise.
4927         (bug-regex5-ENV): Likewise.
4928         (bug-regex6-ENV): Likewise.
4929         (bug-regex17-ENV): Likewise.
4930         (bug-regex18-ENV): Likewise.
4931         (bug-regex19-ENV): Likewise.
4932         (bug-regex20-ENV): Likewise.
4933         (bug-regex22-ENV): Likewise.
4934         (bug-regex23-ENV): Likewise.
4935         (bug-regex25-ENV): Likewise.
4936         (bug-regex26-ENV): Likewise.
4937         (bug-regex30-ENV): Likewise.
4938         (bug-regex32-ENV): Likewise.
4939         (bug-regex33-ENV): Likewise.
4940         (bug-regex34-ENV): Likewise.
4941         (bug-regex35-ENV): Likewise.
4942         (tst-rxspencer-ENV): Likewise.
4943         (tst-rxspencer-no-utf8-ENV): Likewise.
4944         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4945         (tst-sscanf-ENV): Likewise.
4946         (tst-swprintf-ENV): Likewise.
4947         (tst-swscanf-ENV): Likewise.
4948         (test-vfprintf-ENV): Likewise.
4949         (scanf13-ENV): Likewise.
4950         (bug14-ENV): Likewise.
4951         (tst-grouping-ENV): Likewise.
4952         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4953         (tst-strtod3-ENV): Likewise.
4954         (tst-strtod4-ENV): Likewise.
4955         (tst-strtod5-ENV): Likewise.
4956         (testmb2-ENV): Likewise./
4957         * string/Makefile (tst-strxfrm-ENV): Likewise.
4958         (tst-strxfrm2-ENV): Likewise.
4959         (bug-strcoll1-ENV): Likewise.
4960         (test-strcasecmp-ENV): Likewise.
4961         (test-strncasecmp-ENV): Likewise.
4962         * time/Makefile (tst-strptime-ENV): Likewise.
4963         (tst-ftime_l-ENV): Likewise.
4964         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4965         (tst-mbrtowc-ENV): Likewise.
4966         (tst-wcrtomb-ENV): Likewise.
4967         (tst-mbrtowc2-ENV): Likewise.
4968         (tst-c16c32-1-ENV): Likewise.
4969         (tst-mbsnrtowcs-ENV): Likewise.
4971 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4973         * manual/resource.texi (How to get information about the memory
4974         subsystem?): Fix typo.
4975         Reported by Peon de la Parra Ivan <peon@keba.com>
4977 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
4979         [BZ #16882]
4980         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
4981         (pthread_spin_lock): Branch out of spin loop to proper location.
4982         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
4983         (pthread_spin_lock): Likewise.
4985         * nptl/tst-spin4.c: New test.
4986         * nptl/Makefile (tests): Add tst-spin4.
4988 2014-06-03  Andreas Schwab  <schwab@suse.de>
4990         [BZ #15946]
4991         * resolv/res_send.c (send_dg): Reload file descriptor after
4992         calling reopen.
4994 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
4996         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4998 2014-06-03  Richard Henderson  <rth@redhat.com>
5000         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5001         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5002         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5003         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5004         in the SAVE_PID block.
5005         (__libc_vfork): New alias.
5006         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5008         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5009         child in registers, not on the stack.  Remove RESET_PID conditionals.
5010         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5012 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5014         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5016 2014-06-03  Wilco  <wdijkstr@arm.com>
5018         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5019         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5020         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5021         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5022         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5023         Likewise.
5025 2014-06-03  Wilco  <wdijkstr@arm.com>
5027         * sysdeps/aarch64/fpu/math_private.h
5028         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5029         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5030         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5031         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5032         Fix declarations.
5034 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5036         * crypt/crypt-private.h: Include ufc-crypt.h.
5037         (__b64_from_24bit): Declare extern.
5038         * crypt/crypt_util.c(__b64_from_24bit): New function.
5039         (b64t): New static const variable.
5040         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5041         (b64t): Remove variable.
5042         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5043         * crypt/sha256-crypt.c: Include crypt-private.h.
5044         (b64t): Remove variable.
5045         (__sha256_crypt_r): Remove b64_from_24bit and replace
5046         with __b64_from_24bit.
5047         * crypt/sha512-crypt.c: Likewise.
5049 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5051         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5052         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5053         Label the code __libc_vfork rather than __vfork.
5054         [!NOT_IN_libc] (vfork): Define as weak alias.
5055         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5056         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5057         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5059 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5061         * malloc/malloc.c (malloc_info): Fix format specifier for
5062         n_mmaps.
5064 2014-06-02  Wilco  <wdijkstr@arm.com>
5066         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5067         FPCR write.
5069 2014-06-02  Wilco  <wdijkstr@arm.com>
5071         [BZ #17009]
5072         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5073         Rewrite to reduce FPCR/FPSR accesses.
5075 2014-06-01  David S. Miller  <davem@davemloft.net>
5077         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5079 2014-05-31  David S. Miller  <davem@davemloft.net>
5081         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5082         to occur in round to nearest mode when |x| >= 2.0
5084 2014-05-30  Richard Henderson  <rth@twiddle.net>
5086         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5087         (PSEUDO_RET_NOERRNO): Remove.
5088         (ret): Don't redefine.
5089         (ret_NOERRNO): Define in terms of ret.
5090         (ret_ERRVAL): Likewise.
5092         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5093         use of PSEUDO_RET; perform the error check directly.
5095 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5097         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5098         with __int128_t.
5100 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5102         * malloc/malloc (malloc_info): Fix formatting.
5104 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5105             Roland McGrath  <roland@hack.frob.com>
5107         * malloc/malloc (malloc_info): Also print mmapped statistics.
5109 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5111         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5112         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5114 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5116         * malloc/malloc.c (malloc_info): Inline mi_arena.
5118 2014-05-29  Richard Henderson  <rth@twiddle.net>
5120         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5121         Remove comma before expanding ASM_ARGS_##nr.
5122         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5123         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5124         of ASM_ARGS_##nr.
5125         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5126         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5127         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5128         (ASM_ARGS_1): Add leading comma.
5130         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5131         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5132         to __errno_location.
5133         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5134         Remove the expected plt for __errno_location.
5136         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5137         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5138         call to __read_tp.
5140         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5141         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5142         it and break it down.
5143         (DOCARGS_0, DOCARGS_1): Do nothing.
5144         (DOCARGS_2): Update to store into the new stack frame.
5145         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5146         (UNDOCARGS_1): Update to restore from the new stack frame.
5147         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5148         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5150         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5151         (SINGLE_THREAD_P): New parameter for result regno.
5152         (PSEUDO): Update to match; use cbz instead of beq.
5154         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5155         Use ENTRY to define the _nocancel entry point.  Share the syscall
5156         and syscall error check paths with the cancel path.
5157         (PSEUDO_END): New.
5159         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5160         whitespace; tabs before and after asm mnemonics.
5162 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5164         [BZ #15132]
5165         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5166         Call fstat64 or stat64 internally, depending on arguments passed.
5167         Replace stat buffer argument with file descriptor argument.
5168         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5169         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5170         Pass fd to __internal_statvfs instead of calling fstat64.
5171         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5172         Pass fd to __internal_statvfs64 instead of calling fstat64.
5173         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5174         Pass -1 to __internal_statvfs instead of calling stat64.
5175         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5176         Pass -1 to __internal_statvfs64 instead of calling stat64.
5178 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5180         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5181         that was previously under [RESET_PID].
5182         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5184         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5185         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5187 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5189         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5191         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5192         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5194 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5196         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5198 2014-05-27  Andreas Schwab  <schwab@suse.de>
5200         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5201         TLS_INIT_TP macro.
5202         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5203         * elf/rtld.c (init_tls, dl_main): Likewise.
5204         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5205         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5206         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5207         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5208         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5209         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5210         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5211         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5212         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5213         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5214         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5215         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5216         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5217         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5218         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5219         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5220         * sysdeps/generic/tls.h: Update description.
5222 2014-05-27  Will Newton  <will.newton@linaro.org>
5224         [BZ #16990]
5225         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5226         and restore r2 rather than just restoring.
5228 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5230         [BZ #16724]
5231         * libio/tst-ftell-append.c: New test case.
5232         * libio/Makefile (tests): Add test case.
5233         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5234         append mode.
5235         * libio/wfileops.c (do_ftell_wide): Likewise.
5237 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5239         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5241         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5242         ...
5243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5245         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5246         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5247         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5248         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5249         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5250         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5251         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5252         Moved ...
5253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5254         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5255         Moved ...
5256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5257         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5258         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5259         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5260         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5261         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5262         ...
5263         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5264         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5265         Moved ...
5266         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5267         here.
5268         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5269         ...
5270         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5271         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5272         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5274         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5275         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5276         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5277         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5279         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5280         merge into ...
5281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
5282         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
5283         ...
5284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
5285         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
5286         ...
5287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
5288         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5289         Moved ...
5290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
5291         here.
5292         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5293         Moved ...
5294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
5295         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5296         Moved ...
5297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5300         conditional [RESET_PID].
5301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5302         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5303         removed.
5304         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5305         removed.
5307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5308         <tcb-offsets.h>.
5309         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5310         (__libc_vfork): New strong alias.
5311         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5312         removed.
5313         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5314         Removed.
5316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5317         <tcb-offsets.h>.
5318         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5319         (__libc_vfork): New strong alias.
5320         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5321         removed.
5322         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5323         removed.
5325 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
5327         * malloc/malloc.c (mi_arena): New function.
5328         (malloc_info): Remove nested function mi_arena. Call non-nosted
5329         function mi_arena.
5331 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5333         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5334         by insrwi.
5335         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5336         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5337         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5338         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5339         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5340         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5341         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5343 2014-05-26  Andreas Schwab  <schwab@suse.de>
5345         [BZ #16984]
5346         * locale/programs/repertoire.c (repertoire_read): Add slash
5347         between I18NPATH element and file name.
5348         * locale/programs/locfile.c (locfile_read): Likewise.
5350 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5352         * nptl/pthread_mutexattr_settype.c
5353         (__pthread_mutexattr_settype):
5354         Disable lock elision for PTHREAD_MUTEX_NORMAL.
5356 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5358         * nptl/tst-mutex5 (do_test):
5359         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5361 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5363         * benchtests/README: Document 'init' directive.
5364         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5365         BENCH_INIT.
5366         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5367         (parse_file): Recognize 'init' directive.
5369 2014-05-26  Kyle McMartin  <kyle@redhat.com>
5371         [BZ #16796]
5372         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5373         alignment of struct pthread.
5375 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5377         [BZ #16878]
5378         * nscd/netgroupcache.c (addgetnetgrentX): Look for
5379         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5380         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5381         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5383 2014-05-25  Richard Henderson  <rth@twiddle.net>
5385         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5386         (SINGLE_THREAD_P_PIC): Remove.
5387         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5388         (SINGLE_THREAD_P_PIC): Remove.
5390         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5391         branch to syscall error ...
5392         (PSEUDO): ... here.
5393         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5394         from __local_syscall_error to .Lsyscall_error.
5395         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5396         (SYSCALL_ERROR): Update label name.
5398         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5399         Do not use DOARGS/UNDOARGS.
5400         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5401         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5402         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5403         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5404         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5406         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5407         block comment.
5409         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5410         define if !NOT_IN_libc.
5411         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5412         define with non-default symbol versions.
5414 2014-05-23  Richard Henderson  <rth@twiddle.net>
5416         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5417         (vfork, __vfork): Define via compat_symbol.
5419         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5420         [!HAVE_IFUNC] (vfork_compat): Remove.
5421         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5423 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5425         [BZ #16978]
5426         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5427         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5428         variable.
5430 2014-05-23  Richard Henderson  <rth@twiddle.net>
5432         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5433         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5434         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5435         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5437         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5438         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5439         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5440         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5441         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5442         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5443         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5444         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5445         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5446         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5447         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5448         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5449         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5450         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5451         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5452         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5453         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5454         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5455         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5456         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5457         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5458         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5459         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5460         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5461         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5462         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5463         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5464         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5465         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5466         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5467         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5468         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5469         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5470         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5471         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5472         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5473         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5474         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5475         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5476         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5477         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5478         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5479         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5480         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5481         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5482         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5483         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5484         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5485         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5486         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5487         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5488         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5489         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5490         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5491         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5492         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5494         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5495         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5496         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5497         before exiting on error.
5498         (__libc_vfork): New strong alias.
5499         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5500         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5502         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5503         that was previously under [RESET_PID].
5504         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5506         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5508 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5510         [BZ #16977]
5511         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5512         value when x - 1 is zero.
5513         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5514         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5515         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5516         0.0L for an argument of 1.0L.
5517         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5518         Likewise.
5519         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5520         value when x - 1 is zero.
5521         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5522         * sysdeps/i386/fpu/libm-test-ulps: Update.
5523         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5525 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5527         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5528         alphasort and versionsort.
5530 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5532         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5533         macro.
5534         [copysignf]: Likewise.
5536 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5538         * crypt/md5-crypt.c: Fix formatting.
5540 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5542         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5543         (b64_from_24bit): New function.
5545 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5547         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5548         libc_hidden_builtin_def to ifunc.
5549         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5550         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5552 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5554         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5555         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5557 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5559         * nscd/Depend (linuxthreads): Remove.
5560         (nptl): Add.
5561         * resolv/Depend (linuxthreads): Remove.
5562         * rt/Depend (linuxthreads): Remove.
5564         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5565         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5566         $(common-objpfx)elf/.
5567         (link-libc-before-gnulib): Likewise.
5568         (elfobjdir): Remove variable.
5569         * Makefile (install): Use $(elf-objpfx) instead of
5570         $(common-objpfx)elf/.
5571         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5572         $(elfobjdir)/.
5573         (link-libc-deps): Likewise.
5574         ($(common-objpfx)libc.so): Likewise.
5575         ($(common-objpfx)linkobj/libc.so): Likewise.
5576         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5577         instead of $(common-objpfx)elf/.
5578         (symbolic-link-list): Likewise.
5579         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5580         [$(cross-compiling) = no]: Likewise.
5581         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5582         $(elfobjdir)/.
5583         (static-gnulib-arch): Likewise.
5584         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5585         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5586         $(common-objpfx)elf/.
5588 2014-05-21  Richard Henderson  <rth@redhat.com>
5590         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5591         (SINGLE_THREAD_P): Use the correct width load.  Fold
5592         into the ldr offset.
5594         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5595         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5597 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5599         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5600         (libgcc_s_resume): Use __attribute_used__.
5601         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5602         Likewise.
5604 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5606         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5607         optimization when used with float constants.
5609         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5611 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5613         [BZ #16915]
5614         * locale/nl_langinfo_l.c: Make direct reference to every
5615         _nl_current_CATEGORY symbol.
5616         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5617         (tests-static): Add tst-langinfo-static.
5618         (tests-special): Add tst-langinfo-static.out.
5619         ($(objpfx)tst-langinfo.out): Redirect output.
5620         ($(objpfx)tst-langinfo-static.out): New.
5621         * localedata/tst-langinfo.sh: Send output to stdout.
5622         * localedata/tst-langinfo-static.c: New file.
5624         [BZ #16965]
5625         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5626         when the shift amount is modulo the limb size.
5628 2014-05-20  Richard Henderson  <rth@redhat.com>
5630         [BZ #16967]
5631         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5632         Change type of sa_flags from unsigned int to int.
5634         [BZ #16966]
5635         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5637         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5639 2014-05-20  Will Newton  <will.newton@linaro.org>
5641         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5642         Test the return value of the system call in the nocancel case.
5644 2014-05-20  Will Newton  <will.newton@linaro.org>
5645             Yvan Roux  <yvan.roux@linaro.org>
5647         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5648         #include of asm/ptrace.h.
5649         (PTRACE_GET_THREAD_AREA): Remove #undef.
5650         (PTRACE_GETHBPREGS): Likewise.
5651         (PTRACE_SETHBPREGS): Likewise.
5652         (struct user_regs_struct): New structure.
5653         (struct user_fpsimd_struct): New structure.
5654         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5655         #include of asm/ptrace.h and second #include of sys/user.h.
5656         (PTRACE_GET_THREAD_AREA): Remove #undef.
5657         (PTRACE_GETHBPREGS): Likewise.
5658         (PTRACE_SETHBPREGS): Likewise.
5659         (ELF_NGREG): Use new struct user_regs_struct.
5660         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5662 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5664         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5665         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5667 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5669         [BZ #16958]
5670         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5671         membar to avoid block loads/stores to overlap previous stores.
5673 2014-05-17  Richard Henderson  <rth@redhat.com>
5675         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5676         Create the __##syscall_name##_nocancel entry point.
5677         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5678         Remove; let the sysdep-cancel.h code create it.
5680 2014-05-17  David S. Miller  <davem@davemloft.net>
5682         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5683         Protect with __USE_GNU.
5684         (TIOCSET_TEMPT): Likewise.
5685         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5686         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5687         these are already provided in bits/ioctl-types.h
5689 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5691         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5692         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5694         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5695         Use wait4 regardless of [__NR_waitpid].
5697 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5699         PR libgcc/60166
5700         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5701         (_FP_NANSIGN_Q): Set the quiet bit.
5703 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5705         * benchtests/Makefile
5706         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5707         not $(common-objpfx)math/libm.so.
5708         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5709         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5710         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5711         $(common-objpfx)dlfcn/libdl.so.
5712         ($(objpfx)tst-audit8): Depend on $(libm), not
5713         $(common-objpfx)math/libm.so.
5714         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5715         not $(common-objpfx)dlfcn/libdl.so.
5716         * math/Makefile
5717         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5718         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5719         [$(build-shared) = yes].
5720         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5721         $(common-objpfx)nptl/libpthread.so.
5722         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5723         $(common-objpfx)math/libm.so$(libm.so-version) or
5724         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5725         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5726         $(common-objpfx)dlfcn/libdl.so.
5727         * setjmp/Makefile (link-libm): Remove variable.
5728         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5729         * stdio-common/Makefile (link-libm): Remove variable.
5730         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5731         * stdlib/Makefile (link-libm): Remove variable.
5732         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5733         ($(objpfx)tst-strtod-round): Likewise.
5734         ($(objpfx)tst-tininess): Likewise.
5735         ($(objpfx)tst-strtod-underflow): Likewise.
5736         ($(objpfx)tst-strtod6): Likewise.
5737         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5738         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5739         $(common-objpfx)dlfcn/libdl.so.
5741 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5743         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5744         BSD terminal modes definitions.
5746 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5748         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5749         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5751         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5752         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5753         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5754         Don't do #include_next.
5755         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5756         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5757         Don't do #include_next.
5758         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5759         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5760         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5761         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5763 2014-05-16  Allan McRae  <allan@archlinux.org>
5765         * po/sv.po: Update Swedish translation from translation project.
5767         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5768         in sed expression.
5770 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5772         [BZ #16917]
5773         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5774         errno if the TIOCGPTN ioctl fails with an error different than
5775         EINVAL.
5776         * login/tst-ptsname.c: New file.
5777         * login/Makefile (tests): Add tst-ptsname.
5779         [BZ #16943]
5780         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5781         and prlimit64.
5783 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5785         [BZ #16849]
5786         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5787         herrno to return EAI_AGAIN.
5789 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5791         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5792         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5793         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5794         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5795         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5796         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5797         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5798         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5799         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5800         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5801         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5802         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5803         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5804         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5805         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5806         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5807         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5808         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5809         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5810         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5811         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5812         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5813         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5814         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5815         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5816         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5817         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5818         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5819         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5820         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5821         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5822         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5823         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5824         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5825         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5826         Moved ...
5827         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5828         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5829         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5830         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5831         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5832         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5833         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5834         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5835         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5836         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5837         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5838         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5839         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5840         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5841         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5842         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5843         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5844         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5845         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5846         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5847         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5848         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5849         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5850         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5851         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5853         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5854         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5855         Moved ...
5856         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5857         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5858         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5859         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5860         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5861         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5862         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5863         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5864         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5865         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5866         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5867         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5868         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5869         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5870         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5871         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5872         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5873         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5874         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5875         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5876         Moved ...
5877         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5878         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5879         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5881         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5882         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5883         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5884         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5885         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5886         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5887         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5888         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5889         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5890         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5891         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5892         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5893         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5894         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5895         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5896         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5897         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5898         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5899         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5900         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5901         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5902         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5903         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5904         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5905         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5906         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5907         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5908         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5909         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5910         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5911         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5913         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5914         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5916         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5917         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5918         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5919         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5920         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5921         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5922         Moved ...
5923         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5924         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5925         Moved ...
5926         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5927         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5928         Moved ...
5929         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5930         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5931         Moved ...
5932         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5933         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5934         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5935         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5936         Moved ...
5937         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5938         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5939         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5940         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5941         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5942         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5943         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5944         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5945         Moved ...
5946         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5947         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5948         Moved ...
5949         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5950         ... here.
5951         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5952         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5953         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5954         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5955         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5956         Moved ...
5957         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5958         ... here.
5959         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5960         Moved ...
5961         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5962         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5963         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5964         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5965         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5966         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5967         Moved ...
5968         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5969         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5970         Moved ...
5971         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5972         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5973         Moved ...
5974         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
5975         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5976         Moved ...
5977         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
5978         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
5979         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
5980         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
5981         Moved ...
5982         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
5983         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
5984         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
5985         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
5986         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
5987         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
5988         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
5989         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5990         Moved ...
5991         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
5992         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5993         Moved ...
5994         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5995         ... here.
5996         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
5997         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
5998         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
5999         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6000         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6001         Moved ...
6002         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6003         ... here.
6004         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6005         Moved ...
6006         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6007         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6008         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6009         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6010         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6011         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6012         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6013         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6014         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6015         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6016         Moved ...
6017         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6018         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6019         Moved ...
6020         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6021         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6022         Moved ...
6023         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6024         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6025         Moved ...
6026         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6027         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6028         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6029         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6030         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6031         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6032         Moved ...
6033         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6034         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6035         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6036         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6037         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6038         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6039         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6040         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6041         Moved ...
6042         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6043         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6044         Moved ...
6045         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6046         ... here.
6047         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6048         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6049         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6050         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6051         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6052         Moved ...
6053         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6054         ... here.
6055         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6056         Moved ...
6057         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6058         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6059         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6060         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6061         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6062         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6063         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6064         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6065         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6066         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6067         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6069         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6070         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6072         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6073         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6075         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6076         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6077         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6078         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6079         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6080         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6081         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6082         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6083         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6084         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6085         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6086         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6087         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6088         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6089         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6090         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6091         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6092         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6093         Moved ...
6094         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6095         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6096         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6097         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6098         Moved ...
6099         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6100         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6101         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6102         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6103         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6104         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6105         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6106         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6107         Moved ...
6108         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6109         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6110         Moved ...
6111         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6112         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6113         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6114         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6115         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6116         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6117         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6118         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6119         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6120         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6121         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6122         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6123         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6124         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6125         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6126         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6127         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6129         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6130         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6131         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6132         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6133         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6135         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6136         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6137         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6138         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6139         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6140         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6141         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6142         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6143         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6144         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6146         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6147         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6149         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6150         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6151         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6152         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6153         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6154         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6155         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6156         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6157         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6158         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6159         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6160         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6161         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6162         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6163         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6164         Update #include.
6165         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6166         Likewise.
6167         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6168         Likewise.
6169         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6170         Likewise.
6171         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6172         Likewise.
6173         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6174         Likewise.
6175         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6176         Likewise.
6177         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6178         Likewise.
6179         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6180         Likewise.
6181         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6182         Likewise.
6183         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6184         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6185         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6186         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6187         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6188         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6189         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6190         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6191         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6192         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6193         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6194         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6195         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6196         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6197         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
6199         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6200         that was previously under [RESET_PID].
6201         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6202         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6203         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6205         * sysdeps/i386/nptl/Implies: New file.
6206         * sysdeps/x86_64/nptl/Implies: New file.
6207         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6208         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6209         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6210         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6212         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6213         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6214         (__libc_vfork): New strong alias.
6215         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6216         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6218         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6219         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6220         (__libc_vfork): New strong alias.
6221         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6222         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6224         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6225         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6226         (__libc_vfork): New strong alias.
6227         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6228         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6229         * nptl/pt-vfork.c: New file.
6230         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6231         (libpthread: GLIBC_2.20): New version set (empty).
6233 2014-05-14  Will Newton  <will.newton@linaro.org>
6235         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6236         rather than #if.
6238 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6240         [BZ #16564]
6241         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6242         arguments with exponent 65 or above.
6243         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6244         arguments 0x1p113L or above.
6245         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6246         to arguments 0x1p107L or above.
6247         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6248         positive arguments with exponent 65 or above.
6249         * math/auto-libm-test-in: Add more tests of log1p.
6250         * math/auto-libm-test-out: Regenerated.
6252         [BZ #16928]
6253         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6254         non-finite arguments is +0.
6255         * math/s_cacosf.c (__cacosf): Likewise.
6256         * math/s_cacosl.c (__cacosl): Likewise.
6257         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6258         * sysdeps/i386/fpu/libm-test-ulps: Update.
6259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6261         [BZ #16927]
6262         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6263         value.
6264         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6265         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6266         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6267         for explicit high bit of mantissa when testing for argument equal
6268         to 1.
6269         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6270         * sysdeps/i386/fpu/libm-test-ulps: Update.
6271         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6273         [BZ #16516]
6274         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6275         (__erf): Scale by 16 instead of 8 in potentially underflowing
6276         case.  Ensure exception if result actually underflows.
6277         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6278         (__erff): Scale by 16 instead of 8 in potentially underflowing
6279         case.  Ensure exception if result actually underflows.
6280         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6281         (efx8): Remove variable.
6282         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6283         case.  Ensure exception if result actually underflows.
6284         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
6285         (efx8): Remove variable.
6286         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6287         case.  Ensure exception if result actually underflows.
6288         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
6289         (efx8): Remove variable.
6290         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6291         case.  Ensure exception if result actually underflows.
6292         * math/auto-libm-test-in: Add more tests of erf.
6293         * math/auto-libm-test-out: Regenerated.
6295 2014-05-14  Andreas Schwab  <schwab@suse.de>
6297         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6298         Remove code conditionalized on USE___THREAD.
6300         * config.h.in (HAVE_PT_CHOWN): Define as 0.
6301         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6302         not definedness.
6304 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6306         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6307         Define unconditionally.
6308         (__ASSUME_O_CLOEXEC): Likewise.
6309         (__ASSUME_SOCK_CLOEXEC): Likewise.
6310         (__ASSUME_IN_NONBLOCK): Likewise.
6311         (__ASSUME_PIPE2): Likewise.
6312         (__ASSUME_EVENTFD2): Likewise.
6313         (__ASSUME_SIGNALFD4): Likewise.
6314         (__ASSUME_DUP3): Likewise.
6315         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6316         (__ASSUME_DUP3): Do not define.
6317         (__ASSUME_EVENTFD2): Likewise.
6318         (__ASSUME_IN_NONBLOCK): Likewise.
6319         (__ASSUME_O_CLOEXEC): Likewise.
6320         (__ASSUME_PIPE2): Likewise.
6321         (__ASSUME_SIGNALFD4): Likewise.
6322         (__ASSUME_SOCK_CLOEXEC): Likewise.
6323         (__ASSUME_UTIMES): Undefine.
6324         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6325         (__ASSUME_UTIMES): Do not define.
6326         (__ASSUME_O_CLOEXEC): Likewise.
6327         (__ASSUME_SOCK_CLOEXEC): Likewise.
6328         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6329         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6330         0x020621].
6331         (__ASSUME_PIPE2): Likewise.
6332         (__ASSUME_EVENTFD2): Likewise.
6333         (__ASSUME_SIGNALFD4): Likewise.
6334         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6335         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6336         Do not define.
6337         (__ASSUME_EVENTFD2): Likewise.
6338         (__ASSUME_SIGNALFD4): Likewise.
6339         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6340         (__ASSUME_32BITUIDS): Likewise.
6341         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6342         (__ASSUME_IPC64): Likewise.
6343         (__ASSUME_ST_INO_64_BIT): Likewise.
6344         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6345         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6346         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6347         (__ASSUME_UTIMES): Do not define.
6348         (__ASSUME_PSELECT): Likewise.
6349         (__ASSUME_PPOLL): Likewise.
6350         (__ASSUME_O_CLOEXEC): Likewise.
6351         (__ASSUME_SOCK_CLOEXEC): Likewise.
6352         (__ASSUME_IN_NONBLOCK): Likewise.
6353         (__ASSUME_PIPE2): Likewise.
6354         (__ASSUME_EVENTFD2): Likewise.
6355         (__ASSUME_SIGNALFD4): Likewise.
6356         (__ASSUME_DUP3): Likewise.
6357         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6358         (__ASSUME_UTIMES): Likewise.
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/microblaze/kernel-features.h
6367         (__ASSUME_UTIMES): Likewise.
6368         (__ASSUME_O_CLOEXEC): Likewise.
6369         (__ASSUME_SOCK_CLOEXEC): Likewise.
6370         (__ASSUME_IN_NONBLOCK): Likewise.
6371         (__ASSUME_PIPE2): Likewise.
6372         (__ASSUME_EVENTFD2): Likewise.
6373         (__ASSUME_SIGNALFD4): Likewise.
6374         (__ASSUME_DUP3): Likewise.
6375         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6376         Likewise.
6377         (__ASSUME_UTIMES): Likewise.
6378         (__ASSUME_EVENTFD2): Likewise.
6379         (__ASSUME_SIGNALFD4): Likewise.
6380         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6381         (__ASSUME_O_CLOEXEC): Likewise.
6382         (__ASSUME_SOCK_CLOEXEC): Likewise.
6383         (__ASSUME_IN_NONBLOCK): Likewise.
6384         (__ASSUME_PIPE2): Likewise.
6385         (__ASSUME_EVENTFD2): Likewise.
6386         (__ASSUME_SIGNALFD4): Likewise.
6387         (__ASSUME_DUP3): Likewise.
6388         (__ASSUME_UTIMES): Undefine.
6390         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6391         feclearexcept.  Remove symbol versioning code.
6392         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
6393         symbol versioning code.
6394         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
6395         symbol versioning code.
6396         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6397         feupdateenv.  Remove symbol versioning code.
6398         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6399         fegetexceptflag.  Remove symbol versioning code.
6400         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6401         fesetexceptflag.  Remove symbol versioning code.
6402         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6403         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
6404         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6405         (__posix_fadvise64_l32): Remove prototype.
6406         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6407         code.
6409 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6411         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6412         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6413         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6414         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6416 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
6418         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6419         current working directory
6421 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6423         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6424         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6425         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6426         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6427         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6428         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6429         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6430         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6431         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6432         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6433         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6434         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6435         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6436         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6437         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6438         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6439         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6440         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6441         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6442         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6443         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6444         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6445         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6446         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6447         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6448         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6449         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6450         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6451         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6452         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6453         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6454         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6455         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6456         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6457         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6458         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6459         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6460         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6461         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6462         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6463         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6464         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6466         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6467         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6469         * sysdeps/unix/sysv/linux/arm/Makefile
6470         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6471         Add rt-aeabi_unwind_cpp_pr1.
6472         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6473         Add nptl-aeabi_unwind_cpp_pr1.
6474         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6475         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6476         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6477         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6478         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6479         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6481         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6482         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6483         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6484         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6486         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6487         Deconditionalize the code that was previously under [RESET_PID].
6488         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6490         * sysdeps/generic/exit-thread.h: New file.
6491         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6492         * include/unistd.h (__exit_thread): Remove declaration.
6493         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6494         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6495         * csu/libc-start.c: Include <exit-thread.h>.
6496         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6497         * nptl/pthread_create.c: Include <exit-thread.h>.
6498         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6499         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6500         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6501         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6502         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6503         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6504         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6505         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6506         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6507         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6508         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6509         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6510         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6511         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6512         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6513         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6514         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6516 2014-05-13  Andreas Schwab  <schwab@suse.de>
6518         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6520 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6522         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6523         (__ASSUME_UTIMES): Do not condition on kernel version.
6524         (__ASSUME_PSELECT): Define unconditionally.
6525         (__ASSUME_PPOLL): Likewise.
6526         (__ASSUME_ATFCTS): Likewise.
6527         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6528         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6529         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6530         (__ASSUME_UTIMENSAT): Define unconditionally.
6531         (__ASSUME_PRIVATE_FUTEX): Likewise.
6532         (__ASSUME_FALLOCATE): Likewise.
6533         (__ASSUME_O_CLOEXEC): Likewise.
6534         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6535         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6536         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6537         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6538         (__ASSUME_IN_NONBLOCK): Likewise.
6539         (__ASSUME_PIPE2): Likewise.
6540         (__ASSUME_EVENTFD2): Likewise.
6541         (__ASSUME_SIGNALFD4): Likewise.
6542         (__ASSUME_DUP3): Likewise.
6543         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6544         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6545         (__ASSUME_AT_RANDOM): Likewise.
6546         (__ASSUME_PREADV): Likewise.
6547         (__ASSUME_PWRITEV): Likewise.
6548         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6549         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6550         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6551         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6552         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6553         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6554         (__ASSUME_O_CLOEXEC): Define unconditionally.
6555         (__ASSUME_PSELECT): Do not undefine conditionally.
6556         (__ASSUME_PPOLL): Likewise.
6557         (__ASSUME_ATFCTS): Likewise.
6558         (__ASSUME_SET_ROBUST_LIST): Likewise.
6559         (__ASSUME_UTIMENSAT): Likewise.
6560         (__ASSUME_FDATASYNC): Define unconditionally.
6561         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6562         (__ASSUME_SIGFRAME_V2): Likewise.
6563         )__ASSUME_EVENTFD2): Likewise.
6564         (__ASSUME_SIGNALFD4): Likewise.
6565         (__ASSUME_PSELECT): Do not undefine conditionally.
6566         (__ASSUME_PPOLL): Likewise.
6567         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6568         (__ASSUME_PSELECT): Define unconditionally.
6569         (__ASSUME_PPOLL): Likewise.
6570         (__ASSUME_O_CLOEXEC): Likewise.
6571         (__ASSUME_SOCK_CLOEXEC): Likewise.
6572         (__ASSUME_IN_NONBLOCK): Likewise.
6573         (__ASSUME_PIPE2): Likewise.
6574         (__ASSUME_EVENTFD2): Likewise.
6575         (__ASSUME_SIGNALFD4): Likewise.
6576         (__ASSUME_DUP3): Likewise.
6577         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6578         (__ASSUME_O_CLOEXEC): Likewise.
6579         (__ASSUME_SOCK_CLOEXEC): Likewise.
6580         (__ASSUME_IN_NONBLOCK): Likewise.
6581         (__ASSUME_PIPE2): Likewise.
6582         (__ASSUME_EVENTFD2): Likewise.
6583         (__ASSUME_SIGNALFD4): Likewise.
6584         (__ASSUME_DUP3): Likewise.
6585         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6586         (__ASSUME_EVENTFD2): Likewise.
6587         (__ASSUME_SIGNALFD4): Likewise.
6588         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6590 2014-05-12  Andreas Schwab  <schwab@suse.de>
6592         [BZ #16932]
6593         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6594         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6595         than maximum RPC packet size.
6596         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6597         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6598         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6599         (_nss_nis_getservbyport_r): Likewise.
6601 2014-05-12  Will Newton  <will.newton@linaro.org>
6603         * malloc/Makefile (tests): Add tst-mallopt.
6604         * malloc/tst-mallopt.c: New file.
6606 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6608         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6609         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6611 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6613         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6614         (tst-tlsmod6.so): Likewise.
6616 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6618         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6620 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6622         [BZ #16064]
6623         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6624         and <dl-procinfo.h>.
6625         (__fegetenv): Save SSE state in envp->__eip if supported.
6626         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6627         envp->__eip if supported.
6628         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6629         and <dl-procinfo.h>.
6630         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6631         __data_offset and __data_selector in environment to 0.  Set SSE
6632         state if supported.
6633         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6634         test-fenv-sse.
6635         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6636         -mfpmath=sse.
6637         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6639 2014-05-09  Will Newton  <will.newton@linaro.org>
6641         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6642         and libc_relro_required for ARM.
6643         * sysdeps/arm/preconfigure: Regenerate.
6645 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6646             Stefan Liebler  <stli@linux.vnet.ibm.com>
6648         * config.make.in (enable-lock-elision): New Makefile variable.
6649         * configure.ac: Likewise.
6650         * configure: Regenerate.
6651         * sysdeps/s390/configure.ac:
6652         Add check for gcc transactions support.
6653         * sysdeps/s390/configure: Regenerate.
6654         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6655         Build elision files if enabled.
6656         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6657         Add lock elision support for s390.
6658         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6659         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6660         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6661         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6662         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6663         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6664         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6665         Likewise.
6666         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6667         Likewise.
6668         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6669         Likewise.
6670         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6671         Likewise.
6672         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6673         (__lll_timedlock_elision, __lll_lock_elision)
6674         (__lll_unlock_elision, __lll_trylock_elision)
6675         (lll_timedlock_elision, lll_lock_elision)
6676         (lll_unlock_elision, lll_trylock_elision): Add.
6677         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6678         (pthread_mutex_t): Add lock elision support for s390.
6680 2014-05-14  Wilco  <wdijkstr@arm.com>
6682         * sysdeps/arm/fclrexcpt.c: Cleanup.
6683         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6684         * sysdeps/arm/feenablxcpt.c: Cleanup.
6685         * sysdeps/arm/fegetenv.c: Cleanup.
6686         * sysdeps/arm/fegetexcept.c: Cleanup.
6687         * sysdeps/arm/fegetround.c: Cleanup.
6688         * sysdeps/arm/feholdexcpt.c: Cleanup.
6689         * sysdeps/arm/fesetenv.c: Cleanup.
6690         * sysdeps/arm/fesetround.c: Cleanup.
6691         * sysdeps/arm/feupdateenv.c: Cleanup.
6692         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6693         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6694         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6695         * sysdeps/arm/ftestexcept.c: Cleanup.
6696         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6697         * sysdeps/arm/setfpucw.c: Cleanup.
6699 2014-05-09  Will Newton  <will.newton@linaro.org>
6701         * sysdeps/arm/armv7/strcmp.S: New file.
6702         * NEWS: Mention addition of ARMv7 optimized strcmp.
6704 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6706         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6707         look for %.ac rather than %.in.
6709         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6710         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6711         * sysdeps/mach/hurd/configure: Regenerated.
6712         * sysdeps/unix/sysv/linux/configure: Regenerated.
6714         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6716 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6718         [BZ# 16922]
6719         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6720         (LONG_SUB): Ditto.
6721         (PTR_SUB): Ditto.
6723 2014-05-07  Andreas Schwab  <schwab@suse.de>
6725         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6726         when skipping over non-matching result from nscd.
6728 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6730         [BZ #16876]
6731         * nptl/sockperf.c (client): Check socket return value.
6733         [BZ #16877]
6734         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6735         nscd security class.
6737 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6739         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6740         * sysdeps/arm/unwind.h: ... here.
6742 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6744         [BZ# 16916]
6745         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6746         Define.
6748 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6750         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6751         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6752         multiarch strncpy for PPC64.
6753         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6754         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6755         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6756         multiarch optimizations.
6757         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6758         (__libc_ifunc_impl_list): Likewise.
6759         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6760         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6761         multiarch stpncpy for PPC64.
6762         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6763         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6765 2014-05-06  Andreas Schwab  <schwab@suse.de>
6767         [BZ #16912]
6768         * gmon/mcount.c (_MCOUNT_DECL): Use
6769         atomic_compare_and_exchange_bool_acq instead of
6770         catomic_compare_and_exchange_bool_acq.
6772 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6774         * elf/Makefile (others, install-bin): Remove pldd.
6775         (pldd-modules): Variable removed.
6776         ($(objpfx)pldd): Target removed.
6777         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6778         (others, install-bin): Append pldd here.
6779         ($(objpfx)pldd): New target.
6781         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6782         to 0, so the first #if test emitted later doesn't see it undefined.
6783         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6784         * sysdeps/gnu/errlist.c: Regenerated.
6786 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6788         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6789         [libc_hidden_builtin_def]: Define to empty value.
6790         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6791         [libc_hidden_builtin_def]: Likewise.
6792         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6793         [libc_hidden_builtin_def]: Likewise.
6794         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6795         [libc_hidden_builtin_def]: Likewise.
6796         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6797         __redirect_memcpy and define ifunc as default hidden symbol.
6798         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6799         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6801 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6803         * locale/iso-4217.def: Reintroduce XDR currency.
6805 2014-05-04  Allan McRae  <allan@archlinux.org>
6807         * po/eo.po: Update Esperanto translation from translation project.
6809 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6811         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6812         and FEATURE_INDEX_MAX to 1.
6813         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6815 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6817         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6818         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6819         * iconvdata/big5.c (ONE_DIRECTION): Define.
6820         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6821         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6822         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6823         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6824         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6825         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6826         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6827         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6828         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6829         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6830         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6831         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6832         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6833         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6834         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6835         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6836         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6837         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6838         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6839         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6840         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6841         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6842         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6843         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6844         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6845         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6846         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6847         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6848         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6849         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6850         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6851         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6852         * iconvdata/johab.c (ONE_DIRECTION): Define.
6853         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6854         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6855         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6856         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6857         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6858         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6859         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6860         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6861         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6862         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6864 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6866         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6867         (_IO_JUMPS_OFFSET): Define to 0.
6869         * nptl/sysdeps/pthread/bits/libc-lock.h
6870         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6871         (__libc_lock_define_initialized_recursive): Always define using
6872         initializer.  Modern compilers treat uninitialized (implicit zero) and
6873         explicit zero initializers the same (i.e. put the datum in bss).
6875 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6877         * nscd/nscd-client.h: Include <string.h>.
6879 2014-05-01  David S. Miller  <davem@davemloft.net>
6881         [BZ #16885]
6882         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6883         multiple zero bytes exist at the end of a string.
6884         Reported by Aurelien Jarno <aurelien@aurel32.net>
6886         * string/test-strcmp.c (check): Add explicit test for situations where
6887         there are multiple zero bytes after the first.
6889 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6891         [BZ #16890]
6892         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6893         when compiling wprintf.
6894         * stdio-common/tstdiomisc.c (t3): New function.
6895         (main): Call it.
6897 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6899         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6900         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6901         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6902         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6904 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6906         * stdlib/longlong.h: Updated from GCC.
6908 2014-05-01  Will Newton  <will.newton@linaro.org>
6909             Bernard Ogden  <bernie.ogden@linaro.org>
6911         * NEWS: Update fixed bug list.
6913         [BZ #15119]
6914         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6916 2014-04-30  David S. Miller  <davem@davemloft.net>
6918         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6919         (libc_feholdexcept_setround_sparc_ctx): New function.
6920         (libc_fesetenv_sparc_ctx): Likewise.
6921         (libc_feupdateenv_sparc_ctx): Likewise.
6922         (libc_feholdsetround_sparc_ctx): Likewise.
6923         (libc_feholdexcept_setround_ctx): Define.
6924         (libc_feholdexcept_setroundf_ctx): Likewise.
6925         (libc_feholdexcept_setroundl_ctx): Likewise.
6926         (libc_fesetenv_ctx): Likewise.
6927         (libc_fesetenvf_ctx): Likewise.
6928         (libc_fesetenvl_ctx): Likewise.
6929         (libc_feupdateenv_ctx): Likewise.
6930         (libc_feupdateenvf_ctx): Likewise.
6931         (libc_feupdateenvl_ctx): Likewise.
6932         (libc_feresetround_ctx): Likewise.
6933         (libc_feresetroundf_ctx): Likewise.
6934         (libc_feresetroundl_ctx): Likewise.
6935         (libc_feholdsetround_ctx): Likewise.
6936         (libc_feholdsetroundf_ctx): Likewise.
6937         (libc_feholdsetroundl_ctx): Likewise.
6939         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6940         with __USE_GNU instead of XOPEN cpp guards.
6942         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6943         0.
6945         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6946         with XOPEN cpp guards.
6948 2014-04-30  Julian Brown  <julian@codesourcery.com>
6950         [BZ #16888]
6951         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6952         handling.
6954 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6956         [BZ #9894]
6957         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6958         Change to 2.6.32.
6959         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6960         * sysdeps/unix/sysv/linux/configure: Regenerated.
6961         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6962         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6963         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6964         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6965         * README: Update reference to required Linux kernel version.
6966         * manual/install.texi (Linux): Update reference to required Linux
6967         kernel headers version.
6968         * INSTALL: Regenerated.
6970         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6971         header inclusion.
6972         [POSIX] (limits.h): Likewise.
6973         [POSIX] (math.h): Likewise.
6974         [POSIX] (sys/wait.h): Likewise.
6975         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
6976         function.
6977         [POSIX] (stddef.h): Do not allow header inclusion.
6979 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6981         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
6983 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
6985         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
6986         Return immediately after lll_futex_wake.
6988 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6990         [BZ #16791]
6991         * nscd/nscd-client.h (datahead_init_common): Initialize entire
6992         structure.
6993         (datahead_init_pos): Call datahead_init_common early.
6994         (datahead_init_neg): Likewise.
6996         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
6997         datahead_init_neg): New functions.
6998         * nscd/aicache.c (addhstaiX): Use them.
6999         * nscd/grpcache.c (cache_addgr): Likewise.
7000         * nscd/hstcache.c (cache_addhst): Likewise.
7001         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7002         * nscd/netgroupcache.c (do_notfound): Likewise.
7003         (addgetnetgrentX): Likewise.
7004         (addinnetgrX): Likewise.
7005         * nscd/pwdcache.c (cache_addpw): Likewise.
7006         * nscd/servicescache.c (cache_addserv): Likewise.
7008 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7009             Atsushi Onoe  <atsushi@onoe.org>
7011         [BZ #14308]
7012         [BZ #12994]
7013         [BZ #13651]
7014         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7015         one response is valid.
7016         * resolv/res_send.c (send_dg): Check for validity of other
7017         response if the current response is a referral.
7019 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7021         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7023 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7025         [BZ #16823]
7026         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7027         Always divide by positive zero when computing -Inf result.
7028         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7029         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7031 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7033         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7034         FPSCR if value do not change.
7035         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7036         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7037         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7038         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7039         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7040         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7041         function.
7043 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7045         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7046         * sysdeps/unix/sysv/linux/hppa: Move directory from
7047         ports/systeps/unix/sysv/linux/hppa.
7048         * README: Update listing for hppa-*-linux-gnu.
7050 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7052         [BZ #16754]
7053         * manual/stdio.texi (Hook functions): Fix types of stream hook
7054         functions.
7055         [BZ #16854]
7056         * socket/sys/socket.h: Fix typo in comment.
7058 2014-04-28  Wilco  <wdijkstr@arm.com>
7060         * sysdeps/arm/fenv_private.h: New file.
7061         * sysdeps/arm/math_private.h: New file.
7062         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7064 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7066         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7067         with __int128_t.
7068         (La_x86_64_retval): Likewise.
7070 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7072         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7073         fpsr if value didn't change.
7074         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7075         to fpcr if value didn't change.
7076         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7077         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7078         fpsr or fpcr if value didn't change.
7079         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7080         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7081         fpcr if value didn't change.
7082         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7083         to fpsr if value didn't change.
7085 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7087         * nptl/tst-sem3.c: Use test-skeleton.c
7088         (main): Rename to do_test.  Use return instead of
7089         exit.
7090         * nptl/tst-sem4.c: Use test-skeleton.c
7091         (main): Rename to do_test.
7093 2014-04-22  David S. Miller  <davem@davemloft.net>
7095         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7096         (struct sigaction): New struct member __glibc_reserved0, change
7097         type of sa_flags to int.
7099 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7101         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7102         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7104 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7106         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7107         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7109 2014-04-22  Will Newton  <will.newton@linaro.org>
7110             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7112         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7113         (__longjmp): Add longjmp and longjmp_target SystemTap
7114         probes.
7115         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7116         (__sigsetjmp): Add setjmp SystemTap probe.
7118 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7120         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7121         match manual order.
7123 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7125         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7127         * sysdeps/powerpc/fpu/fenv_private.h
7128         (libc_feholdexcept_setroundl_ctx): Define to
7129         libc_feholdexcept_setround_ppc_ctx.
7130         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7131         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7132         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7133         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7135 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7137         * sysdeps/aarch64/math-tests.h: New file.
7139 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7141         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7142         New.
7143         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7144         Check and set bit_AVX2_Usable.
7145         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7146         macro.
7147         (bit_AVX2): Likewise.
7148         (index_AVX2_Usable): Likewise.
7149         (CPUID_AVX2): Likewise.
7150         (HAS_AVX2): Likewise.
7152 2014-04-17  Will Newton  <will.newton@linaro.org>
7154         * manual/setjmp.texi (System V contexts): Add note that
7155         calling setcontext on a context created by a call to a
7156         signal handler is undefined.  Update text to note that
7157         setcontext from a signal handler is possible but not
7158         recommended.
7160         [BZ #16629]
7161         * stdlib/tst-setcontext.c: Include signal.h.
7162         (main): Check that the signal stack before and
7163         after swapcontext is the same.
7165         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7166         Re-implement to restore registers in user code and avoid
7167         rt_sigreturn system call.
7169 2014-04-17  Wilco  <wdijkstr@arm.com>
7171         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7172         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7173         * math/test-fenv.c: Skip exception trap tests on targets which only
7174         support non-stop mode.
7176 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7177             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7179         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7180         (libc_feholdsetround_aarch64_ctx)
7181         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7182         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7183         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7184         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7185         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7186         (libc_feresetround_noexl_ctx): Define.
7188 2014-04-16  Richard Henderson  <rth@redhat.com>
7190         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7192         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7193         unwind tables.
7195         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7196         const from the non-libc, non-ldso copy.
7198         * sysdeps/alpha/libm-test-ulps: Regenerate.
7200 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
7201             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7203         * sysdeps/aarch64/fpu/math_private.h: New file.
7205 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7207         * sysdeps/aarch64/libm-test-ulps: Regenerate.
7209 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
7211         [BZ #16275]
7212         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7213         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7214         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7215         Intel MPX bound registers before _dl_profile_fixup.
7216         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7217         registers after _dl_profile_fixup.  Save and restore bound
7218         registers bnd0/bnd1 when calling _dl_call_pltexit.
7219         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7220         (LR_BND_OFFSET): Likewise.
7221         (LRV_BND0_OFFSET): Likewise.
7222         (LRV_BND1_OFFSET): Likewise.
7224 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7226         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7227         to...
7228         * sysdeps/mach/hurd/i386/tls.h: ... here.
7229         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7230         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7231         fields.
7233 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7235         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7237 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7239         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7241 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7243         [BZ #14770]
7244         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7245         * sysdeps/s390/configure: Regenerate.
7247         [BZ #16824]
7248         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7249         Set round-to-nearest internally to reduce error accumulation.
7251 2014-04-16  Alan Modra  <amodra@gmail.com>
7253         [BZ #16740]
7254         [BZ #16619]
7255         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7256         * math/libm-test.inc (frexp_test_data): Add tests.
7257         * NEWS: Update fixed bug list.
7259 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7261         * benchtests/Makefile: Depend on libraries in build directory.
7262         (bench-math): Separate out math tests.
7263         (bench-pthread): Separate out pthread tests.
7264         (bench): Include math and pthread tests.
7266 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
7268         [BZ #16831]
7269         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7270         _dl_debug_initialize.
7272         * configure.ac: Remove SELinux header check.
7273         * configure: Regenerate.
7274         * nscd/selinux.c (perms): Array of const char* to permission names.
7275         (nscd_request_avc_has_perm): Call security_deny_unknown to find
7276         default policy. Call string_to_security_class and string_to_av_perm to
7277         translate strings. Enforce default policy and call avs_has_perm with
7278         results of translated strings.
7280 2014-04-13  David S. Miller  <davem@davemloft.net>
7282         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7284 2014-04-12  Allan McRae  <allan@archlinux.org>
7286         [BZ #16838]
7287         * manual/string.texi (Collation Functions): Fix qsort argument
7288         order in example.
7289         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
7291 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
7293         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
7294         Make the test a no-op if there are no exceptions defined.
7296 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
7298         * elf/Makefile (tests): make tst-dlopen-aout conditional on
7299         enable-hardcoded-path-in-tests
7301 2014-04-11  Will Newton  <will.newton@linaro.org>
7303         * benchtests/Makefile (extra-objs): Add json-lib.o.
7304         (bench-func): Tidy up JSON output.
7305         * benchtests/bench-skeleton.c: Include json-lib.h.
7306         (main): Use JSON library functions to do output of
7307         benchmark results.
7308         * benchtests/bench-timing-type.c (main): Output the
7309         timing type simply, leaving formatting to the user.
7310         * benchtests/json-lib.c: New file.
7311         * benchtests/json-lib.h: Likewise.
7313 2014-04-11  Torvald Riegel  <triegel@redhat.com>
7315         [BZ #15215]
7316         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7317         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
7318         memory barriers.  Add comments.
7319         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7320         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7321         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7322         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7323         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7324         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7326 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7328         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7329         * sysdeps/s390/s390-64/configure.ac: ... this ...
7330         * sysdeps/s390/configure.ac: ... to here.
7331         * sysdeps/s390/s390-32/configure: Delete file.
7332         * sysdeps/s390/s390-64/configure: Delete file.
7333         * sysdeps/s390/configure: Regenerate.
7335 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
7337         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7339 2014-04-11  Will Newton  <will.newton@linaro.org>
7341         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7342         to zero if it is not defined elsewhere.  (mtrim): Test
7343         the value of MALLOC_DEBUG with #if rather than #ifdef.
7345 2014-04-10 Torvald Riegel  <triegel@redhat.com>
7347         * benchtests/pthread_once-inputs: New file.
7348         * benchtests/pthread_once-source.c: New file.
7349         * benchtests/README: Update documentation.
7351 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
7352             H.J. Lu  <hongjiu.lu@intel.com>
7354         [BZ #16275]
7355         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7356         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7357         * sysdeps/x86_64/configure: Regenerated.
7358         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7359         macro.
7360         (REGISTER_SAVE_RAX): Likewise.
7361         (REGISTER_SAVE_RCX): Likewise.
7362         (REGISTER_SAVE_RDX): Likewise.
7363         (REGISTER_SAVE_RSI): Likewise.
7364         (REGISTER_SAVE_RDI): Likewise.
7365         (REGISTER_SAVE_R8): Likewise.
7366         (REGISTER_SAVE_R9): Likewise.
7367         (REGISTER_SAVE_BND0): Likewise.
7368         (REGISTER_SAVE_BND1): Likewise.
7369         (REGISTER_SAVE_BND2): Likewise.
7370         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
7371         bound registers when calling _dl_fixup.
7373 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7375         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
7376         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7377         of its definition.
7378         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7379         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7380         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7381         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7382         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7383         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7384         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7386 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
7388         [BZ #15514]
7389         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7390         pathconf(_PC_NAME_MAX).
7392 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7394         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7395         Remove macro usage.
7396         (__PTHREAD_SPINS): Move definition to ...
7397         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7398         (__PTHREAD_SPINS): ... here.
7399         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7400         (__PTHREAD_SPIN): Likewise.
7401         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7402         (__PTHREAD_SPIN): Likewise.
7403         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7404         (__PTHREAD_SPIN): Likewise.
7405         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7406         (__PTHREAD_SPIN): Likewise.
7407         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7408         (__PTHREAD_SPIN): Likewise.
7409         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7410         (__PTHREAD_SPIN): Likewise.
7411         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7412         (__PTHREAD_SPIN): Likewise.
7413         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7414         (__PTHREAD_SPIN): Likewise.
7415         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7416         (__PTHREAD_SPIN): Likewise.
7417         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7418         (__PTHREAD_SPIN): Likewise.
7419         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7420         (__PTHREAD_SPIN): Likewise.
7421         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7422         (__PTHREAD_SPIN): Likewise.
7424         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7425         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7426         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7427         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7428         imply folder.
7429         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7430         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7431         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7432         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7433         correct imply path.
7434         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7435         strlen symbol for non multi-arch builds.
7436         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7437         missing hidden_def and weak_alias.
7439 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7441         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7443 2014-04-07  Will Newton  <will.newton@linaro.org>
7445         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7446         and contents.  [!_LIBC] Remove #ifndef and contents.
7447         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7448         * string/memccpy.c (__memccpy): Use ANSI prototype.
7449         * string/memfrob.c (memfrob): Likewise.
7450         * string/strcoll.c (STRCOLL): Likewise.
7451         * string/strlen.c (strlen): Likewise.
7452         * string/strtok.c (STRTOK): Likewise.
7453         * string/strcat.c: Remove unused #include of memcopy.h.
7454         (strcat): Use ANSI prototype.
7455         * string/strchr.c: Remove unused #include of memcopy.h.
7456         (strchr): Use ANSI prototype.
7457         * string/strcmp.c: Remove unused #include of memcopy.h.
7458         (strcmp): Use ANSI prototype.
7459         * string/strcpy.c: Remove unused #include of memcopy.h.
7460         (strcpy): Use ANSI prototype.
7462 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7464         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7465         * config.make.in (config-extra-cppflags): Set it from
7466         libc_extra_cppflags.
7467         * configure.ac (libc_extra_cflags): Make it accumulate over
7468         configure fragments.
7469         (libc_extra_cppflags): New flag.
7470         * configure. Regenerate.
7471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7472         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7473         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7476         [BZ #16815]
7477         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7478         result for FE_DOWNWARD rounding mode.
7479         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7480         Likewise.
7481         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7483 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7485         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7486         in function argument name.
7488 2014-04-03  David Svoboda  <svoboda@cert.org>
7490         [BZ #5666]
7491         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7492         explicitly.
7494 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7496         * elf/dl-unmap-segments.h: New file.
7497         * sysdeps/generic/ldsodefs.h
7498         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7499         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7500         * elf/dl-fptr.c: Likewise.
7501         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7502         * sysdeps/aarch64/tlsdesc.c: Likewise.
7503         * sysdeps/arm/tlsdesc.c: Likewise.
7504         * sysdeps/i386/tlsdesc.c: Likewise.
7505         * sysdeps/tile/dl-runtime.c: Likewise.
7506         * sysdeps/x86_64/tlsdesc.c: Likewise.
7507         * elf/dl-load.h: New file.
7508         * elf/dl-load.c: Include it.
7509         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7510         Macros moved to dl-load.h.
7511         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7512         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7513         Use _dl_unmap_segments in place of __munmap.
7514         Break out segment-mapping loop into ...
7515         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7517 2014-04-03  Will Newton  <will.newton@linaro.org>
7519         * elf/dl-lookup.c (do_lookup_x): Remove comment
7520         referring to nested function and move variable
7521         declarations down to before first use.
7523 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7525         [BZ #16799]
7526         [BZ #16800]
7527         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7528         with 0 numerator.
7529         * math/s_catanf.c (__catanf): Likewise.
7530         * math/s_catanh.c (__catanh): Likewise.
7531         * math/s_catanhf.c (__catanhf): Likewise.
7532         * math/s_catanhl.c (__catanhl): Likewise.
7533         * math/s_catanl.c (__catanl): Likewise.
7534         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7535         by positive zero when computing -Inf result.
7536         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7537         (catanh_test): Likewise.
7538         * sysdeps/i386/fpu/libm-test-ulps: Update.
7539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7541         [BZ #16789]
7542         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7543         instead of using underflowing value in computing result.
7544         * math/s_clog10.c (__clog10): Likewise.
7545         * math/s_clog10f.c (__clog10f): Likewise.
7546         * math/s_clog10l.c (__clog10l): Likewise.
7547         * math/s_clogf.c (__clogf): Likewise.
7548         * math/s_clogl.c (__clogl): Likewise.
7549         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7550         (clog10_test): Likewise.
7551         * sysdeps/i386/fpu/libm-test-ulps: Update.
7552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7554 2014-04-02  Alan Modra  <amodra@gmail.com>
7556         [BZ #16739]
7557         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7558         output when value is near a power of two.  Use int64_t for lx and
7559         remove casts.  Use decimal rather than hex exponent constants.
7560         Don't use long double multiplication when double will suffice.
7561         * math/libm-test.inc (nextafter_test_data): Add tests.
7562         * NEWS: Add 16739 and 16786 to bug list.
7564         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7566         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7568 2014-04-01  Will Newton  <will.newton@linaro.org>
7570         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7571         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7573 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7575         [BZ #13347]
7576         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7577         * nptl/tst-setuid2.c: New file.
7578         * nptl/Makefile (xtests): Add tst-setuid2.
7580 2014-04-01  Alan Modra  <amodra@gmail.com>
7582         [BZ #16786]
7583         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7585 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7587         [BZ #6803]
7588         [BZ #6804]
7589         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7590         set errno as appropriate.
7591         * math/w_scalbf.c (__scalbf): Likewise.
7592         * math/w_scalbl.c (__scalbl): Likewise.
7593         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7594         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7595         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7596         Add more NaN tests.
7598         [BZ #16349]
7599         * math/w_atan2.c: Include <errno.h>.
7600         (__atan2): Set errno for result underflowing to zero.
7601         * math/w_atan2f.c: Include <errno.h>.
7602         (__atan2f): Set errno for result underflowing to zero.
7603         * math/w_atan2l.c: Include <errno.h>.
7604         (__atan2l): Set errno for result underflowing to zero.
7605         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7606         tests.
7607         * math/auto-libm-test-out: Regenerated.
7609 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7611         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7612         Encode instruction correctly in little endian.
7613         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7614         Likewise.
7615         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7616         Likewise.
7617         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7618         Likewise.
7619         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7620         Likewise.
7622 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7624         [BZ #9894]
7625         * sysdeps/unix/sysv/linux/kernel-features.h
7626         [__sparc__ && !__arch64__ && !__sparc_v9__]
7627         (__ASSUME_SET_ROBUST_LIST): Do not define.
7628         [__sparc__ && !__arch64__ && !__sparc_v9__]
7629         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7630         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7631         Likewise.
7632         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7633         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7634         (__ASSUME_REQUEUE_PI): Likewise.
7635         (__ASSUME_SET_ROBUST_LIST): Likewise.
7636         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7637         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7638         Undefine.
7639         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7640         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7641         Likewise.
7642         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7643         Likewise.
7644         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7645         Likewise.
7646         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7647         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7648         Undefine.
7649         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7650         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7651         Likewise.
7653         [BZ #16648]
7654         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7655         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7656         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7658 2014-03-31  Will Newton  <will.newton@linaro.org>
7660         * benchtests/Makefile (bench): Add ffs and ffsll to list
7661         of tests.
7662         * benchtests/ffs-inputs: New file.
7663         * benchtests/ffsll-inputs: Likewise.
7665 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7667         [BZ #16770]
7668         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7669         too large before casting to int.
7670         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7671         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7672         * math/libm-test.inc (scalb_test_data): Add more tests.
7674 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7676         * benchtests/Makefile (DETAILED_OPT): New make option.
7677         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7678         set.
7679         * benchtests/bench-skeleton.c: Include stdbool.h.
7680         (main): Store and print timings per input.
7681         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7682         member to each argument value.
7683         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7684         (_print_arg_data): Initialize per-input timing to 0.
7686         * benchtests/Makefile (timing-type): New binary.
7687         (bench-clean): Also remove bench-timing-type.
7688         (bench): New target for timing-type.
7689         (bench-func): Print output in JSON format.
7690         * benchtests/bench-skeleton.c (main): Print output in JSON
7691         format.
7692         * benchtests/bench-timing-type.c: New file.
7693         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7694         (TIMING_PRINT_STATS): Remove.
7695         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7696         name separately.
7698         * benchtests/bench-modf.c: Remove.
7699         * benchtests/modf-inputs: New inputs file.
7701 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7703         [BZ #16362]
7704         * math/s_clog10.c (M_PI_LOG10E): New macro.
7705         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7706         imaginary parts are 0.
7707         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7708         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7709         imaginary parts are 0.
7710         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7711         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7712         imaginary parts are 0.
7713         * math/libm-test.inc (clog10_test_data): Update expected results
7714         for when real and imaginary parts are 0.
7716 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7718         * elf/dl-load.c: Finish conversion of __builtin_expect into
7719         __glibc_{un}likely.
7721 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7723         [BZ #16348]
7724         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7725         1+x for argument with exponent below -67.
7726         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7727         Likewise.
7728         * math/auto-libm-test-in: Add more tests of exp.
7729         * math/auto-libm-test-out: Regenerated.
7731 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7733         [BZ #16759]
7734         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7735         (nscd_getnetgrent): Use it.
7737         [BZ #16760]
7738         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7739         of stpcpy.
7741 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7743         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7744         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7745         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7746         (lll_robust_unlock): Remove out of line section. Use cfi
7747         intrinsics.
7748         (LLL_STUB_UNWIND_INFO*): Remove.
7749         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7750         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7751         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7752         (lll_robust_unlock): Remove out of line section. Use cfi
7753         intrinsics.
7754         (LLL_STUB_UNWIND_INFO*): Remove.
7756 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7758         [BZ #16758]
7759         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7760         blank values.
7762 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7764         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7766 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7768         [BZ #16198]
7769         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7770         fnstenv.
7771         * math/test-fenv-preserve.c: New file.
7772         * math/Makefile (tests): Add test-fenv-preserve.
7774 2014-03-26  Will Newton <will.newton@linaro.org>
7776         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7778 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7780         * scripts/versionlist.awk: Partition the version sets and emit all
7781         GLIBC_* (sorted) before all others (sorted).
7783 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7785         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7786         GLIBC_2.2.5 version.
7788 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7790         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7791         calls.
7793         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7794         previous change.
7796         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7798 2014-03-25  Andreas Schwab  <schwab@suse.de>
7800         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7801         label to be used after in6ailist is initialized.
7803 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7805         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7806         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7808 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7810         [BZ #16357]
7811         [BZ #16599]
7812         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7813         min_plus_half.
7814         (fp_formats): Update initializers.
7815         (init_fp_formats): Initialize new field.
7816         (output_for_one_input_case): Allow underflow for results up to
7817         min_plus_half.
7818         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7819         * math/auto-libm-test-in: Don't mark some underflows from asin and
7820         atanh as spurious.
7821         * math/auto-libm-test-out: Regenerated.
7822         * sysdeps/i386/fpu/libm-test-ulps: Update.
7823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7825 2014-03-25  Andreas Schwab  <schwab@suse.de>
7827         * libio/Makefile (tst-ftell-partial-wide-ENV)
7828         (tst-ftell-active-handler-ENV): Define.
7830 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7832         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7834 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7836         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7838 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7840         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7841         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7842         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7844 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7846         [BZ #16634]
7847         * elf/dl-load.c (open_verify): Add mode parameter.
7848         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7849         (open_path): Change from boolean 'secure' to complete flag 'mode'
7850         (_dl_map_object): Adjust.
7851         * elf/Makefile (tests): Add tst-dlopen-aout.
7852         * elf/tst-dlopen-aout.c: New test.
7854 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7856         [BZ #16714]
7857         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7858         (struct stat): Rename member pad0 to __glibc_reserved0.
7860         [BZ #16712]
7861         * sysdeps/s390/s390-32/bits/wordsize.h
7862         (__WORDSIZE32_SIZE_ULONG): New define.
7863         * sysdeps/s390/s390-64/bits/wordsize.h
7864         (__WORDSIZE32_SIZE_ULONG): Likewise.
7865         * sysdeps/generic/stdint.h (SIZE_MAX):
7866         Define as UL if __WORDSIZE32_SIZE_ULONG.
7868         [BZ #16713]
7869         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7870         (__glibc_reserved0): New variable.
7871         (sa_flags): Change type to int.
7873         * posix/Makefile (before-compile): Use += before-compile instead
7874         of a :=.
7876         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7877         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7879 2014-03-20  Andreas Schwab  <schwab@suse.de>
7881         [BZ #16743]
7882         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7883         non-matching result from nscd.
7885 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7887         * scripts/bench.py: Moved to ...
7888         * benchtests/scripts/bench.py: ... here.
7889         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7891 2014-03-24  Andreas Schwab  <schwab@suse.de>
7893         [BZ #16002]
7894         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7895         alloca_account and account alloca use for struct in6ailist.
7897 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7899         [BZ #16284]
7900         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7901         rounding mode to recompute results that overflow to infinity or
7902         underflow to zero.
7903         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7904         bug 16284.
7905         * math/auto-libm-test-out: Regenerated.
7906         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7907         (ccosh_test): Likewise.
7908         (csin_test_data): Use plus_oflow.
7909         (csin_test): Use ALL_RM_TEST.
7910         (csinh_test_data): Use plus_oflow.
7911         (csinh_test): Use ALL_RM_TEST.
7912         * sysdeps/i386/fpu/libm-test-ulps: Update.
7913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7915 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7917         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7918         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7919         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7921         [BZ #16731]
7922         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7923         when x - 1 is zero.
7924         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7925         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7926         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7927         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7928         argument is 1.
7929         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7930         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7931         zero.
7932         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7933         * sysdeps/i386/fpu/libm-test-ulps: Update.
7934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7936 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7938         * scripts/bench.pl: Remove file.
7939         * scripts/bench.py: New benchmark script.
7940         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7941         * benchtests/README: Mention python dependency.
7942         * scripts/pylintrc: New file.
7943         * scripts/pylint: New file.
7945         * bits/mathdef.h: Use #ifdef instead of #if.
7946         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7947         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7948         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7949         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7950         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7951         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7953 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7954             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7956         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7957         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7958         and strpbrk-ppc64 objects.
7959         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7960         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7961         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7962         multiarch strpbrk for POWER7.
7963         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7964         multiarch strpbrk for PPC64.
7965         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7966         ifunc selector.
7967         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7968         strpbrk for POWER7.
7970 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7972         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
7973         (atan_test): Likewise.
7974         (atanh_test_data): Use NO_TEST_INLINE for two tests.
7975         (atanh_test): Use ALL_RM_TEST.
7976         (atan2_test_data): Likewise.
7977         (cabs_test): Likewise.
7978         (cacosh_test): Likewise.
7979         (carg_test): Likewise.
7980         (casin_test): Likewise.
7981         (casinh_test): Likewise.
7982         (cbrt_test): Likewise.
7983         (csqrt_test): Likewise.
7984         (erf_test): Likewise.
7985         (erfc_test): Likewise.
7986         (pow10_test): Likewise.
7987         (exp2_test): Likewise.
7988         (hypot_test): Likewise.
7989         (j0_test): Likewise.
7990         (j1_test): Likewise.
7991         (lgamma_test): Likewise.
7992         (gamma_test): Likewise.
7993         (sincos_test): Likewise.
7994         (tanh_test): Likewise.
7995         (y0_test): Likewise.
7996         (y1_test): Likewise.
7997         * sysdeps/i386/fpu/libm-test-ulps: Update.
7998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8000 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8002         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8003         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8004         and strcspn-ppc64 objects.
8005         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8006         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8007         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8008         multiarch strcspn for POWER7.
8009         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8010         multiarch strcspn for PPC64.
8011         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8012         ifunc selector.
8013         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8014         strcspn for POWER7.
8016 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8018         * math/gen-libm-test.pl (generate_testfile): Expect only function
8019         name as argument to AUTO_TESTS_* and pass results for all rounding
8020         modes to parse_args.
8021         (parse_auto_input): Separate inputs of automatic tests from
8022         outputs before storing in %auto_tests.
8023         * math/libm-test.inc (acos_test_data): Update call to
8024         AUTO_TESTS_f_f.
8025         (acos_test): Use ALL_RM_TEST.
8026         (acos_tonearest_test_data): Remove.
8027         (acos_test_tonearest): Likewise.
8028         (acos_towardzero_test_data): Likewise.
8029         (acos_test_towardzero): Likewise.
8030         (acos_downward_test_data): Likewise.
8031         (acos_test_downward): Likewise.
8032         (acos_upward_test_data): Likewise.
8033         (acos_test_upward): Likewise.
8034         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8035         (asin_test_data): Likewise.
8036         (asin_test): Use ALL_RM_TEST.
8037         (asin_tonearest_test_data): Remove.
8038         (asin_test_tonearest): Likewise.
8039         (asin_towardzero_test_data): Likewise.
8040         (asin_test_towardzero): Likewise.
8041         (asin_downward_test_data): Likewise.
8042         (asin_test_downward): Likewise.
8043         (asin_upward_test_data): Likewise.
8044         (asin_test_upward): Likewise.
8045         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8046         (atan_test_data): Likewise.
8047         (atanh_test_data): Likewise.
8048         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8049         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8050         (carg_test_data): Likewise.
8051         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8052         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8053         (ccosh_test_data): Likewise.
8054         (cexp_test_data): Likewise.
8055         (clog_test_data): Likewise.
8056         (clog10_test_data): Likewise.
8057         (cos_test_data): Update call to AUTO_TESTS_f_f.
8058         (cos_test): Use ALL_RM_TEST.
8059         (cos_tonearest_test_data): Remove.
8060         (cos_test_tonearest): Likewise.
8061         (cos_towardzero_test_data): Likewise.
8062         (cos_test_towardzero): Likewise.
8063         (cos_downward_test_data): Likewise.
8064         (cos_test_downward): Likewise.
8065         (cos_upward_test_data): Likewise.
8066         (cos_test_upward): Likewise.
8067         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8068         (cosh_test): Use ALL_RM_TEST.
8069         (cosh_tonearest_test_data): Remove.
8070         (cosh_test_tonearest): Likewise.
8071         (cosh_towardzero_test_data): Likewise.
8072         (cosh_test_towardzero): Likewise.
8073         (cosh_downward_test_data): Likewise.
8074         (cosh_test_downward): Likewise.
8075         (cosh_upward_test_data): Likewise.
8076         (cosh_test_upward): Likewise.
8077         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8078         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8079         (ctan_test_data): Likewise.
8080         (ctan_test): Use ALL_RM_TEST.
8081         (ctan_tonearest_test_data): Remove.
8082         (ctan_test_tonearest): Likewise.
8083         (ctan_towardzero_test_data): Likewise.
8084         (ctan_test_towardzero): Likewise.
8085         (ctan_downward_test_data): Likewise.
8086         (ctan_test_downward): Likewise.
8087         (ctan_upward_test_data): Likewise.
8088         (ctan_test_upward): Likewise.
8089         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8090         (ctanh_test): Use ALL_RM_TEST.
8091         (ctanh_tonearest_test_data): Remove.
8092         (ctanh_test_tonearest): Likewise.
8093         (ctanh_towardzero_test_data): Likewise.
8094         (ctanh_test_towardzero): Likewise.
8095         (ctanh_downward_test_data): Likewise.
8096         (ctanh_test_downward): Likewise.
8097         (ctanh_upward_test_data): Likewise.
8098         (ctanh_test_upward): Likewise.
8099         (erf_test_data): Update call to AUTO_TESTS_f_f.
8100         (erfc_test_data): Likewise.
8101         (exp_test_data): Likewise.
8102         (exp_test): Use ALL_RM_TEST.
8103         (exp_tonearest_test_data): Remove.
8104         (exp_test_tonearest): Likewise.
8105         (exp_towardzero_test_data): Likewise.
8106         (exp_test_towardzero): Likewise.
8107         (exp_downward_test_data): Likewise.
8108         (exp_test_downward): Likewise.
8109         (exp_upward_test_data): Likewise.
8110         (exp_test_upward): Likewise.
8111         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8112         (exp10_test): Use ALL_RM_TEST.
8113         (exp10_tonearest_test_data): Remove.
8114         (exp10_test_tonearest): Likewise.
8115         (exp10_towardzero_test_data): Likewise.
8116         (exp10_test_towardzero): Likewise.
8117         (exp10_downward_test_data): Likewise.
8118         (exp10_test_downward): Likewise.
8119         (exp10_upward_test_data): Likewise.
8120         (exp10_test_upward): Likewise.
8121         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8122         (expm1_test_data): Likewise.
8123         (expm1_test): Use ALL_RM_TEST.
8124         (expm1_tonearest_test_data): Remove.
8125         (expm1_test_tonearest): Likewise.
8126         (expm1_towardzero_test_data): Likewise.
8127         (expm1_test_towardzero): Likewise.
8128         (expm1_downward_test_data): Likewise.
8129         (expm1_test_downward): Likewise.
8130         (expm1_upward_test_data): Likewise.
8131         (expm1_test_upward): Likewise.
8132         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8133         (fma_test): Use ALL_RM_TEST.
8134         (fma_towardzero_test_data): Remove.
8135         (fma_test_towardzero): Likewise.
8136         (fma_downward_test_data): Likewise.
8137         (fma_test_downward): Likewise.
8138         (fma_upward_test_data): Likewise.
8139         (fma_test_upward): Likewise.
8140         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8141         (j0_test_data): Update call to AUTO_TESTS_f_f.
8142         (j1_test_data): Likewise.
8143         (jn_test_data): Update call to AUTO_TESTS_if_f.
8144         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8145         (log_test_data): Update call to AUTO_TESTS_f_f.
8146         (log10_test_data): Likewise.
8147         (log1p_test_data): Likewise.
8148         (log2_test_data): Likewise.
8149         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8150         (pow_tonearest_test_data): Likewise.
8151         (sin_test_data): Update call to AUTO_TESTS_f_f.
8152         (sin_test): Use ALL_RM_TEST.
8153         (sin_tonearest_test_data): Remove.
8154         (sin_test_tonearest): Likewise.
8155         (sin_towardzero_test_data): Likewise.
8156         (sin_test_towardzero): Likewise.
8157         (sin_downward_test_data): Likewise.
8158         (sin_test_downward): Likewise.
8159         (sin_upward_test_data): Likewise.
8160         (sin_test_upward): Likewise.
8161         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8162         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8163         (sinh_test): Use ALL_RM_TEST.
8164         (sinh_tonearest_test_data): Remove.
8165         (sinh_test_tonearest): Likewise.
8166         (sinh_towardzero_test_data): Likewise.
8167         (sinh_test_towardzero): Likewise.
8168         (sinh_downward_test_data): Likewise.
8169         (sinh_test_downward): Likewise.
8170         (sinh_upward_test_data): Likewise.
8171         (sinh_test_upward): Likewise.
8172         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8173         (sqrt_test): Use ALL_RM_TEST.
8174         (sqrt_tonearest_test_data): Remove.
8175         (sqrt_test_tonearest): Likewise.
8176         (sqrt_towardzero_test_data): Likewise.
8177         (sqrt_test_towardzero): Likewise.
8178         (sqrt_downward_test_data): Likewise.
8179         (sqrt_test_downward): Likewise.
8180         (sqrt_upward_test_data): Likewise.
8181         (sqrt_test_upward): Likewise.
8182         (tan_test_data): Update call to AUTO_TESTS_f_f.
8183         (tan_test): Use ALL_RM_TEST.
8184         (tan_tonearest_test_data): Remove.
8185         (tan_test_tonearest): Likewise.
8186         (tan_towardzero_test_data): Likewise.
8187         (tan_test_towardzero): Likewise.
8188         (tan_downward_test_data): Likewise.
8189         (tan_test_downward): Likewise.
8190         (tan_upward_test_data): Likewise.
8191         (tan_test_upward): Likewise.
8192         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8193         (tgamma_test_data): Likewise.
8194         (y0_test_data): Likewise.
8195         (y1_test_data): Likewise.
8196         (yn_test_data): Update call to AUTO_TESTS_if_f.
8197         (main): Do not call removed functions.
8199 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8201         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8202         (ldexp_test_data): Remove.
8203         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
8204         scalbn_test_data.
8205         (scalb_test): Use ALL_RM_TEST.
8207 2014-03-19  Andreas Schwab  <schwab@suse.de>
8209         * nscd/nscd.service: Also invalidate netgroup cache on reload.
8211 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8213         [BZ #16649]
8214         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8215         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8216         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8217         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8218         (__ASSUME_PREADV): Undefine.
8219         (__ASSUME_PWRITEV): Likewise.
8221 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8223         * bits/mman-linux.h: Add comment about non-Linux use.
8224         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8225         bits/mman-linux.h resting place.
8227         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8228         * bits/mman-linux.h: ... here.
8230 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8232         * conform/conformtest.pl: Add standard definition when calling C
8233         preprocessor on data files.
8234         (checknamespace): Remove unused variable.
8236 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8238         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8239         minus_oflow, plus_uflow and minus_uflow in expected results.
8240         * math/libm-test.inc (scalbn_test_data): Add more tests of
8241         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
8242         minus_uflow.
8243         (scalbn_test): Use ALL_RM_TEST.
8244         (scalbln_test_data): Add more tests of negative arguments.  Use
8245         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8246         (scalbln_test): Use ALL_RM_TEST.
8248 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8250         * scripts/abilist.awk: Ignore symbols marked with .hidden.
8252 2014-03-18  Will Newton  <will.newton@linaro.org>
8254         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8255         inaccurate comment.
8257 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8259         * Makerules [!subdir] (check-abi): Exit with error status if a
8260         test failed.
8262 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8264         * math/libm-test.inc (nearbyint_test_data): Include all tests used
8265         for rint.  Include results for all rounding modes.
8266         (nearbyint_test): Use ALL_RM_TEST.
8267         (rint_test_data): Include all tests used for nearbyint.
8269 2014-03-17  Will Newton  <will.newton@linaro.org>
8271         * nptl/sysdeps/pthread/pthread.h: Revert previous
8272         change.
8274         * sysdeps/generic/ldsodefs.h: Revert previous
8275         change.
8277         * libio/genops.c: Revert previous change.
8278         * libio/libioP.h: Likewise.
8279         * stdio-common/vfprintf.c: Likewise.
8281         * sysdeps/generic/math_private.h: Revert previous
8282         change.
8284         * sysdeps/generic/math_private.h: Check whether
8285         HAVE_RM_CTX is defined with #ifdef rather
8286         than #if.
8288         * argp/argp-fmtstream.h: Check whether
8289         __STRICT_ANSI__ is defined with #ifdef rather
8290         than #if.
8291         * argp/argp.h: Likewise.
8293         * libio/genops.c: Check whether
8294         _IO_JUMPS_OFFSET is defined with #ifdef rather
8295         than #if.
8296         * libio/libioP.h: Likewise.
8297         * stdio-common/vfprintf.c: Likewise.
8299         * sysdeps/generic/ldsodefs.h: Check whether
8300         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8301         than #if.
8303         * nptl/sysdeps/pthread/pthread.h: Check
8304         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8305         its value.
8307 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8309         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8310         setting O_APPEND.
8311         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8312         test case.
8314         [BZ #16680]
8315         * libio/fileops.c (_IO_file_open): Seek to end of file but
8316         don't cache the offset.
8317         (get_file_offset): Remove function.
8318         (do_ftell): Use cached offset when available.
8319         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8320         don't cache the offset.
8321         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8322         case.
8323         (do_one_test): Call it.
8324         (do_ftell_test): Fix up expected old offset for a+ mode.
8325         * libio/wfileops.c (do_ftell_wide): Used cached offset when
8326         available.
8328         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8329         up test status with function return status.
8330         (do_write_test): Likewise.
8331         (do_append_test): Likewise.
8333         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8334         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8335         Remove.
8337 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8339         * math/gen-libm-test.pl (parse_args): Handle results specified for
8340         each rounding mode separately.
8341         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8342         tests and results from lrint_tonearest_test_data,
8343         lrint_towardzero_test_data, lrint_downward_test_data and
8344         lrint_upward_test_data.
8345         (lrint_test): Use ALL_RM_TEST.
8346         (lrint_tonearest_test_data): Remove.
8347         (lrint_test_tonearest): Likewise.
8348         (lrint_towardzero_test_data): Likewise.
8349         (lrint_test_towardzero): Likewise.
8350         (lrint_downward_test_data): Likewise.
8351         (lrint_test_downward): Likewise.
8352         (lrint_upward_test_data): Likewise.
8353         (lrint_test_upward): Likewise.
8354         (llrint_test_data): Merge in per-rounding-mode tests and results
8355         from llrint_tonearest_test_data, llrint_towardzero_test_data,
8356         llrint_downward_test_data and llrint_upward_test_data.
8357         (llrint_test): Use ALL_RM_TEST.
8358         (llrint_tonearest_test_data): Remove.
8359         (llrint_test_tonearest): Likewise.
8360         (llrint_towardzero_test_data): Likewise.
8361         (llrint_test_towardzero): Likewise.
8362         (llrint_downward_test_data): Likewise.
8363         (llrint_test_downward): Likewise.
8364         (llrint_upward_test_data): Likewise.
8365         (llrint_test_upward): Likewise.
8366         (rint_test_data): Merge in per-rounding-mode tests and results
8367         from rint_tonearest_test_data, rint_towardzero_test_data,
8368         rint_downward_test_data and rint_upward_test_data.  Add
8369         per-rounding-mode results for tests not in those arrays.
8370         (rint_test): Use ALL_RM_TEST.
8371         (rint_tonearest_test_data): Remove.
8372         (rint_test_tonearest): Likewise.
8373         (rint_towardzero_test_data): Likewise.
8374         (rint_test_towardzero): Likewise.
8375         (rint_downward_test_data): Likewise.
8376         (rint_test_downward): Likewise.
8377         (rint_upward_test_data): Likewise.
8378         (rint_test_upward): Likewise.
8379         (main): Don't call removed functions.
8381 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8383         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8384         "Compiled on ..." crapola.  It is anti-useful.
8386 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
8388         * scripts/evaluate-test.sh: Handle fourth argument to determine
8389         whether test run should stop on failure.
8390         * Makeconfig (stop-on-test-failure): New variable.
8391         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8392         $(stop-on-test-failure).
8393         * Makefile (tests): Give a summary of results from testing and
8394         exit with failure status if they include an ERROR or FAIL.
8395         (xtests): Likewise.
8396         * manual/install.texi (Configuring and compiling): Mention
8397         stop-on-test-failure=y.
8398         * INSTALL: Regenerated.
8400 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8402         * scripts/versionlist.awk: New file.
8403         * Makerules [$(build-shared) = yes]
8404         (postclean-generated): Add Versions.def, not Versions.def.v and
8405         Versions.def.v.i.
8406         ($(common-objpfx)Versions.def.v.i): Target removed.
8407         ($(common-objpfx)Versions.def): New target.
8408         ($(common-objpfx)Versions.all): Depend on that rather that
8409         $(common-objpfx)Versions.def.v.
8410         * Versions.def: File removed.
8412         * Makeconfig (+gccwarn): Add -Wundef.
8413         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8414         a dl-sysdep.h breaking its contract.
8415         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8416         * include/stackinfo.h: New file.
8417         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8418         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8419         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8420         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8421         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8422         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8423         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8424         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8425         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8426         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8427         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8428         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8429         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8430         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8431         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8433 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8435         [BZ #16707]
8436         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8437         implementation.
8438         * math/libm-test.inc (round_test_data): Add more tests.
8440         [BZ #16706]
8441         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8442         implementation.
8443         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8445         [BZ #16701]
8446         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8447         implementation.
8448         * math/libm-test.inc (ceil_test_data): Add more tests.
8450         * math/libm-test.inc (trunc_test_data): Add more tests related to
8451         BZ#16414.
8453 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8455         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8456         with #if rather than #ifdef.
8457         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8459 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8461         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8462         first.  Disable AVX-512 GCC support if assembler doesn't support
8463         it.
8464         * sysdeps/x86_64/configure: Regenerated.
8466 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8468         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8469         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8470         (__old_pthread_attr_setstack): Likewise.
8471         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8472         [!_STACK_GROWS_DOWN]: Likewise.
8474 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8476         * config.make.in (have-bash2): Delete.
8477         * configure.ac (libc_cv_have_bash2): Delete.
8478         * configure: Regenerate.
8479         * elf/Makefile (common-ldd-rewrite): Rename to ...
8480         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8481         (sh-ldd-rewrite): Delete.
8482         (bash-ldd-rewrite): Delete.
8483         (have-bash2): Delete checks.
8484         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8485         ldd-rewrite.
8487         * config.make.in (have-ksh): Delete.
8488         (KSH): Delete.
8489         * configure.ac (libc_cv_have_ksh): Delete.
8490         * configure: Regenerate.
8492         * elf/Makefile: Delete $(have-ksh) check.
8493         ($(objpfx)sotruss): Change KSH to BASH.
8494         * elf/sotruss.ksh: Rename to ...
8495         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8496         function style to match POSIX.  Drop ksh vim mode setting.
8498         * manual/time.texi (Specifying the Time Zone with TZ): Change
8499         Tuesday to Thursday.
8501         * debug/tst-longjmp_chk2.c: Update header comment.
8502         (stackoverflow_handler): Add comment.  Call assert on pass value.
8504 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8506         [BZ #16194]
8507         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8508         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8509         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8510         (La_x86_64_vector): Add zmm.
8511         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8512         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8513         ($(objpfx)tst-audit10): New target.
8514         ($(objpfx)tst-audit10.out): Likewise.
8515         (tst-audit10-ENV): New.
8516         (AVX512-CFLAGS): Likewise.
8517         (CFLAGS-tst-audit10.c): Likewise.
8518         (CFLAGS-tst-auditmod10a.c): Likewise.
8519         (CFLAGS-tst-auditmod10b.c): Likewise.
8520         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8521         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8522         * sysdeps/x86_64/configure: Regenerated.
8523         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8524         AVX-512 zmm register support.
8525         (_dl_x86_64_save_sse): Likewise.
8526         (_dl_x86_64_restore_sse): Likewise.
8527         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8528         size vector registers.
8529         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8530         (ZMM_SIZE): Likewise.
8531         * sysdeps/x86_64/tst-audit10.c: New file.
8532         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8533         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8535 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8537         * configure.ac (HAVE_EHDR_START): New check.
8538         * configure: Regenerated.
8539         * config.h.in (HAVE_EHDR_START): New #undef.
8540         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8541         assuming the lowest-addressed segment maps the start of the file.
8543 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8545         * INSTALL: Regenerated.
8547 2014-03-13  Will Newton  <will.newton@linaro.org>
8549         * manual/setjmp.texi (System V contexts): Improve
8550         clarity and grammar of documentation.
8552 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8554         [BZ #16381]
8555         * elf/Makefile (tests): Add tst-pie2.
8556         (tests-pie): Add tst-pie2.
8557         * elf/tst-pie2.c: New file.
8558         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8559         for ET_EXEC.
8560         * elf/rtld.c (map_doit): Load executable as lt_executable.
8561         (dl_main): Likewise.
8563 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8565         [BZ #16642]
8566         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8567         (__ASSUME_PSELECT): Undefine.
8569 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8571         [BZ #16689]
8572         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8573         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8574         static build.
8575         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8576         selector for static builds.
8578 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8580         [BZ #16695]
8581         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8582         key in the buffer.
8584 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8586         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8587         IFUNC selector for static builds.
8589 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8591         * sysdeps/mips/math_private.h [__mips_hard_float]
8592         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8593         libc_feresetround_mips_ctx.
8594         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8595         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8596         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8598         [BZ #16677]
8599         * math/s_nextafter.c (__nextafter): Do not return value from
8600         overflowing computation.
8601         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8602         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8603         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8604         Likewise.
8605         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8606         Likewise.
8607         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8608         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8610 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8612         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8613         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8614         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8615         the new mov targetting sp.
8617 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8619         [BZ #16683]
8620         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8621         Define it for static builds as well.
8622         (NO_BZERO_IMPL): Likewise.
8624 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8626         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8627         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8628         multiarch strspn for PPC64.
8629         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8630         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8631         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8632         (__libc_ifunc_impl_list): Likewise.
8633         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8634         multiarch optimizations
8635         * string/strspn.c (strspn): Using macro to redefine symbol name.
8637 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8638             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8640         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8641         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8642         multiarch strncat for PPC64.
8643         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8644         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8645         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8646         (__libc_ifunc_impl_list): Likewise.
8647         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8648         multiarch optimizations
8650 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8652         [BZ #16639]
8653         * nscd/nscd.service: Make service type forking.
8655 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8657         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8658         sign in non default rounding modes.
8659         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8661 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8663         * math/libm-test.inc (ALL_RM_TEST): New macro.
8664         (ceil_test): Use ALL_RM_TEST.
8665         (cimag_test): Likewise.
8666         (conj_test): Likewise.
8667         (copysign_test): Likewise.
8668         (cproj_test): Likewise.
8669         (creal_test): Likewise.
8670         (fabs_test): Likewise.
8671         (floor_test): Likewise.
8672         (fmax_test): Likewise.
8673         (fmin_test): Likewise.
8674         (fmod_test): Likewise.
8675         (fpclassify_test): Likewise.
8676         (frexp_test): Likewise.
8677         (ilogb_test): Likewise.
8678         (isfinite_test): Likewise.
8679         (finite_test): Likewise.
8680         (isgreater_test): Likewise.
8681         (isgreaterequal_test): Likewise.
8682         (isinf_test): Likewise.
8683         (isless_test): Likewise.
8684         (islessequal_test): Likewise.
8685         (islessgreater_test): Likewise.
8686         (isnan_test): Likewise.
8687         (isnormal_test): Likewise.
8688         (issignaling_test): Likewise.
8689         (isunordered_test): Likewise.
8690         (logb_test): Likewise.
8691         (logb_downward_test_data): Remove.
8692         (logb_test_downward): Likewise.
8693         (lround_test): Use ALL_RM_TEST.
8694         (llround_test): Likewise.
8695         (modf_test): Likewise.
8696         (nexttoward_test): Likewise.
8697         (remainder_test): Likewise.
8698         (drem_test): Likewise.
8699         (remainder_tonearest_test_data): Likewise.
8700         (remainder_test_tonearest): Likewise.
8701         (drem_test_tonearest): Likewise.
8702         (remainder_towardzero_test_data): Likewise.
8703         (remainder_test_towardzero): Likewise.
8704         (drem_test_towardzero): Likewise.
8705         (remainder_downward_test_data): Likewise.
8706         (remainder_test_downward): Likewise.
8707         (drem_test_downward): Likewise.
8708         (remainder_upward_test_data): Likewise.
8709         (remainder_test_upward): Likewise.
8710         (drem_test_upward): Likewise.
8711         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8712         (round_test): Use ALL_RM_TEST.
8713         (signbit_test): Likewise.
8714         (trunc_test): Likewise.
8715         (significand_test): Likewise.
8716         (main): Don't call removed functions.
8718 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8720         [BZ #16674]
8721         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8722         || __USE_XOPEN2K8].
8723         (ILL_ILLOPN): Likewise.
8724         (ILL_ILLADR): Likewise.
8725         (ILL_ILLTRP): Likewise.
8726         (ILL_PRVOPC): Likewise.
8727         (ILL_PRVREG): Likewise.
8728         (ILL_COPROC): Likewise.
8729         (ILL_BADSTK): Likewise.
8730         (FPE_INTDIV): Likewise.
8731         (FPE_INTOVF): Likewise.
8732         (FPE_FLTDIV): Likewise.
8733         (FPE_FLTOVF): Likewise.
8734         (FPE_FLTUND): Likewise.
8735         (FPE_FLTRES): Likewise.
8736         (FPE_FLTINV): Likewise.
8737         (FPE_FLTSUB): Likewise.
8738         (SEGV_MAPERR): Likewise.
8739         (SEGV_ACCERR): Likewise.
8740         (BUS_ADRALN): Likewise.
8741         (BUS_ADRERR): Likewise.
8742         (BUS_OBJERR): Likewise.
8743         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8744         (TRAP_TRACE): Likewise.
8745         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8746         __USE_XOPEN2K8].
8747         (CLD_KILLED): Likewise.
8748         (CLD_DUMPED): Likewise.
8749         (CLD_TRAPPED): Likewise.
8750         (CLD_STOPPED): Likewise.
8751         (CLD_CONTINUED): Likewise.
8752         (POLL_IN): Likewise.
8753         (POLL_OUT): Likewise.
8754         (POLL_MSG): Likewise.
8755         (POLL_ERR): Likewise.
8756         (POLL_PRI): Likewise.
8757         (POLL_HUP): Likewise.
8758         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8759         Likewise.
8760         (ILL_ILLOPN): Likewise.
8761         (ILL_ILLADR): Likewise.
8762         (ILL_ILLTRP): Likewise.
8763         (ILL_PRVOPC): Likewise.
8764         (ILL_PRVREG): Likewise.
8765         (ILL_COPROC): Likewise.
8766         (ILL_BADSTK): Likewise.
8767         (FPE_INTDIV): Likewise.
8768         (FPE_INTOVF): Likewise.
8769         (FPE_FLTDIV): Likewise.
8770         (FPE_FLTOVF): Likewise.
8771         (FPE_FLTUND): Likewise.
8772         (FPE_FLTRES): Likewise.
8773         (FPE_FLTINV): Likewise.
8774         (FPE_FLTSUB): Likewise.
8775         (SEGV_MAPERR): Likewise.
8776         (SEGV_ACCERR): Likewise.
8777         (BUS_ADRALN): Likewise.
8778         (BUS_ADRERR): Likewise.
8779         (BUS_OBJERR): Likewise.
8780         (BUS_MCEERR_AR): Likewise.
8781         (BUS_MCEERR_AO): Likewise.
8782         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8783         (TRAP_TRACE): Likewise.
8784         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8785         __USE_XOPEN2K8].
8786         (CLD_KILLED): Likewise.
8787         (CLD_DUMPED): Likewise.
8788         (CLD_TRAPPED): Likewise.
8789         (CLD_STOPPED): Likewise.
8790         (CLD_CONTINUED): Likewise.
8791         (POLL_IN): Likewise.
8792         (POLL_OUT): Likewise.
8793         (POLL_MSG): Likewise.
8794         (POLL_ERR): Likewise.
8795         (POLL_PRI): Likewise.
8796         (POLL_HUP): Likewise.
8797         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8798         (ILL_ILLOPN): Likewise.
8799         (ILL_ILLADR): Likewise.
8800         (ILL_ILLTRP): Likewise.
8801         (ILL_PRVOPC): Likewise.
8802         (ILL_PRVREG): Likewise.
8803         (ILL_COPROC): Likewise.
8804         (ILL_BADSTK): Likewise.
8805         (FPE_INTDIV): Likewise.
8806         (FPE_INTOVF): Likewise.
8807         (FPE_FLTDIV): Likewise.
8808         (FPE_FLTOVF): Likewise.
8809         (FPE_FLTUND): Likewise.
8810         (FPE_FLTRES): Likewise.
8811         (FPE_FLTINV): Likewise.
8812         (FPE_FLTSUB): Likewise.
8813         (SEGV_MAPERR): Likewise.
8814         (SEGV_ACCERR): Likewise.
8815         (BUS_ADRALN): Likewise.
8816         (BUS_ADRERR): Likewise.
8817         (BUS_OBJERR): Likewise.
8818         (BUS_MCEERR_AR): Likewise.
8819         (BUS_MCEERR_AO): Likewise.
8820         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8821         (TRAP_TRACE): Likewise.
8822         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8823         __USE_XOPEN2K8].
8824         (CLD_KILLED): Likewise.
8825         (CLD_DUMPED): Likewise.
8826         (CLD_TRAPPED): Likewise.
8827         (CLD_STOPPED): Likewise.
8828         (CLD_CONTINUED): Likewise.
8829         (POLL_IN): Likewise.
8830         (POLL_OUT): Likewise.
8831         (POLL_MSG): Likewise.
8832         (POLL_ERR): Likewise.
8833         (POLL_PRI): Likewise.
8834         (POLL_HUP): Likewise.
8835         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8836         Likewise.
8837         (ILL_ILLOPN): Likewise.
8838         (ILL_ILLADR): Likewise.
8839         (ILL_ILLTRP): Likewise.
8840         (ILL_PRVOPC): Likewise.
8841         (ILL_PRVREG): Likewise.
8842         (ILL_COPROC): Likewise.
8843         (ILL_BADSTK): Likewise.
8844         (ILL_BADIADDR): Likewise.
8845         (ILL_BREAK): Likewise.
8846         (FPE_INTDIV): Likewise.
8847         (FPE_INTOVF): Likewise.
8848         (FPE_FLTDIV): Likewise.
8849         (FPE_FLTOVF): Likewise.
8850         (FPE_FLTUND): Likewise.
8851         (FPE_FLTRES): Likewise.
8852         (FPE_FLTINV): Likewise.
8853         (FPE_FLTSUB): Likewise.
8854         (FPE_DECOVF): Likewise.
8855         (FPE_DECDIV): Likewise.
8856         (FPE_DECERR): Likewise.
8857         (FPE_INVASC): Likewise.
8858         (FPE_INVDEC): Likewise.
8859         (SEGV_MAPERR): Likewise.
8860         (SEGV_ACCERR): Likewise.
8861         (SEGV_PSTKOVF): Likewise.
8862         (BUS_ADRALN): Likewise.
8863         (BUS_ADRERR): Likewise.
8864         (BUS_OBJERR): Likewise.
8865         (BUS_MCEERR_AR): Likewise.
8866         (BUS_MCEERR_AO): Likewise.
8867         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8868         (TRAP_TRACE): Likewise.
8869         (TRAP_BRANCH): Likewise.
8870         (TRAP_HWBKPT): Likewise.
8871         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8872         __USE_XOPEN2K8].
8873         (CLD_KILLED): Likewise.
8874         (CLD_DUMPED): Likewise.
8875         (CLD_TRAPPED): Likewise.
8876         (CLD_STOPPED): Likewise.
8877         (CLD_CONTINUED): Likewise.
8878         (POLL_IN): Likewise.
8879         (POLL_OUT): Likewise.
8880         (POLL_MSG): Likewise.
8881         (POLL_ERR): Likewise.
8882         (POLL_PRI): Likewise.
8883         (POLL_HUP): Likewise.
8884         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8885         (ILL_ILLOPN): Likewise.
8886         (ILL_ILLADR): Likewise.
8887         (ILL_ILLTRP): Likewise.
8888         (ILL_PRVOPC): Likewise.
8889         (ILL_PRVREG): Likewise.
8890         (ILL_COPROC): Likewise.
8891         (ILL_BADSTK): Likewise.
8892         (FPE_INTDIV): Likewise.
8893         (FPE_INTOVF): Likewise.
8894         (FPE_FLTDIV): Likewise.
8895         (FPE_FLTOVF): Likewise.
8896         (FPE_FLTUND): Likewise.
8897         (FPE_FLTRES): Likewise.
8898         (FPE_FLTINV): Likewise.
8899         (FPE_FLTSUB): Likewise.
8900         (SEGV_MAPERR): Likewise.
8901         (SEGV_ACCERR): Likewise.
8902         (BUS_ADRALN): Likewise.
8903         (BUS_ADRERR): Likewise.
8904         (BUS_OBJERR): Likewise.
8905         (BUS_MCEERR_AR): Likewise.
8906         (BUS_MCEERR_AO): Likewise.
8907         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8908         (TRAP_TRACE): Likewise.
8909         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8910         __USE_XOPEN2K8].
8911         (CLD_KILLED): Likewise.
8912         (CLD_DUMPED): Likewise.
8913         (CLD_TRAPPED): Likewise.
8914         (CLD_STOPPED): Likewise.
8915         (CLD_CONTINUED): Likewise.
8916         (POLL_IN): Likewise.
8917         (POLL_OUT): Likewise.
8918         (POLL_MSG): Likewise.
8919         (POLL_ERR): Likewise.
8920         (POLL_PRI): Likewise.
8921         (POLL_HUP): Likewise.
8922         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8923         (ILL_ILLOPN): Likewise.
8924         (ILL_ILLADR): Likewise.
8925         (ILL_ILLTRP): Likewise.
8926         (ILL_PRVOPC): Likewise.
8927         (ILL_PRVREG): Likewise.
8928         (ILL_COPROC): Likewise.
8929         (ILL_BADSTK): Likewise.
8930         (FPE_INTDIV): Likewise.
8931         (FPE_INTOVF): Likewise.
8932         (FPE_FLTDIV): Likewise.
8933         (FPE_FLTOVF): Likewise.
8934         (FPE_FLTUND): Likewise.
8935         (FPE_FLTRES): Likewise.
8936         (FPE_FLTINV): Likewise.
8937         (FPE_FLTSUB): Likewise.
8938         (SEGV_MAPERR): Likewise.
8939         (SEGV_ACCERR): Likewise.
8940         (BUS_ADRALN): Likewise.
8941         (BUS_ADRERR): Likewise.
8942         (BUS_OBJERR): Likewise.
8943         (BUS_MCEERR_AR): Likewise.
8944         (BUS_MCEERR_AO): Likewise.
8945         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8946         (TRAP_TRACE): Likewise.
8947         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8948         __USE_XOPEN2K8].
8949         (CLD_KILLED): Likewise.
8950         (CLD_DUMPED): Likewise.
8951         (CLD_TRAPPED): Likewise.
8952         (CLD_STOPPED): Likewise.
8953         (CLD_CONTINUED): Likewise.
8954         (POLL_IN): Likewise.
8955         (POLL_OUT): Likewise.
8956         (POLL_MSG): Likewise.
8957         (POLL_ERR): Likewise.
8958         (POLL_PRI): Likewise.
8959         (POLL_HUP): Likewise.
8960         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8961         (ILL_ILLOPN): Likewise.
8962         (ILL_ILLADR): Likewise.
8963         (ILL_ILLTRP): Likewise.
8964         (ILL_PRVOPC): Likewise.
8965         (ILL_PRVREG): Likewise.
8966         (ILL_COPROC): Likewise.
8967         (ILL_BADSTK): Likewise.
8968         (FPE_INTDIV): Likewise.
8969         (FPE_INTOVF): Likewise.
8970         (FPE_FLTDIV): Likewise.
8971         (FPE_FLTOVF): Likewise.
8972         (FPE_FLTUND): Likewise.
8973         (FPE_FLTRES): Likewise.
8974         (FPE_FLTINV): Likewise.
8975         (FPE_FLTSUB): Likewise.
8976         (SEGV_MAPERR): Likewise.
8977         (SEGV_ACCERR): Likewise.
8978         (BUS_ADRALN): Likewise.
8979         (BUS_ADRERR): Likewise.
8980         (BUS_OBJERR): Likewise.
8981         (BUS_MCEERR_AR): Likewise.
8982         (BUS_MCEERR_AO): Likewise.
8983         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8984         (TRAP_TRACE): Likewise.
8985         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8986         __USE_XOPEN2K8].
8987         (CLD_KILLED): Likewise.
8988         (CLD_DUMPED): Likewise.
8989         (CLD_TRAPPED): Likewise.
8990         (CLD_STOPPED): Likewise.
8991         (CLD_CONTINUED): Likewise.
8992         (POLL_IN): Likewise.
8993         (POLL_OUT): Likewise.
8994         (POLL_MSG): Likewise.
8995         (POLL_ERR): Likewise.
8996         (POLL_PRI): Likewise.
8997         (POLL_HUP): Likewise.
8998         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
8999         (ILL_ILLOPN): Likewise.
9000         (ILL_ILLADR): Likewise.
9001         (ILL_ILLTRP): Likewise.
9002         (ILL_PRVOPC): Likewise.
9003         (ILL_PRVREG): Likewise.
9004         (ILL_COPROC): Likewise.
9005         (ILL_BADSTK): Likewise.
9006         (ILL_DBLFLT): Likewise.
9007         (ILL_HARDWALL): Likewise.
9008         (FPE_INTDIV): Likewise.
9009         (FPE_INTOVF): Likewise.
9010         (FPE_FLTDIV): Likewise.
9011         (FPE_FLTOVF): Likewise.
9012         (FPE_FLTUND): Likewise.
9013         (FPE_FLTRES): Likewise.
9014         (FPE_FLTINV): Likewise.
9015         (FPE_FLTSUB): Likewise.
9016         (SEGV_MAPERR): Likewise.
9017         (SEGV_ACCERR): Likewise.
9018         (BUS_ADRALN): Likewise.
9019         (BUS_ADRERR): Likewise.
9020         (BUS_OBJERR): Likewise.
9021         (BUS_MCEERR_AR): Likewise.
9022         (BUS_MCEERR_AO): Likewise.
9023         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9024         (TRAP_TRACE): Likewise.
9025         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9026         __USE_XOPEN2K8].
9027         (CLD_KILLED): Likewise.
9028         (CLD_DUMPED): Likewise.
9029         (CLD_TRAPPED): Likewise.
9030         (CLD_STOPPED): Likewise.
9031         (CLD_CONTINUED): Likewise.
9032         (POLL_IN): Likewise.
9033         (POLL_OUT): Likewise.
9034         (POLL_MSG): Likewise.
9035         (POLL_ERR): Likewise.
9036         (POLL_PRI): Likewise.
9037         (POLL_HUP): Likewise.
9038         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9039         (ILL_ILLOPN): Likewise.
9040         (ILL_ILLADR): Likewise.
9041         (ILL_ILLTRP): Likewise.
9042         (ILL_PRVOPC): Likewise.
9043         (ILL_PRVREG): Likewise.
9044         (ILL_COPROC): Likewise.
9045         (ILL_BADSTK): Likewise.
9046         (FPE_INTDIV): Likewise.
9047         (FPE_INTOVF): Likewise.
9048         (FPE_FLTDIV): Likewise.
9049         (FPE_FLTOVF): Likewise.
9050         (FPE_FLTUND): Likewise.
9051         (FPE_FLTRES): Likewise.
9052         (FPE_FLTINV): Likewise.
9053         (FPE_FLTSUB): Likewise.
9054         (SEGV_MAPERR): Likewise.
9055         (SEGV_ACCERR): Likewise.
9056         (BUS_ADRALN): Likewise.
9057         (BUS_ADRERR): Likewise.
9058         (BUS_OBJERR): Likewise.
9059         (BUS_MCEERR_AR): Likewise.
9060         (BUS_MCEERR_AO): Likewise.
9061         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9062         (TRAP_TRACE): Likewise.
9063         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9064         __USE_XOPEN2K8].
9065         (CLD_KILLED): Likewise.
9066         (CLD_DUMPED): Likewise.
9067         (CLD_TRAPPED): Likewise.
9068         (CLD_STOPPED): Likewise.
9069         (CLD_CONTINUED): Likewise.
9070         (POLL_IN): Likewise.
9071         (POLL_OUT): Likewise.
9072         (POLL_MSG): Likewise.
9073         (POLL_ERR): Likewise.
9074         (POLL_PRI): Likewise.
9075         (POLL_HUP): Likewise.
9076         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9077         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9079         [BZ #16670]
9080         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9081         before #include of <time.h>.
9082         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9083         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9084         (test-xfail-UNIX98/sched.h/conform): Likewise.
9086 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9088         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9089         error absence of trapping exception support.
9090         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9092 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9094         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9095         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9096         * timezone/Makefile (testdata): Move definition above include of
9097         Rules.
9098         (test-zones): New variable.
9099         (tests-special): Add zone files.
9100         (build-testdata): Use $(evaluate-test).
9102         * elf/Makefile (tests-special): Rename tests to end with .out.
9103         ($(objpfx)noload-mem): Likewise.
9104         ($(objpfx)tst-leaks1-mem): Likewise.
9105         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9106         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9107         $(objpfx)test-iconvconfig.out.
9108         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9109         set -e inside subshell and redirect output to file.
9110         * iconvdata/Makefile (generated): Rename tests to end with .out.
9111         Correct type.
9112         (tests-special): Rename tests to end with .out.
9113         ($(objpfx)mtrace-tst-loading): Likewise.
9114         * intl/Makefile (generated): Likewise.
9115         (tests-special): Likewise.
9116         ($(objpfx)mtrace-tst-gettext): Likewise.
9117         * misc/Makefile (generated): Likewise.
9118         (tests-special): Likewise.
9119         ($(objpfx)tst-error1-mem): Likewise.
9120         * nptl/Makefile (tests-special): Likewise.
9121         ($(objpfx)tst-stack3-mem): Likewise.
9122         (generated): Likewise.
9123         * posix/Makefile (generated): Likewise.
9124         (tests-special): Likewise.
9125         (xtests-special): Likewise.
9126         ($(objpfx)tst-fnmatch-mem): Likewise.
9127         ($(objpfx)bug-regex2-mem): Likewise.
9128         ($(objpfx)bug-regex14-mem): Likewise.
9129         ($(objpfx)bug-regex21-mem): Likewise.
9130         ($(objpfx)bug-regex31-mem): Likewise.
9131         ($(objpfx)tst-vfork3-mem): Likewise.
9132         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9133         ($(objpfx)tst-pcre-mem): Likewise.
9134         ($(objpfx)tst-boost-mem): Likewise.
9135         ($(objpfx)bug-ga2-mem): Likewise.
9136         ($(objpfx)bug-glob2-mem): Likewise.
9137         * resolv/Makefile (generate): Likewise.
9138         (tests-special): Likewise.
9139         (xtests-special): Likewise.
9140         (generated): Likewise.
9141         ($(objpfx)mtrace-tst-leaks): Likewise.
9142         ($(objpfx)mtrace-tst-leaks2): Likewise.
9144         * scripts/merge-test-results.sh: New file.
9145         * Makefile (tests-special-notdir): New variable.
9146         (tests): Run merge-test-results.sh.
9147         (xtests): Likewise.
9148         * Rules (tests-special-notdir): New variable.
9149         (xtests-special-notdir): Likewise.
9150         (tests): Run merge-test-results.sh
9151         (xtests): Likewise.
9153         * Makeconfig (test-xfail-name): New variable.
9154         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9155         compute variable name for expected failures.
9156         * conform/Makefile (conformtest-headers-data): New variable.
9157         (conformtest-standards): Likewise.
9158         (conformtest-headers-ISO): Likewise.
9159         (conformtest-headers-ISO99): Likewise.
9160         (conformtest-headers-ISO11): Likewise.
9161         (conformtest-headers-POSIX): Likewise.
9162         (conformtest-headers-XPG3): Likewise.
9163         (conformtest-headers-XPG4): Likewise.
9164         (conformtest-headers-UNIX98): Likewise.
9165         (conformtest-headers-XOPEN2K): Likewise.
9166         (conformtest-headers-POSIX2008): Likewise.
9167         (conformtest-headers-XOPEN2K8): Likewise.
9168         (conformtest-header-list-base): Likewise.
9169         (conformtest-header-list-tests): Likewise.
9170         (conformtest-header-base): Likewise.
9171         (conformtest-header-tests): Likewise.
9172         (tests-special): Add $(conformtest-header-list-tests).  If
9173         [$(fast-check) && !$(cross-compiling)], add
9174         $(conformtest-header-tests) instead of
9175         $(objpfx)run-conformtest.out.
9176         (generated): Add $(conformtest-header-list-base).  If
9177         [$(fast-check) && !$(cross-compiling)], add
9178         $(conformtest-header-base).  Remove previous setting.
9179         ($(conformtest-header-list-tests)): New target.
9180         (test-xfail-run-conformtest): Remove variable.
9181         ($(objpfx)run-conformtest.out): Remove target.
9182         (test-xfail-ISO11/complex.h/conform): New variable.
9183         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9184         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9185         (test-xfail-XPG3/varargs.h/conform): Likewise.
9186         (test-xfail-XPG4/varargs.h/conform): Likewise.
9187         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9188         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9189         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9190         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9191         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9192         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9193         (test-xfail-XPG3/ftw.h/conform): Likewise.
9194         (test-xfail-XPG3/grp.h/conform): Likewise.
9195         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9196         (test-xfail-XPG3/limits.h/conform): Likewise.
9197         (test-xfail-XPG3/pwd.h/conform): Likewise.
9198         (test-xfail-XPG3/search.h/conform): Likewise.
9199         (test-xfail-XPG3/signal.h/conform): Likewise.
9200         (test-xfail-XPG3/stdio.h/conform): Likewise.
9201         (test-xfail-XPG3/stdlib.h/conform): Likewise.
9202         (test-xfail-XPG3/string.h/conform): Likewise.
9203         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9204         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9205         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9206         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9207         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9208         (test-xfail-XPG3/sys/types.h/conform): Likewise.
9209         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9210         (test-xfail-XPG3/termios.h/conform): Likewise.
9211         (test-xfail-XPG3/time.h/conform): Likewise.
9212         (test-xfail-XPG3/unistd.h/conform): Likewise.
9213         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9214         (test-xfail-XPG4/fcntl.h/conform): Likewise.
9215         (test-xfail-XPG4/langinfo.h/conform): Likewise.
9216         (test-xfail-XPG4/netdb.h/conform): Likewise.
9217         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9218         (test-xfail-XPG4/signal.h/conform): Likewise.
9219         (test-xfail-XPG4/stdio.h/conform): Likewise.
9220         (test-xfail-XPG4/stdlib.h/conform): Likewise.
9221         (test-xfail-XPG4/stropts.h/conform): Likewise.
9222         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9223         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9224         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9225         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9226         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9227         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9228         (test-xfail-XPG4/sys/time.h/conform): Likewise.
9229         (test-xfail-XPG4/sys/types.h/conform): Likewise.
9230         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9231         (test-xfail-XPG4/termios.h/conform): Likewise.
9232         (test-xfail-XPG4/ucontext.h/conform): Likewise.
9233         (test-xfail-XPG4/unistd.h/conform): Likewise.
9234         (test-xfail-XPG4/utmpx.h/conform): Likewise.
9235         (test-xfail-POSIX/sched.h/conform): Likewise.
9236         (test-xfail-POSIX/signal.h/conform): Likewise.
9237         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9238         (test-xfail-POSIX/tar.h/conform): Likewise.
9239         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9240         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9241         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9242         (test-xfail-UNIX98/netdb.h/conform): Likewise.
9243         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9244         (test-xfail-UNIX98/sched.h/conform): Likewise.
9245         (test-xfail-UNIX98/signal.h/conform): Likewise.
9246         (test-xfail-UNIX98/stdio.h/conform): Likewise.
9247         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9248         (test-xfail-UNIX98/stropts.h/conform): Likewise.
9249         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9250         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9251         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9252         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9253         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9254         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9255         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9256         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9257         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9258         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9259         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9260         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9261         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9262         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9263         (test-xfail-XOPEN2K/math.h/conform): Likewise.
9264         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9265         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9266         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9267         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9268         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9269         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9270         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9271         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9272         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9273         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9274         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9275         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9276         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9277         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9278         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9279         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9280         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9281         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
9282         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
9283         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
9284         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
9285         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
9286         (test-xfail-POSIX2008/signal.h/conform): Likewise.
9287         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
9288         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
9289         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
9290         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
9291         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
9292         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
9293         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
9294         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
9295         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
9296         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9297         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9298         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9299         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9300         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9301         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9302         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9303         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9304         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9305         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9306         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9307         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9308         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9309         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9310         (conformtest-cc-flags): Likewise.
9311         ($(conformtest-header-tests): New target.
9312         * conform/check-header-lists.sh: New file.
9313         * conform/run-conformtest.sh: Remove.
9315         * conform/conformtest.pl: Allow ' and \ in values given for
9316         constants.
9317         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9318         inclusion.
9319         [POSIX] (sys/types.h): Likewise.
9320         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9321         inclusion.
9322         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9323         inclusion.
9324         * conform/data/signal.h-data (SIGIO): Remove expectation.
9325         [XPG3] (SIGBUS): Do not expect.
9326         [POSIX || XPG3] (SIGPOLL): Likewise.
9327         [POSIX || XPG3] (SIGPROF): Likewise.
9328         [POSIX || XPG3] (SIGSYS): Likewise.
9329         [XPG3] (SIGTRAP): Likewise.
9330         [POSIX || XPG3] (SIGURG): Likewise.
9331         [POSIX || XPG3] (SIGVTALRM): Likewise.
9332         [POSIX || XPG3] (SIGXCPU): Likewise.
9333         [POSIX || XPG3] (SIGXFSZ): Likewise.
9334         [POSIX] (SA_SIGINFO): Expect.
9335         [XPG3] (siginfo_t): Do not expect type or contents.
9336         [POSIX] (si_pid): Do not expect element.
9337         [POSIX] (si_uid): Likewise.
9338         [POSIX] (si_addr): Likewise.
9339         [POSIX] (si_status): Likewise.
9340         [POSIX] (si_band): Likewise.
9341         [XPG4] (si_value): Likewise.
9342         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9343         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9344         [POSIX || XPG3] (ILL_ILLADR): Likewise.
9345         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9346         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9347         [POSIX || XPG3] (ILL_PRVREG): Likewise.
9348         [POSIX || XPG3] (ILL_COPROC): Likewise.
9349         [POSIX || XPG3] (ILL_BADSTK): Likewise.
9350         [POSIX || XPG3] (FPE_INTDIV): Likewise.
9351         [POSIX || XPG3] (FPE_INTOVF): Likewise.
9352         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9353         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9354         [POSIX || XPG3] (FPE_FLTUND): Likewise.
9355         [POSIX || XPG3] (FPE_FLTRES): Likewise.
9356         [POSIX || XPG3] (FPE_FLTINV): Likewise.
9357         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9358         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9359         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9360         [POSIX || XPG3] (BUS_ADRALN): Likewise.
9361         [POSIX || XPG3] (BUS_ADRERR): Likewise.
9362         [POSIX || XPG3] (BUS_OBJERR): Likewise.
9363         [POSIX || XPG3] (CLD_EXITED): Likewise.
9364         [POSIX || XPG3] (CLD_KILLED): Likewise.
9365         [POSIX || XPG3] (CLD_DUMPED): Likewise.
9366         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9367         [POSIX || XPG3] (CLD_STOPPED): Likewise.
9368         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9369         [POSIX || XPG3] (POLL_IN): Likewise.
9370         [POSIX || XPG3] (POLL_OUT): Likewise.
9371         [POSIX || XPG3] (POLL_MSG): Likewise.
9372         [POSIX || XPG3] (POLL_ERR): Likewise.
9373         [POSIX || XPG3] (POLL_PRI): Likewise.
9374         [POSIX || XPG3] (POLL_HUP): Likewise.
9375         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9376         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9377         (SIG*): Do not allow.
9378         [XPG3] (si_*): Likewise.
9379         [XPG3] (SI_*): Likewise.
9380         [XPG3 || XPG4] (sigev_*): Likewise.
9381         [XPG3 || XPG4] (SIGEV_*): Likewise.
9382         [XPG3 || XPG4] (sival_*): Likewise.
9383         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9384         [POSIX || XPG3] (BUS_*): Likewise.
9385         [POSIX || XPG3] (CLD_*): Likewise.
9386         [POSIX || XPG3] (FPE_*): Likewise.
9387         [POSIX || XPG3] (ILL_*): Likewise.
9388         [POSIX || XPG3] (POLL_*): Likewise.
9389         [POSIX || XPG3] (SEGV_*): Likewise.
9390         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9391         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9392         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9393         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9394         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9395         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9396         Specify type and value.
9397         (TVERSLEN): Likewise.
9398         (REGTYPE): Likewise.
9399         (AREGTYPE): Likewise.
9400         (LNKTYPE): Likewise.
9401         (SYMTYPE): Likewise.
9402         (CHRTYPE): Likewise.
9403         (BLKTYPE): Likewise.
9404         (DIRTYPE): Likewise.
9405         (FIFOTYPE): Likewise.
9406         (CONTTYPE): Likewise.
9407         (TSUID): Likewise.
9408         (TSGID): Likewise.
9409         (TSVTX): Likewise.
9410         (TUREAD): Likewise.
9411         (TUWRITE): Likewise.
9412         (TUEXEC): Likewise.
9413         (TGREAD): Likewise.
9414         (TGWRITE): Likewise.
9415         (TGEXEC): Likewise.
9416         (TOREAD): Likewise.
9417         (TOWRITE): Likewise.
9418         (TOEXEC): Likewise.
9419         [POSIX] (TSVTX): Expect constant.
9421 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
9423         * Makefile (tests): Change dependencies to ....
9424         (tests-special): ... additions to this variable.
9425         (tests): Depend on $(tests-special).
9426         * Makerules (check-abi-list): New variable.
9427         (check-abi): Depend on $(check-abi-list).
9428         [$(subdir) = elf] (tests-special): Add
9429         $(objpfx)check-abi-libc.out.
9430         [$(build-shared) = yes && subdir] (tests-special): Add
9431         $(check-abi-list).
9432         [$(build-shared) = yes && subdir] (tests): Do not depend on
9433         check-abi.
9434         * Rules (tests): Depend on $(tests-special).
9435         (xtests): Depend on $(xtests-special).
9436         * catgets/Makefile (tests): Change dependencies to ....
9437         (tests-special): ... additions to this variable.
9438         * conform/Makefile (tests): Change dependencies to ....
9439         (tests-special): ... additions to this variable.
9440         * elf/Makefile (tests): Change dependencies to ....
9441         (tests-special): ... additions to this variable.
9442         * grp/Makefile (tests): Change dependencies to ....
9443         (tests-special): ... additions to this variable.
9444         * iconv/Makefile (xtests): Change dependencies to ....
9445         (xtests-special): ... additions to this variable.
9446         * iconvdata/Makefile (tests): Change dependencies to ....
9447         (tests-special): ... additions to this variable.
9448         * intl/Makefile (tests): Change dependencies to ....
9449         (tests-special): ... additions to this variable.  Also add
9450         $(objpfx)tst-gettext.out.
9451         * io/Makefile (tests): Change dependencies to ....
9452         (tests-special): ... additions to this variable.
9453         * libio/Makefile (tests): Change dependencies to ....
9454         (tests-special): ... additions to this variable.
9455         * malloc/Makefile (tests): Change dependencies to ....
9456         (tests-special): ... additions to this variable.
9457         * misc/Makefile (tests): Change dependencies to ....
9458         (tests-special): ... additions to this variable.
9459         * nptl/Makefile (tests): Change dependencies to ....
9460         (tests-special): ... additions to this variable.
9461         * nptl_db/Makefile (tests): Change dependencies to ....
9462         (tests-special): ... additions to this variable.
9463         * posix/Makefile (tests): Change dependencies to ....
9464         (tests-special): ... additions to this variable.
9465         (xtests): Change dependencies to ....
9466         (xtests-special): ... additions to this variable.
9467         * resolv/Makefile (tests): Change dependencies to ....
9468         (tests-special): ... additions to this variable.
9469         (xtests): Change dependencies to ....
9470         (xtests-special): ... additions to this variable.
9471         * stdio-common/Makefile (tests): Change dependencies to ....
9472         (tests-special): ... additions to this variable.
9473         (do-tst-unbputc): Remove target.
9474         (do-tst-printf): Likewise.
9475         * stdlib/Makefile (tests): Change dependencies to ....
9476         (tests-special): ... additions to this variable.
9477         * string/Makefile (tests): Change dependencies to ....
9478         (tests-special): ... additions to this variable.
9479         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9480         (tests-special): ... additions to this variable.
9482         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9483         whole file.
9484         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9485         whole file.
9486         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9487         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9489         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9490         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9491         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9492         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9493         * conform/data/libgen.h-data [XPG3]: Likewise.
9494         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9495         * conform/data/ndbm.h-data [XPG3]: Likewise.
9496         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9497         * conform/data/netdb.h-data [XPG3]: Likewise.
9498         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9499         * conform/data/poll.h-data [XPG3]: Likewise.
9500         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9501         * conform/data/strings.h-data [XPG3]: Likewise.
9502         * conform/data/stropts.h-data [XPG3]: Likewise.
9503         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9504         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9505         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9506         Likewise.
9507         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9508         * conform/data/sys/time.h-data [XPG3]: Likewise.
9509         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9510         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9511         * conform/data/sys/un.h-data [XPG3]: Likewise.
9512         * conform/data/syslog.h-data [XPG3]: Likewise.
9513         * conform/data/ucontext.h-data [XPG3]: Likewise.
9514         * conform/data/utmpx.h-data [XPG3]: Likewise.
9515         * conform/data/varargs.h-data [UNIX98]: Enable file.
9517         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9519         * math/libm-test.inc (struct test_f_f_data): Move expected results
9520         into structure for each rounding mode.
9521         (struct test_ff_f_data): Likewise.
9522         (struct test_ff_f_data_nexttoward): Likewise.
9523         (struct test_fi_f_data): Likewise.
9524         (struct test_fl_f_data): Likewise.
9525         (struct test_if_f_data): Likewise.
9526         (struct test_fff_f_data): Likewise.
9527         (struct test_c_f_data): Likewise.
9528         (struct test_f_f1_data): Likewise.
9529         (struct test_fF_f1_data): Likewise.
9530         (struct test_ffI_f1_data): Likewise.
9531         (struct test_c_c_data): Likewise.
9532         (struct test_cc_c_data): Likewise.
9533         (struct test_f_i_data): Likewise.
9534         (struct test_ff_i_data): Likewise.
9535         (struct test_f_l_data): Likewise.
9536         (struct test_f_L_data): Likewise.
9537         (struct test_fFF_11_data): Likewise.
9538         (RM_): New macro.
9539         (RM_FE_DOWNWARD): Likewise.
9540         (RM_FE_TONEAREST): Likewise.
9541         (RM_FE_TOWARDZERO): Likewise.
9542         (RM_FE_UPWARD): Likewise.
9543         (RUN_TEST_LOOP_f_f): Update references to expected results.
9544         (RUN_TEST_LOOP_2_f): Likewise.
9545         (RUN_TEST_LOOP_fff_f): Likewise.
9546         (RUN_TEST_LOOP_c_f): Likewise.
9547         (RUN_TEST_LOOP_f_f1): Likewise.
9548         (RUN_TEST_LOOP_fF_f1): Likewise.
9549         (RUN_TEST_LOOP_fI_f1): Likewise.
9550         (RUN_TEST_LOOP_ffI_f1): Likewise.
9551         (RUN_TEST_LOOP_c_c): Likewise.
9552         (RUN_TEST_LOOP_cc_c): Likewise.
9553         (RUN_TEST_LOOP_f_i): Likewise.
9554         (RUN_TEST_LOOP_f_i_tg): Likewise.
9555         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9556         (RUN_TEST_LOOP_f_b): Likewise.
9557         (RUN_TEST_LOOP_f_b_tg): Likewise.
9558         (RUN_TEST_LOOP_f_l): Likewise.
9559         (RUN_TEST_LOOP_f_L): Likewise.
9560         (RUN_TEST_LOOP_fFF_11): Likewise.
9561         * math/gen-libm-test.pl (parse_args): Output four copies of
9562         expected results for each test.
9564         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9565         (__ASSUME_UTIMES): Remove.
9566         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9567         (__ASSUME_UTIMES): Likewise.
9569         * math/gen-auto-libm-tests.c: Update comment on output format.
9570         (output_for_one_input_case): Generate before-rounding and
9571         after-rounding information as conditions on output flags not
9572         floating-point format.
9573         * math/auto-libm-test-out: Regenerated.
9574         * math/gen-libm-test.pl (cond_value): New function.
9575         (or_cond_value): Use cond_value.
9576         (generate_testfile): Handle conditional exceptions.
9578 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9580         * math/libm-test.inc (max_valid_error): New variable.
9581         (init_max_error): Take new argument specifying whether function
9582         results are exactly determined.  Set max_valid_error and bound
9583         other variables for errors based on this argument.
9584         (set_max_error): Do not record results above max_valid_error.
9585         (check_float_internal): Only accept errors of up to 0.5ulps if
9586         also at most max_valid_error.
9587         (START): Take new argument EXACT and pass it to init_max_error.
9588         (acos_test): Update call to START.
9589         (acos_test_tonearest): Likewise.
9590         (acos_test_towardzero): Likewise.
9591         (acos_test_downward): Likewise.
9592         (acos_test_upward): Likewise.
9593         (acosh_test): Likewise.
9594         (asin_test): Likewise.
9595         (asin_test_tonearest): Likewise.
9596         (asin_test_towardzero): Likewise.
9597         (asin_test_downward): Likewise.
9598         (asin_test_upward): Likewise.
9599         (asinh_test): Likewise.
9600         (atan_test): Likewise.
9601         (atanh_test): Likewise.
9602         (atan2_test): Likewise.
9603         (cabs_test): Likewise.
9604         (cacos_test): Likewise.
9605         (cacosh_test): Likewise.
9606         (carg_test): Likewise.
9607         (casin_test): Likewise.
9608         (casinh_test): Likewise.
9609         (catan_test): Likewise.
9610         (catanh_test): Likewise.
9611         (cbrt_test): Likewise.
9612         (ccos_test): Likewise.
9613         (ccosh_test): Likewise.
9614         (ceil_test): Likewise.
9615         (cexp_test): Likewise.
9616         (cimag_test): Likewise.
9617         (clog_test): Likewise.
9618         (clog10_test): Likewise.
9619         (conj_test): Likewise.
9620         (copysign_test): Likewise.
9621         (cos_test): Likewise.
9622         (cos_test_tonearest): Likewise.
9623         (cos_test_towardzero): Likewise.
9624         (cos_test_downward): Likewise.
9625         (cos_test_upward): Likewise.
9626         (cosh_test): Likewise.
9627         (cosh_test_tonearest): Likewise.
9628         (cosh_test_towardzero): Likewise.
9629         (cosh_test_downward): Likewise.
9630         (cosh_test_upward): Likewise.
9631         (cpow_test): Likewise.
9632         (cproj_test): Likewise.
9633         (creal_test): Likewise.
9634         (csin_test): Likewise.
9635         (csinh_test): Likewise.
9636         (csqrt_test): Likewise.
9637         (ctan_test): Likewise.
9638         (ctan_test_tonearest): Likewise.
9639         (ctan_test_towardzero): Likewise.
9640         (ctan_test_downward): Likewise.
9641         (ctan_test_upward): Likewise.
9642         (ctanh_test): Likewise.
9643         (ctanh_test_tonearest): Likewise.
9644         (ctanh_test_towardzero): Likewise.
9645         (ctanh_test_downward): Likewise.
9646         (ctanh_test_upward): Likewise.
9647         (erf_test): Likewise.
9648         (erfc_test): Likewise.
9649         (exp_test): Likewise.
9650         (exp_test_tonearest): Likewise.
9651         (exp_test_towardzero): Likewise.
9652         (exp_test_downward): Likewise.
9653         (exp_test_upward): Likewise.
9654         (exp10_test): Likewise.
9655         (exp10_test_tonearest): Likewise.
9656         (exp10_test_towardzero): Likewise.
9657         (exp10_test_downward): Likewise.
9658         (exp10_test_upward): Likewise.
9659         (pow10_test): Likewise.
9660         (exp2_test): Likewise.
9661         (expm1_test): Likewise.
9662         (expm1_test_tonearest): Likewise.
9663         (expm1_test_towardzero): Likewise.
9664         (expm1_test_downward): Likewise.
9665         (expm1_test_upward): Likewise.
9666         (fabs_test): Likewise.
9667         (fdim_test): Likewise.
9668         (floor_test): Likewise.
9669         (fma_test): Likewise.
9670         (fma_test_towardzero): Likewise.
9671         (fma_test_downward): Likewise.
9672         (fma_test_upward): Likewise.
9673         (fmax_test): Likewise.
9674         (fmin_test): Likewise.
9675         (fmod_test): Likewise.
9676         (fpclassify_test): Likewise.
9677         (frexp_test): Likewise.
9678         (hypot_test): Likewise.
9679         (ilogb_test): Likewise.
9680         (isfinite_test): Likewise.
9681         (finite_test): Likewise.
9682         (isgreater_test): Likewise.
9683         (isgreaterequal_test): Likewise.
9684         (isinf_test): Likewise.
9685         (isless_test): Likewise.
9686         (islessequal_test): Likewise.
9687         (islessgreater_test): Likewise.
9688         (isnan_test): Likewise.
9689         (isnormal_test): Likewise.
9690         (issignaling_test): Likewise.
9691         (isunordered_test): Likewise.
9692         (j0_test): Likewise.
9693         (j1_test): Likewise.
9694         (jn_test): Likewise.
9695         (ldexp_test): Likewise.
9696         (lgamma_test): Likewise.
9697         (gamma_test): Likewise.
9698         (lrint_test): Likewise.
9699         (lrint_test_tonearest): Likewise.
9700         (lrint_test_towardzero): Likewise.
9701         (lrint_test_downward): Likewise.
9702         (lrint_test_upward): Likewise.
9703         (llrint_test): Likewise.
9704         (llrint_test_tonearest): Likewise.
9705         (llrint_test_towardzero): Likewise.
9706         (llrint_test_downward): Likewise.
9707         (llrint_test_upward): Likewise.
9708         (log_test): Likewise.
9709         (log10_test): Likewise.
9710         (log1p_test): Likewise.
9711         (log2_test): Likewise.
9712         (logb_test): Likewise.
9713         (logb_test_downward): Likewise.
9714         (lround_test): Likewise.
9715         (llround_test): Likewise.
9716         (modf_test): Likewise.
9717         (nearbyint_test): Likewise.
9718         (nextafter_test): Likewise.
9719         (nexttoward_test): Likewise.
9720         (pow_test): Likewise.
9721         (pow_test_tonearest): Likewise.
9722         (pow_test_towardzero): Likewise.
9723         (pow_test_downward): Likewise.
9724         (pow_test_upward): Likewise.
9725         (remainder_test): Likewise.
9726         (drem_test): Likewise.
9727         (remainder_test_tonearest): Likewise.
9728         (drem_test_tonearest): Likewise.
9729         (remainder_test_towardzero): Likewise.
9730         (drem_test_towardzero): Likewise.
9731         (remainder_test_downward): Likewise.
9732         (drem_test_downward): Likewise.
9733         (remainder_test_upward): Likewise.
9734         (drem_test_upward): Likewise.
9735         (remquo_test): Likewise.
9736         (rint_test): Likewise.
9737         (rint_test_tonearest): Likewise.
9738         (rint_test_towardzero): Likewise.
9739         (rint_test_downward): Likewise.
9740         (rint_test_upward): Likewise.
9741         (round_test): Likewise.
9742         (scalb_test): Likewise.
9743         (scalbn_test): Likewise.
9744         (scalbln_test): Likewise.
9745         (signbit_test): Likewise.
9746         (sin_test): Likewise.
9747         (sin_test_tonearest): Likewise.
9748         (sin_test_towardzero): Likewise.
9749         (sin_test_downward): Likewise.
9750         (sin_test_upward): Likewise.
9751         (sincos_test): Likewise.
9752         (sinh_test): Likewise.
9753         (sinh_test_tonearest): Likewise.
9754         (sinh_test_towardzero): Likewise.
9755         (sinh_test_downward): Likewise.
9756         (sinh_test_upward): Likewise.
9757         (sqrt_test): Likewise.
9758         (sqrt_test_tonearest): Likewise.
9759         (sqrt_test_towardzero): Likewise.
9760         (sqrt_test_downward): Likewise.
9761         (sqrt_test_upward): Likewise.
9762         (tan_test): Likewise.
9763         (tan_test_tonearest): Likewise.
9764         (tan_test_towardzero): Likewise.
9765         (tan_test_downward): Likewise.
9766         (tan_test_upward): Likewise.
9767         (tanh_test): Likewise.
9768         (tgamma_test): Likewise.
9769         (trunc_test): Likewise.
9770         (y0_test): Likewise.
9771         (y1_test): Likewise.
9772         (yn_test): Likewise.
9773         (significand_test): Likewise.
9775         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9776         individual tests in comment.
9777         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9778         (prev_max_error): New variable.
9779         (prev_real_max_error): Likewise.
9780         (prev_imag_max_error): Likewise.
9781         (compare_ulp_data): Don't refer to test names in comment.
9782         (find_test_ulps): Remove function.
9783         (find_function_ulps): Likewise.
9784         (find_complex_function_ulps): Likewise.
9785         (init_max_error): Take function name as argument.  Look up ulps
9786         for that function.
9787         (print_ulps): Remove function.
9788         (print_max_error): Use prev_max_error instead of calling
9789         find_function_ulps.
9790         (print_complex_max_error): Use prev_real_max_error and
9791         prev_imag_max_error instead of calling find_complex_function_ulps.
9792         (check_float_internal): Take max_ulp parameter instead of calling
9793         find_test_ulps.  Don't call print_ulps.
9794         (check_float): Update call to check_float_internal.
9795         (check_complex): Update calls to check_float_internal.
9796         (START): Pass argument to init_max_error.
9797         * math/gen-libm-test.pl (%results): Don't include "kind"
9798         information.
9799         (parse_ulps): Don't handle ulps of individual tests.
9800         (print_ulps_file): Likewise.
9801         (output_ulps): Likewise.
9802         * math/README.libm-test: Update.
9803         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9804         individual tests.
9805         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9806         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9807         * sysdeps/arm/libm-test-ulps: Likewise.
9808         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9809         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9810         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9811         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9812         * sysdeps/microblaze/libm-test-ulps: Likewise.
9813         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9814         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9815         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9816         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9817         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9818         * sysdeps/sh/libm-test-ulps: Likewise.
9819         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9820         * sysdeps/tile/libm-test-ulps: Likewise.
9821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9823 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9825         * math/libm-test.inc (print_complex_max_error): Check separately
9826         whether real and imaginary errors are within allowed range and
9827         pass 0 to print_complex_function_ulps instead of value within
9828         allowed range.
9830 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9832         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9833         formatting.
9834         (get_handles_fopen): Likewise.
9835         (do_write_test): Likewise.
9837         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9839         * libio/fileops.c (do_ftell): Use cached offset when
9840         available.
9841         * libio/iofwide.c (do_ftell_wide): Likewise.
9842         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9843         _IO_file_attach.
9844         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9846         [BZ #16532]
9847         * libio/libioP.h (get_file_offset): New function.
9848         * libio/fileops.c (get_file_offset): Likewise.
9849         (do_ftell): Likewise.
9850         (_IO_new_file_seekoff): Split out ftell logic.
9851         * libio/wfileops.c (do_ftell_wide): Likewise.
9852         (_IO_wfile_seekoff): Split out ftell logic.
9853         * libio/tst-ftell-active-handler.c: New test case.
9854         * libio/Makefile (tests): Add it.
9856 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9858         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9859         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9861 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9863         [BZ #16639]
9864         * nscd/connections.c (nscd_init): Call do_exit.
9865         (start_threads): Call do_exit and notify_parent.
9866         (begin_drop_privileges): Call do_exit.
9867         (finish_drop_privileges): Likewise.
9868         * nscd/selinux.c (preserve_capabilities): Likewise.
9869         (install_real_capabilities): Likewise.
9870         (nscd_selinux_enabled): Likewise.
9871         (avc_create_thread): Likewise.
9872         (avc_alloc_lock): Likewise.
9873         (nscd_avc_init): Likewise.
9874         * nscd/nscd.c (parent_fd): New static variable.
9875         (main): Create a pipe between parent and child processes.
9876         Skip closing parent_fd.
9877         (monitor_child): New function.
9878         (do_exit): Likewise.
9879         (notify_parent): Likewise.
9880         * nscd/nscd.h (notify_parent): Likewise.
9881         (do_exit): Likewise.
9883 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9885         * malloc/malloc.c (__libc_calloc): Revert last change.
9887 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9889         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9891 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9893         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9894         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9895         implementation.
9896         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9897         (__libc_ifunc_impl_list): Likewise.
9898         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9899         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9900         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9901         * string/strrchr.c: Define STRRCHR.
9903 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9905         * benchtest/bench-strtok.c (simple_strtok): Delete.
9906         (strtok_string): Use as benchmark.
9907         * string/strtok (STRTOK): New macro.
9909 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9911         * manual/threads.texi: Add header and standard comments to all
9912         functions.
9914         * elf/dl-lookup.c (check_match): New function.
9915         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9916         (do_lookup_x): Remove nested function check_match. Use non-nested
9917         function check_match.
9919 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9921         * csu/Makefile (generated, before-compile): Use += rather than =.
9922         * catgets/Makefile (generated, generated-dirs): Likewise.
9923         * debug/Makefile (generated): Likewise.
9924         * dlfcn/Makefile (generated): Likewise.
9925         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9926         * iconvdata/Makefile (before-compile, generated): Likewise.
9927         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9928         * libio/Makefile (generated): Likewise.
9929         * malloc/Makefile (generated): Likewise.
9930         * manual/Makefile (generated, generated-dirs): Likewise.
9931         * misc/Makefile (generated): Likewise.
9932         * posix/Makefile (generated): Likewise.
9933         * resolv/Makefile (generated): Likewise.
9934         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9935         * timezone/Makefile (generated, generated-dirs): Likewise.
9937         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9939 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9941         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9942         power8 implementation.
9943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9944         file: POWER8 llround ifunc implementation.
9945         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9946         (__lllround): Add POWER8 implementation.
9947         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9948         POWER8 llround implementation.
9950         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9951         power8 implementation.
9952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9953         file: POWER8 llrint ifunc implementation.
9954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9955         Add POWER8 implementation.
9956         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9957         POWER8 llrint implementation.
9959         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9960         power8 implementation.
9961         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9962         file: POWER8 finite ifunc implementation.
9963         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9964         Add POWER8 implementation.
9965         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9966         Likewise.
9967         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9968         POWER8 finite implementation.
9969         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9971         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9972         power8 implementation.
9973         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
9974         file: POWER8 isinf ifunc implementation.
9975         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
9976         POWER8 implementation.
9977         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
9978         Likewise.
9979         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
9980         isinf implementation.
9981         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
9983         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
9984         (INIT_ARCH): Add hwcap2 initialization.
9985         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
9986         power8 implementation.
9987         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
9988         file: POWER8 isnan ifunc implementation.
9989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
9990         POWER8 implementation.
9991         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
9992         Likewise.
9993         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
9994         isnan implementation.
9995         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
9997 2014-02-27  Joey Ye  <joey.ye@arm.com>
9999         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10000         (_FP_NANFRAC_Q): Set to zero.
10002 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10004         [BZ #16623]
10005         * math/auto-libm-test-in: New test inputs.
10006         * math/auto-libm-test-out: Regenerate.
10007         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10008         and DA.
10009         (__cos): Likewise.
10010         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10012 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10014         * scripts/evaluate-test.sh: Take new argument indicating whether
10015         failure is expected.
10016         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10017         indicating whether failure is expected.
10018         * conform/Makefile (test-xfail-run-conformtest): New variable.
10019         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10020         level.
10021         * posix/Makefile (test-xfail-annexc): New variable.
10022         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10024 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10026         * argp/Makefile: Include Makeconfig immediately after defining
10027         subdir.
10028         * assert/Makefile: Likewise.
10029         * benchtests/Makefile: Likewise.
10030         * catgets/Makefile: Likewise.
10031         * conform/Makefile: Likewise.
10032         * crypt/Makefile: Likewise.
10033         * csu/Makefile: Likewise.
10034         (all): Remove target.
10035         * ctype/Makefile: Include Makeconfig immediately after defining
10036         subdir.
10037         * debug/Makefile: Likewise.
10038         * dirent/Makefile: Likewise.
10039         * dlfcn/Makefile: Likewise.
10040         * gmon/Makefile: Likewise.
10041         * gnulib/Makefile: Likewise.
10042         * grp/Makefile: Likewise.
10043         * gshadow/Makefile: Likewise.
10044         * hesiod/Makefile: Likewise.
10045         * hurd/Makefile: Likewise.
10046         (all): Remove target.
10047         * iconvdata/Makefile: Include Makeconfig immediately after
10048         defining subdir.
10049         * inet/Makefile: Likewise.
10050         * intl/Makefile: Likewise.
10051         * io/Makefile: Likewise.
10052         * libio/Makefile: Likewise.
10053         (all): Remove target.
10054         * locale/Makefile: Include Makeconfig immediately after defining
10055         subdir.
10056         * login/Makefile: Likewise.
10057         * mach/Makefile: Likewise.
10058         (all): Remove target.
10059         * malloc/Makefile: Include Makeconfig immediately after defining
10060         subdir.
10061         (all): Remove target.
10062         * manual/Makefile: Include Makeconfig immediately after defining
10063         subdir.
10064         * math/Makefile: Likewise.
10065         * misc/Makefile: Likewise.
10066         * nis/Makefile: Likewise.
10067         * nss/Makefile: Likewise.
10068         * po/Makefile: Likewise.
10069         (all): Remove target.
10070         * posix/Makefile: Include Makeconfig immediately after defining
10071         subdir.
10072         * pwd/Makefile: Likewise.
10073         * resolv/Makefile: Likewise.
10074         * resource/Makefile: Likewise.
10075         * rt/Makefile: Likewise.
10076         * setjmp/Makefile: Likewise.
10077         * shadow/Makefile: Likewise.
10078         * signal/Makefile: Likewise.
10079         * socket/Makefile: Likewise.
10080         * soft-fp/Makefile: Likewise.
10081         * stdio-common/Makefile: Likewise.
10082         * stdlib/Makefile: Likewise.
10083         * streams/Makefile: Likewise.
10084         * string/Makefile: Likewise.
10085         * sunrpc/Makefile: Likewise.
10086         (all): Remove target.
10087         * sysvipc/Makefile: Include Makeconfig immediately after defining
10088         subdir.
10089         * termios/Makefile: Likewise.
10090         * time/Makefile: Likewise.
10091         * timezone/Makefile: Likewise.
10092         (all): Remove target.
10093         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10094         subdir.
10095         * wctype/Makefile: Likewise.
10097 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10099         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10100         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10101         (libc_feholdexcept_setround_mips): Ditto.
10102         (libc_feholdsetround): New.
10103         (libc_feholdsetroundf): New.
10104         (libc_feholdsetroundl): New.
10105         (libc_feupdateenv_test_mips): New.
10106         (libc_feupdateenv_test): New.
10107         (libc_feupdateenv_testf): New.
10108         (libc_feupdateenv_testl): New.
10109         (libc_feresetround): New.
10110         (libc_feresetroundf): New.
10111         (libc_feresetroundl): New.
10112         (libc_fetestexcept_mips): New.
10113         (libc_fetestexcept): New.
10114         (libc_fetestexceptf): New.
10115         (libc_fetestexceptl): New.
10116         (HAVE_RM_CTX): New.
10117         (libc_feholdexcept_setround_mips_ctx): New.
10118         (libc_feholdexcept_setround_ctx): New.
10119         (libc_feholdexcept_setroundf_ctx): New.
10120         (libc_feholdexcept_setroundl_ctx): New.
10121         (libc_fesetenv_mips_ctx): New.
10122         (libc_fesetenv_ctx): New.
10123         (libc_fesetenv_ctxf): New.
10124         (libc_fesetenv_ctxl): New.
10125         (libc_feupdateenv_mips_ctx): New.
10126         (libc_feupdateenv_ctx): New.
10127         (libc_feupdateenvf_ctx): New.
10128         (libc_feupdateenvl_ctx): New.
10129         (libc_feholdsetround_mips_ctx): New.
10130         (libc_feholdsetround_ctx): New.
10131         (libc_feholdsetroundf_ctx): New.
10132         (libc_feholdsetroundl_ctx): New.
10133         (libc_feresetround_mips_ctx): New.
10134         (libc_feresetround_ctx): New.
10135         (libc_feresetroundf_ctx): New.
10136         (libc_feresetroundl_ctx): New.
10138 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10140         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10142         * manual/ipc.texi: New file.
10143         * manual/Makefile (chapters): Add ipc.
10144         * manual/job.texi: Add "Inter-Process Communication" to next.
10145         * manual/process.texi: Add "Inter-Process Communication" to prev.
10147 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10149         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10151 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10153         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10155         * manual/arith.texi: Fix spaces after sentences.
10156         * manual/charset.texi: Likewise.
10157         * manual/errno.texi: Likewise.
10158         * manual/install.texi: Likewise.
10159         * manual/llio.texi: Likewise.
10160         * manual/locale.texi: Likewise.
10161         * manual/maint.texi: Likewise.
10162         * manual/math.texi: Likewise.
10163         * manual/memory.texi: Likewise.
10164         * manual/message.texi: Likewise.
10165         * manual/probes.texi: Likewise.
10166         * manual/resource.texi: Likewise.
10167         * manual/signal.texi: Likewise.
10168         * manual/socket.texi: Likewise.
10169         * manual/stdio.texi: Likewise.
10170         * manual/string.texi: Likewise.
10171         * manual/time.texi: Likewise.
10172         * manual/users.texi: Likewise.
10174 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10176         [BZ #16632]
10177         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10178         _DEFAULT_SOURCE is defined.
10180 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10181             Carlos O'Donell  <carlos@redhat.com>
10183         [BZ #16613]
10184         * elf/dl-tls.c (_dl_count_modids): New function.
10185         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10186         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10187         audit library and increment generation counter.
10188         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10189         * elf/tst-audit9.c: New file.
10190         * elf/tst-auditmod9a.c: New file.
10191         * elf/tst-auditmod9b.c: New file.
10192         * elf/Makefile: Add rules to build and run tst-audit9.
10194 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10196         [BZ #15347]
10197         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10199 2014-02-25  Will Newton  <will.newton@linaro.org>
10201         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10202         (__longjmp): Restore sp and lr before restoring callee
10203         saved registers.  Add longjmp and longjmp_target
10204         SystemTap probe point.
10205         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10206         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10207         Define to zero to match jmpbuf layout.
10208         * sysdeps/arm/setjmp.S: Include stap-probe.h.
10209         (__sigsetjmp): Save sp and lr before saving callee
10210         saved registers.  Add setjmp SystemTap probe point.
10212 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
10214         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10216 2014-02-24  Andreas Schwab  <schwab@suse.de>
10218         [BZ #15804]
10219         * elf/pldd.c (wait_for_ptrace_stop): New function.
10220         (main): Call it after attaching.
10222 2014-02-22  Roland McGrath  <roland@hack.frob.com>
10224         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10225         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10226         Versions files is now verboten.
10227         * hurd/Versions (libc: GLIBC_2.0):
10228         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10229         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10230         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10231         * mach/Versions: Likewise.
10233         * csu/Versions: Remove unused %include.
10234         * resolv/Versions: Likewise.
10236 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
10238         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10239         ($(objpfx)check-local-headers.out): Likewise.
10240         ($(objpfx)begin-end-check.out): Likewise.
10241         * Makerules (check-abi-%.out): Likewise.
10242         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10243         ($(objpfx)test2.cat): Likewise.
10244         ($(objpfx)de/libc.cat): Likewise.
10245         ($(objpfx)test-gencat.out): Likewise.
10246         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10247         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10248         ($(objpfx)noload-mem): Likewise.
10249         ($(objpfx)tst-pathopt.out): Likewise.
10250         ($(objpfx)tst-rtld-load-self.out): Likewise.
10251         ($(objpfx)tst-array1-cmp.out): Likewise.
10252         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10253         ($(objpfx)tst-array2-cmp.out): Likewise.
10254         ($(objpfx)tst-array3-cmp.out): Likewise.
10255         ($(objpfx)tst-array4-cmp.out): Likewise.
10256         ($(objpfx)tst-array5-cmp.out): Likewise.
10257         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10258         ($(objpfx)check-textrel.out): Likewise.
10259         ($(objpfx)check-execstack.out): Likewise.
10260         ($(objpfx)check-localplt.out): Likewise.
10261         ($(objpfx)order2-cmp.out): Likewise.
10262         ($(objpfx)tst-leaks1-mem): Likewise.
10263         ($(objpfx)tst-leaks1-static-mem): Likewise.
10264         ($(objpfx)tst-initorder-cmp.out): Likewise.
10265         ($(objpfx)tst-initorder2-cmp.out): Likewise.
10266         ($(objpfx)tst-unused-dep.out): Likewise.
10267         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10268         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10269         * iconv/Makefile (test-iconvconfig): Likewise.
10270         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10271         ($(objpfx)iconv-test.out): Likewise.
10272         ($(objpfx)tst-tables.out): Likewise.
10273         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10274         ($(objpfx)tst-gettext.out): Likewise.
10275         ($(objpfx)tst-translit.out): Likewise.
10276         ($(objpfx)tst-gettext2.out): Likewise.
10277         ($(objpfx)tst-gettext4.out): Likewise.
10278         ($(objpfx)tst-gettext6.out): Likewise.
10279         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10280         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10281         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
10282         ($(objpfx)tst-fopenloc-mem.out): Likewise.
10283         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
10284         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
10285         * posix/Makefile ($(objpfx)globtest.out): Likewise.
10286         ($(objpfx)wordexp-tst.out): Likewise.
10287         ($(objpfx)annexc.out): Likewise.
10288         ($(objpfx)tst-fnmatch-mem): Likewise.
10289         ($(objpfx)bug-regex2-mem): Likewise.
10290         ($(objpfx)bug-regex14-mem): Likewise.
10291         ($(objpfx)bug-regex21-mem): Likewise.
10292         ($(objpfx)bug-regex31-mem): Likewise.
10293         ($(objpfx)tst-vfork3-mem): Likewise.
10294         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10295         ($(objpfx)tst-pcre-mem): Likewise.
10296         ($(objpfx)tst-boost-mem): Likewise.
10297         ($(objpfx)tst-getconf.out): Likewise.
10298         ($(objpfx)bug-ga2-mem): Likewise.
10299         ($(objpfx)bug-glob2-mem): Likewise.
10300         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10301         ($(objpfx)mtrace-tst-leaks2): Likewise.
10302         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10303         ($(objpfx)tst-printf.out): Likewise.
10304         ($(objpfx)tst-setvbuf1.out): Likewise.
10305         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10306         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10307         ($(objpfx)tst-fmtmsg.out): Likewise.
10308         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10309         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10311         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10312         * bits/sigaction.h [__USE_MISC]: Likewise.
10313         * bits/waitstatus.h: Update #endif comments.
10314         * ctype/ctype.h: Likewise.
10315         * dirent/dirent.h: Likewise.
10316         [__USE_MISC]: Remove redundant conditionals.
10317         * grp/grp.h: Update #endif comments.
10318         [__USE_GNU]: Remove redundant conditionals.
10319         [__USE_MISC]: Likewise.
10320         * inet/netinet/in.h [__USE_GNU]: Likewise.
10321         * io/sys/stat.h [__USE_MISC]: Likewise.
10322         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10323         * libio/bits/stdio.h: Update #endif comments.
10324         [__USE_MISC]: Remove redundant conditionals.
10325         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10326         * libio/stdio.h: Update #endif comments.
10327         [__USE_MISC]: Remove redundant conditionals.
10328         * math/bits/math-finite.h [__USE_MISC]: Likewise.
10329         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10330         * math/math.h: Update #else and #endif comments.
10331         [__USE_MISC]: Remove redundant conditionals.
10332         * misc/sys/uio.h: Update #endif comments.
10333         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10334         * posix/glob.h [__USE_MISC]: Likewise.
10335         * posix/sys/types.h: Update #endif comments.
10336         [__USE_MISC]: Remove redundant conditionals.
10337         * posix/sys/wait.h: Update #endif comments.
10338         [__USE_MISC]: Remove redundant conditionals.
10339         * posix/unistd.h: Update #endif comments.
10340         [__USE_MISC]: Remove redundant conditionals.
10341         * pwd/pwd.h [__USE_GNU]: Likewise.
10342         [__USE_MISC]: Likewise.
10343         * resolv/netdb.h [__USE_GNU]: Likewise.
10344         * signal/signal.h: Update #endif comments.
10345         [__USE_MISC]: Remove redundant conditionals.
10346         * stdlib/stdlib.h: Update #else and #endif comments.
10347         [__USE_MISC]: Remove redundant conditionals.
10348         [__USE_GNU]: Likewise.
10349         * string/bits/string2.h [__USE_MISC]: Likewise.
10350         * string/string.h: Update #endif comments.
10351         [__USE_MISC]: Remove redundant conditionals.
10352         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10353         Likewise.
10354         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10355         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10356         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10357         Likewise.
10358         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10359         Likewise.
10360         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10361         comments.
10362         [__USE_MISC]: Remove redundant conditionals.
10363         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10364         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10365         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10366         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10367         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10368         Likewise.
10369         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10370         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10371         Likewise.
10372         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10373         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10374         Likewise.
10375         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10376         Likewise.
10377         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10378         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10379         Likewise.
10380         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10381         Likewise.
10382         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10383         * sysdeps/x86/bits/string.h: Update #endif comments.
10384         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10385         conditionals.
10386         * time/sys/time.h: Update #endif comments.
10387         * time/time.h: Likewise.
10388         [__USE_MISC]: Remove redundant conditionals.
10390 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
10392         [BZ #16600]
10393         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10395 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
10397         * Versions.def (librt): Add GLIBC_2.17.
10399 2014-02-21  Adam Conrad  <adconrad@0c3.net>
10401         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10402         synonym for _SYS_AUXV_H to allow direct inclusion.
10403         * sysdeps/sparc/bits/hwcap.h: Likewise.
10404         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10405         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10406         * sysdeps/sparc/sysdep.h: Likewise.
10408 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10410         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10412 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10414         * benchtests/bench-strrchr.c: Print length instead of position.
10416 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
10418         [BZ #16611]
10419         * sysdeps/unix/sysv/linux/kernel-features.h
10420         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10421         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10422         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10423         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10424         Likewise.
10425         [__i386__ || __powerpc__ || __sh__ || __sparc__]
10426         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10427         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10428         (__ASSUME_SENDMMSG): Define instead of using previous
10429         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10430         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10431         (__ASSUME_SENDMMSG_SYSCALL): Define.
10432         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10433         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10434         Likewise.
10435         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10436         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10437         Likewise.
10438         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10439         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10440         Likewise.
10441         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10442         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10443         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10444         [__ASSUME_SENDMMSG]: Change conditionals to
10445         [__ASSUME_SENDMMSG_SOCKETCALL].
10446         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10447         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10448         Define.
10449         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10450         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10451         Likewise.
10452         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10453         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10454         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10455         [!__ASSUME_SENDMMSG]: Change conditional to
10456         [!__ASSUME_SENDMMSG_SOCKETCALL].
10457         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10458         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10459         Define.
10461         [BZ #16610]
10462         * sysdeps/unix/sysv/linux/kernel-features.h
10463         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10464         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10465         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10466         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10467         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10468         [__i386__ || __sparc__]
10469         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10470         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10471         (__ASSUME_RECVMMSG): Define instead of using previous
10472         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10473         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10474         (__ASSUME_RECVMMSG_SYSCALL): Define.
10475         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10476         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10477         Likewise.
10478         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10479         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10480         Likewise.
10481         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10482         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10483         Likewise.
10484         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10485         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10486         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10487         [__ASSUME_RECVMMSG]: Change condition to
10488         [__ASSUME_RECVMMSG_SOCKETCALL].
10489         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10490         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10491         Define.
10492         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10493         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10494         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10495         Likewise.
10496         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10497         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10498         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10499         [!__ASSUME_RECVMMSG]: Change condition to
10500         [!__ASSUME_RECVMMSG_SOCKETCALL].
10501         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10502         (__ASSUME_RECVMMSG_SYSCALL): Define.
10504         [BZ #16609]
10505         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10506         __powerpc__ || __s390__ || __sh__ || __sparc__]
10507         (__ASSUME_SOCKETCALL): Define.
10508         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10509         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10510         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10511         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10512         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10513         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10514         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10515         (__ASSUME_ACCEPT4): Define instead of using previous
10516         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10517         __powerpc__ || __sparc__ || __s390__)] condition.
10518         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10519         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10520         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10521         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10522         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10523         [!__ASSUME_ACCEPT4]: Change condition to
10524         [!__ASSUME_ACCEPT4_SOCKETCALL].
10525         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10526         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10527         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10528         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10529         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10530         __ASSUME_ACCEPT4_SYSCALL.
10531         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10532         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10533         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10534         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10535         __ASSUME_ACCEPT4_SYSCALL.
10536         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10537         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10538         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10539         [__ASSUME_ACCEPT4]: Change condition to
10540         [__ASSUME_ACCEPT4_SOCKETCALL].
10541         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10542         (__ASSUME_SOCKETCALL): Define.
10543         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10544         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10545         (__ASSUME_SOCKETCALL): Define.
10546         (__ASSUME_ACCEPT4): Remove.
10547         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10548         Define.
10549         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10550         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10551         Likewise.
10552         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10553         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10555         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10556         macro.
10557         (HWCAP_ARM_LPAE): Likewise.
10558         (HWCAP_ARM_EVTSTRM): Likewise.
10559         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10560         Add vpfd32, lpae and evtstrm.
10561         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10562         Increase to 22.
10564 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10566         * math/auto-libm-test-in: Add tests of clog10.
10567         * math/auto-libm-test-out: Regenerated.
10568         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10569         * sysdeps/i386/fpu/libm-test-ulps: Update.
10570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10572 2014-02-18  Andreas Schwab  <schwab@suse.de>
10574         [BZ #16574]
10575         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10576         Store non-zero if the second buffer was newly allocated.
10577         (send_dg): Likewise.
10578         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10579         to send_vc and send_dg.
10580         (res_nsend): Pass NULL for ansp2_malloced.
10581         * resolv/res_query.c (__libc_res_nquery): Add parameter
10582         answerp2_malloced and pass it down to __libc_res_nsend.
10583         (res_nquery): Pass additional NULL to __libc_res_nquery.
10584         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10585         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10586         second answer buffer if answerp2_malloced was set.
10587         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10588         (__libc_res_nquerydomain): Add parameter
10589         answerp2_malloced and pass it down to __libc_res_nquery.
10590         (res_nquerydomain): Pass additional NULL to
10591         __libc_res_nquerydomain.
10592         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10593         additional NULL to __libc_res_nsend and __libc_res_nquery.
10594         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10595         additional NULL to __libc_res_nsearch.
10596         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10597         parameter of __libc_res_nsearch to check for separately allocated
10598         second buffer.
10599         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10600         __libc_res_nquery.
10601         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10602         additional NULL to __libc_res_nquery.
10603         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10604         __libc_res_nsearch.
10605         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10606         * include/resolv.h: Update prototypes of __libc_res_nquery,
10607         __libc_res_nsearch, __libc_res_nsend.
10609 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10611         * math/auto-libm-test-in: Add tests of fma.
10612         * math/auto-libm-test-out: Regenerated.
10613         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10614         (fma_towardzero_test_data): Likewise.
10615         (fma_downward_test_data): Likewise.
10616         (fma_upward_test_data): Likewise.
10617         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10618         mpc_mode.
10619         (rounding_modes): Add values for new field.
10620         (func_calc_method): Add value mpfr_fff_f.
10621         (func_calc_desc): Add mpfr_fff_f union field.
10622         (test_function): Add field exact_args.
10623         (FUNC): Add macro argument EXACT_ARGS.
10624         (FUNC_mpfr_f_f): Update call to FUNC.
10625         (FUNC_mpfr_f_f): Likewise.
10626         (FUNC_mpfr_ff_f): Likewise.
10627         (FUNC_mpfr_if_f): Likewise.
10628         (FUNC_mpc_c_f): Likewise.
10629         (FUNC_mpc_c_c): Likewise.
10630         (test_functions): Add fma.  Update calls to FUNC.
10631         (handle_input_arg): Add argument exact_args.
10632         (add_test): Update call to handle_input_arg.
10633         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10634         (output_for_one_input_case): Update call to calc_generic_results.
10635         Recalculate exact zero results in each rounding mode.
10637         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10638         non-negative before setting low bit.
10639         * math/auto-libm-test-in: Mark one asin test possibly having
10640         spurious underflow.
10641         * math/auto-libm-test-out: Regenerated.
10642         * sysdeps/i386/fpu/libm-test-ulps: Update.
10643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10645 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10647         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10648         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10649         ports/sysdeps/unix/sysv/linux/microblaze.
10650         * README: Add missing listing for microblaze*-*-linux-gnu.
10652 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10654         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10655         duplicate code
10657 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10659         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10660         * sysdeps/unix/sysv/linux/ia64: Move directory from
10661         ports/sysdeps/unix/sysv/linux/ia64.
10662         * README: Update listing for ia64-*-linux-gnu.
10664 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10665             Joseph Myers  <joseph@codesourcery.com>
10667         * Makeconfig (test-name): New variable.
10668         (evaluate-test): Likewise.
10669         * Makerules (do-test-clean): Remove .test-result files.
10670         (common-mostlyclean): Likewise.
10671         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10672         * scripts/evaluate-test.sh: New file.
10674 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10676         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10677         separate $(objpfx)tst-fopenloc-cmp.out and
10678         $(objpfx)tst-fopenloc-mem.out targets.
10679         (tests): Update dependencies.
10680         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10681         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10682         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10683         (tst-rxspencer-no-utf8-ARGS): New variable.
10684         (tst-rxspencer-no-utf8-ENV): Likewise.
10685         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10686         instead of $(objpfx)tst-rxspencer-mem.
10687         ($(objpfx)tst-rxspencer-mem): Change target to
10688         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10689         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10690         * posix/tst-rxspencer-no-utf8.c: New file.
10692         * elf/Makefile ($(objpfx)order.out): Remove rule.
10693         [$(run-built-tests) = yes] (tests): Depend on
10694         $(objpfx)order-cmp.out.
10695         ($(objpfx)order-cmp.out): New rule.
10696         [$(run-built-tests) = yes] (tests): Depend on
10697         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10698         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10699         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10700         $(objpfx)tst-array5-static-cmp.out.
10701         ($(objpfx)tst-array1.out): Remove rule.
10702         ($(objpfx)tst-array1-cmp.out): New rule.
10703         ($(objpfx)tst-array1-static.out): Remove rule.
10704         ($(objpfx)tst-array1-static-cmp.out): New rule.
10705         ($(objpfx)tst-array2.out): Remove rule.
10706         ($(objpfx)tst-array2-cmp.out): New rule.
10707         ($(objpfx)tst-array3.out): Remove rule.
10708         ($(objpfx)tst-array3-cmp.out): New rule.
10709         ($(objpfx)tst-array4.out): Remove rule.
10710         ($(objpfx)tst-array4-cmp.out): New rule.
10711         ($(objpfx)tst-array5.out): Remove rule.
10712         ($(objpfx)tst-array5-cmp.out): New rule.
10713         ($(objpfx)tst-array5-static.out): Remove rule.
10714         ($(objpfx)tst-array5-static-cmp.out): New rule.
10715         [$(run-built-tests) = yes] (tests): Depend on
10716         $(objpfx)order2-cmp.out.
10717         ($(objpfx)order2.out): Remove rule.
10718         ($(objpfx)order2-cmp.out): New rule.
10719         ($(objpfx)tst-initorder.out): Remove rule.
10720         [$(run-built-tests) = yes] (tests): Depend on
10721         $(objpfx)tst-initorder-cmp.out.
10722         ($(objpfx)tst-initorder-cmp.out): New rule.
10723         ($(objpfx)tst-initorder2.out): Remove rule.
10724         [$(run-built-tests) = yes] (tests): Depend on
10725         $(objpfx)tst-initorder2-cmp.out.
10726         ($(objpfx)tst-initorder2-cmp.out): New rule.
10727         [$(run-built-tests) = yes] (tests): Depend on
10728         $(objpfx)tst-unused-dep-cmp.out.
10729         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10730         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10731         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10732         on $(objpfx)tst-setvbuf1-cmp.out.
10733         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10734         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10735         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10736         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10737         ($(objpfx)tst-svc.out): Remove rule.
10738         ($(objpfx)tst-svc-cmp.out): New rule.
10740 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10742         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10743         * ctype/ctype.h [__USE_MISC]: Likewise.
10744         * dirent/dirent.h [__USE_MISC]: Likewise.
10745         * grp/grp.h [__USE_MISC]: Likewise.
10746         * io/fcntl.h [__USE_MISC]: Likewise.
10747         * io/sys/stat.h [__USE_MISC]: Likewise.
10748         * libio/stdio.h [__USE_MISC]: Likewise.
10749         * posix/unistd.h [__USE_MISC]: Likewise.
10750         * pwd/pwd.h [__USE_MISC]: Likewise.
10751         * stdlib.h [__USE_MISC]: Likewise.
10752         * string/bits/string2.h [__USE_MISC]: Likewise.
10753         * string/string.h [__USE_MISC]: Likewise.
10754         * time/time.h [__USE_MISC]: Likewise.
10756 2014-02-13  Andreas Schwab  <schwab@suse.de>
10758         [BZ #16574]
10759         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10760         second answer buffer if it was separately allocated.
10762 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10764         * sysdeps/mips/math-tests.h: Include <features.h>.
10765         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10766         (ROUNDING_TESTS_long_double): Do not define.
10767         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10768         (EXCEPTION_TESTS_long_double): Likewise.
10769         * sysdeps/mips/mips64/libm-test-ulps: Update.
10771         * include/features.h (__USE_BSD): Remove macro definitions.
10772         (__USE_SVID): Likewise.
10773         (_BSD_SOURCE): Likewise.
10774         (_SVID_SOURCE): Likewise.
10775         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10776         from definition of _DEFAULT_SOURCE.
10777         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10778         [_DEFAULT_SOURCE].
10779         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10780         * bits/mman.h [__USE_BSD]: Likewise.
10781         * bits/termios.h [__USE_BSD]: Likewise.
10782         * bits/waitstatus.h [__USE_BSD]: Likewise.
10783         * ctype/ctype.h [__USE_SVID]: Likewise.
10784         * dirent/dirent.h [__USE_BSD]: Likewise.
10785         * grp/grp.h [__USE_SVID]: Likewise.
10786         [__USE_BSD]: Likewise.
10787         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10788         * io/fcntl.h [__USE_BSD]: Likewise.
10789         * io/ftw.h [__USE_BSD]: Likewise.
10790         * io/sys/stat.h [__USE_BSD]: Likewise.
10791         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10792         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10793         * libio/stdio.h [__USE_SVID]: Likewise.
10794         [__USE_BSD]: Likewise.
10795         * math/math.h [__USE_SVID]: Likewise.
10796         [__USE_BSD]: Likewise.
10797         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10798         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10799         * misc/search.h [__USE_SVID]: Likewise.
10800         * misc/sys/mman.h [__USE_BSD]: Likewise.
10801         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10802         * misc/sys/uio.h [__USE_BSD]: Likewise.
10803         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10804         * posix/glob.h [__USE_BSD]: Likewise.
10805         * posix/regex.h [__USE_BSD]: Likewise.
10806         * posix/sys/types.h [__USE_BSD]: Likewise.
10807         [__USE_SVID]: Likewise.
10808         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10809         * posix/sys/wait.h [__USE_BSD]: Likewise.
10810         [__USE_SVID]: Likewise.
10811         * posix/unistd.h [__USE_BSD]: Likewise.
10812         [__USE_SVID]: Likewise.
10813         * pwd/pwd.h [__USE_SVID]: Likewise.
10814         * resolv/netdb.h [__USE_BSD]: Likewise.
10815         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10816         * signal/signal.h [__USE_BSD]: Likewise.
10817         [__USE_SVID]: Likewise.
10818         * socket/sys/socket.h [__USE_BSD]: Likewise.
10819         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10820         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10821         [__USE_SVID]: Likewise.
10822         * string/bits/string2.h [__USE_BSD]: Likewise.
10823         [__USE_SVID]: Likewise.
10824         * string/bits/string3.h [__USE_BSD]: Likewise.
10825         * string/endian.h [__USE_BSD]: Likewise.
10826         * string/string.h [__USE_SVID]: Likewise.
10827         [__USE_BSD]: Likewise.
10828         * string/strings.h [__USE_BSD]: Likewise.
10829         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10830         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10831         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10832         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10833         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10834         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10835         Likewise.
10836         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10837         Likewise.
10838         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10839         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10840         Likewise.
10841         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10842         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10843         Likewise.
10844         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10845         Likewise.
10846         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10847         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10848         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10849         Likewise.
10850         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10851         Likewise.
10852         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10853         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10854         * termios/termios.h [__USE_BSD]: Likewise.
10855         * time/sys/time.h [__USE_BSD]: Likewise.
10856         * time/time.h [__USE_BSD]: Likewise.
10857         [__USE_SVID]: Likewise.
10859         * Makefile (subdir_targets): Remove subdir_lint.out.
10861         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10862         (do-tst-printf): Likewise.
10863         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10864         $(objpfx)tst-printf.out.
10866         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10868         * Makerules (check-abi-%): Change target to
10869         $(objpfx)check-abi-%.out.
10870         (check-abi target): Update dependencies.
10871         (check-abi-pattern variable): Redirect output of diff to $@.
10872         (check-abi variable): Likewise.
10873         * elf/Makefile (check-abi): Update dependencies.
10875         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10876         unused.
10877         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10878         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10879         subnormal range.
10880         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10881         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10882         value has largest subnormal exponent.
10883         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10884         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10885         * sysdeps/aarch64/soft-fp/sfp-machine.h
10886         (_FP_TININESS_AFTER_ROUNDING): New macro.
10887         * sysdeps/alpha/soft-fp/sfp-machine.h
10888         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10889         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10890         Likewise.
10891         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10892         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10893         * sysdeps/mips/soft-fp/sfp-machine.h
10894         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10895         * sysdeps/powerpc/soft-fp/sfp-machine.h
10896         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10897         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10898         Likewise.
10899         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10900         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10901         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10902         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10903         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10904         Likewise.
10906 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10908         [BZ #16545]
10909         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10910         model 1.
10912 2014-02-12  Richard Henderson  <rth@redhat.com>
10914         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10915         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10916         * sysdeps/unix/sysv/linux/alpha: Move directory from
10917         ports/sysdeps/unix/sysv/linux/alpha.
10918         * README: Update listing for alpha-*-linux-gnu.
10920 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10922         * include/features.h: Update comment documenting feature test
10923         macros.
10924         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10925         _DEFAULT_SOURCE.
10926         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10927         (_SVID_SOURCE): Likewise.
10928         (_DEFAULT_SOURCE): Update description of default features.
10929         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10930         with _GNU_SOURCE.
10931         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10932         (S_ISVTX): Likewise.
10933         * manual/math.texi (Mathematical Constants): Likewise.
10934         * manual/signal.texi (Interrupted Primitives): Likewise.
10935         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10936         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10937         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10938         Don't refer to _SVID_SOURCE in warning text.
10940         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10942         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10943         already defined.
10944         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10945         * sysdeps/mips/dl-lookup.c: Remove.
10946         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10948 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10950         [BZ #16447]
10951         * math/auto-libm-test-in: Add testcase for expl.
10952         * math/auto-libm-test-out: Regenerate.
10953         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10954         calculation of unsafe.
10955         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10957 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10959         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10960         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10961         ports/sysdeps/unix/sysv/linux/aarch64.
10962         * README: Update listing for aarch64*-*-linux-gnu.
10964 2014-02-11  Will Newton  <will.newton@linaro.org>
10966         * manual/probes.texi (Mathematical Function Probes): Use
10967         "triggered" instead of "hit".
10969         * manual/probes.texi (Internal Probes): Add documentation
10970         of setjmp, longjmp and longjmp_target probes.
10972         * include/stap-probe.h: Add comment about probe argument
10973         format.
10975         * malloc/mtrace.c (attribute_hidden): Remove unused macro
10976         definition.  (tr_where, tr_freehook, tr_mallochook,
10977         tr_reallochook, tr_memalignhook): Use ANSI protoype.
10979 2014-02-11  David S. Miller  <davem@davemloft.net>
10981         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
10982         processing int_tests.
10984 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
10986         * sysdeps/mips: Move directory from ports/sysdeps/mips.
10987         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
10988         * sysdeps/unix/sysv/linux/mips: Move directory from
10989         ports/sysdeps/unix/sysv/linux/mips.
10990         * README: Update listing for mips-*-linux-gnu and
10991         mips64-*-linux-gnu.
10993 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
10995         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
10996         * sysdeps/unix/sysv/linux/m68k: Move directory from
10997         ports/sysdeps/unix/sysv/linux/m68k.
10998         * README: Update listing for m68k-*-linux-gnu.
11000 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11002         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11003         * sysdeps/unix/sysv/linux/generic: Move directory from
11004         ports/sysdeps/unix/sysv/linux/generic.
11005         * sysdeps/unix/sysv/linux/tile: Move directory from
11006         ports/sysdeps/unix/sysv/linux/tile.
11007         * README: Update listing for tile*-*-linux-gnu.
11009 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11011         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11012         __builtin_expect.
11013         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11014         * catgets/open_catalog.c (__open_catalog): Likewise.
11015         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11016         * debug/confstr_chk.c: Likewise.
11017         * debug/fread_chk.c (__fread_chk): Likewise.
11018         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11019         * debug/getgroups_chk.c: Likewise.
11020         * debug/mbsnrtowcs_chk.c: Likewise.
11021         * debug/mbsrtowcs_chk.c: Likewise.
11022         * debug/mbstowcs_chk.c: Likewise.
11023         * debug/memcpy_chk.c: Likewise.
11024         * debug/memmove_chk.c: Likewise.
11025         * debug/mempcpy_chk.c: Likewise.
11026         * debug/memset_chk.c: Likewise.
11027         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11028         * debug/strcat_chk.c (__strcat_chk): Likewise.
11029         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11030         * debug/strncat_chk.c (__strncat_chk): Likewise.
11031         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11032         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11033         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11034         * debug/wcpncpy_chk.c: Likewise.
11035         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11036         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11037         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11038         * debug/wcsncpy_chk.c: Likewise.
11039         * debug/wcsnrtombs_chk.c: Likewise.
11040         * debug/wcsrtombs_chk.c: Likewise.
11041         * debug/wcstombs_chk.c: Likewise.
11042         * debug/wmemcpy_chk.c: Likewise.
11043         * debug/wmemmove_chk.c: Likewise.
11044         * debug/wmempcpy_chk.c: Likewise.
11045         * debug/wmemset_chk.c: Likewise.
11046         * dirent/scandirat.c (SCANDIRAT): Likewise.
11047         * dlfcn/dladdr1.c (dladdr1): Likewise.
11048         * dlfcn/dladdr.c (dladdr): Likewise.
11049         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11050         * dlfcn/dlerror.c (__dlerror): Likewise.
11051         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11052         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11053         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11054         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11055         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11056         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11057         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11058         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11059         Likewise.
11060         * elf/dl-conflict.c: Likewise.
11061         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11062         * elf/dl-dst.h: Likewise.
11063         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11064         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11065         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11066         * elf/dl-init.c (call_init, _dl_init): Likewise.
11067         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11068         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11069         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11070         Likewise.
11071         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11072         Likewise.
11073         * elf/dl-minimal.c (__libc_memalign): Likewise.
11074         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11075         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11076         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11077         * elf/dl-sym.c (do_sym): Likewise.
11078         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11079         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11080         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11081         * elf/dl-writev.h (_dl_writev): Likewise.
11082         * elf/ldconfig.c (search_dir): Likewise.
11083         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11084         (dl_main): Likewise.
11085         * elf/setup-vdso.h (setup_vdso): Likewise.
11086         * grp/compat-initgroups.c (compat_call): Likewise.
11087         * grp/fgetgrent.c (fgetgrent): Likewise.
11088         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11089         * grp/putgrent.c (putgrent): Likewise.
11090         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11091         Likewise.
11092         * hurd/hurdinit.c: Likewise.
11093         * iconvdata/8bit-gap.c (struct): Likewise.
11094         * iconvdata/ansi_x3.110.c : Likewise.
11095         * iconvdata/big5.c : Likewise.
11096         * iconvdata/big5hkscs.c : Likewise.
11097         * iconvdata/cp1255.c: Likewise.
11098         * iconvdata/cp1258.c : Likewise.
11099         * iconvdata/cp932.c : Likewise.
11100         * iconvdata/euc-cn.c: Likewise.
11101         * iconvdata/euc-jisx0213.c : Likewise.
11102         * iconvdata/euc-jp.c: Likewise.
11103         * iconvdata/euc-jp-ms.c : Likewise.
11104         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11105         * iconvdata/gb18030.c : Likewise.
11106         * iconvdata/gbbig5.c (const): Likewise.
11107         * iconvdata/gbgbk.c: Likewise.
11108         * iconvdata/gbk.c : Likewise.
11109         * iconvdata/ibm1364.c : Likewise.
11110         * iconvdata/ibm930.c : Likewise.
11111         * iconvdata/ibm932.c: Likewise.
11112         * iconvdata/ibm933.c : Likewise.
11113         * iconvdata/ibm935.c : Likewise.
11114         * iconvdata/ibm937.c : Likewise.
11115         * iconvdata/ibm939.c : Likewise.
11116         * iconvdata/ibm943.c: Likewise.
11117         * iconvdata/iso_11548-1.c: Likewise.
11118         * iconvdata/iso-2022-cn.c : Likewise.
11119         * iconvdata/iso-2022-cn-ext.c : Likewise.
11120         * iconvdata/iso-2022-jp-3.c: Likewise.
11121         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11122         * iconvdata/iso-2022-kr.c : Likewise.
11123         * iconvdata/iso646.c (gconv_end): Likewise.
11124         * iconvdata/iso_6937-2.c : Likewise.
11125         * iconvdata/iso_6937.c : Likewise.
11126         * iconvdata/iso8859-1.c: Likewise.
11127         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11128         * iconvdata/shift_jisx0213.c : Likewise.
11129         * iconvdata/sjis.c : Likewise.
11130         * iconvdata/t.61.c : Likewise.
11131         * iconvdata/tcvn5712-1.c : Likewise.
11132         * iconvdata/tscii.c: Likewise.
11133         * iconvdata/uhc.c : Likewise.
11134         * iconvdata/unicode.c (gconv_end): Likewise.
11135         * iconvdata/utf-16.c (gconv_end): Likewise.
11136         * iconvdata/utf-32.c (gconv_end): Likewise.
11137         * iconvdata/utf-7.c (base64): Likewise.
11138         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11139         * iconv/gconv_close.c (__gconv_close): Likewise.
11140         * iconv/gconv_open.c (__gconv_open): Likewise.
11141         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11142         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11143         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11144         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11145         (ucs4le_internal_loop_single): Likewise.
11146         * iconv/iconv.c (iconv): Likewise.
11147         * iconv/iconv_close.c: Likewise.
11148         * iconv/loop.c (SINGLE): Likewise.
11149         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11150         * include/atomic.h: Likewise.
11151         * inet/inet6_option.c (option_alloc): Likewise.
11152         * intl/bindtextdom.c (set_binding_values): Likewise.
11153         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11154         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11155         * intl/localealias.c (read_alias_file): Likewise.
11156         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11157         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11158         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11159         * libio/fmemopen.c (fmemopen): Likewise.
11160         * libio/iofgets.c (_IO_fgets): Likewise.
11161         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11162         * libio/iofgetws.c (fgetws): Likewise.
11163         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11164         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11165         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11166         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11167         * locale/findlocale.c (_nl_find_locale): Likewise.
11168         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11169         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11170         Likewise.
11171         * locale/setlocale.c (setlocale): Likewise.
11172         * login/programs/pt_chown.c (main): Likewise.
11173         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11174         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11175         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11176         (mmap, mmap64, mremap, munmap): Likewise.
11177         * math/e_exp2l.c: Likewise.
11178         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11179         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11180         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11181         * math/s_catan.c (__catan): Likewise.
11182         * math/s_catanf.c (__catanf): Likewise.
11183         * math/s_catanh.c (__catanh): Likewise.
11184         * math/s_catanhf.c (__catanhf): Likewise.
11185         * math/s_catanhl.c (__catanhl): Likewise.
11186         * math/s_catanl.c (__catanl): Likewise.
11187         * math/s_ccosh.c (__ccosh): Likewise.
11188         * math/s_ccoshf.c (__ccoshf): Likewise.
11189         * math/s_ccoshl.c (__ccoshl): Likewise.
11190         * math/s_cexp.c (__cexp): Likewise.
11191         * math/s_cexpf.c (__cexpf): Likewise.
11192         * math/s_cexpl.c (__cexpl): Likewise.
11193         * math/s_clog10.c (__clog10): Likewise.
11194         * math/s_clog10f.c (__clog10f): Likewise.
11195         * math/s_clog10l.c (__clog10l): Likewise.
11196         * math/s_clog.c (__clog): Likewise.
11197         * math/s_clogf.c (__clogf): Likewise.
11198         * math/s_clogl.c (__clogl): Likewise.
11199         * math/s_csin.c (__csin): Likewise.
11200         * math/s_csinf.c (__csinf): Likewise.
11201         * math/s_csinh.c (__csinh): Likewise.
11202         * math/s_csinhf.c (__csinhf): Likewise.
11203         * math/s_csinhl.c (__csinhl): Likewise.
11204         * math/s_csinl.c (__csinl): Likewise.
11205         * math/s_csqrt.c (__csqrt): Likewise.
11206         * math/s_csqrtf.c (__csqrtf): Likewise.
11207         * math/s_csqrtl.c (__csqrtl): Likewise.
11208         * math/s_ctan.c (__ctan): Likewise.
11209         * math/s_ctanf.c (__ctanf): Likewise.
11210         * math/s_ctanh.c (__ctanh): Likewise.
11211         * math/s_ctanhf.c (__ctanhf): Likewise.
11212         * math/s_ctanhl.c (__ctanhl): Likewise.
11213         * math/s_ctanl.c (__ctanl): Likewise.
11214         * math/w_pow.c: Likewise.
11215         * math/w_powf.c: Likewise.
11216         * math/w_powl.c: Likewise.
11217         * math/w_scalb.c (sysv_scalb): Likewise.
11218         * math/w_scalbf.c (sysv_scalbf): Likewise.
11219         * math/w_scalbl.c (sysv_scalbl): Likewise.
11220         * misc/error.c (error_tail): Likewise.
11221         * misc/pselect.c (__pselect): Likewise.
11222         * nis/nis_callback.c (__nis_create_callback): Likewise.
11223         * nis/nis_call.c (__nisfind_server): Likewise.
11224         * nis/nis_creategroup.c (nis_creategroup): Likewise.
11225         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11226         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11227         * nis/nis_getservlist.c (nis_getservlist): Likewise.
11228         * nis/nis_lookup.c (nis_lookup): Likewise.
11229         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
11230         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11231         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
11232         * nis/nis_xdr.c (xdr_endpoint): Likewise.
11233         * nis/nss_compat/compat-grp.c (getgrent_next_file)
11234         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11235         * nis/nss_compat/compat-initgroups.c (add_group)
11236         (internal_getgrent_r): Likewise.
11237         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11238         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11239         * nis/nss_compat/compat-spwd.c (getspent_next_file)
11240         (internal_getspnam_r): Likewise.
11241         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11242         (_nss_nis_getaliasbyname_r): Likewise.
11243         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11244         (_nss_nis_getntohost_r): Likewise.
11245         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11246         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11247         (_nss_nis_getgrgid_r): Likewise.
11248         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11249         (internal_nis_gethostent_r, internal_gethostbyname2_r)
11250         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11251         (_nss_nis_gethostbyname4_r): Likewise.
11252         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11253         (initgroups_netid): Likewise.
11254         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11255         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11256         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11257         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11258         (_nss_nis_getprotobynumber_r): Likewise.
11259         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11260         (_nss_nis_getsecretkey): Likewise.
11261         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11262         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11263         (_nss_nis_getpwuid_r): Likewise.
11264         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11265         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11266         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11267         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11268         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11269         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
11270         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11271         Likewise.
11272         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11273         (_nss_nisplus_getntohost_r): Likewise.
11274         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11275         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11276         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11277         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
11278         Likewise.
11279         * nis/nss_nisplus/nisplus-initgroups.c
11280         (_nss_nisplus_initgroups_dyn): Likewise.
11281         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
11282         (_nss_nisplus_getnetbyaddr_r): Likewise.
11283         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
11284         (_nss_nisplus_getprotobynumber_r): Likewise.
11285         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
11286         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
11287         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
11288         Likewise.
11289         * nis/nss_nisplus/nisplus-service.c
11290         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
11291         (_nss_nisplus_getservbyport_r): Likewise.
11292         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
11293         (_nss_nisplus_getspnam_r): Likewise.
11294         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
11295         Likewise.
11296         * nscd/aicache.c (addhstaiX): Likewise.
11297         * nscd/cache.c (cache_search, prune_cache): Likewise.
11298         * nscd/connections.c (register_traced_file, send_ro_fd)
11299         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11300         (main_loop_epoll): Likewise.
11301         * nscd/grpcache.c (addgrbyX): Likewise.
11302         * nscd/hstcache.c (addhstbyX): Likewise.
11303         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11304         * nscd/mem.c (gc, mempool_alloc): Likewise.
11305         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11306         (addinnetgrX): Likewise.
11307         * nscd/nscd-client.h (__nscd_acquire_maplock)
11308         (__nscd_drop_map_ref): Likewise.
11309         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11310         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11311         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11312         Likewise.
11313         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11314         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11315         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11316         (__nscd_get_map_ref): Likewise.
11317         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11318         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11319         Likewise.
11320         * nscd/pwdcache.c (addpwbyX): Likewise.
11321         * nscd/selinux.c (preserve_capabilities): Likewise.
11322         * nscd/servicescache.c (addservbyX): Likewise.
11323         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11324         * posix/fnmatch.c (fnmatch): Likewise.
11325         * posix/getopt.c (_getopt_internal_r): Likewise.
11326         * posix/glob.c (glob, glob_in_dir): Likewise.
11327         * posix/wordexp.c (exec_comm_child): Likewise.
11328         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11329         (getanswer_r, gaih_getanswer_slice): Likewise.
11330         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11331         * resolv/res_init.c: Likewise.
11332         * resolv/res_mkquery.c (res_nmkquery): Likewise.
11333         * resolv/res_query.c (__libc_res_nquery): Likewise.
11334         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11335         Likewise.
11336         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11337         * stdio-common/perror.c (perror): Likewise.
11338         * stdio-common/printf_fp.c (___printf_fp): Likewise.
11339         * stdio-common/tmpnam.c (tmpnam): Likewise.
11340         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11341         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
11342         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11343         Likewise.
11344         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11345         * stdlib/putenv.c (putenv): Likewise.
11346         * stdlib/setenv.c (__add_to_environ): Likewise.
11347         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11348         * stdlib/strtol_l.c (INTERNAL): Likewise.
11349         * string/memmem.c (memmem): Likewise.
11350         * string/strerror.c (strerror): Likewise.
11351         * string/strnlen.c (__strnlen): Likewise.
11352         * string/test-memmem.c (simple_memmem): Likewise.
11353         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11354         * sunrpc/pm_getport.c (__get_socket): Likewise.
11355         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11356         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
11357         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11358         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
11359         Likewise.
11360         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11361         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11362         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11363         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11364         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
11365         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11366         Likewise.
11367         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11368         Likewise.
11369         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11370         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11371         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11372         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11373         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11374         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11375         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11376         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11377         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11378         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11379         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11380         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11381         Likewise.
11382         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11383         Likewise.
11384         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11385         Likewise.
11386         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11387         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11388         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11389         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11390         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11391         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11392         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11393         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11394         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11395         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11396         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11397         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11398         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11399         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11400         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11401         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11402         Likewise.
11403         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11404         Likewise.
11405         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11406         Likewise.
11407         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11408         Likewise.
11409         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11410         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11411         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11412         Likewise.
11413         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11414         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11415         * sysdeps/posix/opendir.c (__opendirat): Likewise.
11416         * sysdeps/posix/sleep.c: Likewise.
11417         * sysdeps/posix/tempname.c: Likewise.
11418         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11419         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11420         Likewise.
11421         * sysdeps/powerpc/powerpc32/dl-machine.h
11422         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
11423         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11424         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11425         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11426         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11427         Likewise.
11428         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
11429         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11430         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11431         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11432         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11433         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11434         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11435         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11436         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11437         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11438         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11439         (elf_machine_lazy_rel): Likewise.
11440         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11441         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11442         (elf_machine_lazy_rel): Likewise.
11443         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11444         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11445         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11446         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11447         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11448         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11449         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11450         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11451         Likewise.
11452         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11453         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11454         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11455         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11456         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11457         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11458         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11459         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11460         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11461         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11462         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11463         Likewise.
11464         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11465         (__posix_fallocate64_l64): Likewise.
11466         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11467         (posix_fallocate): Likewise.
11468         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11469         Likewise.
11470         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11471         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11472         (getifaddrs_internal): Likewise.
11473         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11474         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11475         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11476         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11477         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11478         (__posix_fallocate64_l64): Likewise.
11479         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11480         Likewise.
11481         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11482         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11483         (__get_clockfreq): Likewise.
11484         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11485         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11486         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11487         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11488         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11489         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11490         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11491         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11492         Likewise.
11493         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11494         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11495         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11496         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11497         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11498         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11499         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11500         Likewise.
11501         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11502         (posix_fallocate): Likewise.
11503         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11504         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11505         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11506         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11507         (elf_machine_rela, elf_machine_rela_relative)
11508         (elf_machine_lazy_rel): Likewise.
11509         * time/asctime.c (asctime_internal): Likewise.
11510         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11511         * time/tzset.c (__tzset_parse_tz): Likewise.
11512         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11513         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11514         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11515         * wcsmbs/wcsmbsload.h: Likewise.
11517         [BZ #15894]
11518         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11520         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11521         (arena_get2): Remove THREAD_STATS conditionals.
11522         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11523         (__malloc_stats, int): Likewise.
11525 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11527         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11528         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11530         * manual/setjmp.texi: Fix typos/grammar errors.
11532         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11533         Only return early when n is <= 0.  Delete unused return statement.
11535         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11536         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11537         * debug/tst-longjmp_chk3.c: New file.
11539         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11540         (test_main): Replace code with set_fortify_handler call.
11541         * debug/test-strcpy_chk.c: Likewise.
11542         * debug/tst-chk1.c: Likewise.
11543         * debug/tst-longjmp_chk.c: Likewise.
11544         * test-skeleton.c: Include fcntl.h & paths.h
11545         (set_fortify_handler): Define.
11547         * debug/tst-longjmp_chk.c: Add header comment and include
11548         ../test-skeleton.c.
11549         (do_test): Mark static.
11550         (TEST_FUNCTION): Define.
11552         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11553         (IP_PMTUDISC_INTERFACE): Likewise.
11554         (IP_MULTICAST_IF): Likewise.
11555         (IP_MULTICAST_TTL): Likewise.
11556         (IP_MULTICAST_LOOP): Likewise.
11557         (IP_ADD_MEMBERSHIP): Likewise.
11558         (IP_DROP_MEMBERSHIP): Likewise.
11559         (IP_UNBLOCK_SOURCE): Likewise.
11560         (IP_BLOCK_SOURCE): Likewise.
11561         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11562         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11563         (IP_MSFILTER): Likewise.
11564         (MCAST_JOIN_GROUP): Likewise.
11565         (MCAST_BLOCK_SOURCE): Likewise.
11566         (MCAST_UNBLOCK_SOURCE): Likewise.
11567         (MCAST_LEAVE_GROUP): Likewise.
11568         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11569         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11570         (MCAST_MSFILTER): Likewise.
11571         (IP_MULTICAST_ALL): Likewise.
11572         (IP_UNICAST_IF): Likewise.
11574         * timezone/Makefile: Delete $(have-ksh) check.
11575         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11576         * timezone/tzselect.ksh: Add +x mode bits.
11578         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11579         (ANON_INODE_FS_MAGIC): Likewise.
11580         (BDEVFS_MAGIC): Likewise.
11581         (BINFMTFS_MAGIC): Likewise.
11582         (BTRFS_TEST_MAGIC): Likewise.
11583         (CRAMFS_MAGIC_WEND): Likewise.
11584         (DEBUGFS_MAGIC): Likewise.
11585         (ECRYPTFS_SUPER_MAGIC): Likewise.
11586         (EXT3_SUPER_MAGIC): Likewise.
11587         (EXT4_SUPER_MAGIC): Likewise.
11588         (FUTEXFS_SUPER_MAGIC): Likewise.
11589         (HOSTFS_SUPER_MAGIC): Likewise.
11590         (HUGETLBFS_MAGIC): Likewise.
11591         (MINIX3_SUPER_MAGIC): Likewise.
11592         (MTD_INODE_FS_MAGIC): Likewise.
11593         (NILFS_SUPER_MAGIC): Likewise.
11594         (OPENPROM_SUPER_MAGIC): Likewise.
11595         (PIPEFS_MAGIC): Likewise.
11596         (PSTOREFS_MAGIC): Likewise.
11597         (QNX6_SUPER_MAGIC): Likewise.
11598         (RAMFS_MAGIC): Likewise.
11599         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11600         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11601         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11602         (SECURITYFS_MAGIC): Likewise.
11603         (SELINUX_MAGIC): Likewise.
11604         (SMACK_MAGIC): Likewise.
11605         (SOCKFS_MAGIC): Likewise.
11606         (SQUASHFS_MAGIC): Likewise.
11607         (STACK_END_MAGIC): Likewise.
11608         (TMPFS_MAGIC): Likewise.
11609         (USBDEVICE_SUPER_MAGIC): Likewise.
11610         (V9FS_MAGIC): Likewise.
11611         (XENFS_SUPER_MAGIC): Likewise.
11612         (CRAMFS_MAGIC): Fix typo in comment.
11613         (EXT2_SUPER_MAGIC): Update comment.
11614         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11616 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11618         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11619         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11620         * sysdeps/unix/sysv/linux/arm: Move directory from
11621         ports/sysdeps/unix/sysv/linux/arm.
11622         * README: Update listing for arm-*-linux-gnueabi.
11624         * README: Remove mention of am33.
11626 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11628         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11629         than the comma operator, to avoid "rhs of comma has no effect"
11630         compiler warnings.
11631         (__sigfillset, __sigandset, __sigorset): Likewise.
11632         * include/signal.h (__sigemptyset): Likewise.
11633         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11635 2014-02-07  Allan McRae  <allan@archlinux.org>
11637         * version.h (RELEASE): Set to "development".
11638         (VERSION): Set to "2.19.90"
11639         * NEWS: Add 2.20 section.
11641 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11643         [BZ #16529]
11644         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11646 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11648         * manual/contrib.texi: Update entry for Carlos O'Donell,
11649         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11651 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11653         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11655         * sysdeps/unix/sysv/linux/kernel-features.h
11656         [__LINUX_KERNEL_VERSION >= 0x020621]
11657         (__ASSUME_PROC_PID_TASK_COMM): Define.
11659 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11661         [BZ #16398]
11662         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11663         conversion when destination buffer does not have enough space.
11664         * libio/tst-ftell-partial-wide.c: New test case.
11665         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11667         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11668         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11669         Leonard and Allan McRae.
11671 2014-02-04  David S. Miller  <davem@davemloft.net>
11673         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11674         32-bit.
11676 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11679         New file
11680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11681         New file
11682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11683         New file.
11684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11685         New file.
11686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11687         New file.
11688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11689         New file.
11690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11691         New file.
11692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11693         New file.
11694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11695         New file.
11696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11697         New file.
11698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11699         New file.
11700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11701         New file.
11702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11703         New file.
11705 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11707         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11708         * shlib-versions: Likewise.
11710 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11711             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11713         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11714         (abilist-pattern): New variable, set to %-le.abilist.
11716         * Makerules (abilist-pattern): New variable.
11717         (vpath): Use $(abilist-pattern) in place of %.abilist.
11718         (check-abi-% pattern rule): Likewise.
11719         (check-abi, update-abi): Likewise.
11721 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11723         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11725 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11727         * manual/startup.texi: Add next, previous, and top entries for
11728         the `Program Arguments' and `Environment Variables' nodes.
11730 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11732         * manual/macros.texi: Add comments before MTASC-safety macros.
11734         * manual/users.texi: Document MTASC-safety properties.
11736         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11737         (pthread_getspecific, pthread_setspecific): Format with
11738         @deftypefun, and add @safety note.
11739         * manual/signal.texi: Move comments that analyze the above
11740         functions to their home place.
11742 2014-02-03  Allan McRae  <allan@archlinux.org>
11744         * po/sl.po: Update Slovenian translation from translation project.
11746 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11748         * manual/time.texi (timegm): Add missing blank after @c.
11749         Reported by Joseph Myers <joseph@codesourcery.com>.
11751 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11753         * manual/check-safety.sh: New.
11754         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11756         * manual/terminal.texi: Document MTASC-safety properties.
11758         * manual/filesys.texi: Document MTASC-safety properties.
11760         * manual/errno.texi: Document MTASC-safety properties.
11762         * manual/intro.texi: Document safety identifiers and
11763         conditionals.
11765         * manual/string.texi (wcstok): Fix prototype.
11766         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11768         * manual/time.texi: Document MTASC-safety properties.
11770         * manual/string.texi: Document MTASC-safety properties.
11772         * manual/threads.texi: Document MTASC-safety properties.
11774         * manual/stdio.texi: Document MTASC-safety properties.
11776         * manual/syslog.texi: Document MTASC-safety properties.
11778         * manual/sysinfo.texi: Document MTASC-safety properties.
11780         * manual/startup.texi: Document MTASC-safety properties.
11782         * manual/socket.texi: Document MTASC-safety properties.
11784         * manual/signal.texi: Document MTASC-safety properties.
11786 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11788         * manual/setjmp.texi: Document MTASC-safety properties.
11790         * manual/search.texi: Document MTASC-safety properties.
11792         * manual/resource.texi: Document MTASC-safety properties.
11794         * manual/process.texi: Document MTASC-safety properties.
11796         * manual/platform.texi: Document MTASC-safety properties.
11798         * manual/pipe.texi: Document MTASC-safety properties.
11800         * manual/pattern.texi: Document MTASC-safety properties.
11802         * manual/message.texi: Document MTASC-safety properties.
11804         [BZ #12751]
11805         * manual/memory.texi: Document MTASC-safety properties.
11807         * manual/math.texi: Document MTASC-safety properties.
11809         * manual/locale.texi: Document MTASC-safety properties.
11811         * manual/llio.texi: Document MTASC-safety properties.
11813         * manual/libdl.texi: New.
11815         * manual/lang.texi: Document MTASC-safety properties.
11817         * manual/job.texi: Document MTASC-safety properties.
11819         * manual/getopt.texi: Document MTASC-safety properties.
11821         * manual/ctype.texi: Document MTASC-safety properties.
11823 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11825         [BZ #16046]
11826         * csu/libc-tls.c (static_map): Remove variable.
11827         (__libc_setup_tls): Use main executable's link map for TLS data.
11828         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11829         casing for LM_ID_BASE and GL(dl_nns).
11830         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11831         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11832         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11833         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11834         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11835         member.
11836         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11837         l_phnum members.
11839 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11841         * manual/debug.texi: Document MTASC-safety properties.
11843 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11845         [BZ #16510]
11846         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11847         of __x86_64__ when disabling x87 inline functions.
11849 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11851         * manual/charset.texi: Document MTASC-safety properties.
11853         * manual/crypt.texi: Document MTASC-safety properties.
11855         * manual/conf.texi: Document MTASC-safety properties.
11857         * manual/arith.texi: Document MTASC-safety properties.
11859         * manual/argp.texi: Document MTASC-safety properties.
11861         * manual/macros.texi: Introduce macros to document multi
11862         thread, asynchronous signal and asynchronous cancellation
11863         safety properties.
11864         * manual/intro.texi: Introduce the properties themselves.
11866 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11868         * sysdeps/sh/sh4/Makefile: New file.
11870 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11872         * math/gen-libm-test.pl ($srcdir): New variable.
11873         ($auto_input): Use it.
11875 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11877         [BZ #16506]
11878         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11879         access beyond array bounds when parsing netgroups file.
11881         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11882         the old buffer before realloc.
11884 2014-01-27  Allan McRae  <allan@archlinux.org>
11886         * po/fr.po: Update French translation from translation project.
11888 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11890         * sysdeps/sh/libm-test-ulps: Regenerate.
11892 2014-01-24  David S. Miller  <davem@davemloft.net>
11894         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11896 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11898         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11899         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11901 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11903         [BZ #16474]
11904         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11905         string pointers after reallocation.
11907 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11909         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11910         __SH4A__ instead of __SH_FPU_ANY__.
11912 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11914         * sysdeps/sh/fpu_control.h: New file.
11915         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11916         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11917         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11918         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11919         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11920         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11921         * sysdeps/sh/sys/ucontext.h: Remove.
11922         * sysdeps/sh/sys: Remove directory.
11924 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11926         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11927         s390/sys/ucontext.h.
11928         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11929         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11931 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11933         [BZ #15605]
11934         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11936 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11938         [BZ#16431]
11939         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11940         Adjust the vDSO correctly for internal calls.
11941         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11943 2014-01-20  Allan McRae  <allan@archlinux.org>
11945         * po/ca.po: Update Catalan translation from translation project.
11947 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11949         * sysdeps/s390/sotruss-lib.c: New file.
11951 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11953         [BZ#16430]
11954         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11955         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11956         local calls issues by not having a PLT stub required for IFUNC calls.
11957         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11959 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11961         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11962         * math/test-fpucw-static.c: Likewise.
11964 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11966         [BZ #16453]
11967         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11969 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11971         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11972         implementation for powerpc.
11974 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
11976         [BZ #14782]
11977         * sysdeps/posix/system.c (__libc_system): Do not enable
11978         asynchronous cancellation.
11980 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11982         [BZ #16427]
11983         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
11984         handling only for numbers special also in the IEEE case.
11986 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11988         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11990 2014-01-11  Allan McRae  <allan@archlinux.org>
11992         * po/bg.po: Update Bulgarian translation from translation project.
11994         * po/de.po: Update German translation from translation project.
11996 2014-01-10  Roland McGrath  <roland@hack.frob.com>
11998         * sysdeps/generic/gcc-compat.h: New file.
12000 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12002         * benchtests/asin-inputs: Correct slow inputs.
12003         * benchtests/acos-inputs: Likewise.
12005 2014-01-10  Allan McRae  <allan@archlinux.org>
12007         * po:sv.po: Update Swedish translation from translation project.
12009         * po/vi.po: Update Vietnamese translation from translation project.
12011         * po/eo.po: Update Esperanto translation from translation project.
12013         * po/cs.po: Update Czech translation from translation project.
12015         * po/nl.po: Update Dutch translation from translation project.
12017         * po/pl.po: Update Polish translation from translation project.
12019         * po/ru.po: Update Russian translation from translation project.
12021         * po/uk.po: Update Ukrainian translation from translation project.
12023 2014-01-08  Brooks Moses  <bmoses@google.com>
12025         * elf/dl-load.c: Fix comment typo.
12027 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12029         * po/header.pot: Rename to...
12030         * po/pot.header: ... this.
12031         * po/Makefile: Use pot.header.
12033 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12034             Maxim Kuvyrkov  <maxim@kugelworks.com>
12036         [BZ #16394]
12037         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12038         SRC and DEST against LEN.
12040 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12042         [BZ #16414]
12043         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12044         implementation.
12045         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12047 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12049         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12051 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12053         [BZ #16408]
12054         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12055         for large positive arguments.
12057 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12059         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12061         * math/auto-libm-test-in: Mark various tests with
12062         xfail-rounding:ldbl-128ibm.
12063         * math/auto-libm-test-out: Regenerated.
12065         [BZ #16407]
12066         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12067         Increase overflow threshold.
12069 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12071         [BZ #14286]
12072         * stdio-common/vfprintf.c: Check for integer overflow.
12074 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12076         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12077         the first argument and return value of __tls_get_addr_internal.
12079 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12081         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12082         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12084 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12086         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12087         * sysdeps/s390/rtld-global-offsets.sym: New file.
12088         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12089         GLIBC_2.19 symbol.
12090         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12091         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12092         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12093         ... this.
12094         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12095         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12096         ... this.
12097         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12098         Regenerate.
12099         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12100         Regenerate.
12101         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12102         halfs of GPRs for high_gprs contexts.
12103         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12104         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12105         field.
12106         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12107         uc_flags field.
12108         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12109         64 bit versions:
12110         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12111         for high GPRs (uc_high_gprs) and for future extensions
12112         (__reserved).
12113         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12114         for future extensions (__reserved).
12115         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12116         64 bit versions:
12117         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12118         SC_HIGHGPRS offset definition.
12119         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12120         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12122         * Versions.def: Add GLIBC_2.19 for libpthread.
12123         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12124         siglongjmp for libpthread with GLIBC_2.19 symver.
12125         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12126         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12127         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12128         * sysdeps/s390/__longjmp.c: New file.
12129         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12130         * sysdeps/s390/longjmp.c: New file.
12131         * sysdeps/s390/setjmp.S: New file.
12132         * sysdeps/s390/sigjmp.S: New file.
12133         * sysdeps/s390/v1-longjmp.c: New file.
12134         * sysdeps/s390/v1-setjmp.h: New file.
12135         * sysdeps/s390/v1-sigjmp.c: New file.
12136         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12137         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12138         GLIBC_2.19 version.
12139         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12140         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12141         versioned symbols for ____longjmp_chk.
12142         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12143         Likewise.
12144         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12145         Regenerate.
12146         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12147         Regenerate.
12148         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12149         Regenerate.
12150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12151         Regenerate.
12152         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12153         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12154         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12155         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12156         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12157         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12158         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12159         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12160         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12161         * sysdeps/s390/rtld-__longjmp.c: New file.
12162         * sysdeps/s390/rtld-setjmp.S: New file.
12164 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12166         [BZ #16400]
12167         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12168         Return -__logl (x) for small positive arguments without evaluating
12169         a polynomial.
12171 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12173         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12174         Rename to ...
12175         (__ptrace_peeksiginfo_args): ... this.
12176         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12177         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12178         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12180 2014-01-06  Allan McRae  <allan@archlinux.org>
12182         * inet/netinet/in.h: Fix typo in comment.
12184 2014-01-05  Andreas Jaeger  <aj@suse.de>
12186         * sysdeps/i386/fpu/libm-test-ulps: Update.
12188 2014-01-05  Allan McRae  <allan@archlinux.org>
12190         * po/libc.pot: Regenerated.
12192         * malloc/memusagestat.c: Fix gettext call formatting.
12194 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12196         * nscd/nscd.c: Improve usage() output.
12198 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
12200         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12201         * sysdeps/unix/sysv/linux/configure: Regenerated.
12202         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12203         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12205 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12207         [BZ #16390]
12208         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12209         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12211 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12213         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12214         extra tokens at end of #undef directive.
12215         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12216         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12217         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12219 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12221         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12223         * math/auto-libm-test-in: Mark various tests with
12224         xfail-rounding:ldbl-128ibm.
12225         * math/auto-libm-test-out: Regenerated.
12227 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
12229         [BZ #16386]
12230         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12231         numbers with subnormal high part when calculating exponent.
12233         [BZ #16385]
12234         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12235         fabs.
12237         [BZ #16384]
12238         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12239         M_LN2l.
12240         (__ieee754_acoshl): Use __log1pl not __log1p.
12242 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
12244         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12245         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12246         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12247         (grow_heap, heap_trim, _int_new_arena, get_free_list)
12248         (reused_arena, arena_get2): Convert to GNU style.
12249         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12250         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12251         (memalign_check, __malloc_set_state): Likewise.
12252         * malloc/mallocbug.c (main): Likewise.
12253         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12254         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12255         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12256         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12257         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12258         (__posix_memalign, malloc_info): Likewise.
12259         * malloc/malloc.h: Likewise.
12260         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12261         (mallochook, memalignhook, reallochook, mabort): Likewise.
12262         * malloc/mcheck.h: Likewise.
12263         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12264         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
12265         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12266         * malloc/morecore.c (__default_morecore): Likewise.
12267         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
12268         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12269         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12270         (print_and_abort): Likewise.
12271         * malloc/obstack.h: Likewise.
12272         * malloc/set-freeres.c (__libc_freeres): Likewise.
12273         * malloc/tst-mallocstate.c (main): Likewise.
12274         * malloc/tst-mtrace.c (main): Likewise.
12275         * malloc/tst-realloc.c (do_test): Likewise.
12277 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12279         [BZ #16366]
12280         * nscd/netgroupcache.c (do_notfound): New function.
12281         (addgetnetgrentX): Use it.
12283         [BZ # 16365]
12284         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
12285         NSS_STATUS_NOTFOUND.
12287 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
12289         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
12290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12292 2014-01-01  Allan McRae  <allan@archlinux.org>
12294         * scripts/update-copyrights: Update configure input file suffix.
12296         * NEWS: Update copyright year.
12297         * catgets/gencat.c: Likewise.
12298         * csu/version.c: Likewise.
12299         * debug/catchsegv.sh: Likewise.
12300         * debug/pcprofiledump.c: Likewise.
12301         * debug/xtrace.sh: Likewise.
12302         * elf/ldconfig.c: Likewise.
12303         * elf/ldd.bash.in: Likewise.
12304         * elf/pldd.c: Likewise.
12305         * elf/sotruss.ksh: Likewise.
12306         * elf/sprof.c: Likewise.
12307         * iconv/iconv_prog.c: Likewise.
12308         * iconv/iconvconfig.c: Likewise.
12309         * locale/programs/locale.c: Likewise.
12310         * locale/programs/localedef.c: Likewise.
12311         * login/programs/pt_chown.c: Likewise.
12312         * malloc/memusage.sh: Likewise.
12313         * malloc/memusagestat.c: Likewise.
12314         * malloc/mtrace.pl: Likewise.
12315         * manual/libc.texinfo: Likewise.
12316         * nscd/nscd.c: Likewise.
12317         * nss/getent.c: Likewise.
12318         * nss/makedb.c: Likewise.
12319         * posix/getconf.c: Likewise.
12320         * scripts/test-installation.pl: Likewise.
12322         * All files with FSF copyright notices: Update copyright dates
12323         using scripts/update-copyrights.
12324         * intl/plural.c: Regenerated.
12325         * locale/programs/charmap-kw.h: Likewise.
12326         * locale/programs/locfile-kw.h: Likewise.
12328 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
12330         * sysdeps/unix/sysv/linux/configure: Regenerated.
12331         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12332         the linux/fanotify.h header.
12333         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12334         HAVE_LINUX_FANOTIFY_H is defined.
12336 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
12338         * benchtests/cos-inputs: New inputs.
12339         * benchtests/sin-inputs: Likewise.
12341         * benchtests/atan-inputs: New inputs. Fix name of multiple
12342         precision fallback inputs.
12344         * benchtests/atanh-inputs: New inputs.
12345         * benchtests/tanh-inputs: Likewise.
12347         * benchtests/acosh-inputs: New inputs.
12348         * benchtests/asinh-inputs: Likewise.
12350         * benchtests/cosh-inputs: New inputs.
12351         * benchtests/sinh-inputs: Likewise.
12353         * benchtests/acos-inputs: Add more inputs.
12354         * benchtests/asin-inputs: Likewise.
12356 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
12358         [BZ #16375]
12359         * manual/arith.texi: Fix spelling.
12360         * manual/charset.texi: Likewise.
12361         * manual/errno.texi: Likewise.
12362         * manual/filesys.texi: Likewise.
12363         * manual/lang.texi: Likewise.
12364         * manual/llio.texi: Likewise.
12365         * manual/locale.texi: Likewise.
12366         * manual/message.texi: Likewise.
12367         * manual/resource.texi: Likewise.
12368         * manual/search.texi: Likewise.
12369         * manual/setjmp.texi: Likewise.
12370         * manual/stdio.texi: Likewise.
12371         * manual/string.texi: Likewise.
12372         * manual/sysinfo.texi: Likewise.
12373         * manual/time.texi: Likewise.
12375 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
12377         * po/sl.po: New file.
12379 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
12381         * .gitignore: Add core/.gdbinit/.gdb_history.
12383 2013-12-27  Allan McRae  <allan@archlinux.org>
12385         [BZ #16369]
12386         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12387         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12389 2013-12-24  Brooks Moses  <bmoses@google.com>
12391         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12392         all compilers that claim C++98 compliance, not just GCC.
12393         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12394         Likewise.
12396 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12398         * NEWS: Restore accidentally deleted bug-fix entries.
12400 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12401             Ondřej Bílka  <neleai@seznam.cz>
12403         [BZ #15073]
12404         * malloc/malloc.c (_int_free): Perform sanity check only if we
12405         have_lock.
12407 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
12409         [BZ #12986]
12410         * manual/stdio.texi (String Input Conversions): Clarify that character
12411         classes are not supported.
12413 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12415         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12417 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
12419         [BZ #16337]
12420         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12421         Calculate results for small negative arguments directly rather
12422         than using reflection formula with special underflow handling.
12424         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12425         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12426         sysdeps/unix/bsd/bsd4.4/syscalls.list.
12427         (fchflags): Likewise.
12428         (revoke): Likewise.
12429         (setlogin): Likewise.
12430         (sigaltstack): Likewise.
12431         (wait4): Likewise.
12432         (sigblock): Remove.
12433         (sigsetmask): Likewise.
12434         (wait3): Likewise.
12435         (waitpid): Likewise.
12436         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12437         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12438         file.
12439         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12440         * sysdeps/unix/bsd/Makefile: ... here.
12441         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12442         * sysdeps/unix/bsd/Versions: ... here.
12443         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12444         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12445         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12446         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12447         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12448         * sysdeps/unix/bsd/sigblock.c: ... here.
12449         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12450         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12451         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12452         * sysdeps/unix/bsd/sigvec.c: ... here.
12453         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12454         * sysdeps/unix/bsd/tcdrain.c: ... here.
12455         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12456         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12457         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12458         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12459         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12460         * sysdeps/unix/bsd/wait.c: ... here.
12461         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12462         * sysdeps/unix/bsd/wait3.c: ... here.
12463         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12464         * sysdeps/unix/bsd/waitpid.c: ... here.
12466 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12468         [BZ #16356]
12469         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12470         round-to-nearest for [!USE_AS_EXPM1L].
12471         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12472         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12473         more tests of exp and exp10.  Expect some exp10 tests to miss
12474         exceptions or fail in directed rounding modes.
12475         * math/auto-libm-test-out: Regenerated.
12476         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12477         (exp10_test_tonearest): New function.
12478         (exp10_towardzero_test_data): New array.
12479         (exp10_test_towardzero): New function.
12480         (exp10_downward_test_data): New array.
12481         (exp10_test_downward): New function.
12482         (exp10_upward_test_data): New array.
12483         (exp10_test_upward): New function.
12484         (main): Call the new functions.
12485         * sysdeps/i386/fpu/libm-test-ulps: Update.
12486         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12488 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12490         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12491         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12492         * math/auto-libm-test-out: Regenerated.
12493         * math/libm-test.inc (acosh_test_data): Add more tests.
12494         (atanh_test_data): Likewise.
12495         (ceil_test_data): Likewise.
12496         (copysign_test_data): Likewise.
12497         * sysdeps/i386/fpu/libm-test-ulps: Update.
12498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12500         * timezone/checktab.awk: Update from tzcode 2013i.
12501         * timezone/private.h: Likewise.
12502         * timezone/scheck.c: Likewise.
12503         * timezone/tzfile.h: Likewise.
12504         * timezone/tzselect.ksh: Likewise.
12505         * timezone/zdump.c: Likewise.
12506         * timezone/zic.c: Likewise.
12508         * math/auto-libm-test-in: Add tests of cpow.
12509         * math/auto-libm-test-out: Regenerated.
12510         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12511         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12512         mpc_cc_c.
12513         (func_calc_desc): Add mpc_cc_c union field.
12514         (test_functions): Add cpow.
12515         (special_fill_2pi): New function.
12516         (special_real_inputs): Add 2pi.
12517         (calc_generic_results): Handle mpc_cc_c.
12518         * sysdeps/i386/fpu/libm-test-ulps: Update.
12519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12521         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12522         csqrt, ctan and ctanh.
12523         * math/auto-libm-test-out: Regenerated.
12524         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12525         (TEST_COND_x86): Likewise.
12526         (ccos_test_data): Use AUTO_TESTS_c_c.
12527         (ccosh_test_data): Likewise.
12528         (cexp_test_data): Likewise.
12529         (clog_test_data): Likewise.
12530         (csqrt_test_data): Likewise.
12531         (ctan_test_data): Likewise.
12532         (ctan_tonearest_test_data): Likewise.
12533         (ctan_towardzero_test_data): Likewise.
12534         (ctan_downward_test_data): Likewise.
12535         (ctan_upward_test_data): Likewise.
12536         (ctanh_test_data): Likewise.
12537         (ctanh_tonearest_test_data): Likewise.
12538         (ctanh_towardzero_test_data): Likewise.
12539         (ctanh_downward_test_data): Likewise.
12540         (ctanh_upward_test_data): Likewise.
12541         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12542         mpc_c_c.
12543         (func_calc_desc): Add mpc_c_c union field.
12544         (FUNC_mpc_c_c): New macro.
12545         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12546         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12547         ctanh.
12548         (special_fill_min_subnorm_p120): New function.
12549         (special_real_inputs): Add min_subnorm_p120.
12550         (calc_generic_results): Handle mpc_c_c.
12551         * sysdeps/i386/fpu/libm-test-ulps: Update.
12552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12554 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12556         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12557         (do_sin_slow): New functions.
12558         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12559         (cslow2, csloww1, csloww2): Use the new functions.
12561         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12562         Use M to change sign of result instead of X.  Assume X is
12563         positive.
12564         (csloww1): Likewise.
12565         (__sin): Adjust.
12566         (__cos): Adjust.
12568         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12569         arguments A and DA.
12570         (__sin): Adjust.
12571         (__cos): Likewise.
12573         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12574         (__cos): Likewise.
12575         (sloww1): Don't adjust sign of DX.
12576         (csloww1): Likewise.
12577         (sloww2): Use X directly and don't adjust sign of DX.
12578         (csloww2): Likewise.
12580 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12582         * math/auto-libm-test-in: Add tests of cabs and carg.
12583         * math/auto-libm-test-out: Regenerated.
12584         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12585         (carg_test_data): Likewise.
12586         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12587         mpc_c_f.
12588         (func_calc_desc): Add mpc_c_f union field.
12589         (test_functions): Add cabs and carg.
12590         (calc_generic_results): Handle mpc_c_f.
12592         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12593         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12594         as a macro and a compat symbol.
12595         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12596         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12597         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12598         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12599         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12600         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12601         not use .hidden.
12602         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12603         Likewise.
12604         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12605         Likewise.
12606         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12607         Likewise.
12608         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12609         Likewise.
12610         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12611         Likewise.
12612         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12613         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12614         from GLIBC_2.3.2.
12616 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12618         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12620 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12622         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12623         trailing whitespace removed.
12624         * scripts/config.guess: Update to version 2013-11-29.
12625         * scripts/config.sub: Update to version 2013-10-01.
12627         * math/auto-libm-test-in: Add tests of sincos.
12628         * math/auto-libm-test-out: Regenerated.
12629         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12630         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12631         mpfr_f_11.
12632         (func_calc_desc): Add mpfr_f_11 union field.
12633         (test_functions): Add sincos.
12634         (calc_generic_results): Handle mpfr_f_11.
12635         * sysdeps/i386/fpu/libm-test-ulps: Update.
12636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12638 2013-12-19  Andreas Schwab  <schwab@suse.de>
12640         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12641         CALL_MCOUNT.
12642         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12643         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12644         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12646 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12648         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12649         * sysdeps/i386/fpu/libm-test-ulps: Update.
12650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12652         [BZ #16293]
12653         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12654         round-to-nearest mode when using frndint.
12655         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12656         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12657         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12658         Likewise.
12659         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12660         sinh test to fail.
12661         * math/auto-libm-test-out: Regenerated.
12662         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12663         (TEST_COND_x86): Likewise.
12664         (expm1_tonearest_test_data): New array.
12665         (expm1_test_tonearest): New function.
12666         (expm1_towardzero_test_data): New array.
12667         (expm1_test_towardzero): New function.
12668         (expm1_downward_test_data): New array.
12669         (expm1_test_downward): New function.
12670         (expm1_upward_test_data): New array.
12671         (expm1_test_upward): New function.
12672         (main): Run the new test functions.
12673         * sysdeps/i386/fpu/libm-test-ulps: Update.
12674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12676         * include/features.h: Update comment documenting feature test
12677         macros.  Mention _DEFAULT_SOURCE in comment.
12678         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12679         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12680         _BSD_SOURCE and _SVID_SOURCE.
12681         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12682         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12683         !_SVID_SOURCE]: Likewise.
12684         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12685         (__USE_POSIX_IMPLICITLY): Define.
12686         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12687         (_POSIX_SOURCE): Undefine and redefine.
12688         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12689         (_POSIX_C_SOURCE): Likewise.
12690         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12691         (Feature Test Macros): Update documentation of default features.
12693 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12695         * benchtests/Makefile: Add bench-strtok.
12696         * benchtests/bench-strtok.c: New file: strtok benchtest.
12698 2013-12-19  Allan McRae  <allan@archlinux.org>
12700         * manual/install.texi: Suppress menu for plain text output.
12701         * INSTALL: Regenerated.
12703 2013-12-18  Brooks Moses  <bmoses@google.com>
12705         [BZ #15846]
12706         * misc/getauxval.c: Include errno.h.
12707         (__getauxval): Set errno to ENOENT if the requested type is not
12708         found.
12709         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12710         don't declare with __attribute_const__.
12711         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12712         * manual/startup.texi: Document that getauxval sets errno.
12714 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12716         * math/auto-libm-test-in: Add tests of jn and yn.
12717         * math/auto-libm-test-out: Regenerated.
12718         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12719         (yn_test_data): Likewise.
12720         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12721         mpfr_if_f.
12722         (func_calc_desc): Add mpfr_if_f union field.
12723         (FUNC_mpfr_if_f): New macro.
12724         (test_functions): Add jn and yn.
12725         (calc_generic_results): Assert type of second input for
12726         mpfr_ff_f.  Handle mpfr_if_f.
12727         (output_for_one_input_case): Disable all checking for arguments
12728         fitting floating-point types in case of an integer argument.
12729         * sysdeps/i386/fpu/libm-test-ulps: Update.
12730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12733         Don't expect fegetround reference in libm.so.
12735 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12737         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12738         $(config-cflags-nofma).
12740 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12742         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12743         * math/auto-libm-test-out: Regenerated.
12745         [BZ #16338]
12746         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12747         to determine exponent and adjust argument to have exponent of -1.
12748         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12749         log2.
12750         * math/auto-libm-test-out: Regenerated.
12751         * sysdeps/i386/fpu/libm-test-ulps: Update.
12752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12754 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12756         * manual/probes.texi: Remove cases when per-thread arenas are
12757         disabled.
12759 2013-12-18  Andreas Schwab  <schwab@suse.de>
12761         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12762         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12763         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12764         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12765         * sysdeps/i386/i686/multiarch/Makefile: Update.
12766         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12768 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12770         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12771         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12773 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12775         [BZ #15968]
12776         Support TZ transition times < 00:00:00.
12777         This is needed for version-3 tz-format files; it supports time
12778         stamps past 2037 for America/Godthab (the only entry in the tz
12779         database for which this change is relevant).
12780         * manual/time.texi (TZ Variable): Document transition times
12781         from -167:59:59 through -00:00:01.
12782         * time/tzset.c (tz_rule): Time of day is now signed.
12783         (__tzset_parse_tz): Parse negative time of day.
12785         Document TZ transition times >= 25:00:00.
12786         * manual/time.texi (TZ Variable): Document transition times from
12787         25:00:00 through 167:59:59.  These are already supported, and this
12788         support will help with version-3 tz-format files.
12790         * manual/time.texi (TZ Variable): Modernize North America example
12791         to reflect current (i.e., 2007-and-later) daylight saving rules.
12793         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12795 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12797         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12798         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12799         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12800         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12801         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12802         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12803         * sysdeps/unix/bsd/clock.c: Likewise.
12804         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12805         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12806         * sysdeps/unix/bsd/init-posix.c: Likewise.
12807         * sysdeps/unix/bsd/poll.c: Likewise.
12808         * sysdeps/unix/bsd/ptsname.c: Likewise.
12809         * sysdeps/unix/bsd/seekdir.c: Likewise.
12810         * sysdeps/unix/bsd/setegid.c: Likewise.
12811         * sysdeps/unix/bsd/seteuid.c: Likewise.
12812         * sysdeps/unix/bsd/setgid.c: Likewise.
12813         * sysdeps/unix/bsd/setrgid.c: Likewise.
12814         * sysdeps/unix/bsd/setruid.c: Likewise.
12815         * sysdeps/unix/bsd/setsid.c: Likewise.
12816         * sysdeps/unix/bsd/setuid.c: Likewise.
12817         * sysdeps/unix/bsd/sigaction.c: Likewise.
12818         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12819         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12820         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12821         * sysdeps/unix/bsd/telldir.c: Likewise.
12822         * sysdeps/unix/bsd/times.c: Likewise.
12823         * sysdeps/unix/bsd/usleep.c: Likewise.
12825         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12826         ($(objpfx)libbsd-compat.a): Remove rule.
12828         * include/features.h (__FAVOR_BSD): Do not define.
12829         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12830         features conflicting with POSIX.
12831         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12832         (_BSD_SOURCE): Remove description of not being a subset of other
12833         feature test macros.
12834         * manual/job.texi (getpgrp): Do not document BSD version.
12835         (getpgid): Do not document by reference to BSD getpgrp.
12836         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12837         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12838         * signal/signal.h [__FAVOR_BSD]: Likewise.
12839         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12840         instead of making contents conditional on [__FAVOR_BSD].
12841         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12843 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12845         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12847 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12849         [BZ #16314]
12850         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12851         values below 2**-450, not 2**-500.
12852         * math/auto-libm-test-in: Don't allow spurious underflow from
12853         hypot.
12854         * math/auto-libm-test-out: Regenerated.
12856         [BZ #16316]
12857         [BZ #16330]
12858         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12859         values of ha and hb and sort them after adjusting subnormal
12860         arguments.
12861         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12862         Likewise.
12863         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12864         values of ea and eb and sort them after adjusting subnormal
12865         arguments.
12866         * math/auto-libm-test-in: Do not expect some hypot tests of
12867         subnormals to fail.  Add more hypot tests.
12868         * math/auto-libm-test-out: Regenerated.
12870 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12872         [BZ #13304]
12873         * sysdeps/sh/s_fma.c: New file.
12874         * sysdeps/sh/s_fmaf.c: New file.
12875         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12876         version.
12877         * sysdeps/sh/Implies: Add sh/soft-fp.
12879 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12881         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12882         level of indirection to members `objname', `errstring', `malloced'.
12883         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12884         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12885         it as the __longjmp argument (just pass 1 instead).
12886         (_dl_catch_error): Initialize C with argument pointers and address of
12887         volatile local ERRCODE rather than copying values out of C at return.
12889 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12891         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12892         * math/auto-libm-test-out: Regenerated.
12893         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12894         (hypot_test_data): Likewise.
12895         (pow_test_data): Likewise.
12896         (pow_tonearest_test_data): Likewise.
12897         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12898         mpfr_ff_f.
12899         (func_calc_desc): Add mpfr_ff_f union field.
12900         (FUNC_mpfr_ff_f): New macro.
12901         (test_functions): Add atan2, hypot and pow.
12902         (special_fill_min): New function.
12903         (special_fill_minus_min): Likewise.
12904         (special_fill_min_subnorm): Likewise.
12905         (special_fill_minus_min_subnorm): Likewise.
12906         (special_real_inputs): Add min, -min, min_subnorm and
12907         -min_subnorm.
12908         (calc_generic_results): Handle mpfr_ff_f.
12909         * sysdeps/i386/fpu/libm-test-ulps: Update.
12910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12912 2013-12-16  Will Newton  <will.newton@linaro.org>
12914         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12915         (Aligned Memory Blocks): Add documentation for aligned_alloc
12916         and suggest it as an alternative to posix_memalign.
12917         (Hooks for Malloc): Document __memalign_hook is also called
12918         for aligned_alloc.  (Summary of Malloc): Add summary for
12919         aligned alloc.  Document __memalign_hook is also called
12920         for aligned_alloc.
12922 2013-12-16  Will Newton  <will.newton@linaro.org>
12924         * manual/memory.texi (Malloc Examples): Clarify default
12925         alignment documentation.  Suggest posix_memalign rather
12926         than memalign or valloc.
12927         (Aligned Memory Blocks): Remove suggestion to use memalign
12928         or valloc.  Remove obsolete comment about BSD.
12929         Document memalign errno values and mark the function obsolete.
12930         Document posix_memalign returned error codes.  Mark valloc
12931         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12932         called for posix_memalign and valloc.
12933         (Summary of Malloc): Add posix_memalign to function summary.
12934         __memalign_hook is also called for posix_memalign and valloc.
12936 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12938         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12939         TAYLOR_SIN.
12940         (__sin): Adjust.
12941         (__cos): Likewise.
12942         (sloww): Use mynumber union.  Expand ternary operator into
12943         if-else statements.
12944         (cslow): use mynumber union.
12946 2013-12-16  Allan McRae  <allan@archlinux.org>
12948         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12949         * configure: Regenerated.
12951         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12953         [BZ #14120]
12954         * configure.ac: Added --enable-maintainer-mode. Check for
12955         autoconf when enabled.
12956         * configure: Regenerated.
12958         * nscd/nscd.service: New file.
12959         * nscd/nscd.tmpfiles: New file.
12961 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12963         [BZ #12100]
12964         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12965         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12966         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12967         (strstr): Add __strstr_sse2_unaligned ifunc.
12968         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12969         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12970         (strcasestr): Remove __strcasestr_sse42 ifunc.
12971         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12972         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
12973         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
12975 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12977         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
12978         * sysdeps/sh/bits/fenv.h: ... here.
12979         * sysdeps/sh/sh4/fpu/bits: Remove directory.
12981 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12983         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
12985         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
12986         hypotf multiarch implementations.
12987         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
12988         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
12989         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
12990         multiarch hypot for PPC64.
12991         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
12992         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
12993         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
12994         multiarch hypotf for PPC64.
12996         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
12997         modff multiarch implementations.
12998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
12999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13001         multiarch modf for PPC64.
13002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13005         multiarch modff for PPC64.
13007         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13008         and logl multiarch implementations.
13009         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13011         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13012         multiarch logb for PPC64.
13013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13016         multiarch logb for PPC64.
13017         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13019         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13020         multiarch logb for PPC64.
13022         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13023         isinff multiarch implementation.
13024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13025         file.
13026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13028         multiarch isinf for PPC64.
13029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13030         file.
13031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13032         multiarch isinff for PPC64.
13034         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13035         finitef multiarch implementation.
13036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13037         file.
13038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13039         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13040         multiarch finite for PPC64.
13041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13042         file.
13043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13044         multiarch finitef for PPC64.
13046         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13047         lrint multiarch implementation.
13048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13049         file.
13050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13051         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13052         multiarch llrint for PPC64.
13053         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13054         multiarch lrint for PPC64.
13056         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13057         copysignf multiarch implementation.
13058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13059         file.
13060         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13061         file.
13062         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13063         multiarch copysign for PPC64.
13064         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13065         multiarch copysignf for PPC64.
13067         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13068         multiarch implementation.
13069         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13070         file.
13071         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13072         file.
13073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13074         file.
13075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13076         file.
13077         multiarch llround for PPC64.
13078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13079         multiarch trunc for PPC64.
13080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13081         multiarch truncf for PPC64.
13083         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13084         multiarch implementation.
13085         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13086         file.
13087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13088         file.
13089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13090         file.
13091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13092         file.
13093         multiarch llround for PPC64.
13094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13095         multiarch round for PPC64.
13096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13097         multiarch roundf for PPC64.
13099         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13100         multiarch implementation.
13101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13102         file.
13103         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13104         file.
13105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13106         file.
13107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13108         file.
13109         multiarch llround for PPC64.
13110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13111         multiarch floor for PPC64.
13112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13113         multiarch floorf for PPC64.
13115         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13116         multiarch implementation.
13117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13118         file.
13119         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13120         file.
13121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13122         file.
13123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13124         file.
13125         multiarch llround for PPC64.
13126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13127         multiarch ceil for PPC64.
13128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13129         multiarch ceilf for PPC64.
13131         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13132         multiarch implementation.
13133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13134         file.
13135         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13136         file.
13137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13138         file.
13139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13140         multiarch llround for PPC64.
13141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13142         multiarch lround for PPC64.
13144         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13145         multiarch implementation.
13146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13149         file.
13150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13153         multiarch isnan for PPC64.
13154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13155         multiarch isnanf for PPC64.
13157         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13158         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13159         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13160         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13161         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13164         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13165         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13166         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13167         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13169         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13170         multiarch implementations.
13171         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13172         (__libc_ifunc_impl_list): Likewise.
13173         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13174         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13175         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13176         multiarch stpcpy for PPC64.
13178         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13179         multiarch implementations.
13180         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13181         (__libc_ifunc_impl_list): Likewise.
13182         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13183         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13184         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13185         multiarch strcpy for PPC64.
13187         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13188         redefine function name.
13189         (_wordcopy_fwd_dest_aligned): Likewise.
13190         (_wordcopy_bwd_aligned): Likewise.
13191         (_wordcopy_bwd_dest_aligned): Likewise.
13192         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13193         multiarch implementations.
13194         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13195         (__libc_ifunc_impl_list): Likewise.
13196         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13197         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13198         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13199         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13200         multiarch wcscpy for PPC64.
13202         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13203         multiarch implementations.
13204         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13205         (__libc_ifunc_impl_list): Likewise.
13206         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13207         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13208         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13209         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13210         multiarch wcscpy for PPC64.
13212         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13213         multiarch implementations.
13214         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13215         (__libc_ifunc_impl_list): Likewise.
13216         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13217         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13218         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13219         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13220         multiarch wcsrchr for PPC64.
13222         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13223         multiarch implementations.
13224         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13225         (__libc_ifunc_impl_list): Likewise.
13226         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13227         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13228         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13229         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13230         multiarch wcschr for PPC64.
13232         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13233         multiarch implementations.
13234         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13235         (__libc_ifunc_impl_list): Likewise.
13236         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13237         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13238         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13239         multiarch strchrnul for PPC64.
13241         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13242         implementations.
13243         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13244         (__libc_ifunc_impl_list): Likewise.
13245         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13246         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13247         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13248         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13249         strchr for PPC64.
13251         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13252         implementations.
13253         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13254         (__libc_ifunc_impl_list): Likewise.
13255         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13256         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13257         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13258         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13259         strncmp for PPC64.
13261         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13262         multiarch implementations.
13263         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13264         (__libc_ifunc_impl_list): Likewise.
13265         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13266         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13267         strncasecmp for PPC64.
13268         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13269         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13270         multiarch strncasecmp_l for PPC64.
13272         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13273         multiarch implementations.
13274         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13275         (__libc_ifunc_impl_list): Likewise.
13276         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13277         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13278         multiarch strcasecmp for PPC64.
13279         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13280         file.
13281         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
13282         multiarch strcasecmp_l for PPC64.
13284         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
13285         implementations.
13286         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13287         (__libc_ifunc_impl_list): Likewise.
13288         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
13289         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
13290         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
13291         strnlen for PPC64.
13293         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
13294         implementations.
13295         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13296         (__libc_ifunc_impl_list): Likewise.
13297         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13298         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13299         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13300         strlen for PPC64.
13302         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13303         implementations.
13304         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13305         (__libc_ifunc_impl_list): Likewise.
13306         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13307         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13308         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13309         rawmemrchr for PPC64.
13311         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13312         implementation.
13313         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13314         (__libc_ifunc_impl_list): Likewise.
13315         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13316         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13317         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13318         memrchr for PPC64.
13320         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13321         implementation.
13322         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13323         (__libc_ifunc_impl_list): Likewise.
13324         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13325         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13326         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13327         memchr for PPC64.
13329         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13330         implementation.
13331         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13332         (__libc_ifunc_impl_list): Likewise.
13333         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13334         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13335         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13336         mempcpy for PPC64.
13338         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13339         avoid cretion of __bzero symbol.
13340         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13341         Likewise.
13342         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13343         Likewise.
13344         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13345         Likewise.
13346         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13347         multiarch implementations.
13348         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13349         (__libc_ifunc_impl_list): Likewise.
13350         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13351         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13352         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13353         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13354         bzero for PPC32.
13355         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13356         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13357         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13358         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13359         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13360         memset for PPC64.
13361         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13363         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13364         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13365         implementations.
13366         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13367         (__libc_ifunc_impl_list): Likewise.
13368         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13369         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13370         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13371         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13372         memcmp for PPC64.
13374         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13375         multiarch for POWER/PPC64.
13376         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13377         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13378         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13379         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13380         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13381         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13382         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13383         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13384         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13385         memcpy for PPC64.
13387         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13388         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13389         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13390         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13391         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13392         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13393         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13394         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13395         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13396         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13397         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13398         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13399         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13400         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13401         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13410 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13412         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13414 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13416         * benchtests/Makefile (bench): Add exp2 and log2.
13417         (LDLIBS-bench-exp2): Add -lm.
13418         (LDLIBS-bench-log2): Likewise.
13419         * benchtests/exp2-inputs: New inputs file.
13420         * benchtests/log2-inputs: New inputs file.
13421         * benchtests/log-inputs: Add new inputs.
13422         * benchtests/tan-inputs: Likewise.
13424 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13426         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13427         definition...
13428         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13429         (csloww2): ... from here.
13431         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13432         instead of structures.
13433         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13434         (POLYNOMIAL): Likewise.
13435         (TAYLOR_SLOW): Likewise.
13436         (__sin): Likewise.
13437         (__cos): Likewise.
13438         (slow1): Likewise.
13439         (slow2): Likewise.
13440         (sloww): Likewise.
13441         (sloww1); Likewise.
13442         (sloww2): Likewise.
13443         (bsloww1): Likewise.
13444         (bsloww2): Likewise.
13445         (cslow2): Likewise.
13446         (csloww): Likewise.
13447         (csloww1): Likewise.
13448         (csloww2): Likewise.
13450 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13452         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13453         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13454         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13455         * malloc/hooks.c (realloc_check): Likewise.
13457         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13458         * malloc/arena.c: Remove PER_THREAD conditional.
13459         [!PER_THREAD]: Remove code.
13460         (ptmalloc_unlock_all2): Likewise.
13461         (ptmalloc_init): Likewise.
13462         (_int_new_arena): Likewise.
13463         (arena_get2): Likewise.
13464         * malloc/hooks.c (__malloc_get_state): Likewise.
13465         (__malloc_set_state): Likewise.
13466         * malloc/malloc.c: Likewise.
13467         (struct malloc_state): Likewise.
13468         (struct malloc_par): Likewise.
13469         (__libc_realloc): Likewise.
13470         (__libc_mallopt): Likewise.
13472 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13474         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13476 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13478         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13479         macro to a function.  Check for zero perturb_byte.
13480         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13482         * malloc/malloc.c: (force_reg): Remove.
13483         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13484         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13485         force_reg by atomic_forced_read.
13486         * malloc/arena.c (ptmalloc_init): Likewise.
13487         * malloc/hooks.c (top_check): Likewise.
13489 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13491         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13493 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13495         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13497 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13499         * math/auto-libm-test-in: Add tests of lgamma.
13500         * math/auto-libm-test-out: Regenerated.
13501         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13502         (M_LOG_2_SQRT_PIl): Likewise.
13503         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13504         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13505         mpfr_f_f1.
13506         (func_calc_desc): Add mpfr_f_f1 union field.
13507         (ARGS1): New macro.
13508         (ARGS2): Likewise.
13509         (ARGS3): Likewise.
13510         (ARGS4): Likewise.
13511         (RET1): Likewise.
13512         (RET2): Likewise.
13513         (CALC): Likewise.
13514         (FUNC): Likewise.
13515         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13516         (test_functions): Add lgamma.
13517         (calc_generic_results): Handle mpfr_f_f1.
13518         * sysdeps/i386/fpu/libm-test-ulps: Update.
13519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13521 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13523         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13524         __mpn_add_n for PowerPC64/POWER7.
13525         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13526         __mpn_sub_n for PowerPC64/POWER7.
13528         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13529         __mpn_addmul_1 for PowerPC64.
13530         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13531         __mpn_submul_1 for PowerPC64.
13532         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13533         for PowerPC64.
13534         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13535         for PowerPC64.
13537 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13539         [BZ #15089]
13540         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13542 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13544         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13546         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13547         add multiarch folders.
13548         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13549         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13550         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13551         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13552         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13553         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13554         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13555         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13556         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13557         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13558         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13567         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13569         New file.
13570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13571         New file.
13572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13573         multiarch __ieee754_hypot for PowerPC32.
13574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13575         New file.
13576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13577         New file.
13578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13579         multiarch __ieee754_hypotf for PowerPC32.
13581         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13582         long_double_symbol only if __logbl is defined.
13583         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13584         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13585         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13586         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13587         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13588         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13589         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13590         path for implementation.
13591         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13592         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13594         logb, and logbl multiarch implementations for PowerPC32.
13595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13596         file.
13597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13598         file.
13599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13600         multiarch logb for PowerPC32.
13601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13602         file.
13603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13604         file.
13605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13606         multiarch logbf for PowerPC32.
13607         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13609         file.
13610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13611         multiarch logbl implementation for PowerPC32.
13613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13614         and modff multiarch implementations.
13615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13616         New file.
13617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13618         New file.
13619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13620         multiarch modf for PowerPC32.
13621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13622         New file.
13623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13624         New file.
13625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13626         multiarch modff for PowerPC32.
13628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13629         and lrintf multiarch implementations.
13630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13631         New file.
13632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13633         New file.
13634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13635         multiarch lrint for PowerPC32.
13636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13637         file: multiarch lrintf for PowerPC32.
13639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13640         and lroundf multiarch implementations.
13641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13642         New file.
13643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13644         New file.
13645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13646         New file.
13647         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13648         multiarch lround for PowerPC32.
13649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13650         file: multiarch lroundf for PowerPC32.
13652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13653         copysign and copysignf multiarch implementations.
13654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13655         New file.
13656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13657         New file.
13658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13659         file: multiarch copysign for PowerPC32.
13660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13661         file: multiarch copysignf for PowerPC32.
13663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13664         and truncf multiarch implementations.
13665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13666         New file.
13667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13668         file.
13669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13670         multiarch trunc for PowerPC32.
13671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13672         New file.
13673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13674         New file.
13675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13676         multiarch truncf for PowerPC32.
13678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13679         and roundf multiarch implementations.
13680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13681         New file.
13682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13683         file.
13684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13685         multiarch round for PowerPC32.
13686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13687         New file.
13688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13689         New file.
13690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13691         multiarch roundf for PowerPC32.
13693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13694         and floorf multiarch implementations.
13695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13696         New file.
13697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13698         file.
13699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13700         multiarch floor for PowerPC32.
13701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13702         New file.
13703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13704         New file.
13705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13706         multiarch floorf for PowerPC32.
13708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13709         and ceilf multiarch implementations.
13710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13711         New file.
13712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13713         file.
13714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13715         multiarch ceil for PowerPC32.
13716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13717         New file.
13718         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13719         file.
13720         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13721         multiarch ceilf for PowerPC32.
13723         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13724         is defined.
13725         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13726         FINITEF is defined.
13727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13728         and finitef multiarch implementations.
13729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13730         New file.
13731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13732         file.
13733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13734         multiarch finite for PowerPC32.
13735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13736         New file.
13737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13738         file: multiarch finitef for PowerPC32.
13740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13741         and isinff multiarch implementations.
13742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13743         file.
13744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13745         file.
13746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13747         multiarch isinf for PowerPC32.
13748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13749         New file.
13750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13751         multiarch isinff for PowerPC32.
13753         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13754         alias when __isnan is defined.
13755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13756         and isnanf multiarch implementations.
13757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13758         file.
13759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13760         file.
13761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13762         file.
13763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13764         file.
13765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13766         multiarch isnan for PowerPC32.
13767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13768         New file.
13769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13770         New file.
13771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13772         multiarch isnanf for PowerPC32.
13774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13775         and sqrtf multiarch implementations.
13776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13777         file.
13778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13779         file.
13780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13781         multiarch sqrt for PowerPC32.
13782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13783         file.
13784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13785         file.
13786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13787         multiarch sqrtf for PowerPC32.
13789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13790         and llroundf multiarch implementations.
13791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13792         New file.
13793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13794         New file.
13795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13796         New file.
13797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13798         file: multiarch llround for PowerPC32.
13799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13800         file: multiarch llroundf for PowerPC32.
13802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13803         multiarch PowerPC32 fpu implementations.
13804         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13805         New file.
13806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13807         New file.
13808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13809         multiarch llrint for PowerPC32.
13810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13811         New file.
13812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13813         New file.
13814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13815         file.
13817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13819         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13820         file.
13821         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13822         file.
13823         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13824         file.
13825         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13826         multiarch wordcopy for PPC32.
13827         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13828         wordcopy objects.
13829         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13830         (__libc_ifunc_impl_list): Likewise.
13831         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13832         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13833         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13834         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13835         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13836         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13838         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13839         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13840         file.
13841         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13842         file.
13843         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13844         file.
13845         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13846         multiarch wcscpy for PPC32.
13847         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13848         multiarch objects.
13849         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13850         (__libc_ifunc_impl_list): Likewise.
13851         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13852         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13853         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13854         sysdeps/powerpc/power6/wcscpy.c.
13856         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13857         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13858         file.
13859         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13860         file.
13861         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13862         file.
13863         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13864         multiarch wcsrchr for PPC32.
13865         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13866         multiarch objects.
13867         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13868         (__libc_ifunc_impl_list): Likewise.
13869         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13870         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13871         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13872         sysdeps/powerpc/power6/wcsrchr.c.
13874         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13875         file.
13876         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13877         file.
13878         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13879         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13880         multiarch wcschr for PPc32.
13881         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13882         multiarch objects.
13883         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13884         (__libc_ifunc_impl_list): Likewise.
13885         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13886         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13887         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13888         sysdeps/powerpc/power6/wcschr.c.
13890         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13891         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13892         file.
13893         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13894         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13895         file: multiarch strchr for PPC32.
13896         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13897         multiarch objects.
13898         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13899         (__libc_ifunc_impl_list): Likewise.
13901         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13902         name.
13903         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13904         file.
13905         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13906         file.
13907         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13908         multiarch strchrnul for PPC32.
13909         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13910         multiarch objects.
13911         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13912         (__libc_ifunc_impl_list): Likewise.
13914         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13915         file.
13916         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13917         multiarch strncasecmp for PPC32.
13918         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13919         file.
13920         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13921         multiarch strncasecmp_l for PPC32.
13922         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13923         strncasecmp multiarch objects.
13924         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13925         (__libc_ifunc_impl_list): Likewise.
13927         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13928         file.
13929         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13930         multiarch strncasecmp for PPC32.
13931         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13932         New file.
13933         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13934         multiarch strcasecmp_l for PPC32.
13935         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13936         multiarch objects.
13937         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13938         (__libc_ifunc_impl_list): Likewise.
13940         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13941         file.
13942         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13943         file.
13944         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13945         multiarch strncmp for PPC32.
13946         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13947         multiarch objects.
13948         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13949         (__libc_ifunc_impl_list): Likewise.
13951         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13952         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13953         file.
13954         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13955         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13956         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13957         multiarch objects.
13958         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13959         (__libc_ifunc_impl_list): Likewise.
13961         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13962         file.
13963         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13964         file.
13965         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13966         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13967         multiarch objects.
13968         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13969         (__libc_ifunc_impl_list): Likewise.
13971         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13972         file.
13973         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
13974         file.
13975         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
13976         multiarch rawmemchr for PPC32.
13977         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
13978         multiarch objects.
13979         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13980         (__libc_ifunc_impl_list): Likewise.
13982         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
13983         file.
13984         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
13985         file.
13986         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
13987         file: memrchr multiarch for PPC32.
13988         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
13989         multiarch objects.
13990         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13991         (__libc_ifunc_impl_list): Likewise.
13993         * string/memchr.c (__memchr): Using macro to redefine symbol name.
13994         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
13995         file.
13996         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
13997         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
13998         multiarch memchr for PPC32.
13999         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14000         multiarch objects.
14001         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14002         (__libc_ifunc_impl_list): Likewise.
14004         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14005         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14006         file.
14007         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14008         file.
14009         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14010         file: multiarch mempcpy for PPC32.
14011         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14012         multiarch objects.
14013         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14014         (__libc_ifunc_impl_list): Likewise.
14016         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14017         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14018         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14019         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14020         multiarch bzero for PPC32.
14021         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14022         file.
14023         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14024         file.
14025         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14026         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14027         file: multiarch memset for PPC32.
14028         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14029         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14030         memset multiarch objects.
14031         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14032         (__libc_ifunc_impl_list): Likewise.
14034         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14035         file.
14036         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14037         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14038         memcmp for PPC32.
14039         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14040         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14041         multiarch objects.
14042         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14043         (__libc_ifunc_impl_list): Likewise.
14045         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14046         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14047         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14048         file.
14049         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14050         file.
14051         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14052         file.
14053         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14054         multiarch memcpy for PPC32.
14055         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14056         multiarch objects.
14057         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14058         (__libc_ifunc_impl_list): Likewise.
14060         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14061         support multiarch for POWER/PPC32.
14062         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14063         Likewise.
14064         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14066         Implies file to make multiarch folder appers before the fpu and
14067         default folder for power4 configuration.
14069 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14071         * scripts/bench.pl: Append volatile keyword to type.
14073 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14075         * sysdeps/sh/sotruss-lib.c: New file.
14076         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14078 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14080         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14082 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14084         [BZ #6810]
14085         * math/w_tgamma.c: Include <errno.h>.
14086         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14087         * math/w_tgammaf.c: Include <errno.h>.
14088         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14089         * math/w_tgammal.c: Include <errno.h>.
14090         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14091         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14092         underflow.  Add more tgamma tests.
14093         * math/auto-libm-test-out: Regenerated.
14094         * sysdeps/i386/fpu/libm-test-ulps: Update.
14095         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14097         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14098         sin, sinh, tan, tanh, tgamma, y0 and y1.
14099         * math/auto-libm-test-out: Regenerated.
14100         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14101         (TEST_COND_x86): Likewise.
14102         (M_E2l): Remove macro.
14103         (M_E3l): Likewise.
14104         (M_2_SQRT_PIl): Likewise.
14105         (M_SQRT_PIl): Likewise.
14106         (M_1_DIV_El): Likewise.
14107         (log_test_data): Use AUTO_TESTS_f_f.
14108         (log10_test_data): Likewise.
14109         (log1p_test_data): Likewise.
14110         (log2_test_data): Likewise.
14111         (sin_test_data): Likewise.
14112         (sin_tonearest_test_data): Likewise.
14113         (sin_towardzero_test_data): Likewise.
14114         (sin_downward_test_data): Likewise.
14115         (sin_upward_test_data): Likewise.
14116         (sinh_test_data): Likewise.
14117         (sinh_tonearest_test_data): Likewise.
14118         (sinh_towardzero_test_data): Likewise.
14119         (sinh_downward_test_data): Likewise.
14120         (sinh_upward_test_data): Likewise.
14121         (tan_test_data): Likewise.
14122         (tan_tonearest_test_data): Likewise.
14123         (tan_towardzero_test_data): Likewise.
14124         (tan_downward_test_data): Likewise.
14125         (tan_upward_test_data): Likewise.
14126         (tanh_test_data): Likewise.
14127         (tgamma_test_data): Likewise.
14128         (y0_test_data): Likewise.
14129         (y1_test_data): Likewise.
14130         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14131         (special_real_inputs): Add pi/4.
14132         * sysdeps/i386/fpu/libm-test-ulps: Update.
14133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14135 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14137         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14138         "longjmp_target" static probes.
14139         (__longjmp): Rename to __longjmp_symbol.
14140         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14141         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14142         on which longjmp to generate.
14143         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14144         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14145         probe.
14146         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14147         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14148         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14149         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14150         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14151         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14153         __longjmp_symbol based on which __longjmp to generate.
14154         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14155         probe.
14156         (setjmp): Rename to setjmp_symbol.
14157         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14158         (_setjmp): Rename to _setjmp_symbol.
14159         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14160         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14161         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14162         which setjmp to generate.
14163         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14164         "longjmp_target" static probes.
14166 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14168         * benchtests/README: Add note about output arguments.
14169         * benchtests/bench-sincos.c: Remove file.
14170         * benchtests/sincos-inputs: New file.
14171         * scripts/bench.pl: Identify output arguments and define
14172         static variables for them.
14174         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14176         [BZ #15941]
14177         * Makefile (INSTALL): Add install-plain.texi as the primary
14178         dependency.
14179         * manual/install-plain.texi: New file.
14180         * manual/install.texi: Include node directive only for
14181         non-plaintext output.
14183 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14185         * stdlib/longlong.h: Update from GCC.
14187         [BZ #6807]
14188         [BZ #15901]
14189         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14190         * math/w_j0f.c (y0f): Likewise.
14191         * math/w_j0l.c (__y0l): Likewise.
14192         * math/w_j1.c (y1): Likewise.
14193         * math/w_j1f.c (y1f): Likewise.
14194         * math/w_j1l.c (__y1l): Likewise
14195         * math/w_jn.c (yn): Likewise.
14196         * math/w_jnf.c (ynf): Likewise.
14197         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14198         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
14199         value for Bessel function domain errors outside _SVID_ mode.
14200         Adjust sign of return value for yn (negative integer, 0).
14201         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14202         by zero in return for negative x and set sign appropriately for
14203         negative n.
14204         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14205         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14206         * math/libm-test.inc (y0_test_data): Add more tests and adjust
14207         expectations in error cases.
14208         (y1_test_data): Likewise.
14209         (yn_test_data): Likewise.
14210         * sysdeps/i386/fpu/libm-test-ulps: Update.
14211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14213 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14215         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14216         "64" to "64-v1".  Add "64-v2".
14217         (abi-64-options): Rename to ...
14218         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
14219         (abi-64-condition): Rename to ...
14220         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
14221         (abi-64-ld-soname): Rename to ...
14222         (abi-64-v1-ld-soname): ... this.
14223         (abi-64-v2-options): Define.
14224         (abi-64-v2-condition): Likewise.
14225         (abi-64-v2-ld-soname): Likewise.
14226         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14227         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14232 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14233             Alan Modra  <amodra@gmail.com>
14235         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14236         New versions for use with the ELFv2 ABI.
14237         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14238         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14239         declaration.
14240         (struct La_ppc64v2_retval): Likewise.
14241         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14242         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14243         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14244         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14245         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14246         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14247         Do not save or restore CR.
14248         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14249         (_dl_profile_resolve): Do no save or restore CR.  Support extended
14250         return values for ELFv2 ABI.  Fix location of FPR return registers.
14251         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14252         updated values for _CALL_ELF == 2.
14253         (La_regs, La_retval, int_retval): Likewise.
14255 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14257         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14258         (FRAME_MIN_SIZE_PARM): Likewise.
14259         (FRAME_BACKCHAIN): Likewise.
14260         (FRAME_CR_SAVE): Likewise.
14261         (FRAME_LR_SAVE): Likewise.
14262         (FRAME_TOC_SAVE): Likewise.
14263         (FRAME_PARM_SAVE): Likewise.
14264         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14265         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14266         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14267         (call_mcount_parm_offset): New macro.
14268         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14269         (PROF): Use symbolic stack frame offsets.
14270         (TAIL_CALL_SYSCALL_ERROR): Likewise.
14271         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14272         Redefine in terms of FRAME_MIN_SIZE.
14273         (_dl_runtime_resolve): Use symbolic stack frame offsets.
14274         (_dl_profile_resolve): Likewise.  Update comment.
14275         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14276         symbols stack frame offsets.
14277         (__sigsetjmp): Likewise.
14278         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14279         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14280         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14281         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
14283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
14284         (FRAME_BACKCHAIN): Remove.
14285         (FRAME_CR_SAVE): Likewise.
14286         (FRAME_LR_SAVE): Likewise.
14287         (FRAME_COMPILER_DW): Likewise.
14288         (FRAME_LINKER_DW): Likewise.
14289         (FRAME_TOC_SAVE): Likewise.
14290         (FRAME_PARM_SAVE): Likewise.
14291         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
14292         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
14293         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
14295         (CHECK_SP): Use symbolic stack frame offsets.
14296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14297         zone" instead of caller's parameter save area for temp storage.
14298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14299         Likewise.  Also, use symbolic stack frame offsets.
14300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14301         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14302         our own stack frame instead of the caller's.
14303         (__socket): Use symbolic stack frame offsets.
14305 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14306             Alan Modra  <amodra@gmail.com>
14308         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14309         Define.
14310         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14311         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14312         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14313         New function.
14314         (elf_machine_fixup_plt): Call it.
14315         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
14316         reloc arguments.
14317         (elf_machine_rela): Update call to elf_machine_plt_conflict.
14318         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14319         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
14320         r2 before calling target.
14322 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14323             Alan Modra  <amodra@gmail.com>
14325         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14326         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14327         versions of macros to support ELFv2 ABI.
14328         (LOCALENTRY): New macro.
14329         (ENTRY, EALIGN): Use it.
14330         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14331         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14332         fall through into ENTRY entry point.
14333         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14334         Only define if _CALL_ELF != 2.
14336         (elf_machine_matches_host): Verify ABI version matches.
14337         (RTLD_START): Use LOCALENTRY.
14338         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14339         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14340         (PLT_ENTRY_WORDS): New macro.
14341         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14342         (elf_machine_runtime_setup): Support ELFv2 ABI.
14343         (elf_machine_fixup_plt): Likewise.
14344         (elf_machine_plt_conflict): Likewise.
14345         (resolve_ifunc): Likewise.
14346         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14347         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14348         Likewise.
14349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14350         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14352         (makecontext): Support ELFv2 ABI.
14353         * elf/elf.h (EF_PPC64_ABI): Define.
14355 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14357         * sysdeps/powerpc/powerpc64/sysdep.h
14358         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14359         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14360         (ENTRY) [ASSEMBLER]: ... but instead here ...
14361         (EALIGN) [ASSEMBLER]: ... and here.
14362         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14363         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14364         (ENTRY_2) [!ASSEMBLER]: Use it.
14365         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14366         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
14367         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14368         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
14369         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14371         Use PPC64_LOAD_FUNCPTR.
14373         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14375 2013-12-04  Alan Modra  <amodra@gmail.com>
14377         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14378         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14379         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14380         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14382         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14383         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14384         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14385         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14386         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14387         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14389 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14392         (__makecontext): Fix incorrect CFI when backtracing out of
14393         context created via makecontext.
14394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14395         (__setcontext): Fix incorrect CFI during switch to new context.
14396         (__novec_setcontext): Likewise.
14398 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14400         [BZ #4772]
14401         * time/strptime_l.c (__strptime_internal): Allow modifiers
14402         in strptime.
14403         * time/tst-strptime.c (day_tests): Add testcase.
14405 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14407         * scripts/bench.pl: Skip over blank lines.
14409 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14411         [BZ #926]
14412         * manual/time.texi (Calendar Time): Clarify what timezone functions
14413         use.
14415 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14417         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14419 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14421         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14422         implementation.
14423         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14424         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14425         * debug/memset_chk.c (__memset_chk): Likewise.
14426         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14427         * debug/strncpy_chk.c: Likewise.
14429 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14431         [BZ #15268]
14432         [BZ #15425]
14433         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14434         (__ieee754_exp): For possibly underflowing results, check size of
14435         result and force underflow exception if required.
14436         * math/auto-libm-test-in: Add more tests of exp.
14437         * math/auto-libm-test-out: Regenerated.
14438         * sysdeps/i386/fpu/libm-test-ulps: Update.
14439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14441         [BZ #16283]
14442         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14443         * math/w_exp2f.c (__exp2f): Likewise.
14444         * math/w_exp2l.c (__exp2l): Likewise.
14445         * math/auto-libm-test-in: Do not allow missing errno on exp2
14446         underflow.
14447         * math/auto-libm-test-out: Regenerated.
14449 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14451         [BZ #16274]
14452         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14453         handle filename validation.
14454         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14455         (do_open): Delete.
14457 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14459         [BZ #6786]
14460         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14461         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14462         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14463         <float.h>.
14464         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14465         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14466         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14467         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14468         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14469         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14470         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14471         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14472         Add more erfc tests.
14473         * math/auto-libm-test-out: Regenerated.
14474         * sysdeps/i386/fpu/libm-test-ulps: Update.
14475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14477         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14478         exp2, expm1, j0 and j1.
14479         * math/auto-libm-test-out: Regenerated.
14480         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14481         (erfc_test_data): Likewise.
14482         (exp_test_data): Likewise.
14483         (exp_tonearest_test_data): Likewise.
14484         (exp_towardzero_test_data): Likewise.
14485         (exp_downward_test_data): Likewise.
14486         (exp_upward_test_data): Likewise.
14487         (exp10_test_data): Likewise.
14488         (exp2_test_data): Likewise.
14489         (expm1_test_data): Likewise.
14490         (j0_test_data): Likewise.
14491         (j1_test_data): Likewise.
14492         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14493         (input_flag_type): Add flag_xfail_rounding.
14494         (input_flags): Add xfail-rounding.
14495         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14496         (output_for_one_input_case): Handle flag_xfail_rounding.
14497         * sysdeps/i386/fpu/libm-test-ulps: Update.
14498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14500 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14502         [BZ #16289]
14503         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14504         division by 0.
14506 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14508         [BZ #16195]
14509         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14510         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14511         (STAP_PROBE0): New macro.
14512         (STAP_PROBE1): Likewise.
14513         (STAP_PROBE2): Likewise.
14514         (STAP_PROBE3): Likewise.
14515         (STAP_PROBE4): Likewise.
14517 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14519         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14521 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14523         * benchtests/Makefile (bench): Add sqrt.
14524         (LDLIBS-bench-sqrt): New.
14525         * benchtests/sqrt-input: New.
14527 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14529         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14530         (GAIH_EAI): Likewise.
14531         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14532         (gaih_inet): Likewise.
14533         (getaddrinfo): Don't use GAIH_EAI.
14535         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14536         (struct gaih): Remove definition.
14538 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14540         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14541         Use HERRNOP directly.
14543 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14545         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14547 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14549         * math/gen-auto-libm-tests.c (test_functions): Add more
14550         single-argument functions.
14551         (special_fill_pi_2): New function.
14552         (special_fill_minus_pi_2): Likewise.
14553         (special_fill_pi_6): Likewise.
14554         (special_fill_minus_pi_6): Likewise.
14555         (special_fill_pi_3): Likewise.
14556         (special_fill_2pi_3): Likewise.
14557         (special_fill_e): Likewise.
14558         (special_fill_1_e): Likewise.
14559         (special_fill_e_minus_1): Likewise.
14560         (special_real_inputs): Add more special inputs.
14561         (output_for_one_input_case): Do not require ERANGE on underflow to
14562         zero if round-to-nearest result does not underflow to zero, unless
14563         exact results required.
14564         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14565         atan, atanh, cbrt, cos and cosh.
14566         * math/auto-libm-test-out: Regenerated.
14567         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14568         (acos_tonearest_test_data): Likewise.
14569         (acos_towardzero_test_data): Likewise.
14570         (acos_downward_test_data): Likewise.
14571         (acos_upward_test_data): Likewise.
14572         (acosh_test_data): Likewise.
14573         (asin_test_data): Likewise.
14574         (asin_tonearest_test_data): Likewise.
14575         (asin_towardzero_test_data): Likewise.
14576         (asin_upward_test_data): Likewise.
14577         (asinh_test_data): Likewise.
14578         (atan_test_data): Likewise.
14579         (atanh_test_data): Likewise.
14580         (cbrt_test_data): Likewise.
14581         (cos_test_data): Likewise.
14582         (cos_tonearest_test_data): Likewise.
14583         (cos_towardzero_test_data): Likewise.
14584         (cos_downward_test_data): Likewise.
14585         (cos_upward_test_data): Likewise.
14586         (cosh_test_data): Likewise.
14587         (cosh_tonearest_test_data): Likewise.
14588         (cosh_towardzero_test_data): Likewise.
14589         (cosh_downward_test_data): Likewise.
14590         (cosh_upward_test_data): Likewise.
14591         * sysdeps/i386/fpu/libm-test-ulps: Update.
14592         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14594 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14596         [BZ #6787]
14597         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14598         * math/w_exp10f.c (__exp10f): Likewise.
14599         * math/w_exp10l.c (__exp10l): Likewise.
14600         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14601         errno settings in existing tests.
14603         [BZ #14032]
14604         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14605         precision control set to double precision.
14606         * sysdeps/i386/fpu/w_sqrt.c: New file.
14607         * math/auto-libm-test-in: Add more tests.
14608         * math/auto-libm-test-out: Update.
14610         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14611         (sqrt_test_tonearest): New function.
14612         (sqrt_towardzero_test_data): New variable.
14613         (sqrt_test_towardzero): New function.
14614         (sqrt_downward_test_data): New variable.
14615         (sqrt_test_downward): New function.
14616         (sqrt_upward_test_data): New variable.
14617         (sqrt_test_upward): New function.
14618         (main): Call the new functions.
14620         * math/gen-auto-libm-tests.c: New file.
14621         * math/auto-libm-test-in: Likewise.
14622         * math/auto-libm-test-out: New generated file.
14623         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14624         variables.
14625         (%beautify): Add generated representations of zero.
14626         (top level): Set $auto_input and call parse_auto_input.
14627         (beautify): Remove trailing "f" from hex float constants.
14628         (parse_args): Handle XFAIL_TEST.
14629         (convert_condition): New function.
14630         (or_value): Likewise.
14631         (or_cond_value): Likewise.
14632         (generate_testfile): Handle AUTO_TESTS_* lines.
14633         (parse_auto_input): New function.
14634         * math/libm-test.inc (XFAIL_TEST): New macro.
14635         (ERRNO_UNCHANGED): Update value.
14636         (ERRNO_EDOM): Likewise.
14637         (ERRNO_ERANGE): Likewise.
14638         (IGNORE_RESULT): Likewise.
14639         (TEST_COND_flt_32): New macro.
14640         (TEST_COND_dbl_64): Likewise.
14641         (TEST_COND_ldbl_96_intel): Likewise.
14642         (TEST_COND_ldbl_96_m68k): Likewise.
14643         (TEST_COND_ldbl_128): Likewise.
14644         (TEST_COND_ldbl_128ibm): Likewise.
14645         (TEST_COND_long32): Likewise.
14646         (TEST_COND_long64): Likewise.
14647         (TEST_COND_before_rounding): Likewise.
14648         (TEST_COND_after_rounding): Likewise.
14649         (enable_test): Handle XFAIL_TEST flag.
14650         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14651         with finite results.
14652         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14653         auto-libm-test-out.
14655 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14656             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14658         [BZ #16214]
14659         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14660         __tls_get_addr_internal instead of __tls_get_offset in order to
14661         avoid GOT pointer dependency.  Make rtld export
14662         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14663         __tls_get_addr since we are a __tls_get_offset platform.
14664         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14665         GOT pointer being set up before.
14666         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14668 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14670         * manual/math.texi (Errors in Math Functions): Document accuracy
14671         goals.
14673         [BZ #15004]
14674         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14675         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14676         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14677         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14678         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14679         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14680         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14681         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14682         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14683         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14684         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14685         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14686         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14687         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14688         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14689         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14691         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14692         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14693         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14694         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14695         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14696         Likewise.
14697         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14698         Likewise.
14699         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14700         Likewise.
14701         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14702         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14703         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14704         atomic-feupdateenv and flt-rounds.
14705         * sysdeps/powerpc/nofpu/Versions (libc): Add
14706         __atomic_feholdexcept, __atomic_feclearexcept,
14707         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14708         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14709         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14710         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14711         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14712         here.
14713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14714         Update.
14716         * manual/arith.texi (FP Exceptions): Document that exceptions may
14717         not be raised when matherr is used.
14718         (Math Error Reporting): Document overflow in directed rounding
14719         modes.  Document that errno may not be set when finite values are
14720         returned on overflow.  Document intent to set errno on underflow
14721         only for underflow to zero.
14723         [BZ #16271]
14724         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14725         round-to-nearest then adjust result for other rounding modes.
14726         * include/fenv.h (fegetround): Use libm_hidden_proto.
14727         * math/fegetround.c (fegetround): Use libm_hidden_def.
14728         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14729         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14730         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14731         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14732         Likewise.
14733         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14734         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14735         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14736         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14738 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14740         [BZ #16077]
14741         * nss/Versions (libnss_files): Add
14742         _nss_files_gethostbyname3_r.
14743         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14744         New function.
14745         (HOST_DB_LOOKUP): Remove macro.
14746         (_nss_files_gethostbyname_r): Implement function without the
14747         HOST_DB_LOOKUP macro.
14748         (_nss_files_gethostbyname2_r): Likewise.
14750 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14752         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14754 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14756         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14757         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14758         warning.
14760 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14762         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14763         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14764         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14765         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14766         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14767         __fe_nomask_env_priv and attribute_hidden.
14768         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14769         (libc_feupdateenv_test_ppc): Likewise.
14770         (libc_feresetround_ppc): Likewise.
14771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14772         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14773         compat_symbol macro.
14774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14775         (__fe_nomask_env): Likewise.
14776         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14778 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14780         * string/Makefile: Remove ifunc tests.
14781         * string/test-string.h: Define TEST_IFUNC.
14782         * string/test-bcopy-ifunc.c: Remove.
14783         * string/test-bzero-ifunc.c: Likewise.
14784         * string/test-memccpy-ifunc.c: Likewise.
14785         * string/test-memchr-ifunc.c: Likewise.
14786         * string/test-memcmp-ifunc.c: Likewise.
14787         * string/test-memcpy-ifunc.c: Likewise.
14788         * string/test-memmem-ifunc.c: Likewise.
14789         * string/test-memmove-ifunc.c: Likewise.
14790         * string/test-mempcpy-ifunc.c: Likewise.
14791         * string/test-memrchr-ifunc.c: Likewise.
14792         * string/test-memset-ifunc.c: Likewise.
14793         * string/test-rawmemchr-ifunc.c: Likewise.
14794         * string/test-stpcpy-ifunc.c: Likewise.
14795         * string/test-stpncpy-ifunc.c: Likewise.
14796         * string/test-strcasecmp-ifunc.c: Likewise.
14797         * string/test-strcasestr-ifunc.c: Likewise.
14798         * string/test-strcat-ifunc.c: Likewise.
14799         * string/test-strchr-ifunc.c: Likewise.
14800         * string/test-strchrnul-ifunc.c: Likewise.
14801         * string/test-strcmp-ifunc.c: Likewise.
14802         * string/test-strcpy-ifunc.c: Likewise.
14803         * string/test-strcspn-ifunc.c: Likewise.
14804         * string/test-strlen-ifunc.c: Likewise.
14805         * string/test-strncasecmp-ifunc.c: Likewise.
14806         * string/test-strncat-ifunc.c: Likewise.
14807         * string/test-strncmp-ifunc.c: Likewise.
14808         * string/test-strncpy-ifunc.c: Likewise.
14809         * string/test-strnlen-ifunc.c: Likewise.
14810         * string/test-strpbrk-ifunc.c: Likewise.
14811         * string/test-strrchr-ifunc.c: Likewise.
14812         * string/test-strspn-ifunc.c: Likewise.
14813         * string/test-strstr-ifunc.c: Likewise.
14815 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14817         * benchtests/Makefile: Remove ifunc tests.
14818         * benchtests/bench-string.h: Define TEST_IFUNC.
14819         * benchtests/bench-bcopy-ifunc.c: Remove.
14820         * benchtests/bench-bzero-ifunc.c: Likewise.
14821         * benchtests/bench-memccpy-ifunc.c: Likewise.
14822         * benchtests/bench-memchr-ifunc.c: Likewise.
14823         * benchtests/bench-memcmp-ifunc.c: Likewise.
14824         * benchtests/bench-memcpy-ifunc.c: Likewise.
14825         * benchtests/bench-memmem-ifunc.c: Likewise.
14826         * benchtests/bench-memmove-ifunc.c: Likewise.
14827         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14828         * benchtests/bench-memrchr-ifunc.c: Likewise.
14829         * benchtests/bench-memset-ifunc.c: Likewise.
14830         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14831         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14832         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14833         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14834         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14835         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14836         * benchtests/bench-strcat-ifunc.c: Likewise.
14837         * benchtests/bench-strchr-ifunc.c: Likewise.
14838         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14839         * benchtests/bench-strcmp-ifunc.c: Likewise.
14840         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14841         * benchtests/bench-strcpy-ifunc.c: Likewise.
14842         * benchtests/bench-strcspn-ifunc.c: Likewise.
14843         * benchtests/bench-strlen-ifunc.c: Likewise.
14844         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14845         * benchtests/bench-strncat-ifunc.c: Likewise.
14846         * benchtests/bench-strncmp-ifunc.c: Likewise.
14847         * benchtests/bench-strncpy-ifunc.c: Likewise.
14848         * benchtests/bench-strnlen-ifunc.c: Likewise.
14849         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14850         * benchtests/bench-strrchr-ifunc.c: Likewise.
14851         * benchtests/bench-strsep-ifunc.c: Likewise.
14852         * benchtests/bench-strspn-ifunc.c: Likewise.
14853         * benchtests/bench-strstr-ifunc.c: Likewise.
14855 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14857         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14859 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14861         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14862         * rt/aio.h: Likewise.
14863         * sysdeps/gnu/bits/utmp.h: Likewise.
14864         * sysdeps/gnu/bits/utmpx.h: Likewise.
14865         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14866         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14867         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14868         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14869         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14870         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14871         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14872         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14873         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14874         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14875         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14876         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14877         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14879         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14880         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14881         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14882         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14883         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14884         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14885         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14886         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14887         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14888         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14889         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14890         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14891         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14892         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14893         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14894         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14895         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14896         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14897         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14898         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14899         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14900         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14901         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14902         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14903         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14904         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14905         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14906         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14908 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14910         [BZ #16245]
14911         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14912         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14914 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14916         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14917         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14918         Likewise.
14920 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14922         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14923         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14924         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14925         (__fesetround): Remove define.
14926         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14927         rounding and exceptions handling.
14928         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14929         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14930         (__fe_nomask_env): Likewise.
14931         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14932         __fegetround instead of fegetround.
14933         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14934         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14936 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14938         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14939         it's there.
14941         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14943 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14945         [BZ #11157]
14946         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14947         (encrypt_r): Likewise.
14948         * malloc/obstack.h (obstack_free): Likewise.
14949         * posix/unistd.h (encrypt): Likewise.
14951 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14953         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14954         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14955         DL_CALL_DT_FINI() that call the functions directly.
14956         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14957         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14958         * elf/dl-fini.c: Likewise.
14960 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14962         * malloc/hooks.c (memalign_check): Add alignment rounding.
14963         * malloc/malloc.c (_mid_memalign): New function.
14964         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14965         Implement by calling _mid_memalign.
14966         * manual/probes.texi (Memory Allocation Probes): Remove
14967         memory_valloc_retry and memory_pvalloc_retry.
14969 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14971         * locale/programs/locarchive.c (open_archive): Add const
14972         qualifier to ARCHIVEFNAME and copy default fname to
14973         DEFAULT_FNAME.
14975         [BZ #15601]
14976         * libio/tst-widetext.input: Rename Oriya to Odia.
14977         * locale/iso-639.def: Likewise.
14979         * manual/probes.texi (Mathematical Function Probes): Add
14980         documentation for sin, cos, asin and acos probes.
14981         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
14982         (__sin32): Add slowasin probe.
14983         (__cos32): Add slowacos probe.
14984         (__mpsin): Add slowsin probe.
14985         (__mpcos): Add slowcos probe.
14987 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
14989         [BZ #15483]
14990         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
14991         thread-local __sim_exceptions_thread and global
14992         __sim_exceptions_global.
14993         (__sim_disabled_exceptions): Change to thread-local
14994         __sim_disabled_exceptions_thread and global
14995         __sim_disabled_exceptions_global.
14996         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14997         and global __sim_round_mode_global.
14998         (__simulate_exceptions): Use thread-local floating-point state and
14999         set global state from it as needed.
15000         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15001         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15002         __sim_round_mode_thread.
15003         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15004         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15005         and global __sim_exceptions_global.
15006         (__sim_disabled_exceptions): Change to thread-local
15007         __sim_disabled_exceptions_thread and global
15008         __sim_disabled_exceptions_global.
15009         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15010         and global __sim_round_mode_global.
15011         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15012         (SIM_SET_GLOBAL): Likewise.
15013         * sysdeps/powerpc/soft-fp/sfp-machine.h
15014         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15015         __sim_round_mode_thread.
15016         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15017         __sim_disabled_exceptions_thread.
15018         (__sim_exceptions): Change to __sim_exceptions_thread.
15019         (__sim_disabled_exceptions): Change to
15020         __sim_disabled_exceptions_thread.
15021         (__sim_round_mode): Change to __sim_round_mode_thread.
15022         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15023         thread-local floating-point state and set global state from it as
15024         needed.
15025         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15026         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15027         (__sim_disabled_exceptions): Remove extern declaration.
15028         (feenableexcept): Use thread-local floating-point state and set
15029         global state from it as needed.
15030         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15031         extern declaration.
15032         (__sim_disabled_exceptions): Likewise.
15033         (__sim_round_mode): Likewise.
15034         (__fegetenv): Use thread-local floating-point state.
15035         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15036         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15037         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15038         floating-point state and set global state from it as needed.
15039         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15040         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15041         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15042         Likewise.
15043         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15044         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15045         Likewise.
15046         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15047         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15048         Use __sim_round_mode_thread.
15049         * math/test-fenv-tls.c: New file.
15050         * math/Makefile (tests): Add test-fenv-tls.
15051         ($(objpfx)test-fenv-tls): Depend on
15052         $(common-objpfx)nptl/libpthread.so.
15054 2013-11-19  Andreas Schwab  <schwab@suse.de>
15056         * locale/programs/locale.c (show_info): Decode wordarray elements.
15057         * locale/categories.def (LC_MONETARY): Add element for
15058         _NL_MONETARY_CRNCYSTR.
15059         * locale/C-monetary.c (conversion_rate): New variable.
15060         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15061         element.
15063 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15065         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15066         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15068 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15070         * elf/Makefile (tst-auxv): New test.
15071         * elf/tst-auxv.c: New
15072         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15074 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15076         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15077         (hidden_proto): Caller changed.
15078         (hidden_tls_proto): New macro.
15079         (libc_hidden_tls_proto): Likewise.
15080         (rtld_hidden_tls_proto): Likewise.
15081         (libm_hidden_tls_proto): Likewise.
15082         (libresolv_hidden_tls_proto): Likewise.
15083         (librt_hidden_tls_proto): Likewise.
15084         (libdl_hidden_tls_proto): Likewise.
15085         (libnss_files_hidden_tls_proto): Likewise.
15086         (libnsl_hidden_tls_proto): Likewise.
15087         (libnss_nisplus_hidden_tls_proto): Likewise.
15088         (libutil_hidden_tls_proto): Likewise.
15090 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15092         [BZ #10253]
15093         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15094         (decompose_rpath): Defer expansion to fillin_rpath.
15095         (_dl_init_paths): Pass linkmap to fillin_rpath.
15097 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15099         * benchtests/Makefile: Add strsep.
15100         * benchtests/bench-strsep.c: New file: strsep benchtest.
15101         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15103 2013-11-18  Andreas Schwab  <schwab@suse.de>
15105         * locale/programs/locale.c (show_info) [case byte]: Check for
15106         '\377' instead of '\177'.
15107         * locale/C-monetary.c (not_available): Always use "\377".
15108         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15109         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15110         detect unavailable sign_posn locale elements.
15111         * locale/localeconv.c (__localeconv): For grouping and
15112         mon_grouping handle "\177" and "\377" like no grouping.
15113         (INT_ELEM): New macro.  Use it to set all numeric members.
15114         * locale/programs/ld-monetary.c (monetary_read)
15115         <tok_mon_grouping>: Normalize single -1 to the empty string.
15116         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15117         Likewise.
15119 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15121         [BZ #16055]
15122         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15123         when we match (nil).
15124         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15126 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15128         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15129         (NO_TEST_INLINE): Update value.
15130         (ERRNO_UNCHANGED): Likewise.
15131         (ERRNO_EDOM): Likewise.
15132         (ERRNO_ERANGE): Likewise.
15133         (IGNORE_RESULT): Likewise.
15134         (check_float_internal): Check signs of NaN results if
15135         TEST_NAN_SIGN used.
15136         (check_complex): Pass TEST_NAN_SIGN flag through to second
15137         check_float_internal call.
15138         (copysign_test_data): Add tests with quiet NaNs as second
15139         argument.  Use TEST_NAN_SIGN.
15140         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15141         TEST_NAN_SIGN.
15142         (signbit_test_data): Add tests of quiet NaN argument.
15143         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15145         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15146         $ignore_result.
15147         (parse_args): Handle function results specified as IGNORE.
15148         * math/libm-test.inc (IGNORE_RESULT): New macro.
15149         (check_float_internal): Do not check numerical result if flag
15150         IGNORE_RESULT set.
15151         (check_complex): Pass through IGNORE_RESULT to second
15152         check_float_internal call.
15153         (check_int): Do not check numerical result if flag IGNORE_RESULT
15154         set.
15155         (check_long): Likewise.
15156         (check_bool): Likewise.
15157         (check_longlong): Likewise.
15158         (lrint_test_data): Add tests of infinite and NaN arguments.
15159         (lrint_tonearest_test_data): Likewise.
15160         (lrint_towardzero_test_data): Likewise.
15161         (lrint_downward_test_data): Likewise.
15162         (lrint_upward_test_data): Likewise.
15163         (llrint_test_data): Likewise.
15164         (llrint_tonearest_test_data): Likewise.
15165         (llrint_towardzero_test_data): Likewise.
15166         (llrint_downward_test_data): Likewise.
15167         (llrint_upward_test_data): Likewise.
15168         (lround_test_data): Likewise.
15169         (llround_test_data): Likewise.
15171         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15172         (ERRNO_UNCHANGED): Update value.
15173         (ERRNO_EDOM): Likewise.
15174         (ERRNO_ERANGE): Likewise.
15175         (NO_TEST_INLINE_FLOAT): New macro.
15176         (NO_TEST_INLINE_DOUBLE): Likewise.
15177         (enable_test): New function.
15178         (RUN_TEST_f_f): Check enable_test before running test.
15179         (RUN_TEST_2_f): Likewise.
15180         (RUN_TEST_fff_f): Likewise.
15181         (RUN_TEST_c_f): Likewise.
15182         (RUN_TEST_f_f1): Likewise.
15183         (RUN_TEST_fF_f1): Likewise.
15184         (RUN_TEST_fI_f1): Likewise.
15185         (RUN_TEST_ffI_f1): Likewise.
15186         (RUN_TEST_c_c): Likewise.
15187         (RUN_TEST_cc_c): Likewise.
15188         (RUN_TEST_f_i): Likewise.
15189         (RUN_TEST_f_i_tg): Likewise.
15190         (RUN_TEST_ff_i_tg): Likewise.
15191         (RUN_TEST_f_b): Likewise.
15192         (RUN_TEST_f_b_tg): Likewise.
15193         (RUN_TEST_f_l): Likewise.
15194         (RUN_TEST_f_L): Likewise.
15195         (RUN_TEST_fFF_11): Likewise.
15196         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15197         conditionals.
15198         (cosh_test_data): Likewise.
15199         (exp_test_data): Likewise.
15200         (expm1_test_data): Likewise.
15201         (hypot_test_data): Likewise.
15202         (pow_test_data): Likewise.
15203         (sinh_test_data): Likewise.
15204         (tanh_test_data): Likewise.
15205         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15206         flags argument.
15208         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15209         tests with quiet NaN input and output.
15210         (acosh_test_data): Likewise.
15211         (asin_test_data): Likewise.
15212         (asinh_test_data): Likewise.
15213         (atan_test_data): Likewise.
15214         (atanh_test_data): Likewise.
15215         (atan2_test_data): Likewise.
15216         (cbrt_test_data): Likewise.
15217         (cos_test_data): Likewise.
15218         (cosh_test_data): Likewise.
15219         (erf_test_data): Likewise.
15220         (erfc_test_data): Likewise.
15221         (exp_test_data): Likewise.
15222         (exp10_test_data): Likewise.
15223         (exp2_test_data): Likewise.
15224         (expm1_test_data): Likewise.
15225         (hypot_test_data): Likewise.
15226         (j0_test_data): Likewise.
15227         (j1_test_data): Likewise.
15228         (jn_test_data): Likewise.
15229         (lgamma_test_data): Likewise.
15230         (log_test_data): Likewise.
15231         (log10_test_data): Likewise.
15232         (log1p_test_data): Likewise.
15233         (log2_test_data): Likewise.
15234         (pow_test_data): Likewise.
15235         (scalb_test_data): Likewise.
15236         (sin_test_data): Likewise.
15237         (sincos_test_data): Likewise.
15238         (sinh_test_data): Likewise.
15239         (tan_test_data): Likewise.
15240         (tanh_test_data): Likewise.
15241         (tgamma_test_data): Likewise.
15242         (y0_test_data): Likewise.
15243         (y1_test_data): Likewise.
15244         (yn_test_data): Likewise.
15246         [BZ #16167]
15247         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15248         argument being NaN and avoid computations with second argument in
15249         that case.
15250         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15251         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15252         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15254 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15256         * locale/iso-639.def: Add Chitwani Tharu (the).
15258 2013-11-14  Andreas Schwab  <schwab@suse.de>
15260         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15261         word instead of empty string.
15263 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15266         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15268         (__fe_nomask_env): Likewise.
15270 2013-11-13  Steve Ellcey  <sellcey@mips.com>
15272         * benchtests/bench-timing.h: Include time.h.
15274 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
15276         [BZ #15997]
15277         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15278         to 3.4.0 for x32.
15279         * sysdeps/unix/sysv/linux/configure: Regenerated.
15281 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
15283         [BZ #16151]
15284         * stdlib/strtod_l.c (round_and_return): Do not consider
15285         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
15286         exponent one less than half the least subnormal exponent.
15287         * stdlib/test-strtod-round-data: Add more tests.
15288         * stdlib/tst-strtod-round.c (tests): Regenerated.
15290 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15292         [BZ #14143]
15293         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
15294         (__fe_mask_env): Likewise.
15295         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
15296         libm_hidden_proto and add function prototype.
15297         (__fe_mask_env): Add function prototype.
15298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15299         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15301         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15303         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15305 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15307         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15308         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15310 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15312         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15313         of htab_find_slot().
15315 2013-11-11  David S. Miller  <davem@davemloft.net>
15317         [BZ #16150]
15318         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15319         symbol in the non-vis3 case in static builds.
15320         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15321         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15322         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15323         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15325 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15327         [BZ #387]
15328         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15329         it is empty.
15331 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15333         * benchtests/Makefile: Add bench-strtod.
15334         * benchtests/bench-strtod.c: New file: strtod benchtest
15336 2013-11-11  Andreas Schwab  <schwab@suse.de>
15338         [BZ #16153]
15339         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15340         terminating NUL in key length.
15342 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15344         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15345         Add artificial ODP entry for vDSO symbol for PPC64.
15346         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15347         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15349 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15351         [BZ #15374]
15352         * nss/getent.c (services_keys): Recognize services starting with digit.
15354 2013-11-06  David S. Miller  <davem@davemloft.net>
15356         [BZ #15985]
15357         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15358         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15360 2013-11-06  Will Newton  <will.newton@linaro.org>
15362         * manual/memory.texi (Malloc Examples): Remove register
15363         keyword from examples.
15365 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
15367         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
15369 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
15371         [BZ #6981]
15372         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15373         depending on [__GCC_IEC_559 > 0].
15374         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15375         depending on [__GCC_IEC_559_COMPLEX > 0].
15377 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
15379         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15380         to iso-639.def.
15382 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
15384         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15386 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
15388         [BZ #16112]
15389         * malloc/malloc (malloc_info): Do not handle first bin as
15390         special case.
15392 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
15394         * locale/iso-639.def: Add Central Nahuatl (nhn).
15396 2013-11-01  Bruno Haible  <bruno@clisp.org>
15398         [BZ #7003]
15399         * manual/math.texi (BSD Random): Specify range upper bound as
15400         in POSIX.
15402 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
15404         * locale/iso-639.def: Add Meadow Mari (mhr).
15406 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
15408         [BZ #14752], [BZ #15763]
15409         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15410         Validate name.
15411         * rt/tst_shm.c: Add test for escaping directory.
15413 2013-10-31  Andreas Schwab  <schwab@suse.de>
15415         [BZ #15917]
15416         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15417         followed by 'x' as part of digit sequence.
15418         * stdio-common/tst-sscanf.c (double_tests2): New tests.
15420 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15422         [BZ #16037]
15423         * configure.ac: allow GNU Make 4.0 and greater.
15424         * configure: Regenerated.
15426 2013-10-30  Will Newton  <will.newton@linaro.org>
15428         [BZ #16038]
15429         * malloc/hooks.c (memalign_check): Limit alignment to the
15430         maximum representable power of two.
15431         * malloc/malloc.c (__libc_memalign): Likewise.
15432         * malloc/tst-memalign.c (do_test): Add test for very
15433         large alignment values.
15434         * malloc/tst-posix_memalign.c (do_test): Likewise.
15436 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15438         [BZ #11087]
15439         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15440         (munmap_chunk): Likewise.
15441         (mremap_chunk): Likewise.
15443 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15445         [BZ #15799]
15446         * stdlib/div.c (div): Remove obsolete code.
15447         * stdlib/ldiv.c (ldiv): Likewise.
15448         * stdlib/lldiv.c (lldiv): Likewise.
15450 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15452         [BZ #16071]
15453         * nss/nss_files/files-XXX.c (get_contents_ret): New
15454         enumerator.
15455         (get_contents): New function.
15456         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15458 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15460         * configure.in: Moved to ...
15461         * configure.ac: ... here. Change reference to configure.in
15462         to configure.ac.
15463         * sysdeps/arm/preconfigure.ac: ... here.
15464         configure.in to configure.ac.
15465         * sysdeps/gnu/configure.in: Moved to ...
15466         * sysdeps/gnu/configure.ac: ... here.
15467         * sysdeps/i386/configure.in: Moved to ...
15468         * sysdeps/i386/configure.ac: ... here.
15469         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15470         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15471         * sysdeps/mach/configure.in: Moved to ...
15472         * sysdeps/mach/configure.ac: ... here.
15473         * sysdeps/mach/hurd/configure.in: Moved to ...
15474         * sysdeps/mach/hurd/configure.ac: ... here.
15475         * sysdeps/powerpc/configure.in: Moved to ...
15476         * sysdeps/powerpc/configure.ac: ... here.
15477         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15478         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15479         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15480         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15481         * sysdeps/s390/s390-32/configure.in: Moved to ...
15482         * sysdeps/s390/s390-32/configure.ac: ... here.
15483         * sysdeps/s390/s390-64/configure.in: Moved to ...
15484         * sysdeps/s390/s390-64/configure.ac: ... here.
15485         * sysdeps/sh/configure.in: Moved to ...
15486         * sysdeps/sh/configure.ac: ... here.
15487         * sysdeps/sparc/configure.in: Moved to ...
15488         * sysdeps/sparc/configure.ac: ... here.
15489         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15490         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15491         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15492         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15493         * sysdeps/x86_64/configure.in: Moved to ...
15494         * sysdeps/x86_64/configure.ac: ... here.
15495         * sysdeps/x86_64/preconfigure.in: Moved to ...
15496         * sysdeps/x86_64/preconfigure.ac: ... here.
15497         * aclocal.m4: Change reference to configure.in to configure.ac.
15498         * config.h.in: Likewise.
15499         * manual/install.texi: Likewise.
15500         * manual/maint.texi: Likewise.
15501         * Makefile: Likewise.
15502         * malloc/Makefile: Likewise.
15503         * nscd/Makefile: Likewise.
15504         * Makeconfig: Change reference to configure.in and
15505         preconfigure.in to configure.ac and preconfigure.ac
15506         respectively.
15507         * INSTALL: Regenerated.
15508         * configure: Likewise.
15509         * sysdeps/gnu/configure: Likewise.
15510         * sysdeps/i386/configure: Likewise.
15511         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15512         * sysdeps/mach/configure: Likewise.
15513         * sysdeps/mach/hurd/configure: Likewise.
15514         * sysdeps/powerpc/configure: Likewise.
15515         * sysdeps/powerpc/powerpc32/configure: Likewise.
15516         * sysdeps/powerpc/powerpc64/configure: Likewise.
15517         * sysdeps/s390/s390-32/configure: Likewise.
15518         * sysdeps/s390/s390-64/configure: Likewise.
15519         * sysdeps/sh/configure: Likewise.
15520         * sysdeps/sparc/configure: Likewise.
15521         * sysdeps/unix/sysv/linux/configure: Likewise.
15522         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15523         * sysdeps/x86_64/configure: Likewise.
15524         * sysdeps/x86_64/preconfigure: Likewise.
15526 2013-10-29  Andreas Schwab  <schwab@suse.de>
15528         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15530 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15532         * benchtests/pow-inputs: Add new inputs.
15534         * benchtests/exp-inputs: Add new inputs.
15536         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15537         conditional check for return value.
15538         (__cos32): Likewise.
15540 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15542         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15543         to provide a boost for large inputs with word alignment.
15544         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15545         implementation based on optimized PPC64 strcpy.
15546         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15547         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15548         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15549         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15551 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15553         [BZ #2801]
15554         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15556 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15558         [BZ #14876]
15559         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15560         * time/tst-strptime.c (day_tests): Add testcase.
15562 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15564         [BZ #14029]
15565         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15567 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15569         [BZ #16074]
15570         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15571         MAP_FAILED on error.
15573 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15575         [BZ #16072]
15576         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15577         heap for large requests.
15579 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15581         [BZ #9954]
15582         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15583         result if the result has no associated interface.
15584         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15585         interface for all 127.X.Y.Z addresses.
15587 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15589         * locale/iso-639.def: Add Ligurian (lij)
15591 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15593         [BZ #15825]
15594         * sunrpc/rpc_main.c: Document rpcgen -5.
15596 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15598         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15600 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15602         [BZ #10278]
15603         * posix/glob.c: Match only directories when trailing slash is present.
15604         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15605         (main): Add testcase.
15607 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15609         [BZ #15670]
15610         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15612 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15614         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15615         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15616         AUTH_DES and cindex for FIPS 140-2.
15617         (DES Encryption): Add cindex FIPS 46-3.
15619         * locale/locarchive.h (struct locarhandle): Add fname.
15620         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15621         if an optional argument was specified to --list-archive,
15622         otherwise NULL.
15623         * locale/programs/locarchive.c (show_archive_content): Take new
15624         argument fname and pass it via ah.fname to open_archive.
15625         * locale/programs/localedef.h: Update decl.
15626         (open_archive): If AH->fname is non-null, open that file
15627         rather than the default file name, and don't ignore ENOENT.
15628         (create_archive): Set AH.fname to NULL.
15629         (delete_locales_from_archive): Likewise.
15630         (add_locales_to_archive): Likewise.
15631         * locale/programs/locfile.c (write_all_categories): Likewise.
15633 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15634             Aldy Hernandez  <aldyh@redhat.com>
15636         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15637         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15638         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15639         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15640         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15641         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15642         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15643         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15644         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15645         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15646         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15647         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15648         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15649         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15650         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15651         Likewise.
15652         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15653         Likewise.
15654         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15655         Likewise.
15656         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15657         Likewise.
15658         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15659         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15660         Likewise.
15661         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15662         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15663         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15664         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15665         Likewise.
15666         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15667         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15668         * sysdeps/powerpc/preconfigure: Likewise.
15669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15670         Likewise.
15671         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15672         Replace contents of file by #include of <fenv_libc.h>.
15673         * sysdeps/powerpc/soft-fp/sfp-machine.h
15674         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15675         and <sys/prctl.h>.
15676         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15677         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15678         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15679         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15680         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15681         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15682         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15683         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15684         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15685         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15686         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15687         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15689         Allow copysignl PLT reference to be missing.
15691 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15692             Joseph Myers  <joseph@codesourcery.com
15694         [BZ #15948]
15695         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15696         single character.
15697         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15699 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15701         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15702         * elf/tst-tls1.c: Likewise.
15703         * elf/tst-tls10.h: Likewise.
15704         * elf/tst-tls14.c: Likewise.
15705         * elf/tst-tls2.c: Likewise.
15706         * elf/tst-tls3.c: Likewise.
15707         * elf/tst-tls4.c: Likewise.
15708         * elf/tst-tls5.c: Likewise.
15709         * elf/tst-tls6.c: Likewise.
15710         * elf/tst-tls7.c: Likewise.
15711         * elf/tst-tls8.c: Likewise.
15712         * elf/tst-tls9.c: Likewise.
15713         * elf/tst-tlsmod1.c: Likewise.
15714         * elf/tst-tlsmod13.c: Likewise.
15715         * elf/tst-tlsmod13a.c: Likewise.
15716         * elf/tst-tlsmod14a.c: Likewise.
15717         * elf/tst-tlsmod16a.c: Likewise.
15718         * elf/tst-tlsmod16b.c: Likewise.
15719         * elf/tst-tlsmod2.c: Likewise.
15720         * elf/tst-tlsmod3.c: Likewise.
15721         * elf/tst-tlsmod4.c: Likewise.
15722         * elf/tst-tlsmod5.c: Likewise.
15723         * elf/tst-tlsmod6.c: Likewise.
15725 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15727         [BZ #12486]
15728         * malloc/malloc.c: remove checks for statistics.
15730 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15732         [BZ #15277]
15733         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15734         * inet/tst-network.c: Add testcase.
15736 2013-10-17  Andreas Schwab  <schwab@suse.de>
15738         [BZ #15218]
15739         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15740         to determine canonical name.
15742 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15744         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15745         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15746         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15747         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15748         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15749         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15750         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15751         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15752         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15753         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15754         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15755         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15756         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15757         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15758         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15759         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15760         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15761         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15762         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15763         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15764         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15765         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15766         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15767         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15768         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15769         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15770         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15771         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15772         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15773         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15774         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15775         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15776         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15777         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15778         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15779         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15780         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15781         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15782         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15783         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15784         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15785         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15786         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15787         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15788         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15789         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15790         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15791         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15792         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15793         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15794         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15795         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15796         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15797         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15798         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15799         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15800         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15801         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15803 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15805         [BZ #16041]
15806         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15807         make result into a quiet NaN.
15809 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15811         * soft-fp/adddf3.c: Fix horizontal whitespace.
15812         * soft-fp/addsf3.c: Likewise.
15813         * soft-fp/addtf3.c: Likewise.
15814         * soft-fp/divdf3.c: Likewise.
15815         * soft-fp/divsf3.c: Likewise.
15816         * soft-fp/divtf3.c: Likewise.
15817         * soft-fp/double.h: Likewise.
15818         * soft-fp/eqdf2.c: Likewise.
15819         * soft-fp/eqsf2.c: Likewise.
15820         * soft-fp/eqtf2.c: Likewise.
15821         * soft-fp/extenddftf2.c: Likewise.
15822         * soft-fp/extended.h: Likewise.
15823         * soft-fp/extendsfdf2.c: Likewise.
15824         * soft-fp/extendsftf2.c: Likewise.
15825         * soft-fp/extendxftf2.c: Likewise.
15826         * soft-fp/fixdfdi.c: Likewise.
15827         * soft-fp/fixdfsi.c: Likewise.
15828         * soft-fp/fixdfti.c: Likewise.
15829         * soft-fp/fixsfdi.c: Likewise.
15830         * soft-fp/fixsfsi.c: Likewise.
15831         * soft-fp/fixsfti.c: Likewise.
15832         * soft-fp/fixtfdi.c: Likewise.
15833         * soft-fp/fixtfsi.c: Likewise.
15834         * soft-fp/fixtfti.c: Likewise.
15835         * soft-fp/fixunsdfdi.c: Likewise.
15836         * soft-fp/fixunsdfsi.c: Likewise.
15837         * soft-fp/fixunsdfti.c: Likewise.
15838         * soft-fp/fixunssfdi.c: Likewise.
15839         * soft-fp/fixunssfsi.c: Likewise.
15840         * soft-fp/fixunssfti.c: Likewise.
15841         * soft-fp/fixunstfdi.c: Likewise.
15842         * soft-fp/fixunstfsi.c: Likewise.
15843         * soft-fp/fixunstfti.c: Likewise.
15844         * soft-fp/floatdidf.c: Likewise.
15845         * soft-fp/floatdisf.c: Likewise.
15846         * soft-fp/floatditf.c: Likewise.
15847         * soft-fp/floatsidf.c: Likewise.
15848         * soft-fp/floatsisf.c: Likewise.
15849         * soft-fp/floatsitf.c: Likewise.
15850         * soft-fp/floattidf.c: Likewise.
15851         * soft-fp/floattisf.c: Likewise.
15852         * soft-fp/floattitf.c: Likewise.
15853         * soft-fp/floatundidf.c: Likewise.
15854         * soft-fp/floatundisf.c: Likewise.
15855         * soft-fp/floatunditf.c: Likewise.
15856         * soft-fp/floatunsidf.c: Likewise.
15857         * soft-fp/floatunsisf.c: Likewise.
15858         * soft-fp/floatunsitf.c: Likewise.
15859         * soft-fp/floatuntidf.c: Likewise.
15860         * soft-fp/floatuntisf.c: Likewise.
15861         * soft-fp/floatuntitf.c: Likewise.
15862         * soft-fp/fmadf4.c: Likewise.
15863         * soft-fp/fmasf4.c: Likewise.
15864         * soft-fp/fmatf4.c: Likewise.
15865         * soft-fp/gedf2.c: Likewise.
15866         * soft-fp/gesf2.c: Likewise.
15867         * soft-fp/getf2.c: Likewise.
15868         * soft-fp/ledf2.c: Likewise.
15869         * soft-fp/lesf2.c: Likewise.
15870         * soft-fp/letf2.c: Likewise.
15871         * soft-fp/muldf3.c: Likewise.
15872         * soft-fp/mulsf3.c: Likewise.
15873         * soft-fp/multf3.c: Likewise.
15874         * soft-fp/negdf2.c: Likewise.
15875         * soft-fp/negsf2.c: Likewise.
15876         * soft-fp/negtf2.c: Likewise.
15877         * soft-fp/op-1.h: Likewise.
15878         * soft-fp/op-2.h: Likewise.
15879         * soft-fp/op-4.h: Likewise.
15880         * soft-fp/op-8.h: Likewise.
15881         * soft-fp/op-common.h: Likewise.
15882         * soft-fp/quad.h: Likewise.
15883         * soft-fp/single.h: Likewise.
15884         * soft-fp/soft-fp.h: Likewise.
15885         * soft-fp/sqrtdf2.c: Likewise.
15886         * soft-fp/sqrtsf2.c: Likewise.
15887         * soft-fp/sqrttf2.c: Likewise.
15888         * soft-fp/subdf3.c: Likewise.
15889         * soft-fp/subsf3.c: Likewise.
15890         * soft-fp/subtf3.c: Likewise.
15891         * soft-fp/truncdfsf2.c: Likewise.
15892         * soft-fp/trunctfdf2.c: Likewise.
15893         * soft-fp/trunctfsf2.c: Likewise.
15894         * soft-fp/trunctfxf2.c: Likewise.
15895         * soft-fp/unorddf2.c: Likewise.
15896         * soft-fp/unordsf2.c: Likewise.
15897         * soft-fp/unordtf2.c: Likewise.
15899 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15901         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15902         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15904 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15906         * elf/dl-libc.c: Clear initfini list after freeing.
15908 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15910         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15911         * soft-fp/addsf3.c: Likewise.
15912         * soft-fp/addtf3.c: Likewise.
15913         * soft-fp/divdf3.c: Likewise.
15914         * soft-fp/divsf3.c: Likewise.
15915         * soft-fp/divtf3.c: Likewise.
15916         * soft-fp/double.h: Likewise.
15917         * soft-fp/eqdf2.c: Likewise.
15918         * soft-fp/eqsf2.c: Likewise.
15919         * soft-fp/eqtf2.c: Likewise.
15920         * soft-fp/extenddftf2.c: Likewise.
15921         * soft-fp/extended.h: Likewise.
15922         * soft-fp/extendsfdf2.c: Likewise.
15923         * soft-fp/extendsftf2.c: Likewise.
15924         * soft-fp/extendxftf2.c: Likewise.
15925         * soft-fp/fixdfdi.c: Likewise.
15926         * soft-fp/fixdfsi.c: Likewise.
15927         * soft-fp/fixdfti.c: Likewise.
15928         * soft-fp/fixsfdi.c: Likewise.
15929         * soft-fp/fixsfsi.c: Likewise.
15930         * soft-fp/fixsfti.c: Likewise.
15931         * soft-fp/fixtfdi.c: Likewise.
15932         * soft-fp/fixtfsi.c: Likewise.
15933         * soft-fp/fixtfti.c: Likewise.
15934         * soft-fp/fixunsdfdi.c: Likewise.
15935         * soft-fp/fixunsdfsi.c: Likewise.
15936         * soft-fp/fixunsdfti.c: Likewise.
15937         * soft-fp/fixunssfdi.c: Likewise.
15938         * soft-fp/fixunssfsi.c: Likewise.
15939         * soft-fp/fixunssfti.c: Likewise.
15940         * soft-fp/fixunstfdi.c: Likewise.
15941         * soft-fp/fixunstfsi.c: Likewise.
15942         * soft-fp/fixunstfti.c: Likewise.
15943         * soft-fp/floatdidf.c: Likewise.
15944         * soft-fp/floatdisf.c: Likewise.
15945         * soft-fp/floatditf.c: Likewise.
15946         * soft-fp/floatsidf.c: Likewise.
15947         * soft-fp/floatsisf.c: Likewise.
15948         * soft-fp/floatsitf.c: Likewise.
15949         * soft-fp/floattidf.c: Likewise.
15950         * soft-fp/floattisf.c: Likewise.
15951         * soft-fp/floattitf.c: Likewise.
15952         * soft-fp/floatundidf.c: Likewise.
15953         * soft-fp/floatundisf.c: Likewise.
15954         * soft-fp/floatunsidf.c: Likewise.
15955         * soft-fp/floatunsisf.c: Likewise.
15956         * soft-fp/floatuntidf.c: Likewise.
15957         * soft-fp/floatuntisf.c: Likewise.
15958         * soft-fp/floatuntitf.c: Likewise.
15959         * soft-fp/fmadf4.c: Likewise.
15960         * soft-fp/fmasf4.c: Likewise.
15961         * soft-fp/fmatf4.c: Likewise.
15962         * soft-fp/gedf2.c: Likewise.
15963         * soft-fp/gesf2.c: Likewise.
15964         * soft-fp/getf2.c: Likewise.
15965         * soft-fp/ledf2.c: Likewise.
15966         * soft-fp/lesf2.c: Likewise.
15967         * soft-fp/letf2.c: Likewise.
15968         * soft-fp/muldf3.c: Likewise.
15969         * soft-fp/mulsf3.c: Likewise.
15970         * soft-fp/multf3.c: Likewise.
15971         * soft-fp/negdf2.c: Likewise.
15972         * soft-fp/negsf2.c: Likewise.
15973         * soft-fp/negtf2.c: Likewise.
15974         * soft-fp/op-1.h: Likewise.
15975         * soft-fp/op-2.h: Likewise.
15976         * soft-fp/op-4.h: Likewise.
15977         * soft-fp/op-8.h: Likewise.
15978         * soft-fp/op-common.h: Likewise.
15979         * soft-fp/quad.h: Likewise.
15980         * soft-fp/single.h: Likewise.
15981         * soft-fp/soft-fp.h: Likewise.
15982         * soft-fp/sqrtdf2.c: Likewise.
15983         * soft-fp/sqrtsf2.c: Likewise.
15984         * soft-fp/sqrttf2.c: Likewise.
15985         * soft-fp/subdf3.c: Likewise.
15986         * soft-fp/subsf3.c: Likewise.
15987         * soft-fp/subtf3.c: Likewise.
15988         * soft-fp/truncdfsf2.c: Likewise.
15989         * soft-fp/trunctfdf2.c: Likewise.
15990         * soft-fp/trunctfsf2.c: Likewise.
15991         * soft-fp/trunctfxf2.c: Likewise.
15992         * soft-fp/unorddf2.c: Likewise.
15993         * soft-fp/unordsf2.c: Likewise.
15994         * soft-fp/unordtf2.c: Likewise.
15996 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
15998         [BZ #15672]
15999         * misc/error.c (error_tail): Fix possible buffer overflow.
16001 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16003         [BZ #13028]
16004         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16005         address.
16007 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16009         [BZ #832]
16010         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16011         testing pipefail option.
16013 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16015         * soft-fp/double.h: Indent preprocessor directives inside #if.
16016         * soft-fp/extended.h: Likewise.
16017         * soft-fp/op-2.h: Likewise.
16018         * soft-fp/op-4.h: Likewise.
16019         * soft-fp/op-common.h: Likewise.
16020         * soft-fp/quad.h: Likewise.
16021         * soft-fp/single.h: Likewise.
16022         * soft-fp/soft-fp.h: Likewise.
16024 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16026         * iconv/iconv_prog.c: Fix typos.
16027         * stdio-common/psiginfo-data.h: Likewise.
16029 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16031         [BZ #15764]
16032         * locale/setlocale.c: Fix typo.
16034 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16036         [BZ #16036]
16037         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16038         signaling NaN arguments.
16039         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16040         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16042         [BZ #14910]
16043         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16044         unordered operands.
16045         * soft-fp/gesf2.c (__gesf2): Likewise.
16046         * soft-fp/getf2.c (__getf2): Likewise.
16047         * soft-fp/ledf2.c (__ledf2): Likewise.
16048         * soft-fp/lesf2.c (__lesf2): Likewise.
16049         * soft-fp/letf2.c (__letf2): Likewise.
16051         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16052         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16053         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16054         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16055         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16056         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16057         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16058         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16059         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16060         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16061         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16062         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16063         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16064         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16065         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16066         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16067         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16068         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16069         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16070         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16071         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16072         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16073         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16074         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16075         * soft-fp/floattidf.c (__floattidf): Likewise.
16076         * soft-fp/floattisf.c (__floattisf): Likewise.
16077         * soft-fp/floattitf.c (__floattitf): Likewise.
16078         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16079         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16080         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16081         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16082         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16083         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16084         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16085         * soft-fp/gesf2.c (__gesf2): Likewise.
16086         * soft-fp/getf2.c (__getf2): Likewise.
16087         * soft-fp/ledf2.c (__ledf2): Likewise.
16088         * soft-fp/lesf2.c (__lesf2): Likewise.
16089         * soft-fp/letf2.c (__letf2): Likewise.
16091         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16092         Undefine and redefine.
16093         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16094         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16095         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16096         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16097         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16098         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16099         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16100         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16101         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16102         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16103         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16104         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16105         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16106         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16107         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16109         [BZ #16032]
16110         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16111         without decrementing exponent if mantissa >= that for the
16112         denominator, not >.
16113         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16114         denominator, not >.  Decrement exponent in < case instead of
16115         incrementing in >= case.
16116         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16117         without decrementing exponent if mantissa >= that for the
16118         denominator, not >.
16120         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16121         computing saturated result for unsigned overflow.
16123 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16124             Jeff Law  <law@redhat.com>
16126         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16127         (atan2Mp): Add systemtap probe marker.
16128         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16129         (__ieee754_log): Add systemtap probe marker.
16130         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16131         (atanMp): Add systemtap probe marker.
16132         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16133         (tanMp): Add systemtap probe marker.
16134         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16135         (__slowexp): Add systemtap probe marker.
16136         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16137         (__slowpow): Add systemtap probe marker.
16138         * manual/probes.texi: Document probes.
16140 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16142         [BZ #15362]
16143         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16144         written.
16145         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16146         written.
16147         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16148         written to buffer but not flushed.
16149         * libio/iofwrite_u.c:  Likewise.
16150         * libio/iopadn.c:  Return bytes returned even if EOF was
16151         encountered.
16152         * libio/iowpadn.c:  Likewise.
16153         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16154         if _IO_padn does not write the whole buffer.
16155         [!COMPILE_WPRINTF] (PAD): Likewise.
16157 2013-10-10  David S. Miller  <davem@davemloft.net>
16159         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16160         directory block.
16162 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16164         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16165         instead of FSF address.
16166         * soft-fp/fixdfti.c: Likewise.
16167         * soft-fp/fixsfti.c: Likewise.
16168         * soft-fp/fixtfti.c: Likewise.
16169         * soft-fp/fixunsdfti.c: Likewise.
16170         * soft-fp/fixunssfti.c: Likewise.
16171         * soft-fp/fixunstfti.c: Likewise.
16172         * soft-fp/floattidf.c: Likewise.
16173         * soft-fp/floattisf.c: Likewise.
16174         * soft-fp/floattitf.c: Likewise.
16175         * soft-fp/floatuntidf.c: Likewise.
16176         * soft-fp/floatuntisf.c: Likewise.
16177         * soft-fp/floatuntitf.c: Likewise.
16178         * soft-fp/trunctfxf2.c: Likewise.
16180         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16181         * soft-fp/fixdfti.c: Likewise.
16182         * soft-fp/fixsfti.c: Likewise.
16183         * soft-fp/fixtfti.c: Likewise.
16184         * soft-fp/fixunsdfti.c: Likewise.
16185         * soft-fp/fixunssfti.c: Likewise.
16186         * soft-fp/fixunstfti.c: Likewise.
16187         * soft-fp/floattidf.c: Likewise.
16188         * soft-fp/floattisf.c: Likewise.
16189         * soft-fp/floattitf.c: Likewise.
16190         * soft-fp/floatuntidf.c: Likewise.
16191         * soft-fp/floatuntisf.c: Likewise.
16192         * soft-fp/floatuntitf.c: Likewise.
16193         * soft-fp/trunctfxf2.c: Likewise.
16195 2013-10-10  David S. Miller  <davem@davemloft.net>
16197         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16199 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
16201         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16202         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16203         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16204         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16205         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16206         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16207         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16209         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16210         for NaNs before doing comparisons on argument.
16211         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16212         Likewise.
16214 2013-10-10  Will Newton  <will.newton@linaro.org>
16216         * malloc/hooks.c (memalign_check): Ensure the value of bytes
16217         passed to _int_memalign does not overflow.
16219 2013-10-10  Torvald Riegel  <triegel@redhat.com>
16221         * scripts/bench.pl: Add include-sources directive.
16222         * benchtests/README: Update documentation.
16224 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16226         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16227         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16228         instead of FP_INIT_ROUNDMODE.
16229         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16230         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16232         [BZ #16034]
16233         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
16234         copy class of input value.
16235         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
16236         not handle exceptions.
16237         * soft-fp/negsf2.c (__negsf2): Likewise.
16238         * soft-fp/negtf2.c (__negtf2): Likewise.
16239         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16241 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
16243         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16244         semicolon.  From Linux kernel.
16246 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
16248         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16250 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
16252         [BZ #156]
16253         * manual/socket.texi: Added statement about buffer
16254         for gethostbyname2_r.
16256 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16258         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16259         Use .p2align directive instead, throughout.
16260         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16261         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16262         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16263         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16264         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16265         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16266         * sysdeps/x86_64/strchr.S: Likewise.
16267         * sysdeps/x86_64/strrchr.S: Likewise.
16269 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
16271         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16273         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16275         * sysdeps/generic/math_private.h (__mpsin1): Remove
16276         declaration.
16277         (__mpcos1): Likewise.
16278         (__mpsin): New argument __range_reduce.
16279         (__mpcos): Likewise.
16280         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16281         (slow): Use __mpsin and __mpcos.
16282         (slow1): Likewise.
16283         (slow2): Likewise.
16284         (sloww): Likewise.
16285         (sloww1): Likewise.
16286         (sloww2): Likewise.
16287         (bsloww): Likewise.
16288         (bsloww1): Likewise.
16289         (bsloww2): Likewise.
16290         (cslow2): Likewise.
16291         (csloww): Likewise.
16292         (csloww1): Likewise.
16293         (csloww2): Likewise.
16294         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
16295         range_reduce.  Merge in __mpsin1.
16296         (__mpcos): Likewise.
16297         (__mpsin1): Remove.
16298         (__mpcos1): Likewise.
16300 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
16302         * locale/loadlocale.c (_nl_intern_locale_data): Use
16303         LOCFILE_ALIGNED_P.
16304         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16305         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16306         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16307         obstack data is appropriately aligned.
16308         (obstack_int32_grow_fast): Likewise.
16309         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16310         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16311         (add_locale_uint32_array): Likewise.
16313 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
16315         * benchtests/Makefile: Remove ARGLIST and RET variables.
16316         ($(objpfx)bench-%.c): Pass only function name to the script.
16317         * benchtests/README: Update documentation.
16318         * benchtests/acos-inputs: Add new directives.
16319         * benchtests/acosh-inputs: Likewise.
16320         * benchtests/asin-inputs: Likewise.
16321         * benchtests/asinh-inputs: Likewise.
16322         * benchtests/atan-inputs: Likewise.
16323         * benchtests/atanh-inputs: Likewise.
16324         * benchtests/cos-inputs: Likewise.
16325         * benchtests/cosh-inputs: Likewise.
16326         * benchtests/exp-inputs: Likewise.
16327         * benchtests/log-inputs: Likewise.
16328         * benchtests/pow-inputs: Likewise.
16329         * benchtests/rint-inputs: Likewise.
16330         * benchtests/sin-inputs: Likewise.
16331         * benchtests/sinh-inputs: Likewise.
16332         * benchtests/tan-inputs: Likewise.
16333         * benchtests/tanh-inputs: Likewise.
16334         * scripts/bench.pl: Add support for new directives.
16336 2013-10-07  Alan Modra  <amodra@gmail.com>
16338         * README: Fix careless merge.
16340 2013-10-05  Alan Modra  <amodra@gmail.com>
16342         * NEWS: Mention powerpc64le support and bugs fixed.
16343         * README: Both big-endian and little-endian powerpc64 supported.
16345 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16347         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16348         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
16349         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16350         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16352 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
16354         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16355         match prototype.
16357 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
16359         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16360         Move -mhard-float appending from
16361         ports/sysdeps/powerpc/powerpc32/Makefile.
16362         [$(with-fp) = yes] (ASFLAGS): Likewise.
16363         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16364         * sysdeps/powerpc/nofpu: Move directory from
16365         ports/sysdeps/powerpc/nofpu.
16366         * sysdeps/powerpc/soft-fp: Move directory from
16367         ports/sysdeps/powerpc/soft-fp.
16368         * sysdeps/powerpc/powerpc32/405: Move directory from
16369         ports/sysdeps/powerpc/powerpc32/405.
16370         * sysdeps/powerpc/powerpc32/440: Move directory from
16371         ports/sysdeps/powerpc/powerpc32/440.
16372         * sysdeps/powerpc/powerpc32/464: Move directory from
16373         ports/sysdeps/powerpc/powerpc32/464.
16374         * sysdeps/powerpc/powerpc32/476: Move directory from
16375         ports/sysdeps/powerpc/powerpc32/476.
16376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16377         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16379         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16381         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16383         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16385         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16386         * README: Update for powerpc-*-linux-gnu software floating point
16387         support in libc.
16389         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16390         case to powerpc/powerpc32*.
16391         * sysdeps/unix/sysv/linux/configure: Regenerated.
16393         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16394         (_FPU_MASK_OM): Define as 0x04.
16395         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16396         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16397         0x00c10080.
16398         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16399         0x0000003c.
16400         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16403         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16404         getcontext_e500.
16405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16406         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16407         setcontext_e500.
16408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16409         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16410         and setcontext_e500.
16412 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
16414         * locale/iso-3166.def: Update iso-1366.def and related occurrences
16416 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16418         * manual/threads.texi (Default Thread Attributes): Fix typo.
16420 2013-10-04  Will Newton  <will.newton@linaro.org>
16422         * malloc/Makefile: Add tst-memalign.
16423         * malloc/tst-memalign.c: New file.
16425         * malloc/tst-posix_memalign.c: Add comments.
16426         (do_test): Add comments and call free on all potentially
16427         allocated pointers. Add space after cast.
16429         * malloc/tst-pvalloc.c: Add comments.
16430         (do_test): Add comments and call free on all potentially
16431         allocated pointers. Remove duplicate check for NULL pointer.
16432         Add space after cast.
16434         * malloc/tst-valloc.c: Add comments.
16435         (do_test): Add comments and call free on all potentially
16436         allocated pointers. Remove duplicate check for NULL pointer.
16437         Add space after cast.
16439 2013-10-04  Alan Modra  <amodra@gmail.com>
16441         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16442         Use stdint types in rather than __attribute__((mode())).
16443         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16445 2013-10-04  Alan Modra  <amodra@gmail.com>
16447         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16448         Correct handling of unaligned relocs for little-endian.
16449         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16451 2013-10-04  Alan Modra  <amodra@gmail.com>
16453         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16454         * configure: Regenerate.
16455         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16456         * shlib-versions: Likewise.
16458 2013-10-04  Alan Modra  <amodra@gmail.com>
16460         * string/tester.c (test_memrchr): Increment reported test cycle.
16462 2013-10-04  Alan Modra  <amodra@gmail.com>
16464         * string/test-memcpy.c (do_one_test): When reporting errors, print
16465         string address and don't overrun end of string.
16467 2013-10-04  Alan Modra  <amodra@gmail.com>
16469         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16470         insrdi.  Make better use of reg selection to speed exit slightly.
16471         Schedule entry path a little better.  Remove useless "are we done"
16472         checks on entry to main loop.  Handle wrapping around zero address.
16473         Correct main loop count.  Handle single left-over word from main
16474         loop inline rather than by using loop_small.  Remove extra word
16475         case in loop_small caused by wrong loop count.  Add little-endian
16476         support.
16477         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16478         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16479         cache hint.
16480         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16481         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16482         support.  Avoid rlwimi.
16483         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16485 2013-10-04  Alan Modra  <amodra@gmail.com>
16487         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16488         insrdi.  Formatting.
16489         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16490         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16491         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16492         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16493         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16494         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16496 2013-10-04  Alan Modra  <amodra@gmail.com>
16498         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16499         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16500         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16501         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16502         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16503         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16504         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16505         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16506         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16507         use of regs.  Use power7 mtocrf.  Tidy function tails.
16509 2013-10-04  Alan Modra  <amodra@gmail.com>
16511         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16512         Formatting.  Consistently use rXXX register defines or rN defines.
16513         Use early exit labels that avoid restoring unused non-volatile regs.
16514         Make cr field use more consistent with rWORDn compares.  Rename
16515         regs used as shift registers for unaligned loop, using rN defines
16516         for short lifetime/multiple use regs.
16517         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16518         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16519         addi 1,1,64 to pop stack frame.  Simplify return value code.
16520         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16522 2013-10-04  Alan Modra  <amodra@gmail.com>
16524         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16525         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16526         rather than rlwimi.
16527         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16528         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16529         little-endian support.  Correct typos.
16530         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16531         rather than rlwimi.
16532         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16533         in loop and entry code to keep "and." results.
16534         (strchr): Add little-endian support.  Comment.  Move cntlzd
16535         earlier in tail.
16536         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16538 2013-10-04  Alan Modra  <amodra@gmail.com>
16540         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16541         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16542         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16543         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16545 2013-10-04  Alan Modra  <amodra@gmail.com>
16547         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16548         (rTMP): Define as r11.
16549         (strcmp): Add little-endian support.  Optimise tail.
16550         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16551         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16552         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16553         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16554         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16555         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16556         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16558 2013-10-04  Alan Modra  <amodra@gmail.com>
16560         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16561         little-endian support.  Remove unnecessary "are we done" tests.
16562         Handle "s" wrapping around zero and extremely large "size".
16563         Correct main loop count.  Handle single left-over word from main
16564         loop inline rather than by using small_loop.  Correct comments.
16565         Delete "zero" tail, use "end_max" instead.
16566         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16568 2013-10-04  Alan Modra  <amodra@gmail.com>
16570         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16571         support.  Don't branch over align.
16572         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16573         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16574         support.  Rearrange tmp reg use to suit.  Comment.
16575         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16577 2013-10-04  Alan Modra  <amodra@gmail.com>
16579         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16581 2013-10-04  Alan Modra  <amodra@gmail.com>
16583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16584         conditional form of branch and link when obtaining pc.
16585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16587 2013-10-04  Alan Modra  <amodra@gmail.com>
16589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16590         HIWORD/LOWORD.
16591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16594 2013-10-04  Alan Modra  <amodra@gmail.com>
16596         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16597         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16598         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16599         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16600         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16601         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16602         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16603         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16604         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16605         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16607 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16608             Alistair Popple <alistair@ozlabs.au.ibm.com>
16609             Alan Modra <amodra@gmail.com>
16611         [BZ #15723]
16612         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16613         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16614         _dl_hwcap access for little-endian.
16615         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16616         destroy vmx regs when saving unaligned.
16617         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16618         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16619         destroy vmx regs when saving unaligned.
16621 2013-10-04  Alan Modra  <amodra@gmail.com>
16623         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16624         Don't use a union to pack hi/low value.
16626 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16628         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16629         for little-endian.
16630         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16631         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16632         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16633         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16634         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16636 2013-10-04  Alan Modra  <amodra@gmail.com>
16638         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16639         constants to usual value for .cst8 section, and remove redundant
16640         high address load.
16641         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16642         constant for 0x1p52.  Load little-endian words of double from
16643         correct stack offsets.
16645 2013-10-04  Alan Modra  <amodra@gmail.com>
16647         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16648         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16649         words of double from correct stack offsets.
16650         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16651         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16652         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16653         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16654         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16655         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16656         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16657         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16658         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16659         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16660         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16661         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16662         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16663         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16664         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16665         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16666         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16668 2013-10-04  Alan Modra  <amodra@gmail.com>
16670         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16671         64-bit int/double union.
16672         (_FPU_SETCW): Likewise.
16673         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16674         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16676 2013-10-04  Alan Modra  <amodra@gmail.com>
16678         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16679         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16681 2013-10-04  Alan Modra  <amodra@gmail.com>
16683         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16684         use vector int constants.
16685         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16687 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16689         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16690         array with long long.
16691         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16692         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16693         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16694         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16695         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16696         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16697         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16698         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16699         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16700         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16701         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16702         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16703         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16705 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16707         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16708         (__signbit): Likewise.  Correct for little-endian.
16709         (__signbitl): Call __signbit.
16710         (lrint): Correct for little-endian.
16711         (lrintf): Call lrint.
16713 2013-10-04  Alan Modra  <amodra@gmail.com>
16715         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16716         union 32-bit int array member with 64-bit int array.
16717         (t515, tm256): Double rather than long double.
16718         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16720 2013-10-04  Alan Modra  <amodra@gmail.com>
16722         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16723         Delete.
16724         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16725         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16726         version of math_ldbl.h.
16728 2013-10-04  Alan Modra  <amodra@gmail.com>
16730         [BZ #15734], [BZ #15735]
16731         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16732         all uses of ieee875 long double macros and unions.  Simplify test
16733         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16734         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16735         normalize after ldbl_extract_mantissa, and don't add hidden bit
16736         already handled.  Don't treat low word of ieee854 mantissa like
16737         low word of IBM long double and mask off bit when testing for
16738         zero.
16739         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16740         all uses of ieee875 long double macros and unions.  Simplify tests
16741         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16742         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16743         two1022, instead use their values.  Recognise that tests for large
16744         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16745         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16746         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16747         test for 0.0L and nan.  Correct negation.
16748         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16749         ieee875 long double macros and unions.  Correct output for large
16750         magnitude x.  Correct absolute value calculation.
16751         (__erfcl): Likewise.
16752         * math/libm-test.inc: Add tests for errors discovered in IBM long
16753         double versions of fmodl, remainderl, erfl and erfcl.
16755 2013-10-04  Alan Modra  <amodra@gmail.com>
16757         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16758         all uses of ieee854 long double macros and unions.  Simplify tests
16759         for long doubles that are fully specified by the high double.
16760         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16761         Likewise.
16762         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16763         Remove dead code too.
16764         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16765         (__ieee754_ynl): Likewise.
16766         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16767         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16768         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16769         Remove dead code too.
16770         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16771         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16772         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16773         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16774         Simplify.
16775         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16776         Simplify.
16777         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16778         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16779         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16780         Comment on variable precision.
16781         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16782         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16783         Likewise.
16784         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16785         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16786         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16787         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16788         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16790 2013-10-04  Alan Modra  <amodra@gmail.com>
16792         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16793         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16794         all uses of ieee854 long double macros and unions.
16795         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16796         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16797         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16798         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16799         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16800         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16801         Likewise.
16802         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16803         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16804         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16805         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16806         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16807         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16808         Simplify sign and nan test too.
16809         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16810         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16811         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16812         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16813         Likewise.
16814         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16815         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16816         Likewise.
16817         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16818         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16819         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16820         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16821         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16822         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16824 2013-10-04  Alan Modra  <amodra@gmail.com>
16826         * stdio-common/printf_size.c (__printf_size): Don't use
16827         union ieee854_long_double in fpnum union.
16828         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16829         signbit macro to retrieve sign from long double.
16830         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16831         retrieve sign from long double.
16832         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16833         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16834         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16835         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16836         * math/test-misc.c (main): Don't use union ieee854_long_double.
16838 2013-10-04  Alan Modra  <amodra@gmail.com>
16840         [BZ #15680]
16841         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16842         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16843         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16844         calculation.  Remove unnecessary test for denormal exponent.
16845         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16846         Correct handling of denormals.  Avoid undefined shift behaviour.
16847         Correct normalisation of low mantissa when low double is denormal.
16848         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16849         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16850         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16851         Correct normalisation of low mantissa.  Test for overflow of high
16852         mantissa and normalise.
16853         (ldbl_nearbyint): Use more readable constant for two52.
16854         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16855         (__mpn_construct_long_double): Fix test for overflow of high
16856         mantissa and correct normalisation.  Avoid undefined shift.
16858 2013-10-04  Alan Modra  <amodra@gmail.com>
16860         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16861         (union ibm_extended_long_double): Define as an array of ieee754_double.
16862         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16863         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16864         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16865         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16866         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16867         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16868         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16869         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16870         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16871         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16872         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16874 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16876         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16877         page size instead of calling getpagesize.
16879         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16880         (LOCFILE_ALIGN_MASK): Likewise.
16881         (LOCFILE_ALIGN_UP): Likewise.
16882         (LOCFILE_ALIGNED_P): Likewise.
16883         * locale/programs/ld-collate.c (collate_output): Use the new
16884         macros instead of __alignof__ (int32_t).
16885         * locale/weight.h (findidx): Likewise.
16887 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16889         [BZ #431]
16890         * manual/string.texi: Fix strncat and wcsncat.
16892 2013-10-03  Brooks Moses  <bmoses@google.com>
16894         [BZ #15915]
16895         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16896         * Makerules: ...here, and adjust associated comments.
16898 2013-10-02  Will Newton  <will.newton@linaro.org>
16900         * malloc/Makefile: Add tst-pvalloc.
16901         * malloc/tst-pvalloc.c: New file.
16903 2013-10-02  Will Newton  <will.newton@linaro.org>
16905         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16906         improve test coverage.
16908 2013-10-02  Will Newton  <will.newton@linaro.org>
16910         * malloc/Makefile: Add tst-posix_memalign.
16911         * malloc/tst-posix_memalign.c: New file.
16913 2013-10-01  Eric Blake  <eblake@redhat.com>
16915         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16916         Use __THROWNL rather than __THROW on static functions.
16918 2013-09-30  Petr Machata  <pmachata@redhat.com>
16920         * elf/elf.h (R_AARCH64_ABS16): New macro.
16921         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16922         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16923         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16924         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16925         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16926         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16927         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16928         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16929         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16930         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16931         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16932         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16933         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16934         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16935         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16936         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16937         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16938         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16939         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16940         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16941         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16942         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16943         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16944         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16945         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16946         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16947         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16948         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16949         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16950         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16951         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16952         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16953         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16954         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16955         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16956         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16957         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16958         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16959         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16960         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16961         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16962         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16963         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16964         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16965         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16966         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16967         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16968         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16969         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16970         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16971         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16972         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
16973         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
16974         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
16975         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
16976         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
16977         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
16978         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
16979         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
16980         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
16981         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
16982         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
16983         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
16984         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
16985         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
16986         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
16987         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
16988         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
16989         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
16990         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
16991         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
16992         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
16993         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
16994         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
16995         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
16996         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
16997         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
16998         (R_AARCH64_TLSDESC_LDR): Likewise.
16999         (R_AARCH64_TLSDESC_ADD): Likewise.
17000         (R_AARCH64_TLSDESC_CALL): Likewise.
17002 2013-09-30  Andreas Schwab  <schwab@suse.de>
17004         [BZ #15048]
17005         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17006         the nss database lookup.
17007         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17008         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17010 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17012         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17014 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17016         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17017         ${Bash-specific parameter/pattern/string} parameter expansion.
17018         * sysdeps/unix/make-syscalls.sh: Likewise.
17020 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17022         * sysdeps/sh/stackguard-macros.h: New file.
17024 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17026         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17027         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17028         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17029         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17030         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17031         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17033 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17035         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17036         Fix thread ID register.
17038 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17040         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17041         [POSIX || UNIX98]: Require rather than permitting all symbols from
17042         <time.h>.
17043         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17044         element of struct sched_param.
17045         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17046         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17047         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17048         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17049         constant.
17051 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17053         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17054         argument calculation.
17056 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17058         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17059         Expect macro.
17060         [POSIX] (pthread_attr_t): Do not require type.
17061         [POSIX] (pthread_cond_t): Likewise.
17062         [POSIX] (pthread_condattr_t): Likewise.
17063         [POSIX] (pthread_key_t): Likewise.
17064         [POSIX] (pthread_mutex_t): Likewise.
17065         [POSIX] (pthread_mutexattr_t): Likewise.
17066         [POSIX] (pthread_once_t): Likewise.
17067         [POSIX] (pthread_t): Likewise.
17068         [POSIX-based standards] (pthread_atfork): Expect function.
17070 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17071             Richard Sandiford  <richard@codesourcery.com>
17073         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17074         (swap_endianness_p): New extern variable.
17075         (set_big_endian): New inline function.
17076         (maybe_swap_uint32): Likewise.
17077         (maybe_swap_uint32_array): Likewise.
17078         (maybe_swap_uint32_obstack): Likewise.
17079         * locale/programs/locfile.c: Include <stdbool.h>.
17080         (swap_endianness_p): New variable.
17081         (add_locale_uint32): Call maybe_swap_uint32.
17082         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17083         (write_locale_data): Call maybe_swap_uint32_array.
17084         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17085         maybe_swap_uint32.
17086         (obstack_int32_grow_fast): Likewise.
17087         (output_weightwc): Call maybe_swap_uint32_obstack.
17088         (collate_output): Likewise.
17089         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17090         (OPT_LITTLE_ENDIAN): Likewise.
17091         (options): Add --little-endian and --big-endian options.
17092         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17093         * locale/programs/locarchive.c: Include "locfile.h".
17094         (GET): New macro.
17095         (SET): Likewise.
17096         (INC): Likewise.
17097         (create_archive): Use the new macros to access fields of
17098         structures directly mapped from or written to locale archives.
17099         (oldlocrecentcmp): Likewise.
17100         (enlarge_archive): Likewise.
17101         (insert_name): Likewise.
17102         (add_alias): Likewise.
17103         (add_locale): Likewise.
17104         (delete_locales_from_archive): Likewise.
17105         (show_archive_content): Likewise.
17106         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17107         locale data.
17109 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17111         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17112         http://www.gnu.org/doc/freemanuals.texi.
17113         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17115 2013-09-24  Will Newton  <will.newton@linaro.org>
17117         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17118         macro.
17120 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17122         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17123         unsigned char.
17125 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17127         * manual/threads.texi (POSIX Threads): Fix a typo.
17129 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17131         [BZ #14547]
17132         * string/tst-strcoll-overflow.c: New test case.
17133         * string/Makefile (xtests): Add tst-strcoll-overflow.
17134         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17135         cache if string sizes may cause integer overflow.
17137         [BZ #14547]
17138         * string/strcoll_l.c (coll_seq): New members rule, idx,
17139         save_idx and back_us.
17140         (get_next_seq_nocache): New function.
17141         (do_compare_nocache): New function.
17142         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17143         when malloc fails.
17145 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17147         [BZ #15754]
17148         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17149         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17150         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17152         [BZ #15754]
17153         * elf/Makefile (tests): Add tst-ptrguard1.
17154         (tests-static): Add tst-ptrguard1-static.
17155         (tst-ptrguard1-ARGS): Define.
17156         (tst-ptrguard1-static-ARGS): Define.
17157         * elf/tst-ptrguard1.c: New file.
17158         * elf/tst-ptrguard1-static.c: New file.
17159         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17160         * sysdeps/i386/stackguard-macros.h: Likewise.
17161         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17162         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17163         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17164         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17165         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17166         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17168 2013-09-23  Hector Marco  <hecmargi@upv.es>
17169             Ismael Ripoll  <iripoll@disca.upv.es>
17170             Carlos O'Donell  <carlos@redhat.com>
17172         [BZ #15754]
17173         * sysdeps/generic/stackguard-macros.h: Define
17174         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17175         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17176         Define __pointer_chk_guard_local.
17177         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17178         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17180 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17182         [BZ #15859]
17183         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17185 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17187         * include/string.h (__ffs): Declare as hidden.
17188         * string/ffs.c (__ffs): Define as hidden.
17189         * sysdeps/i386/ffs.c (__ffs): Likewise.
17190         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17191         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17192         * sysdeps/s390/ffs.c (__ffs): Likewise.
17193         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17195 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17197         * NEWS: Mention malloc probes.
17199         * malloc/arena.c (new_heap): New memory_heap_new probe.
17200         (grow_heap): New memory_heap_more probe.
17201         (shrink_heap): New memory_heap_less probe.
17202         (heap_trim): New memory_heap_free probe.
17203         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17204         (systrim): New memory_sbrk_less probe.
17205         * manual/probes.texi: Document them.
17207         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17208         * manual/probes.texi: Document it.
17210         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17211         (__libc_realloc): Add memory_realloc_retry probe.
17212         (__libc_memalign): Add memory_memalign_retry probe.
17213         (__libc_valloc): Add memory_valloc_retry probe.
17214         (__libc_pvalloc): Add memory_pvalloc_retry probe.
17215         (__libc_calloc): Add memory_calloc_retry probe.
17216         * manual/probes.texi: Document them.
17218         * malloc/arena.c (get_free_list): Add probe
17219         memory_arena_reuse_free_list.
17220         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17221         and memory_arena_reuse.
17222         (arena_get2) [!PER_THREAD]: Likewise.
17223         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17224         memory_arena_reuse_realloc.
17225         * manual/probes.texi: Document them.
17227         * malloc/malloc.c (__libc_free): Add
17228         memory_mallopt_free_dyn_thresholds probe.
17229         (__libc_mallopt): Add multiple memory_mallopt probes.
17230         * manual/probes.texi: Document them.
17232         * malloc/malloc.c: Include stap-probe.h.
17233         (__libc_mallopt): Add memory_mallopt probe.
17234         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17235         * manual/probes.texi: New.
17236         * manual/Makefile (chapters): Add probes.
17237         * manual/threads.texi: Set next node.
17239 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
17241         [BZ #15963, #13985]
17242         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17243         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17244         Add `Chinese' to `nan' entry name.
17246 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17248         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17249         (POLYNOMIAL): Likewise.
17250         (TAYLOR_SINCOS): Likewise.
17251         (TAYLOR_SLOW): Likewise.
17252         (__sin): Use TAYLOR_SINCOS.
17253         (__cos): Likewise.
17254         (slow): Use TAYLOR_SLOW.
17255         (sloww): Likewise.
17256         (bsloww): Likewise.
17257         (csloww): Likewise.
17259 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17261         * stdlib/strtod_l.c: Fix buffer overrun.
17263 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17265         * benchtests/Makefile (bench): Add sincos.
17266         * benchtests/bench-sincos.c: New file.
17268         * math/libm-test.inc (cos_test_data): New test inputs.
17269         (sin_test_data): Likewise.
17271         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17272         macro.
17273         (__sin): Use it.
17274         (__cos): Likewise.
17275         (slow1): Likewise.
17276         (slow2): Likewise.
17277         (sloww1): Likewise.
17278         (sloww2): Likewise.
17279         (bsloww1): Likewise.
17280         (bsloww2): Likewise.
17281         (cslow2): Likewise.
17282         (csloww1): Likewise.
17283         (csloww2): Likewise.
17285         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
17286         function.
17287         (__sin): Use it.
17288         (__cos): Likewise.
17290         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
17291         gotos.
17292         (__cos): Likewise.
17294 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
17296         * config.h.in (HAVE_MIPS_NAN2008): New macro.
17297         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17298         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17299         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17300         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17301         * elf/cache.c (print_entry): Handle the new cache flags.
17303 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17304             Aldy Hernandez  <aldyh@redhat.com>
17306         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17307         Change condition to [_SOFT_FLOAT].
17308         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17309         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17310         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17311         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17312         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17313         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17314         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17315         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17316         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17317         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17318         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17319         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17320         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17321         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17322         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17323         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17324         declaration.
17326 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17328         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17329         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17330         (__longjmp): Use LOAD_GP to load saved GPRs.
17331         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17332         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17333         (__sigsetjmp): Use SAVE_GP to save GPRs.
17335         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17336         Do not append -msoft-float.
17337         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17339 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17341         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17343 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
17345         [BZ #15966]
17346         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17347         (_FPU_GETCW): Use initial "__" on variable and field names but not
17348         on macro parameter name.
17349         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
17350         parentheses around reference to macro parameter.
17352 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
17354         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17355         prototype.
17356         (ctype_startup): Use uint32_t in cast and sizeof for
17357         ctype->charnames.
17359 2013-09-11  Jia Liu  <proljc@gmail.com>
17361         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17362         __daddr_t_defined.
17363         [__FreeBSD__]: Likewise.
17365 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
17367         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17368         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17369         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17370         (strchr): Remove __strchr_sse42 ifunc selection.
17371         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17372         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17374 2013-09-11  Will Newton  <will.newton@linaro.org>
17376         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17377         parameter to RES. Remove hardcoded 1000 value.
17378         * benchtests/bench-skeleton.c (main): Pass RES parameter
17379         to TIMING_INIT and multiply result by 1000.
17381 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17383         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17385 2013-09-11  Andreas Schwab  <schwab@suse.de>
17387         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17388         if not defined.
17389         (O_TMPFILE) [__USE_GNU]: Define.
17390         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17391         Define.
17393 2013-09-11  Will Newton  <will.newton@linaro.org>
17395         [BZ #15857]
17396         * malloc/malloc.c (__libc_memalign): Check the value of bytes
17397         does not overflow.
17399 2013-09-11  Will Newton  <will.newton@linaro.org>
17401         [BZ #15856]
17402         * malloc/malloc.c (__libc_valloc): Check the value of bytes
17403         does not overflow.
17405 2013-09-11  Will Newton  <will.newton@linaro.org>
17407         [BZ #15855]
17408         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17409         does not overflow.
17411 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
17413         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17414         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17415         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17416         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17417         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17419 2013-09-10  Allan McRae  <allan@archlinux.org>
17421         [BZ #15748]
17422         * manual/arith.texi (Parsing of Floats): Clarify
17423         cross-reference.
17425         [BZ #15849]
17426         * manual/install.texi (Running make install): Mention
17427         --enable-pt-chown.
17428         * INSTALL: Regenerated.
17430 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
17432         * csu/init-first.c (_init): Remove the !SHARED condition around
17433         FPU control word initialization.
17434         * elf/dl-support.c (_dl_fpu_control): New variable.
17435         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17436         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17437         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17438         * math/test-fpucw-static.c: New file.
17439         * math/test-fpucw-ieee.c: New file.
17440         * math/test-fpucw-ieee-static.c: New file.
17441         * math/Makefile (tests): Add `test-fpucw-ieee' and
17442         `$(tests-static)'.
17443         (tests-static): New variable.
17444         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17445         dependency to...
17446         [($(build-shared),yes)]
17447         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17448         ... this.
17449         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17450         New dependency.
17452 2013-09-09  Allan McRae  <allan@archlinux.org>
17454         [BZ #15939]
17455         * manual/string.texi (Collation Functions): Fix typo in
17456         strcoll example.
17457         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17459         [BZ #15893]
17460         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17462         [BZ #15892]
17463         * libio/memstream.c (open_memstream): Fix memory leak.
17464         * libio/wmemstream.c (open_wmemstream): Likewise.
17466         [BZ #15895]
17467         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17469 2013-09-09  Will Newton  <will.newton@linaro.org>
17471         * malloc/Makefile: Add tst-realloc to tests.
17472         * malloc/tst-realloc.c: New file.
17474 2013-09-09  Allan McRae  <allan@archlinux.org>
17476         [BZ #15844]
17477         * COPYING: Update from GNU website to fix FSF address.
17478         * COPYING.LIB: Likewise.
17480 2013-09-06  David S. Miller  <davem@davemloft.net>
17482         * po/zh_TW.po: Update Chinese (traditional) translation from
17483         translation project.
17485 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17486             Joseph Myers  <joseph@codesourcery.com>
17488         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17489         "localeinfo.h".
17490         (obstack_chunk_alloc): New macro.
17491         (obstack_chunk_free): Likewise.
17492         (record_offset): New function.
17493         (init_locale_data): Likewise.
17494         (align_locale_data): Likewise.
17495         (add_locale_empty): Likewise.
17496         (add_locale_raw_data): Likewise.
17497         (add_locale_raw_obstack): Likewise.
17498         (add_locale_string): Likewise.
17499         (add_locale_wstring): Likewise.
17500         (add_locale_uint32): Likewise.
17501         (add_locale_uint32_array): Likewise.
17502         (add_locale_char): Likewise.
17503         (start_locale_structure): Likewise.
17504         (end_locale_structure): Likewise.
17505         (start_locale_prelude): Likewise.
17506         (end_locale_prelude): Likewise.
17507         (write_locale_data): Take locale_file structure rather than an
17508         iovec.
17509         * locale/programs/locfile.h: Include "obstack.h".
17510         (struct locale_file): Change to store locale file contents instead
17511         of header.
17512         (init_locale_data): New prototype.
17513         (align_locale_data): Likewise.
17514         (add_locale_empty): Likewise.
17515         (add_locale_raw_data): Likewise.
17516         (add_locale_raw_obstack): Likewise.
17517         (add_locale_string): Likewise.
17518         (add_locale_wstring): Likewise.
17519         (add_locale_uint32): Likewise.
17520         (add_locale_uint32_array): Likewise.
17521         (add_locale_char): Likewise.
17522         (start_locale_structure): Likewise.
17523         (end_locale_structure): Likewise.
17524         (start_locale_prelude): Likewise.
17525         (end_locale_prelude): Likewise.
17526         (write_locale_data): Update prototype.
17527         * locale/programs/3level.h (struct TABLE): Remove result field.
17528         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17529         Use new locale_file interface.
17530         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17531         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17532         * locale/programs/ld-address.c (address_output): Use new
17533         locale_file interface.
17534         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17535         NO_ADD_LOCALE.
17536         (collate_finish): Don't call collseq_table_finalize.
17537         (collate_output): Use new locale_file interface.
17538         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17539         in file.
17540         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17541         (TABLE): Move defines earlier in file.
17542         (ELEMENT): Likewise.
17543         (DEFAULT): Likewise.
17544         (wctrans_table_add): Move macro and inline function earlier in
17545         file.
17546         (struct wctype_table): Move type earlier in file.
17547         (add_locale_wctype_table): New static prototype.
17548         (struct locale_ctype_t): Use logical types instead of struct iovec
17549         pointers for members.
17550         (ctype_output): Use new locale_file interface.
17551         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17552         new locale_file interface.
17553         (allocate_arrays): Update for use of new locale_file interface.
17554         * locale/programs/ld-identification.c (identification_output): Use
17555         new locale_file interface.
17556         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17557         * locale/programs/ld-messages.c (messages_output): Likewise.
17558         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17559         * locale/programs/ld-name.c (name_output): Likewise.
17560         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17561         * locale/programs/ld-paper.c (paper_output): Likewise.
17562         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17563         * locale/programs/ld-time.c (time_output): Likewise.
17565 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17567         * benchtests/Makefile: Add memrchr benchmark.
17568         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17569         benchmark as memrchr.
17570         * benchtests/bench-memrchr-ifunc.c: New file.
17571         * benchtests/bench-memrchr.c: New file.
17573 2013-09-06   Will Newton  <will.newton@linaro.org>
17575         * benchtests/Makefile (string-bench): Add memcpy.
17577 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17578             Cong Wang  <amwang@redhat.com>
17580         [BZ #15850]
17581         * sysdeps/unix/sysv/linux/bits/in.h
17582         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17583         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17584         before __USE_KERNEL_IPV6_DEFS uses.
17585         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17586         IPPROTO_BEETPH.
17587         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17588         sockaddr_in6, or ipv6_mreq.
17590 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17592         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17593         memory access for final bytes in some large inputs.
17594         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17596 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17598         * string/test-memrchr.c: New file.
17599         * string/test-memrchr-ifunc.c: New file.
17600         * string/Makefile: Add new memrchr testcase.
17602 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17604         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17605         fanotify_init returns EPERM.
17607 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17609         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17610         errors.
17611         (top level): Treat second token from macro or constant entries for
17612         allowed headers as allowed.
17613         * include/complex.h: Condition internal declarations on
17614         [!_ISOMAC].
17615         * include/fenv.h: Condition include of <stdbool.h> and internal
17616         declarations on [!_ISOMAC].
17618 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17620         [BZ #15923]
17621         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17623 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17625         * configure.in (--enable-versioning): Remove configure option.
17626         (libc_cv_asm_symver_directive): Remove configure test.
17627         (libc_cv_ld_version_script_option): Likewise.
17628         (VERSIONING): Remove variable and AC_SUBST.
17629         (DO_VERSIONING): Remove AC_DEFINE.
17630         * configure: Regenerated.
17631         * config.h.in (DO_VERSIONING): Remove macro.
17632         * Makerules [$(versioning) = yes]: Change conditionals to
17633         [$(build-shared) = yes].
17634         * config.make.in (versioning): Remove variable.
17635         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17636         [$(build-shared) = yes].
17637         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17638         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17639         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17640         [$(build-shared) = yes].
17641         * extra-lib.mk [$(versioning) = yes]: Likewise.
17642         * hurd/Makefile [$(versioning) = yes]: Likewise.
17643         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17644         [SHARED].
17645         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17646         [SHARED].
17647         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17648         [SHARED && !NO_HIDDEN].
17649         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17650         [SHARED].
17651         [SHARED && DO_VERSIONING]: Likewise..
17652         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17653         [$(build-shared) = yes].
17654         * manual/install.texi (--disable-versioning): Remove
17655         documentation.
17656         * INSTALL: Regenerated.
17657         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17658         to [SHARED].
17659         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17660         [$(build-shared) = yes].
17661         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17662         * sysdeps/i386/i686/multiarch/strstr-c.c
17663         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17664         [SHARED && !NO_HIDDEN].
17665         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17666         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17667         * sysdeps/powerpc/powerpc32/dl-machine.c
17668         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17669         * sysdeps/powerpc/powerpc32/sysdep.h
17670         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17671         to [SHARED && PIC && !NO_HIDDEN].
17672         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17673         conditional to [SHARED].
17675 2013-09-04   Will Newton  <will.newton@linaro.org>
17677         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17678         * benchtests/bench-string.h: Include bench-timing.h instead
17679         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17680         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17681         call to HP_TIMING_DIFF_INIT.
17682         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17683         instead of hp-timing.h macros.
17684         * benchtests/bench-memchr.c: Likewise.
17685         * benchtests/bench-memcmp.c: Likewise.
17686         * benchtests/bench-memcpy.c: Likewise.
17687         * benchtests/bench-memmem.c: Likewise.
17688         * benchtests/bench-memmove.c: Likewise.
17689         * benchtests/bench-memset.c: Likewise.
17690         * benchtests/bench-rawmemchr.c: Likewise.
17691         * benchtests/bench-strcasecmp.c: Likewise.
17692         * benchtests/bench-strcasestr.c: Likewise.
17693         * benchtests/bench-strcat.c: Likewise.
17694         * benchtests/bench-strchr.c: Likewise.
17695         * benchtests/bench-strcmp.c: Likewise.
17696         * benchtests/bench-strcpy.c: Likewise.
17697         * benchtests/bench-strcpy_chk.c: Likewise.
17698         * benchtests/bench-strlen.c: Likewise.
17699         * benchtests/bench-strncasecmp.c: Likewise.
17700         * benchtests/bench-strncat.c: Likewise.
17701         * benchtests/bench-strncmp.c: Likewise.
17702         * benchtests/bench-strncpy.c: Likewise.
17703         * benchtests/bench-strnlen.c: Likewise.
17704         * benchtests/bench-strpbrk.c: Likewise.
17705         * benchtests/bench-strrchr.c: Likewise.
17706         * benchtests/bench-strspn.c: Likewise.
17707         * benchtests/bench-strstr.c: Likewise.
17709 2013-09-04  Will Newton  <will.newton@linaro.org>
17711         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17713 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17715         [BZ #15427]
17716         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17717         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17718         * math/libm-test.inc (lgamma_test_data): Add more tests.
17719         * sysdeps/i386/fpu/libm-test-ulps: Update.
17720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17722 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17724         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17725         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17726         Add ifunc.
17727         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17728         Add strcmp-sse2-unaligned
17729         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17731 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17733         * Versions.def (libc): Add GLIBC_2.19.
17735 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17737         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17738         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17740 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17742         [BZ #14155]
17743         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17744         intermediate calculations in recurrence.
17745         (__ieee754_ynf): Likewise.
17746         * math/libm-test.inc (jn_test_data): Do not allow spurious
17747         underflow exception.  Add more tests.
17748         (yn_test_data): Add more tests.
17749         * sysdeps/i386/fpu/libm-test-ulps: Update.
17750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17752 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17754         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17756 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17758         * csu/init-first.c: Fix then/than typos.
17759         * locale/programs/ld-collate.c: Likewise.
17760         * locale/programs/linereader.h: Likewise.
17761         * manual/charset.texi: Likewise.
17762         * manual/filesys.texi: Likewise.
17763         * manual/stdio.texi: Likewise.
17764         * manual/string.texi: Likewise.
17765         * stdlib/fmtmsg.c: Likewise.
17766         * sysdeps/i386/stpncpy.S: Likewise.
17767         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17768         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17769         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17770         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17772 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17774         * elf/dl-open.c: Fix typos.
17775         * iconvdata/gbbig5.c: Likewise.
17776         * iconvdata/iso-2022-jp.c: Likewise.
17777         * iconv/gconv_int.h: Likewise.
17778         * iconv/loop.c: Likewise.
17779         * nis/rpcsvc/nis.h: Likewise.
17780         * resolv/ns_name.c: Likewise.
17781         * stdio-common/vfscanf.c: Likewise.
17782         * streams/stropts.h: Likewise.
17783         * sunrpc/rpc_thread.c: Likewise.
17784         * sysdeps/i386/strpbrk.S: Likewise.
17785         * sysdeps/ieee754/k_standard.c: Likewise.
17786         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17787         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17788         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17789         * sysdeps/mach/hurd/profil.c: Likewise.
17790         * sysdeps/s390/dl-procinfo.h: Likewise.
17791         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17792         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17793         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17794         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17795         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17797 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17799         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17800         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17802 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17804         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17805         aix specific files.
17806         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17807         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17808         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17809         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17810         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17811         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17812         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17813         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17815 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17816             Roland McGrath  <roland@hack.frob.com>
17818         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17819         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17821 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17823         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17824         __executable_start symbol instead of _start.
17826 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17828         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17829         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17830         Move macros to...
17831         * sysdeps/gnu/ldsodefs.h: ... this new file.
17833         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17834         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17835         instead of ELFOSABI_LINUX.
17837         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17838         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17839         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17840         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17841         Likewise.
17842         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17843         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17844         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17845         Likewise.
17846         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17847         (ibm_extended_long_double): Add ieee_nan member.
17848         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17849         (do_test): New function.
17851         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17852         TEST_TRUNC.
17853         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17854         functions, renamed from truncdfsf_test, trunctfsf_test,
17855         trunctfdf_test.
17856         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17857         functions.
17858         (do_test): Run all these.
17860 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17862         * argp/argp-help.c: Fix typos.
17863         * argp/argp-parse.c: Likewise.
17864         * debug/backtracesyms.c: Likewise.
17865         * elf/elf.h: Likewise.
17866         * malloc/malloc.c: Likewise.
17867         * nis/nis_print.c: Likewise.
17868         * resolv/res_comp.c: Likewise.
17869         * stdlib/stdlib.h: Likewise.
17870         * sunrpc/clnt_tcp.c: Likewise.
17871         * sunrpc/clnt_udp.c: Likewise.
17872         * sunrpc/clnt_unix.c: Likewise.
17873         * sysdeps/unix/bsd/ptsname.c: Likewise.
17874         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17875         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17877         Likewise.
17878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17879         Likewise.
17880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17881         Likewise.
17882         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17884 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17886         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17887         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17889 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17891         [BZ #15897]
17892         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17893         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17894         ($(objpfx)bug-dl-leaf): New rule.
17895         ($(objpfx)bug-dl-leaf.so): Likewise.
17896         ($(objpfx)bug-dl-leaf.out): Likewise.
17897         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17898         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17899         * dlfcn/bug-dl-leaf.c: New test.
17900         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17901         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17902         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17903         (dlclose): Likewise.
17904         (dlmopen): Likewise.
17906 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17908         * include/netdb.h [!_ISOMAC]:
17909         Don't include <tls.h>.
17910         (h_errno, __libc_h_errno): Move declaration and macros out of
17911         [_LIBC_REENTRANT].
17913         * include/resolv.h [_RESOLV_H_]:
17914         Don't include <tls.h>.
17915         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17916         * resolv/res_libc.c: Don't include <tls.h>.
17917         (_res): Use __attribute__ ((nocommon)) in place of
17918         __attribute__ ((section (".bss"))).
17920         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17921         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17923         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17925         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17926         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17928         * resolv/res_mkquery.c: Include <sys/time.h>.
17930         * inet/ifreq.c: Moved to ...
17931         * sysdeps/unix/ifreq.c: ... here.
17932         * inet/ifreq.c: New file, true stub version.
17934         * socket/sa_len.c: New file.
17935         * socket/Makefile (aux): Add it.
17936         * sysdeps/unix/sysv/linux/Makefile
17937         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17938         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17939         and #include <socket/sa_len.c>.
17940         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17941         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17943         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17944         * bits/socket.h: ... here.
17946         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17947         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17948         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17950 2013-08-27  Andreas Schwab  <schwab@suse.de>
17952         [BZ #15736]
17953         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17954         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17955         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17956         * string/test-strcasecmp.c (test_main): Run tests in several
17957         locales.
17958         * string/test-strncasecmp.c (test_main): Likewise.
17960         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17961         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17962         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17963         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17964         (__strncasecmp_ssse3) [PIC]: Likewise.
17966 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17968         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17970         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17971         instead of explicitly declaring xdecrypt.
17972         * nis/nss_nis/nis-publickey.c: Likewise.
17974 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17976         [BZ #15890]
17977         * nscd/aicache.c: Include res_hconf.h.
17978         (addhstaiX): Initialize res_hconf.
17980 2013-08-26  Andreas Schwab  <schwab@suse.de>
17982         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
17983         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
17985 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17987         * nscd/aicache.c (addhstaiX): Fix indentation.
17989 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
17991         * configure.ac: Quote $build_pt_chown test.
17992         * configure: Regenerated.
17994 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
17996         [BZ #15532]
17997         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
17998         * math/s_cexpf.c (__cexpf): Likewise.
17999         * math/s_cexpl.c (__cexpl): Likewise.
18000         * math/libm-test.inc (cexp_test_data): Correct expected return
18001         value for NaN + i0.  Add another test.
18003 2013-08-22  David S. Miller  <davem@davemloft.net>
18005         * po/ca.po: Update Catalan translation from translation project.
18006         * po/uk.po: Add Ukrainian translations from translation project.
18008 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18010         [BZ #15797]
18011         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18012         is infinite, not alongside NaN test.
18013         * math/s_fdimf.c (__fdimf): Likewise.
18014         * math/s_fdiml.c (__fdiml): Likewise.
18015         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18016         errno is unchanged.
18018 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18020         * argp/argp-help.c: Fix typos.
18021         * crypt/speeds.c: Likewise.
18022         * csu/check_fds.c: Likewise.
18023         * elf/dl-load.c: Likewise.
18024         * elf/dl-open.c: Likewise.
18025         * elf/reldep3.c: Likewise.
18026         * elf/reldep.c: Likewise.
18027         * elf/sprof.c: Likewise.
18028         * iconv/iconv_charmap.c: Likewise.
18029         * iconv/skeleton.c: Likewise.
18030         * iconv/strtab.c: Likewise.
18031         * io/lockf64.c: Likewise.
18032         * libio/libioP.h: Likewise.
18033         * resolv/gai_notify.c: Likewise.
18034         * resolv/ns_name.c: Likewise.
18035         * resolv/ns_samedomain.c: Likewise.
18036         * resolv/res_send.c: Likewise.
18037         * stdlib/random.c: Likewise.
18038         * sunrpc/rpc/xdr.h: Likewise.
18039         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18040         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18041         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18042         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18043         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18044         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18045         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18046         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18047         * sysdeps/mach/hurd/check_fds.c: Likewise.
18048         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18049         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18050         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18051         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18052         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18053         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18054         * sysdeps/pthread/aio_notify.c: Likewise.
18055         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18056         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18057         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18058         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18059         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18061 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18063         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18064         version if bit_Slow_SSE4_2 is set.
18065         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18066         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18068 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18070         [BZ #15867]
18071         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18072         trampoline stack frame information.
18073         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18074         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18075         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18076         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18077         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18078         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18079         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18080         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18081         sa_flags value.
18082         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18083         interrupting a syscall and set with option SA_SIGINFO.
18085 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18087         [BZ #15531]
18088         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18089         argument is infinite.
18090         * math/s_cprojf.c (__cprojf): Likewise.
18091         * math/s_cprojl.c (__cprojl): Likewise.
18092         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18093         * math/libm-test.inc (cproj_test_data): Add more tests.
18095         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18097         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18098         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18099         size.  Use __ffs to determine corresponding shift.
18101 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18102             Roland McGrath  <roland@hack.frob.com>
18104         * Makefile (INSTALL): Remove trailing blank lines from output of
18105         makeinfo.
18107 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18109         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18110         Align 32 bit compat elf_greg to 8 bytes.
18112 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18114         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18116 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18118         * string/strcoll_l.c (coll_seq): New structure.
18119         (get_next_seq_cached): New function.
18120         (get_next_seq): New function.
18121         (do_compare): New function.
18122         (STRCOLL): Use GNU style definition.  Simplify implementation
18123         by using get_next_seq, get_next_seq_cached and do_compare.
18125 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18127         [BZ #14699]
18128         CVE-2013-4237
18129         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18130         member.
18131         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18132         member.
18133         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18134         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18135         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18136         conditional.
18137         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18138         GETDENTS_64BIT_ALIGNED.
18139         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18140         * manual/filesys.texi (Reading/Closing Directory): Document
18141         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18142         strongly.
18143         * manual/conf.texi (Limits for Files): Add portability note to
18144         NAME_MAX, PATH_MAX.
18145         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18147 2013-08-13  Andreas Schwab  <schwab@suse.de>
18149         [BZ #15749]
18150         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18151         of fabs.
18152         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18153         LDBL_MAX_EXP >= 16384]: Add tests for it.
18155 2013-08-12  David S. Miller  <davem@davemloft.net>
18157         * version.h (RELEASE): Set to "development".
18158         (VERSION): Set to "2.18.90".
18159         * NEWS: Add 2.19 section.
18161 2013-08-03  David S. Miller  <davem@davemloft.net>
18163         * po/ko.po: Update Korean translation from translation project.
18165 2013-08-01  David S. Miller  <davem@davemloft.net>
18167         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18168         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18169         Bilka.
18171 2013-07-30  David S. Miller  <davem@davemloft.net>
18173         * po/fr.po: Update French translation from translation project.
18175 2013-07-28  David S. Miller  <davem@davemloft.net>
18177         * po/cs.po: Update Czech translation from translation project.
18179         * po/sv.po: Update Swedish translation from translation project.
18181 2013-07-27  David S. Miller  <davem@davemloft.net>
18183         * po/eo.po: Update Esperanto translation from translation project.
18185         * po/vi.po: Update Vietnamese translation from translation project.
18187         * po/de.po: Update German translation from translation project.
18189 2013-07-26  David S. Miller  <davem@davemloft.net>
18191         * po/bg.po: Update Bulgarian translation from translation project.
18193         * po/nl.po: Update Dutch translation from translation project.
18194         * po/pl.po: Update Polish translation from translation project.
18195         * po/ru.po: Update Russian translation from translation project.
18197 2013-07-24  David S. Miller  <davem@davemloft.net>
18199         * po/libc.pot: Update.
18201 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18203         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18204         variable page size.
18205         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18206         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18207         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18209 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18211         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18213 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18214             Andreas Schwab  <schwab@suse.de>
18215             Roland McGrath  <roland@hack.frob.com>
18216             Joseph Myers  <joseph@codesourcery.com>
18217             Carlos O'Donell  <carlos@redhat.com>
18219         [BZ #15755]
18220         * config.h.in: Define HAVE_PT_CHOWN.
18221         * config.make.in (build-pt-chown): New variable.
18222         * configure.in (--enable-pt_chown): New configure option.
18223         * configure: Regenerate.
18224         * login/Makefile: Include Makeconfig.  Build pt_chown only if
18225         build-pt-chown is enabled.
18226         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18227         pt_chown to fix pty ownership.
18228         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18229         CLOSE_ALL_FDS.
18230         * manual/install.texi (Configuring and compiling): Mention
18231         --enable-pt_chown. Add @findex for grantpt.
18232         * INSTALL: Regenerate.
18234 2013-07-20  David S. Miller  <davem@davemloft.net>
18236         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18237         difference between 32-bit and 64-bit.
18239 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
18241         [BZ #15711]
18242         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18243         Avoid system header dependency with -ffreestanding.
18244         ($(objpfx)bits/syscall%d): Likewise.
18246 2013-07-13  David S. Miller  <davem@davemloft.net>
18248         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18249         underflows from atanl/atan2l due to bug 15319.
18250         (casinh_test_data): Likewise.
18252 2013-07-07  David S. Miller  <davem@davemloft.net>
18254         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18256 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18258         * sysdeps/i386/fpu/libm-test-ulps: Update.
18259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18261 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18263         * configure.in (--enable-lock-elision): Fix message text.
18264         * INSTALL: Regenerate.
18265         * configure: Regenerate.
18267 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18269         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18271 2013-07-03  Andreas Jaeger  <aj@suse.de>
18273         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18274         define.
18275         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18276         (ptrace_peeksiginfo_args): Add.
18277         (__ptrace_peeksiginfo_flags): Add.
18278         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18279         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18280         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18282 2013-07-03  Allan McRae  <allan@archlinux.org>
18284         * sysdeps/i386/fpu/libm-test-ulps: Update.
18286 2013-07-02  David S. Miller  <davem@davemloft.net>
18288         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18290 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
18292         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18294 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18296         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18299 2013-07-02  Andi Kleen <ak@linux.intel.com>
18301         * config.h.in (ENABLE_LOCK_ELISION): Add.
18302         * configure.in (--enable-lock-elision): Add option.
18303         * manual/install.texi: Document --enable lock elision.
18304         * configure: Regenerate
18305         * INSTALL: Regenerate.
18307 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18309         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18310         SSE4.2 strcasecmp for libc.a.
18311         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18313 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18315         [BZ #13304]
18316         * soft-fp/op-common.h (_FP_FMA): New macro.
18317         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18318         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
18319         (_FP_MUL_MEAT_1_imm): ... here.
18320         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
18321         (_FP_MUL_MEAT_1_wide): ... here.
18322         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
18323         (_FP_MUL_MEAT_1_hard): ... here.
18324         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18325         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
18326         (_FP_MUL_MEAT_2_wide): ... here.
18327         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
18328         (_FP_MUL_MEAT_2_wide_3mul): ... here.
18329         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
18330         (_FP_MUL_MEAT_2_gmp): ... here.
18331         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18332         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
18333         (_FP_MUL_MEAT_4_wide): ... here.
18334         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
18335         (_FP_MUL_MEAT_4_gmp): ... here.
18336         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18337         (_FP_WFRACBITS_DW_S): Likewise.
18338         (_FP_WFRACXBITS_DW_S): Likewise.
18339         (_FP_HIGHBIT_DW_S): Likewise.
18340         (FP_FMA_S): Likewise.
18341         (_FP_FRAC_HIGH_DW_S): Likewise.
18342         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18343         (_FP_WFRACBITS_DW_D): Likewise.
18344         (_FP_WFRACXBITS_DW_D): Likewise.
18345         (_FP_HIGHBIT_DW_D): Likewise.
18346         (FP_FMA_D): Likewise.
18347         (_FP_FRAC_HIGH_DW_D): Likewise.
18348         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18349         (_FP_WFRACBITS_DW_E): Likewise.
18350         (_FP_WFRACXBITS_DW_E): Likewise.
18351         (_FP_HIGHBIT_DW_E): Likewise.
18352         (FP_FMA_E): Likewise.
18353         (_FP_FRAC_HIGH_DW_E): Likewise.
18354         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18355         (_FP_WFRACBITS_DW_Q): Likewise.
18356         (_FP_WFRACXBITS_DW_Q): Likewise.
18357         (_FP_HIGHBIT_DW_Q): Likewise.
18358         (FP_FMA_Q): Likewise.
18359         (_FP_FRAC_HIGH_DW_Q): Likewise.
18360         * soft-fp/fmasf4.c: New file.
18361         * soft-fp/fmadf4.c: Likewise.
18362         * soft-fp/fmatf4.c: Likewise.
18364 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18366         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18367         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18368         Silvermont.
18369         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18370         macro.
18371         (index_Slow_SSE4_2): Likewise.
18372         (index_Prefer_PMINUB_for_stringop): Likewise.
18373         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18374         bit_Slow_SSE4_2 is set.
18375         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18376         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18378 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18380         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18381         rtld_global._dl_hwcap2.
18382         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18383         POWER8.
18384         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18385         POWER8 feature descriptions defined in _dl_hwcap2.
18386         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18387         string handling for POWER8 feature bits.
18388         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18389         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18390         _dl_powerpc_cap_flags.
18391         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18392         * sysdeps/powerpc/rtld-global-offsets.sym
18393         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18394         _dl_hwcap2 in the rtld_global_ro structure.
18396 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18398         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18399         hardware capabilities in support of AT_HWCAP2.
18400         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18401         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18402         GLRO(dl_hwcap2).
18403         (_dl_show_auxv): Add support for calling _dl_procinfo to display
18404         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
18405         explicitly the unknown a_type display mechanism is used.
18406         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18407         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18408         struct member.
18409         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18410         to macro prototype for AT_HWCAP2 support.
18411         * sysdeps/i386/dl-procinfo.h: Likewise.
18412         * sysdeps/s390/dl-procinfo.h: Likewise.
18413         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18414         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
18415         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
18416         return -1 for unknown a_type display fallback.
18417         * sysdeps/sparc/dl-procinfo.h: Likewise.
18418         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18419         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18421 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
18423         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18424         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18426 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
18428         [BZ #12492]
18429         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18430         mprotect making __stack_prot writable.
18432 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18433             Joseph Myers  <joseph@codesourcery.com>
18435         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18436         as being properly aligned.
18438 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18440         * dlfcn/modstatic5.c: New file.
18441         * dlfcn/tststatic5.c: New file.
18442         * dlfcn/Makefile (tests): Add tststatic5.
18443         (tests-static): Likewise.
18444         (modules-names): Add modstatic5.
18445         (tststatic5-ENV): New variable.
18446         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18448         [BZ #15022]
18449         * elf/dl-support.c (_dl_main_map): New variable.
18450         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18451         (_dl_nns, _dl_load_adds): Set to 1.
18452         (_dl_initial_searchlist): Refer to _dl_main_map.
18453         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18454         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18455         call to _dl_get_origin.
18456         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18457         around call_map.
18458         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18459         * dlfcn/modstatic3.c: New file.
18460         * dlfcn/tststatic3.c: New file.
18461         * dlfcn/tststatic4.c: New file.
18462         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18463         (tests-static): Likewise.
18464         (modules-names): Add modstatic3.
18465         (tststatic3-ENV, tststatic4-ENV): New variables.
18466         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18467         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18469 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18471         * configure.in (CC): Require GCC version 4.4 or later.
18472         * configure: Regenerated.
18473         * manual/install.texi (Tools for Compilation): Update GCC version
18474         requirement.
18475         * INSTALL: Regenerated.
18477 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18479         [BZ #15674]
18480         * string/test-memcmp.c (check2): New.
18481         (main): Call check2.
18483         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18485 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18487         [BZ #15022]
18488         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18489         over to...
18490         (dl_open_worker) [!SHARED]: ... here.
18492 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18494         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18496 2013-06-25  Richard Henderson  <rth@redhat.com>
18498         * locale/programs/locarchive.c: Include <libc-internal.h>
18500 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18502         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18503         trailing whitespace removed.
18505 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18507         [BZ #10283]
18508         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18509         * locale/programs/locarchive.c: Include libc-mmap.h.
18510         (prepare_address_space): Take two new outputs (the mmap base and len).
18511         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18512         values.
18513         (create_archive): Declare new mmap base and len values for
18514         prepare_address_space, and store the result in ah.
18515         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18516         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18517         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18518         Declare new mmap base and len values for
18519         prepare_address_space, and store the result in new_ah.
18520         (open_archive): Declare new mmap base and len values for
18521         prepare_address_space, and store the result in ah.
18522         (close_archive): If ah->mmap_base is not NULL, use that and
18523         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18524         * sysdeps/generic/libc-mmap.h: New file.
18526 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18528         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18529         (ALIGN_UP): Likewise.
18530         (PTR_ALIGN_DOWN): Likewise.
18531         (PTR_ALIGN_UP): Likewise.
18533 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18535         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18536         entry mapped to PPC_PLATFORM_POWER8.
18537         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18538         POWER8.
18539         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18540         (_dl_string_platform): Add case for exporting platform position for
18541         POWER8.
18542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18543         search path to sysdeps/powerpc/powerpc32/power8 directory.
18544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18545         search path to sysdeps/powerpc/powerpc64/power8 directory.
18546         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18547         power7 directories.
18548         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18549         power7 directories.
18551 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18553         * INSTALL: Regenerate.
18555         * nscd/connections.c (nscd_init): Fix comment.
18557 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18559         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18561         [BZ #15667]
18562         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18563         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18565 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18567         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18568         DL_DST_REQ_STATIC.
18569         (DL_DST_REQ_STATIC): Remove macro.
18571 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18573         [BZ #7006]
18574         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18575         with a shift of 0 bits.
18577 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18579         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18580         $(tststatic-ENV).
18582 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18584         [BZ #15655]
18585         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18587 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18589         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18590         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18591         accepts -fno-tree-loop-distribute-patterns.
18592         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18593         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18594         recursive call.
18595         * string/memset.c (memset): Likewise.
18596         * string/test-memmove.c (simple_memmove): Disable loop transformation
18597         to library calls.
18598         * string/test-memset.c (simple_memset): Likewise.
18599         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18600         * benchtests/bench-memset.c (simple_memset): Likewise.
18601         * configure: Regenerated.
18603 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18605         * math/test-misc.c (main): Ignore fesetround failure when failures
18606         of subsequent rounding tests would be ignored.
18608         [BZ #15654]
18609         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18610         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18611         * math/fegetenv.c (__fegetenv): Return 0.
18612         * math/fegetexcept.c (fegetexcept): Return 0.
18613         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18614         FE_TONEAREST.
18615         * math/feholdexcpt.c (feholdexcept): Return 0.
18616         * math/fesetenv.c (__fesetenv): Return 0.
18617         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18618         argument FE_TONEAREST.
18619         * math/feupdateenv.c (__feupdateenv): Return 0.
18620         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18622 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18624         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18625         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18626         ($(objpfx)rtld-%.os rules): Use them.
18628 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18630         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18631         fields.
18633 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18635         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18636         length of target pattern, then descending length of dependency pattern.
18637         * configure.in (AWK): Require gawk 3.1.2 or newer.
18638         * manual/install.texi (Tools for Compilation): Say that we do.
18639         * configure: Regenerated.
18641         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18642         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18643         * scripts/sysd-rules.awk: ... this new script.
18644         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18645         than a glob-style pattern.
18647 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18649         * math/test-misc.c (main): Do not treat incorrectly rounded
18650         conversions as failure unless ROUNDING_TESTS passes.
18652 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18654         [BZ #15631]
18655         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18656         restore exception state around main square root computation, then
18657         check for inexactness explicitly.
18659         * math/libm-test.inc (fma_test_data): Add another test.
18661 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18663         * manual/threads.texi (Non-POSIX Extensions): New document
18664         node.  Document pthread_getattr_default_np and
18665         pthread_setattr_default_np.
18667         * Versions.def (libpthread): Add GLIBC_2.18.
18668         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18670         Likewise.
18671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18672         Likewise.
18673         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18674         Likewise.
18675         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18676         Likewise.
18677         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18678         Likewise.
18679         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18680         Likewise.
18681         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18682         Likewise.
18683         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18684         Likewise.
18685         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18686         Likewise.
18688 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18690         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18691         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18693 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18694             H.J. Lu  <hjl.tools@gmail.com>
18696         [BZ #15627]
18697         * sysdeps/x86_64/rtld-memset.c: Remove file.
18698         * sysdeps/x86_64/rtld-memset.S: New file.
18700 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18702         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18703         (test_in_one_mode): Take arguments for whether the rounding mode
18704         is supported for each floating-point type.
18705         (do_test): Pass new arguments to test_in_one_mode using
18706         ROUNDING_TESTS.
18708 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18710         * posix/tst-waitid.c (do_test): Distinguish different instances of
18711         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18712         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18713         before entering the kernel for waitpid.
18715 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18717         * NEWS: Fix note on clock function precision.  Text by Roland
18718         McGrath.
18720 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18722         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18723         it into place only when and if the sanity check passes.
18725 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18727         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18728         output for whether conversion result is exact.  Take argument
18729         indicating whether type is IBM long double.
18730         (round_for_all): Change need_exact field to ibm_ld.
18731         * stdlib/tst-strtod-round.c (struct exactness): New type.
18732         (struct test): Change bool ld_ok field to struct exactness exact.
18733         (TEST): Update all definitions for change to field.
18734         (tests): Regenerate array contents.
18735         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18736         field value.  Check for IBM long double here.
18737         (do_test): Update calls to test_in_one_mode.
18739 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18741         [BZ #12515]
18742         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18743         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18745 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18747         [BZ #15605]
18748         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18749         generated by the compiler on loop optimizations.
18750         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18751         general definitions.
18753 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18755         * math/bug-nextafter.c: Include <math-tests.h>.
18756         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18757         the relevant type.
18758         * math/bug-nexttoward.c: Include <math-tests.h>.
18759         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18760         the relevant type.
18761         * math/test-misc.c: Include <math-tests.h>.
18762         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18763         the relevant type.
18765 2013-06-12  Andreas Jaeger  <aj@suse.de>
18767         * po/ia.po: Update Interlingua translation from translation
18768         project.
18770 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18772         * include/fenv.h: Include stdbool.h.
18773         (struct rm_ctx): New structure.
18774         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18775         Define macro.
18776         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18777         (SET_RESTORE_ROUNDF): Likewise.
18778         (SET_RESTORE_ROUNDL): Likewise.
18779         (SET_RESTORE_ROUND_NOEX): Likewise.
18780         (SET_RESTORE_ROUND_NOEXF): Likewise.
18781         (SET_RESTORE_ROUND_NOEXL): Likewise.
18782         (SET_RESTORE_ROUND_53BIT): Likewise.
18783         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18784         (libc_feresetround_noexf_ctx): Likewise.
18785         (libc_feresetround_noexl_ctx): Likewise.
18786         (libc_feholdsetround_53bit_ctx): Likewise.
18787         (libc_feresetround_53bit_ctx): Likewise.
18788         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18789         (libc_feholdexcept_setround_sse_ctx): New function.
18790         (libc_fesetenv_sse_ctx): Likewise.
18791         (libc_feupdateenv_sse_ctx): Likewise.
18792         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18793         (libc_feholdexcept_setround_387_ctx): Likewise.
18794         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18795         (libc_feholdsetround_387_prec_ctx): Likewise.
18796         (libc_feholdsetround_387_ctx): Likewise.
18797         (libc_feholdsetround_387_53bit_ctx): Likewise.
18798         (libc_feholdsetround_sse_ctx): Likewise.
18799         (libc_feresetround_sse_ctx): Likewise.
18800         (libc_feresetround_387_ctx): Likewise.
18801         (libc_feupdateenv_387_ctx): Likewise.
18802         (libc_feholdexcept_setroundf_ctx): Define macro.
18803         (libc_fesetenvf_ctx): Likewise.
18804         (libc_feupdateenvf_ctx): Likewise.
18805         (libc_feholdsetroundf_ctx): Likewise.
18806         (libc_feresetroundf_ctx): Likewise.
18807         (libc_feholdexcept_setround_ctx): Likewise.
18808         (libc_fesetenv_ctx): Likewise.
18809         (libc_feupdateenv_ctx): Likewise.
18810         (libc_feholdsetround_ctx): Likewise.
18811         (libc_feresetround_ctx): Likewise.
18812         (libc_feholdexcept_setroundl_ctx): Likewise.
18813         (libc_feupdateenvl_ctx): Likewise.
18814         (libc_feholdsetroundl_ctx): Likewise.
18815         (libc_feresetroundl_ctx): Likewise.
18816         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18817         (libc_feresetround_53bit_ctx): Likewise.
18819 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18821         * locale/iso-639.def: Convert to UTF-8.
18823 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18825         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18826         (EXCEPTION_TESTS_double): Likewise.
18827         (EXCEPTION_TESTS_long_double): Likewise.
18828         (EXCEPTION_TESTS): Likewise.
18829         * math/libm-test.inc (test_exceptions): Only test exceptions if
18830         EXCEPTION_TESTS (FLOAT).
18832 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18834         * benchtests/Makefile (string-bench): Add strcpy_chk and
18835         stpcpy_chk.
18836         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18837         * benchtests/bench-stpcpy_chk.c: New file.
18838         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18839         * benchtests/bench-strcpy_chk.c: New file.
18840         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18841         code.
18842         (do_test): Likewise.
18844 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18846         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18847         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18848         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18849         with tabs where appropriate.
18850         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18851         dl-procinfo.h.
18852         [PPC_PLATFORM_PPC440]: Likewise.
18853         [PPC_PLATFORM_PPC464]: Likewise.
18854         [PPC_PLATFORM_PPC476]: Likewise.
18855         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18856         ppc464, and ppc476 platform strings merging from ports/
18857         dl-procinfo.h.
18859 2013-06-11  Andreas Schwab  <schwab@suse.de>
18861         [BZ #14991]
18862         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18863         (from_ucs4_idx): Regenerate.
18864         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18865         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18866         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18867         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18868         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18869         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18870         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18871         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18872         from FROM_LOOP and TO_LOOP specific macros.
18873         (BODY): Handle combining characters.
18874         * iconvdata/BIG5HKSCS.irreversible: Update.
18875         * iconvdata/BIG5HKSCS.precomposed: New file.
18876         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18877         characters.
18878         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18880 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18882         * include/sys/time.h: Fix indentation and add copyright header.
18884         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18885         (do_test): Likewise.
18886         * string/test-memchr.c (do_one_test): Likewise.
18887         (do_test): Likewise.
18888         * string/test-memcmp.c (do_one_test): Likewise.
18889         (do_test): Likewise.
18890         * string/test-memcpy.c (do_one_test): Likewise.
18891         (do_test): Likewise.
18892         * string/test-memmem.c (do_one_test): Likewise.
18893         (do_test): Likewise.
18894         (do_random_tests): Likewise.
18895         * string/test-memmove.c (do_one_test): Likewise.
18896         (do_test): Likewise.
18897         * string/test-memset.c (do_one_test): Likewise.
18898         (do_test): Likewise.
18899         * string/test-rawmemchr.c (do_one_test): Likewise.
18900         (do_test): Likewise.
18901         * string/test-strcasecmp.c (do_one_test): Likewise.
18902         (do_test): Likewise.
18903         * string/test-strcasestr.c (do_one_test): Likewise.
18904         (do_test): Likewise.
18905         * string/test-strcat.c (do_one_test): Likewise.
18906         (do_test): Likewise.
18907         * string/test-strchr.c (do_one_test): Likewise.
18908         (do_test): Likewise.
18909         * string/test-strcmp.c (do_one_test): Likewise.
18910         (do_test): Likewise.
18911         * string/test-strcpy.c (do_one_test): Likewise.
18912         (do_test): Likewise.
18913         * string/test-string.h: Likewise.
18914         (test_init): Likewise.
18915         * string/test-strlen.c (do_one_test): Likewise.
18916         (do_test): Likewise.
18917         * string/test-strncasecmp.c (do_one_test): Likewise.
18918         (do_test): Likewise.
18919         * string/test-strncat.c (do_one_test): Likewise.
18920         (do_test): Likewise.
18921         * string/test-strncmp.c (do_one_test): Likewise.
18922         (do_test_limit): Likewise.
18923         (do_test): Likewise.
18924         * string/test-strncpy.c (do_one_test): Likewise.
18925         (do_test): Likewise.
18926         * string/test-strnlen.c (do_one_test): Likewise.
18927         (do_test): Likewise.
18928         * string/test-strpbrk.c (do_one_test): Likewise.
18929         (do_test): Likewise.
18930         * string/test-strrchr.c (do_one_test): Likewise.
18931         (do_test): Likewise.
18932         * string/test-strspn.c (do_one_test): Likewise.
18933         (do_test): Likewise.
18934         * string/test-strstr.c (do_one_test): Likewise.
18935         (do_test): Likewise.
18937         * benchtests/Makefile (string-bench): Add string benchmarks.
18938         * benchtests/bench-bcopy-ifunc.c: New file.
18939         * benchtests/bench-bcopy.c: New file.
18940         * benchtests/bench-bzero-ifunc.c: New file.
18941         * benchtests/bench-bzero.c: New file.
18942         * benchtests/bench-memccpy-ifunc.c: New file.
18943         * benchtests/bench-memccpy.c: New file.
18944         * benchtests/bench-memchr-ifunc.c: New file.
18945         * benchtests/bench-memchr.c: New file.
18946         * benchtests/bench-memcmp-ifunc.c: New file.
18947         * benchtests/bench-memcmp.c: New file.
18948         * benchtests/bench-memmem-ifunc.c: New file.
18949         * benchtests/bench-memmem.c: New file.
18950         * benchtests/bench-memmove-ifunc.c: New file.
18951         * benchtests/bench-memmove.c: New file.
18952         * benchtests/bench-mempcpy-ifunc.c: New file.
18953         * benchtests/bench-mempcpy.c: New file.
18954         * benchtests/bench-memset-ifunc.c: New file.
18955         * benchtests/bench-memset.c: New file.
18956         * benchtests/bench-rawmemchr-ifunc.c: New file.
18957         * benchtests/bench-rawmemchr.c: New file.
18958         * benchtests/bench-stpcpy-ifunc.c: New file.
18959         * benchtests/bench-stpcpy.c: New file.
18960         * benchtests/bench-stpncpy-ifunc.c: New file.
18961         * benchtests/bench-stpncpy.c: New file.
18962         * benchtests/bench-strcasecmp-ifunc.c: New file.
18963         * benchtests/bench-strcasecmp.c: New file.
18964         * benchtests/bench-strcasestr-ifunc.c: New file.
18965         * benchtests/bench-strcasestr.c: New file.
18966         * benchtests/bench-strcat-ifunc.c: New file.
18967         * benchtests/bench-strcat.c: New file.
18968         * benchtests/bench-strchr-ifunc.c: New file.
18969         * benchtests/bench-strchr.c: New file.
18970         * benchtests/bench-strchrnul-ifunc.c: New file.
18971         * benchtests/bench-strchrnul.c: New file.
18972         * benchtests/bench-strcmp-ifunc.c: New file.
18973         * benchtests/bench-strcmp.c: New file.
18974         * benchtests/bench-strcpy-ifunc.c: New file.
18975         * benchtests/bench-strcpy.c: New file.
18976         * benchtests/bench-strcspn-ifunc.c: New file.
18977         * benchtests/bench-strcspn.c: New file.
18978         * benchtests/bench-strlen-ifunc.c: New file.
18979         * benchtests/bench-strlen.c: New file.
18980         * benchtests/bench-strncasecmp-ifunc.c: New file.
18981         * benchtests/bench-strncasecmp.c: New file.
18982         * benchtests/bench-strncat-ifunc.c: New file.
18983         * benchtests/bench-strncat.c: New file.
18984         * benchtests/bench-strncmp-ifunc.c: New file.
18985         * benchtests/bench-strncmp.c: New file.
18986         * benchtests/bench-strncpy-ifunc.c: New file.
18987         * benchtests/bench-strncpy.c: New file.
18988         * benchtests/bench-strnlen-ifunc.c: New file.
18989         * benchtests/bench-strnlen.c: New file.
18990         * benchtests/bench-strpbrk-ifunc.c: New file.
18991         * benchtests/bench-strpbrk.c: New file.
18992         * benchtests/bench-strrchr-ifunc.c: New file.
18993         * benchtests/bench-strrchr.c: New file.
18994         * benchtests/bench-strspn-ifunc.c: New file.
18995         * benchtests/bench-strspn.c: New file.
18996         * benchtests/bench-strstr-ifunc.c: New file.
18997         * benchtests/bench-strstr.c: New file.
18999         * benchtests/Makefile: Disable parallel execution of targets.
19000         (string-bench): Add memcpy.
19001         (benchset): New variable to store a list of benchmark sets.
19002         (bench-func): Renamed from bench.
19003         (bench-set): New target.
19004         (bench): Depend on bench-func and bench-set.
19005         * benchtests/README: Add section on benchmark sets.
19006         * benchtests/bench-memcpy-ifunc.c: New file.
19007         * benchtests/bench-memcpy.c: New file.
19008         * benchtests/bench-string.h: New file.
19010 2013-06-11  Andreas Schwab  <schwab@suse.de>
19012         [BZ #15577]
19013         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19014         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19015         values in the triple.
19016         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19017         terminator in the group key.
19019 2013-06-11  Andreas Jaeger  <aj@suse.de>
19021         * po/zh_TW.po: Update Chinese (traditional) translation from
19022         translation project.
19024 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19026         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19027         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19028         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19029         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19030         (clock_getcpuclockid): Likewise.
19031         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19032         Add weak_alias and libc_hidden_def.
19033         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19034         * rt/clock_gettime.c (clock_gettime): Rename to
19035         __clock_gettime.  Add weak_alias and libc_hidden_def.
19036         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19037         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19038         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19039         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19040         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19041         Likewise.
19042         * rt/clock_settime.c (clock_settime): Rename to
19043         __clock_settime.  Add weak_alias and libc_hidden_def.
19044         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19046 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19048         * mach/err_boot.sub: Remove trailing whitespace.
19049         * mach/err_ipc.sub: Likewise.
19050         * mach/err_mach.sub: Likewise.
19052         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19053         (ROUNDING_TESTS_double): Likewise.
19054         (ROUNDING_TESTS_long_double): Likewise.
19055         (ROUNDING_TESTS): Likewise.
19056         * math/libm-test.inc: Include <math-tests.h>.
19057         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19058         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19059         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19060         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19062 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19064         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19065         of assigning.
19067 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19069         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19070         otherwise empty TRANS lines.
19071         * sysdeps/gnu/errlist.c: Regenerated.
19073         * catgets/gencat.c (error_print): Use (void) in function
19074         definition.
19075         * crypt/crypt_util.c (__init_des): Likewise.
19076         * crypt/speeds.c (Stop): Likewise.
19077         (main): Likewise.
19078         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19079         * inet/ruserpass.c (token): Likewise.
19080         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19081         * intl/localealias.c (extend_alias_table): Likewise.
19082         * intl/plural-exp.c (init_germanic_plural): Likewise.
19083         * libio/fcloseall.c (__fcloseall): Likewise.
19084         * libio/genops.c (_IO_flush_all): Likewise.
19085         (_IO_flush_all_linebuffered): Likewise.
19086         (_IO_cleanup): Likewise.
19087         (_IO_iter_begin): Likewise.
19088         (_IO_iter_end): Likewise.
19089         (_IO_list_lock): Likewise.
19090         (_IO_list_unlock): Likewise.
19091         (_IO_list_resetlock): Likewise.
19092         * libio/getchar.c (getchar): Likewise.
19093         * libio/getchar_u.c (getchar_unlocked): Likewise.
19094         * libio/getwchar.c (getwchar): Likewise.
19095         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19096         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19097         * login/getpt.c (__getpt): Likewise.
19098         * login/tst-utmp.c (main): Likewise.
19099         * malloc/hooks.c (__malloc_check_init): Likewise.
19100         * malloc/malloc.c (__malloc_stats): Likewise.
19101         * malloc/mtrace.c (tr_break): Likewise.
19102         (mtrace): Likewise.
19103         (muntrace): Likewise.
19104         * misc/fstab.c (endfsent): Likewise.
19105         * misc/getclktck.c (__getclktck): Likewise.
19106         * misc/getdtsz.c (__getdtablesize): Likewise.
19107         * misc/gethostid.c (gethostid): Likewise.
19108         * misc/getpagesize.c (__getpagesize): Likewise.
19109         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19110         (__get_nprocs): Likewise.
19111         (__get_phys_pages): Likewise.
19112         (__get_avphys_pages): Likewise.
19113         * misc/getttyent.c (getttyent): Likewise.
19114         (setttyent): Likewise.
19115         (endttyent): Likewise.
19116         * misc/getusershell.c (getusershell): Likewise.
19117         (endusershell): Likewise.
19118         (setusershell): Likewise.
19119         (initshells): Likewise.
19120         * misc/hsearch.c (__hdestroy): Likewise.
19121         * misc/sync.c (sync): Likewise.
19122         * misc/syslog.c (closelog_internal): Likewise.
19123         (closelog): Likewise.
19124         * misc/ttyslot.c (ttyslot): Likewise.
19125         * misc/vhangup.c (vhangup): Likewise.
19126         * posix/fork.c (__fork): Likewise.
19127         * posix/getegid.c (__getegid): Likewise.
19128         * posix/geteuid.c (__geteuid): Likewise.
19129         * posix/getgid.c (__getgid): Likewise.
19130         * posix/getpid.c (__getpid): Likewise.
19131         * posix/getppid.c (__getppid): Likewise.
19132         * posix/getuid.c (__getuid): Likewise.
19133         * posix/pause.c (pause): Likewise.
19134         * posix/setpgrp.c (setpgrp): Likewise.
19135         * posix/setsid.c (__setsid): Likewise.
19136         * posix/test-vfork.c (noop): Likewise.
19137         * resolv/gethnamaddr.c (_endhtent): Likewise.
19138         (_gethtent): Likewise.
19139         (ht_endhostent): Likewise.
19140         (gethostent): Likewise.
19141         (dns_service): Likewise.
19142         * stdlib/drand48.c (drand48): Likewise.
19143         * stdlib/lrand48.c (lrand48): Likewise.
19144         * stdlib/mrand48.c (mrand48): Likewise.
19145         * stdlib/rand.c (rand): Likewise.
19146         * stdlib/random.c (__random): Likewise.
19147         * stdlib/setenv.c (clearenv): Likewise.
19148         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19149         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19150         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19151         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19152         (__get_nprocs): Likewise.
19153         (__get_phys_pages): Likewise.
19154         (__get_avphys_pages): Likewise.
19155         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19156         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19157         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19158         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19159         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19160         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19161         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19162         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19163         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19164         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19165         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19166         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19167         * sysdeps/posix/clock.c (clock): Likewise.
19168         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19169         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19170         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19171         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19172         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19173         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19174         (__get_nprocs_conf): Likewise.
19175         (__get_phys_pages): Likewise.
19176         (__get_avphys_pages): Likewise.
19177         * time/clock.c (clock): Likewise.
19178         * time/tzset.c (__tzname_max): Likewise.
19180 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19182         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19183         (__bswap_32): Do not use "register".
19184         * crypt/crypt.c (_ufc_doit_r): Likewise.
19185         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19186         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19187         * gmon/gmon.c (__monstartup): Likewise.
19188         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19189         * hurd/hurdmalloc.c (more_memory): Likewise.
19190         (malloc): Likewise.
19191         (free): Likewise.
19192         (realloc): Likewise.
19193         (malloc_fork_prepare): Likewise.
19194         (malloc_fork_parent): Likewise.
19195         (malloc_fork_child): Likewise.
19196         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19197         (_svcauth_des): Likewise.
19198         * inet/inet_lnaof.c (inet_lnaof): Likewise.
19199         * inet/inet_net.c (inet_network): Likewise.
19200         * inet/inet_netof.c (inet_netof): Likewise.
19201         * inet/rcmd.c (__validuser2_sa): Likewise.
19202         * io/fts.c (fts_open): Likewise.
19203         (fts_load): Likewise.
19204         (fts_close): Likewise.
19205         (fts_read): Likewise.
19206         (fts_children): Likewise.
19207         (fts_build): Likewise.
19208         (fts_stat): Likewise.
19209         (fts_sort): Likewise.
19210         (fts_alloc): Likewise.
19211         (fts_lfree): Likewise.
19212         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19213         (_IO_file_xsgetn): Likewise.
19214         (_IO_file_xsgetn_mmap): Likewise.
19215         * libio/iofopncook.c (_IO_cookie_read): Likewise.
19216         (_IO_cookie_write): Likewise.
19217         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19218         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19219         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19220         * malloc/obstack.c (_obstack_begin): Likewise.
19221         (_obstack_begin_1): Likewise.
19222         (_obstack_newchunk): Likewise.
19223         (_obstack_allocated_p): Likewise.
19224         (obstack_free): Likewise.
19225         (_obstack_memory_used): Likewise.
19226         * misc/getttyent.c (getttynam): Likewise.
19227         (getttyent): Likewise.
19228         (skip): Likewise.
19229         (value): Likewise.
19230         * misc/getusershell.c (initshells): Likewise.
19231         * misc/syslog.c (__vsyslog_chk): Likewise.
19232         * misc/ttyslot.c (ttyslot): Likewise.
19233         * nis/nis_hash.c (__nis_hash): Likewise.
19234         * posix/fnmatch_loop.c (FCT): Likewise.
19235         * posix/getconf.c (print_all): Likewise.
19236         (main): Likewise.
19237         * posix/getopt.c (exchange): Likewise.
19238         * posix/glob.c (globfree): Likewise.
19239         (prefix_array): Likewise.
19240         (__glob_pattern_type): Likewise.
19241         * resolv/arpa/nameser.h (NS_GET16): Likewise.
19242         (NS_GET32): Likewise.
19243         (NS_PUT16): Likewise.
19244         (NS_PUT32): Likewise.
19245         * resolv/gethnamaddr.c (getanswer): Likewise.
19246         (gethostbyname2): Likewise.
19247         (gethostbyaddr): Likewise.
19248         (_gethtent): Likewise.
19249         (_gethtbyname2): Likewise.
19250         (_gethtbyaddr): Likewise.
19251         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19252         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19253         * resolv/res_init.c (__res_vinit): Likewise.
19254         (net_mask): Likewise.
19255         * resolv/res_mkquery.c (outchar): Likewise.
19256         (PRINT): Likewise.
19257         * stdio-common/printf_fp.c (outchar): Likewise.
19258         (PRINT): Likewise.
19259         * stdio-common/printf_fphex.c (outchar): Likewise.
19260         (PRINT): Likewise.
19261         * stdio-common/printf_size.c (outchar): Likewise.
19262         (PRINT): Likewise.
19263         * stdio-common/test_rdwr.c (main): Likewise.
19264         * stdio-common/tfformat.c (matches): Likewise.
19265         * stdio-common/vfprintf.c (outchar): Likewise.
19266         (printf_unknown): Likewise.
19267         (buffered_vfprintf): Likewise.
19268         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19269         * stdio-common/xbug.c (AppendToBuffer): Likewise.
19270         (ReadFile): Likewise.
19271         * stdlib/qsort.c (SWAP): Likewise.
19272         (_quicksort): Likewise.
19273         * stdlib/setenv.c (__add_to_environ): Likewise.
19274         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19275         * stdlib/strtol_l.c (__strtol_l): Likewise.
19276         * stdlib/tst-strtod.c (main): Likewise.
19277         * stdlib/tst-strtol.c (main): Likewise.
19278         * stdlib/tst-strtoll.c (main): Likewise.
19279         * string/bits/string2.h (__strcmp_cc): Likewise.
19280         (__strcmp_cg): Likewise.
19281         (__strcspn_c1): Likewise.
19282         (__strcspn_c2): Likewise.
19283         (__strcspn_c3): Likewise.
19284         (__strspn_c1): Likewise.
19285         (__strspn_c2): Likewise.
19286         (__strspn_c3): Likewise.
19287         (__strsep_1c): Likewise.
19288         (__strsep_2c): Likewise.
19289         (__strsep_3c): Likewise.
19290         * string/memccpy.c (__memccpy): Likewise.
19291         * string/stpcpy.c (__stpcpy): Likewise.
19292         * string/strcmp.c (strcmp): Likewise.
19293         * string/strrchr.c (strrchr): Likewise.
19294         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
19295         Likewise.
19296         * sysdeps/mach/hurd/getcwd.c
19297         (_hurd_canonicalize_directory_name_internal): Likewise.
19298         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19299         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19300         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19301         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19302         Likewise, in both definitions.
19303         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19304         definitions.
19305         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19306         64] (__bswap_64): Likewise.
19307         * time/test_time.c (main): Likewise.
19308         * time/tzfile.c (__tzfile_read): Likewise.
19309         (__tzfile_compute): Likewise.
19310         * time/tzset.c (__tzset_parse_tz): Likewise.
19311         (tzset_internal): Likewise.
19312         (compute_change): Likewise.
19313         * wcsmbs/wcscat.c (__wcscat): Likewise.
19314         * wcsmbs/wcschr.c (wcschr): Likewise.
19315         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19316         * wcsmbs/wcscspn.c (wcscspn): Likewise.
19317         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19318         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19319         * wcsmbs/wcsspn.c (wcsspn): Likewise.
19320         * wcsmbs/wcsstr.c (wcsstr): Likewise.
19321         * wcsmbs/wmemchr.c (wmemchr): Likewise.
19322         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19323         * wcsmbs/wmemset.c (wmemset): Likewise.
19325 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
19327         * scripts/config.guess: Update to version 2013-05-16.
19328         * scripts/config.sub: Update to version 2013-04-24.
19329         * scripts/install-sh: Update to version 2011-11-20.07.
19330         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19331         * scripts/move-if-change: Update to version 2012-01-06 07:23.
19333 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
19335         * debug/fgetws_u_chk.c: Fix leading whitespaces.
19336         * elf/sln.c: Likewise.
19337         * hurd/hurd/ioctl.h: Likewise.
19338         * hurd/hurdmalloc.c: Likewise.
19339         * hurd/xattr.c: Likewise.
19340         * include/shlib-compat.h: Likewise.
19341         * inet/ruserpass.c: Likewise.
19342         * libio/iofgets_u.c: Likewise.
19343         * libio/iofgetws_u.c: Likewise.
19344         * locale/programs/ld-identification.c: Likewise.
19345         * locale/programs/ld-time.c: Likewise.
19346         * mach/msg-destroy.c: Likewise.
19347         * nss/nss_files/files-netgrp.c: Likewise.
19348         * resolv/res_data.c: Likewise.
19349         * soft-fp/op-1.h: Likewise.
19350         * soft-fp/op-2.h: Likewise.
19351         * soft-fp/op-4.h: Likewise.
19352         * soft-fp/op-common.h: Likewise.
19353         * stdio-common/printf_fphex.c: Likewise.
19354         * stdlib/strtod_l.c: Likewise.
19355         * sunrpc/rpc/clnt.h: Likewise.
19356         * sysdeps/generic/framestate.c: Likewise.
19357         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19358         * sysdeps/i386/bsd-setjmp.S: Likewise.
19359         * sysdeps/i386/__longjmp.S: Likewise.
19360         * sysdeps/i386/setjmp.S: Likewise.
19361         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19362         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19363         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19364         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19365         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19366         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19367         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19368         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19369         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19370         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19371         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19372         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19373         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19374         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19375         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19376         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19377         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19378         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19379         * sysdeps/ieee754/support.c: Likewise.
19380         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19381         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19382         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19383         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19384         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19385         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19386         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19387         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19388         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19389         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19390         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19391         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19392         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19393         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19394         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19395         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19396         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19399 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
19401         * posix/transbug.c: Remove executable mode.
19403 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
19405         * crypt/speeds.c: Remove trailing whitespace.
19406         * dlfcn/default.c: Likewise.
19407         * elf/ifuncdep2.c: Likewise.
19408         * elf/ifuncmain1.c: Likewise.
19409         * elf/ifuncmain1vis.c: Likewise.
19410         * elf/testobj.h: Likewise.
19411         * elf/tst-stackguard1.c: Likewise.
19412         * gmon/sys/gmon.h: Likewise.
19413         * hurd/hurdmsg.c: Likewise.
19414         * hurd/new-fd.c: Likewise.
19415         * hurd/ports-get.c: Likewise.
19416         * iconvdata/ibm1008_420.c: Likewise.
19417         * inet/tst-getni1.c: Likewise.
19418         * inet/tst-getni2.c: Likewise.
19419         * libio/ioungetc.c: Likewise.
19420         * libio/wfiledoalloc.c: Likewise.
19421         * manual/libm-err-tab.pl: Likewise.
19422         * math/w_dremf.c: Likewise.
19423         * misc/ftruncate.c: Likewise.
19424         * posix/bug-glob2.c: Likewise.
19425         * posix/tst-pcre.c: Likewise.
19426         * posix/wait4.c: Likewise.
19427         * resolv/README: Likewise.
19428         * resolv/res_debug.h: Likewise.
19429         * resolv/tst-inet_ntop.c: Likewise.
19430         * setjmp/bug269-setjmp.c: Likewise.
19431         * soft-fp/extended.h: Likewise.
19432         * soft-fp/op-1.h: Likewise.
19433         * soft-fp/op-2.h: Likewise.
19434         * soft-fp/op-4.h: Likewise.
19435         * soft-fp/op-8.h: Likewise.
19436         * soft-fp/testit.c: Likewise.
19437         * stdio-common/bug16.c: Likewise.
19438         * stdlib/random.c: Likewise.
19439         * sunrpc/rpcsvc/rquota.x: Likewise.
19440         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19441         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19442         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19443         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19444         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19445         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19446         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19447         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19448         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19449         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19450         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19451         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19452         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19453         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19454         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19455         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19456         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19457         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19458         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19459         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19460         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19461         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19462         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19463         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19464         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19465         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19466         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19467         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19468         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19469         * sysdeps/ieee754/s_lib_version.c: Likewise.
19470         * sysdeps/mach/hurd/check_fds.c: Likewise.
19471         * sysdeps/mach/hurd/getsockname.c: Likewise.
19472         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19473         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19474         * sysdeps/powerpc/bits/link.h: Likewise.
19475         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19476         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19477         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19478         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19479         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19480         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19481         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19482         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19483         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19484         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19485         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19486         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19487         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19488         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19489         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19490         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19491         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19492         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19493         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19494         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19495         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19496         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19497         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19498         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19499         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19500         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19501         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19502         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19503         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19504         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19505         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19506         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19507         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19508         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19509         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19510         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19511         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19512         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19513         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19514         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19515         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19516         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19517         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19518         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19519         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19520         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19521         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19522         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19523         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19524         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19525         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19526         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19527         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19528         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19529         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19530         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19531         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19532         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19533         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19534         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19535         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19536         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19537         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19538         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19539         * sysdeps/powerpc/sysdep.h: Likewise.
19540         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19541         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19542         * sysdeps/sh/dl-trampoline.S: Likewise.
19543         * sysdeps/sh/memset.S: Likewise.
19544         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19545         * sysdeps/sh/strlen.S: Likewise.
19546         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19547         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19548         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19549         * sysdeps/sparc/sparc32/rem.S: Likewise.
19550         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19551         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19552         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19553         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19554         * sysdeps/sparc/sparc32/urem.S: Likewise.
19555         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19556         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19557         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19558         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19559         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19560         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19561         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19562         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19563         * sysdeps/unix/bsd/times.c: Likewise.
19564         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19565         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19569         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19570         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19571         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19572         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19573         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19574         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19575         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19576         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19577         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19578         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19579         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19580         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19581         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19582         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19583         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19584         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19585         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19586         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19587         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19588         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19589         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19590         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19591         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19592         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19593         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19594         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19595         * sysdeps/x86_64/strcspn.S: Likewise.
19597 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19599         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19600         generated file.  Regenerate properly from gen-translit.pl.
19601         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19602         locale/C-translit.h.
19604 2013-06-05  Andreas Schwab  <schwab@suse.de>
19606         [BZ #15100]
19607         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19608         week as 6 instead of -1.
19609         * time/tst-strptime.c (day_tests): Add test case.
19611 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19613         * sysdeps/generic/math_private.h
19614         (libc_feholdexcept_setround_53bit): Replace with
19615         libc_feholdsetround_53bit.
19616         (libc_feupdateenv_53bit): Replace with
19617         libc_feresetround_53bit.
19618         (SET_RESTORE_ROUND_53BIT): Adjust.
19620 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19622         * string/test-strchrnul.c: Add copyright header.
19624         * posix/tst-getaddrinfo4.c: Increase test timeout.
19626 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19628         [BZ #15536]
19629         * math/libm-test.inc (MAX_EXP): Remove
19630         (MIN_EXP): Define.
19631         (ulp): Use MIN_EXP - MANT_DIG.
19632         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19634 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19636         * po/be.po: Revert last change.
19637         * po/zh_CN.po: Likewise.
19638         * po/header.pot: Likewise.
19640 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19642         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19643         link-libc-deps to empty as target-specific variable.
19644         * Makerules (link-libc-args): New variable.
19645         (libc-for-link): Likewise.
19646         (link-libc-deps): Likewise.
19647         (lib%.so): Depend on $(link-libc-deps).  Link with
19648         $(link-libc-args).
19649         (build-module): Link with $(link-libc-args).
19650         (build-module-asneeded): Likewise.
19651         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19652         list of objects.
19653         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19654         target-specific variable.
19655         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19656         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19657         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19658         libc.
19659         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19660         libc and ld.so.
19661         ($(objpfx)libpcprofile.so): Likewise.
19662         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19663         libc_nonshared.a.
19664         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19665         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19666         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19667         $(link-libc-deps).
19668         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19669         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19670         * login/Makefile ($(objpfx)libutil.so): Likewise.
19671         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19672         * math/Makefile ($(objpfx)libm.so): Likewise.
19673         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19674         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19675         variable instead of depending directly on libc.
19676         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19677         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19678         $(link-libc-deps).
19679         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19680         libc.
19681         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19682         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19683         ($(objpfx)libanl.so): Likewise.
19684         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19685         ld.so.
19686         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19687         $(link-libc-deps).
19688         * sysdeps/i386/fpu/Makefile: Remove file.
19689         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19690         ($(objpfx)libm.so): Remove dependency on ld.so.
19692 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19694         [BZ # 15553]
19695         * nis/yp_xdr.c (XDRMAXNAME): Define.
19696         (XDRMAXRECORD): Define.
19697         (xdr_domainname): Use XDRMAXNAME.
19698         (xdr_mapname): Likewise.
19699         (xdr_peername): Likewise.
19700         (xdr_keydat): Use XDRMAXRECORD.
19701         (xdr_valdat): Likewise.
19703 2013-05-30  Jeff Law  <law@redhat.com>
19705         [BZ #14256]
19706         * manual/errno.texi (ESTALE): Update to account for more than
19707         just NFS file systems.
19708         * sysdeps/gnu/errlist.c: Regenerated.
19710 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19712         [BZ #15465]
19713         * elf/Makefile (tests): Add tst-null-argv.
19714         (modules-names):  Add tst-null-argv-lib.
19715         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19716         (tst-null-argv-ENV): Set environment for tst-null-argv.
19717         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19718         (RTLD_PROGNAME): New macro.
19719         * elf/tst-null-argv.c: New test case.
19720         * elf/tst-null-argv-lib.c: Library for test case.
19721         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19722         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19723         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19724         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19725         * elf/dl-init.c (call_init): Likewise.
19726         (_dl_init): Likewise.
19727         * elf/dl-load.c (print_search_path): Likewise.
19728         (_dl_map_object): Likewise.
19729         * elf/dl-lookup.c (do_lookup_x): Likewise.
19730         (add_dependency): Likewise.
19731         (_dl_lookup_symbol_x): Likewise.
19732         (_dl_debug_bindings): Likewise.
19733         * elf/dl-open.c (_dl_show_scope): Likewise.
19734         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19735         * elf/dl-version.c (match_symbol): Likewise.
19736         (_dl_check_map_versions): Likewise.
19737         * elf/rtld.c (dl_main): Likewise.
19738         (print_unresolved): Use RTLD_PROGNAME.
19739         (print_missing_version): Likewise.
19740         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19741         (elf_machine_rela): Likewise.
19742         * sysdeps/powerpc/powerpc32/dl-machine.c
19743         (__process_machine_rela): Likewise.
19744         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19745         Likewise.
19746         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19747         Likewise.
19748         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19749         Likewise.
19750         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19751         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19752         Likewise.
19753         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19754         Likewise.
19755         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19757 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19759         * po/be.po: Add descriptive title.
19760         * po/zh_CN.po: Likewise.
19761         * po/header.pot: Likewise.
19763 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19765         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19766         error message.
19767         (enlarge_archive): Likewise.
19769 2013-05-28  Ben North  <ben@redfrontdoor.org>
19771         * manual/arith.texi (frexp): It is the magnitude of the return
19772         value which lies in [0.5, 1), not the return value itself.
19774 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19776         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19778 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19780         * stdio-common/bug26.c (main): Correct fscanf template.
19782         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19783         declare _dl_skip_args.
19785         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19786         Don't declare.
19788         * manual/platform.texi: Add missing @end deftypefun.
19790 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19792         [BZ #15529]
19793         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19794         bit of mantissa of 2^16382.
19795         * math/libm-test.inc (hypot_test_data): Add more tests.
19797         * math/libm-test.inc: Add drem and pow10 to list of tested
19798         functions.
19799         (pow10_test): New function.
19800         (drem_test): Likewise.
19801         (drem_test_tonearest): Likewise.
19802         (drem_test_towardzero): Likewise.
19803         (drem_test_downward): Likewise.
19804         (drem_test_upward): Likewise.
19805         (main): Call the new functions.
19807         * math/libm-test.inc (finite_test_data): Remove.
19808         (finite_test): Run tests from isfinite_test_data.
19809         (gamma_test_data): Remove.
19810         (gamma_test): Run tests from lgamma_test_data.
19811         * sysdeps/i386/fpu/libm-test-ulps: Update.
19812         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19814 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19816         * manual/platform.texi: Add PowerPC PPR function set documentation.
19817         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19818         implementation.
19820 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19822         * math/libm-test.inc (MAX_EXP): Define.
19823         (ULPDIFF): Define.
19824         (ulp): New function.
19825         (check_float_internal): Use ULPDIFF.
19826         (cpow_test): Disable failing test.
19827         (check_ulp): Test ulp() implemetnation.
19828         (main): Call check_ulp before starting tests.
19830 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19832         * math/gen-libm-test.pl (generate_testfile): Do not handle
19833         START_DATA and END_DATA.
19834         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19835         END_DATA.
19836         (acos_tonearest_test_data): Likewise.
19837         (acos_towardzero_test_data): Likewise.
19838         (acos_downward_test_data): Likewise.
19839         (acos_upward_test_data): Likewise.
19840         (acosh_test_data): Likewise.
19841         (asin_test_data): Likewise.
19842         (asin_tonearest_test_data): Likewise.
19843         (asin_towardzero_test_data): Likewise.
19844         (asin_downward_test_data): Likewise.
19845         (asin_upward_test_data): Likewise.
19846         (asinh_test_data): Likewise.
19847         (atan_test_data): Likewise.
19848         (atanh_test_data): Likewise.
19849         (atan2_test_data): Likewise.
19850         (cabs_test_data): Likewise.
19851         (cacos_test_data): Likewise.
19852         (cacosh_test_data): Likewise.
19853         (carg_test_data): Likewise.
19854         (casin_test_data): Likewise.
19855         (casinh_test_data): Likewise.
19856         (catan_test_data): Likewise.
19857         (catanh_test_data): Likewise.
19858         (cbrt_test_data): Likewise.
19859         (ccos_test_data): Likewise.
19860         (ccosh_test_data): Likewise.
19861         (ceil_test_data): Likewise.
19862         (cexp_test_data): Likewise.
19863         (cimag_test_data): Likewise.
19864         (clog_test_data): Likewise.
19865         (clog10_test_data): Likewise.
19866         (conj_test_data): Likewise.
19867         (copysign_test_data): Likewise.
19868         (cos_test_data): Likewise.
19869         (cos_tonearest_test_data): Likewise.
19870         (cos_towardzero_test_data): Likewise.
19871         (cos_downward_test_data): Likewise.
19872         (cos_upward_test_data): Likewise.
19873         (cosh_test_data): Likewise.
19874         (cosh_tonearest_test_data): Likewise.
19875         (cosh_towardzero_test_data): Likewise.
19876         (cosh_downward_test_data): Likewise.
19877         (cosh_upward_test_data): Likewise.
19878         (cpow_test_data): Likewise.
19879         (cproj_test_data): Likewise.
19880         (creal_test_data): Likewise.
19881         (csin_test_data): Likewise.
19882         (csinh_test_data): Likewise.
19883         (csqrt_test_data): Likewise.
19884         (ctan_test_data): Likewise.
19885         (ctan_tonearest_test_data): Likewise.
19886         (ctan_towardzero_test_data): Likewise.
19887         (ctan_downward_test_data): Likewise.
19888         (ctan_upward_test_data): Likewise.
19889         (ctanh_test_data): Likewise.
19890         (ctanh_tonearest_test_data): Likewise.
19891         (ctanh_towardzero_test_data): Likewise.
19892         (ctanh_downward_test_data): Likewise.
19893         (ctanh_upward_test_data): Likewise.
19894         (erf_test_data): Likewise.
19895         (erfc_test_data): Likewise.
19896         (exp_test_data): Likewise.
19897         (exp_tonearest_test_data): Likewise.
19898         (exp_towardzero_test_data): Likewise.
19899         (exp_downward_test_data): Likewise.
19900         (exp_upward_test_data): Likewise.
19901         (exp10_test_data): Likewise.
19902         (exp2_test_data): Likewise.
19903         (expm1_test_data): Likewise.
19904         (fabs_test_data): Likewise.
19905         (fdim_test_data): Likewise.
19906         (finite_test_data): Likewise.
19907         (floor_test_data): Likewise.
19908         (fma_test_data): Likewise.
19909         (fma_towardzero_test_data): Likewise.
19910         (fma_downward_test_data): Likewise.
19911         (fma_upward_test_data): Likewise.
19912         (fmax_test_data): Likewise.
19913         (fmin_test_data): Likewise.
19914         (fmod_test_data): Likewise.
19915         (fpclassify_test_data): Likewise.
19916         (frexp_test_data): Likewise.
19917         (gamma_test_data): Likewise.
19918         (hypot_test_data): Likewise.
19919         (ilogb_test_data): Likewise.
19920         (isfinite_test_data): Likewise.
19921         (isgreater_test_data): Likewise.
19922         (isgreaterequal_test_data): Likewise.
19923         (isinf_test_data): Likewise.
19924         (isless_test_data): Likewise.
19925         (islessequal_test_data): Likewise.
19926         (islessgreater_test_data): Likewise.
19927         (isnan_test_data): Likewise.
19928         (isnormal_test_data): Likewise.
19929         (issignaling_test_data): Likewise.
19930         (isunordered_test_data): Likewise.
19931         (j0_test_data): Likewise.
19932         (j1_test_data): Likewise.
19933         (jn_test_data): Likewise.
19934         (ldexp_test_data): Likewise.
19935         (lgamma_test_data): Likewise.
19936         (lrint_test_data): Likewise.
19937         (lrint_tonearest_test_data): Likewise.
19938         (lrint_towardzero_test_data): Likewise.
19939         (lrint_downward_test_data): Likewise.
19940         (lrint_upward_test_data): Likewise.
19941         (llrint_test_data): Likewise.
19942         (llrint_tonearest_test_data): Likewise.
19943         (llrint_towardzero_test_data): Likewise.
19944         (llrint_downward_test_data): Likewise.
19945         (llrint_upward_test_data): Likewise.
19946         (log_test_data): Likewise.
19947         (log10_test_data): Likewise.
19948         (log1p_test_data): Likewise.
19949         (log2_test_data): Likewise.
19950         (logb_test_data): Likewise.
19951         (logb_downward_test_data): Likewise.
19952         (lround_test_data): Likewise.
19953         (llround_test_data): Likewise.
19954         (modf_test_data): Likewise.
19955         (nearbyint_test_data): Likewise.
19956         (nextafter_test_data): Likewise.
19957         (nexttoward_test_data): Likewise.
19958         (pow_test_data): Likewise.
19959         (pow_tonearest_test_data): Likewise.
19960         (pow_towardzero_test_data): Likewise.
19961         (pow_downward_test_data): Likewise.
19962         (pow_upward_test_data): Likewise.
19963         (remainder_test_data): Likewise.
19964         (remainder_tonearest_test_data): Likewise.
19965         (remainder_towardzero_test_data): Likewise.
19966         (remainder_downward_test_data): Likewise.
19967         (remainder_upward_test_data): Likewise.
19968         (remquo_test_data): Likewise.
19969         (rint_test_data): Likewise.
19970         (rint_tonearest_test_data): Likewise.
19971         (rint_towardzero_test_data): Likewise.
19972         (rint_downward_test_data): Likewise.
19973         (rint_upward_test_data): Likewise.
19974         (round_test_data): Likewise.
19975         (scalb_test_data): Likewise.
19976         (scalbn_test_data): Likewise.
19977         (scalbln_test_data): Likewise.
19978         (signbit_test_data): Likewise.
19979         (sin_test_data): Likewise.
19980         (sin_tonearest_test_data): Likewise.
19981         (sin_towardzero_test_data): Likewise.
19982         (sin_downward_test_data): Likewise.
19983         (sin_upward_test_data): Likewise.
19984         (sincos_test_data): Likewise.
19985         (sinh_test_data): Likewise.
19986         (sinh_tonearest_test_data): Likewise.
19987         (sinh_towardzero_test_data): Likewise.
19988         (sinh_downward_test_data): Likewise.
19989         (sinh_upward_test_data): Likewise.
19990         (sqrt_test_data): Likewise.
19991         (tan_test_data): Likewise.
19992         (tan_tonearest_test_data): Likewise.
19993         (tan_towardzero_test_data): Likewise.
19994         (tan_downward_test_data): Likewise.
19995         (tan_upward_test_data): Likewise.
19996         (tanh_test_data): Likewise.
19997         (tgamma_test_data): Likewise.
19998         (trunc_test_data): Likewise.
19999         (y0_test_data): Likewise.
20000         (y1_test_data): Likewise.
20001         (yn_test_data): Likewise.
20002         (significand_test_data): Likewise.
20004         * math/gen-libm-test.pl (@functions): Remove variable.
20005         (generate_testfile): Don't handle START and END lines.
20006         * math/libm-test.inc (START): New macro.
20007         (END): Likewise.
20008         (END_COMPLEX): Likewise.
20009         (acos_test): Use END macro without arguments.
20010         (acos_test_tonearest): Likewise.
20011         (acos_test_towardzero): Likewise.
20012         (acos_test_downward): Likewise.
20013         (acos_test_upward): Likewise.
20014         (acosh_test): Likewise.
20015         (asin_test): Likewise.
20016         (asin_test_tonearest): Likewise.
20017         (asin_test_towardzero): Likewise.
20018         (asin_test_downward): Likewise.
20019         (asin_test_upward): Likewise.
20020         (asinh_test): Likewise.
20021         (atan_test): Likewise.
20022         (atanh_test): Likewise.
20023         (atan2_test): Likewise.
20024         (cabs_test): Likewise.
20025         (cacos_test): Use END_COMPLEX macro without arguments.
20026         (cacosh_test): Likewise.
20027         (carg_test): Use END macro without arguments.
20028         (casin_test): Use END_COMPLEX macro without arguments.
20029         (casinh_test): Likewise.
20030         (catan_test): Likewise.
20031         (catanh_test): Likewise.
20032         (cbrt_test): Use END macro without arguments.
20033         (ccos_test): Use END_COMPLEX macro without arguments.
20034         (ccosh_test): Likewise.
20035         (ceil_test): Use END macro without arguments.
20036         (cexp_test): Use END_COMPLEX macro without arguments.
20037         (cimag_test): Use END macro without arguments.
20038         (clog_test): Use END_COMPLEX macro without arguments.
20039         (clog10_test): Likewise.
20040         (conj_test): Likewise.
20041         (copysign_test): Use END macro without arguments.
20042         (cos_test): Likewise.
20043         (cos_test_tonearest): Likewise.
20044         (cos_test_towardzero): Likewise.
20045         (cos_test_downward): Likewise.
20046         (cos_test_upward): Likewise.
20047         (cosh_test): Likewise.
20048         (cosh_test_tonearest): Likewise.
20049         (cosh_test_towardzero): Likewise.
20050         (cosh_test_downward): Likewise.
20051         (cosh_test_upward): Likewise.
20052         (cpow_test): Use END_COMPLEX macro without arguments.
20053         (cproj_test): Likewise.
20054         (creal_test): Use END macro without arguments.
20055         (csin_test): Use END_COMPLEX macro without arguments.
20056         (csinh_test): Likewise.
20057         (csqrt_test): Likewise.
20058         (ctan_test): Likewise.
20059         (ctan_test_tonearest): Likewise.
20060         (ctan_test_towardzero): Likewise.
20061         (ctan_test_downward): Likewise.
20062         (ctan_test_upward): Likewise.
20063         (ctanh_test): Likewise.
20064         (ctanh_test_tonearest): Likewise.
20065         (ctanh_test_towardzero): Likewise.
20066         (ctanh_test_downward): Likewise.
20067         (ctanh_test_upward): Likewise.
20068         (erf_test): Use END macro without arguments.
20069         (erfc_test): Likewise.
20070         (exp_test): Likewise.
20071         (exp_test_tonearest): Likewise.
20072         (exp_test_towardzero): Likewise.
20073         (exp_test_downward): Likewise.
20074         (exp_test_upward): Likewise.
20075         (exp10_test): Likewise.
20076         (exp2_test): Likewise.
20077         (expm1_test): Likewise.
20078         (fabs_test): Likewise.
20079         (fdim_test): Likewise.
20080         (finite_test): Likewise.
20081         (floor_test): Likewise.
20082         (fma_test): Likewise.
20083         (fma_test_towardzero): Likewise.
20084         (fma_test_downward): Likewise.
20085         (fma_test_upward): Likewise.
20086         (fmax_test): Likewise.
20087         (fmin_test): Likewise.
20088         (fmod_test): Likewise.
20089         (fpclassify_test): Likewise.
20090         (frexp_test): Likewise.
20091         (gamma_test): Likewise.
20092         (hypot_test): Likewise.
20093         (ilogb_test): Likewise.
20094         (isfinite_test): Likewise.
20095         (isgreater_test): Likewise.
20096         (isgreaterequal_test): Likewise.
20097         (isinf_test): Likewise.
20098         (isless_test): Likewise.
20099         (islessequal_test): Likewise.
20100         (islessgreater_test): Likewise.
20101         (isnan_test): Likewise.
20102         (isnormal_test): Likewise.
20103         (issignaling_test): Likewise.
20104         (isunordered_test): Likewise.
20105         (j0_test): Likewise.
20106         (j1_test): Likewise.
20107         (jn_test): Likewise.
20108         (ldexp_test): Likewise.
20109         (lgamma_test): Likewise.
20110         (lrint_test): Likewise.
20111         (lrint_test_tonearest): Likewise.
20112         (lrint_test_towardzero): Likewise.
20113         (lrint_test_downward): Likewise.
20114         (lrint_test_upward): Likewise.
20115         (llrint_test): Likewise.
20116         (llrint_test_tonearest): Likewise.
20117         (llrint_test_towardzero): Likewise.
20118         (llrint_test_downward): Likewise.
20119         (llrint_test_upward): Likewise.
20120         (log_test): Likewise.
20121         (log10_test): Likewise.
20122         (log1p_test): Likewise.
20123         (log2_test): Likewise.
20124         (logb_test): Likewise.
20125         (logb_test_downward): Likewise.
20126         (lround_test): Likewise.
20127         (llround_test): Likewise.
20128         (modf_test): Likewise.
20129         (nearbyint_test): Likewise.
20130         (nextafter_test): Likewise.
20131         (nexttoward_test): Likewise.
20132         (pow_test): Likewise.
20133         (pow_test_tonearest): Likewise.
20134         (pow_test_towardzero): Likewise.
20135         (pow_test_downward): Likewise.
20136         (pow_test_upward): Likewise.
20137         (remainder_test): Likewise.
20138         (remainder_test_tonearest): Likewise.
20139         (remainder_test_towardzero): Likewise.
20140         (remainder_test_downward): Likewise.
20141         (remainder_test_upward): Likewise.
20142         (remquo_test): Likewise.
20143         (rint_test): Likewise.
20144         (rint_test_tonearest): Likewise.
20145         (rint_test_towardzero): Likewise.
20146         (rint_test_downward): Likewise.
20147         (rint_test_upward): Likewise.
20148         (round_test): Likewise.
20149         (scalb_test): Likewise.
20150         (scalbn_test): Likewise.
20151         (scalbln_test): Likewise.
20152         (signbit_test): Likewise.
20153         (sin_test): Likewise.
20154         (sin_test_tonearest): Likewise.
20155         (sin_test_towardzero): Likewise.
20156         (sin_test_downward): Likewise.
20157         (sin_test_upward): Likewise.
20158         (sincos_test): Likewise.
20159         (sinh_test): Likewise.
20160         (sinh_test_tonearest): Likewise.
20161         (sinh_test_towardzero): Likewise.
20162         (sinh_test_downward): Likewise.
20163         (sinh_test_upward): Likewise.
20164         (sqrt_test): Likewise.
20165         (tan_test): Likewise.
20166         (tan_test_tonearest): Likewise.
20167         (tan_test_towardzero): Likewise.
20168         (tan_test_downward): Likewise.
20169         (tan_test_upward): Likewise.
20170         (tanh_test): Likewise.
20171         (tgamma_test): Likewise.
20172         (trunc_test): Likewise.
20173         (y0_test): Likewise.
20174         (y1_test): Likewise.
20175         (yn_test): Likewise.
20176         (significand_test): Likewise.
20178 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20180         [BZ #15381]
20181         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20183 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20185         [BZ #14894]
20186         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20187         __ppc_mdoio and __ppc_mdoom.
20188         * manual/platform.texi: Document new functions __ppc_yield,
20189         __ppc_mdoio and __ppc_mdoom.
20191 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20193         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20194         (main): Mention "tls" pseudo-hwcap is legacy.
20195         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20197 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20199         * math/gen-libm-test.pl (parse_args): Output only string of
20200         arguments as text for test name, not full call or descriptions of
20201         tests for extra outputs.
20202         (generate_testfile): Do not pass function name to parse_args.
20203         Generate this_func variable from START.
20204         * math/libm-test.inc (struct test_f_f_data): Rename test_name
20205         field to arg_str.
20206         (struct test_ff_f_data): Likewise.
20207         (test_ff_f_data_nexttoward): Likewise.
20208         (struct test_fi_f_data): Likewise.
20209         (struct test_fl_f_data): Likewise.
20210         (struct test_if_f_data): Likewise.
20211         (struct test_fff_f_data): Likewise.
20212         (struct test_c_f_data): Likewise.
20213         (struct test_f_f1_data): Likewise.  Remove field extra_name.
20214         (struct test_fF_f1_data): Likewise.
20215         (struct test_ffI_f1_data): Likewise.
20216         (struct test_c_c_data): Rename test_name field to arg_str.
20217         (struct test_cc_c_data): Likewise.
20218         (struct test_f_i_data): Likewise.
20219         (struct test_ff_i_data): Likewise.
20220         (struct test_f_l_data): Likewise.
20221         (struct test_f_L_data): Likewise.
20222         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
20223         and extra2_name.
20224         (COMMON_TEST_SETUP): New macro.
20225         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20226         (COMMON_TEST_CLEANUP): Likewise.
20227         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20228         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
20229         macros.
20230         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20231         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
20232         macros.
20233         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20234         (RUN_TEST_fff_f): Take argument string.  Call new setup and
20235         cleanup macros.
20236         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20237         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
20238         macros.
20239         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20240         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
20241         macros.
20242         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20243         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
20244         cleanup macros.
20245         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20246         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
20247         cleanup macros.
20248         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20249         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
20250         cleanup macros.
20251         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20252         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20253         macros.
20254         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20255         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20256         macros.
20257         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20258         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20259         macros.
20260         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20261         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
20262         cleanup macros.
20263         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20264         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
20265         cleanup macros.
20266         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20267         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
20268         macros.
20269         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20270         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
20271         cleanup macros.
20272         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20273         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
20274         macros.
20275         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20276         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
20277         macros.
20278         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20279         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
20280         cleanup macros.
20281         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
20283 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
20285         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
20286         to _sifields.sigfault.
20287         (si_addr_lsb): Define new macro.
20288         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20289         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20290         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
20292 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
20294         [BZ #15441]
20295         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
20296         returns -1.
20297         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20298         null return -1.
20299         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20300         loading the domain.
20302 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20304         * math/gen-libm-test.pl (parse_args): Do not include expected
20305         result in test name.
20306         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20307         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20308         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20309         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20310         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20313 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20315         * benchtests/Makefile: Sort function entries.
20317         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20318         tanh, asinh, acosh, atanh.
20319         * benchtests/acos-inputs: New file.
20320         * benchtests/acosh-inputs: New file.
20321         * benchtests/asin-inputs: New file.
20322         * benchtests/asinh-inputs: New file.
20323         * benchtests/atanh-inputs: New file.
20324         * benchtests/cosh-inputs: New file.
20325         * benchtests/log-inputs: New file.
20326         * benchtests/sinh-inputs: New file.
20327         * benchtests/tanh-inputs: New file.
20329 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
20331         [BZ #15339]
20332         * posix/tst-getaddrinfo4.c: New test.
20333         * posix/Makefile (tests): Add it.
20335 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20337         [BZ #15339]
20338         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20339         when no services were used.
20340         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20341         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20343 2013-05-21  Andreas Schwab  <schwab@suse.de>
20345         [BZ #15014]
20346         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20347         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20348         successful.
20349         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20350         redundant variable declarations and reallocation of buffer when
20351         parsing as IPv6 address.  Always set NSS status when called from
20352         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
20353         buffer too small.  Correct computation of needed size.
20354         * nss/Makefile (tests): Add test-digits-dots.
20355         * nss/test-digits-dots.c: New test.
20357 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20359         * benchtests/Makefile: Remove instructions for adding
20360         benchmark tests.
20361         * benchtests/README: New file to explain how to execute and
20362         enhance the benchmark tests.
20364 2013-05-21  Andreas Schwab  <schwab@suse.de>
20366         [BZ #15493]
20367         * setjmp/Makefile (tests): Add tst-sigsetjmp.
20368         * setjmp/tst-sigsetjmp.c: New test.
20370 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20372         * sysdeps/x86_64/memset.S (memset): New implementation.
20373         (__bzero): Likewise.
20374         (__memset_tail): New function.
20376 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20378         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20379         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20380         __memcpy_sse2_unaligned ifunc selection.
20381         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20382         Add memcpy-sse2-unaligned.S.
20383         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20384         Add: __memcpy_sse2_unaligned.
20386 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
20388         [BZ #15490]
20389         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20390         math_force_eval before restoring floating-point envrionment.
20391         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20392         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20393         Likewise.
20394         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20395         <math_private.h>.
20396         (__nearbyintl): Use math_force_eval before restoring
20397         floating-point environment.
20398         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20400         * math/gen-libm-test.pl (special_functions): Remove.
20401         (parse_args): Don't handle TEST_extra.  Handle functions with no
20402         return value.
20403         * math/libm-test.inc (struct test_sincos_data): Replace with
20404         struct test_fFF_11_data.
20405         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20406         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20407         (sincos_test_data): Change element type to struct
20408         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
20409         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20410         RUN_TEST_LOOP_sincos.
20411         * math/README.libm-test: Don't mention special handling of
20412         individual functions.
20413         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20414         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20415         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20416         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20417         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20420         * math/gen-libm-test.pl (get_variable): Remove function.
20421         (parse_args): Don't show pointer parameters to call in test
20422         names.  Use "extra output N" in test names for extra outputs
20423         rather than naming variables.
20425 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
20427         [BZ #15488]
20428         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20429         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20430         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20431         double tests.
20432         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20433         disable.
20434         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20435         check_long_double.
20437         * math/gen-libm-test.pl (@tests): Remove variable.
20438         ($count): Likewise.
20439         (new_test): Remove function.
20440         (show_exceptions): New function.
20441         (special_functions): Use show_exceptions instead of new_test.
20442         (parse_args): Likewise.
20443         (generate_testfile): Pass only function name in generated call to
20444         print_max_error or print_complex_max_error.
20445         (get_ulps): Do not handle complex tests specially.
20446         (output_test): Rename to ...
20447         (get_all_ulps_for_test): ... this.  Return a string rather than
20448         printing to a file.  Require ulps to be present.
20449         (output_ulps): Generate arrays rather than #defines.
20450         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20451         (struct ulp_data): New type.
20452         (BUILD_COMPLEX_ULP): Remove macro.
20453         (compare_ulp_data): New function.
20454         (find_ulps): Likewise.
20455         (find_test_ulps): Likewise.
20456         (find_function_ulps): Likewise.
20457         (find_complex_function_ulps): Likewise.
20458         (print_max_error): Determine allowed ulps using
20459         find_function_ulps.
20460         (print_complex_max_error): Determine allowed ulps using
20461         find_complex_function_ulps.
20462         (check_float_internal): Determine max ulps using find_test_ulps.
20463         (check_float): Do not take max_ulp parameter.  Update call to
20464         check_float_internal.
20465         (check_complex): Likewise.
20466         (check_int): Do not take max_ulp parameter.
20467         (check_long): Likewise.
20468         (check_bool): Likewise.
20469         (check_longlong): Likewise.
20470         (struct test_f_f_data): Remove max_ulp field.
20471         (struct test_ff_f_data): Likewise.
20472         (struct test_ff_f_data_nexttoward): Likewise.
20473         (struct test_fi_f_data): Likewise.
20474         (struct test_fl_f_data): Likewise.
20475         (struct test_if_f_data): Likewise.
20476         (struct test_fff_f_data): Likewise.
20477         (struct test_c_f_data): Likewise.
20478         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20479         (struct test_fF_f1_data): Likewise.
20480         (struct test_ffI_f1_data): Likewise.
20481         (struct test_c_c_data): Remove max_ulp field.
20482         (struct test_cc_c_data): Likewise.
20483         (struct test_f_i_data): Likewise.
20484         (struct test_ff_i_data): Likewise.
20485         (struct test_f_l_data): Likewise.
20486         (struct test_f_L_data): Likewise.
20487         (struct test_sincos_data): Likewise.
20488         (RUN_TEST_f_f): Do not handle ulps.
20489         (RUN_TEST_LOOP_f_f): Likewise.
20490         (RUN_TEST_2_f): Likewise.
20491         (RUN_TEST_LOOP_2_f): Likewise.
20492         (RUN_TEST_fff_f): Likewise.
20493         (RUN_TEST_LOOP_fff_f): Likewise.
20494         (RUN_TEST_c_f): Likewise.
20495         (RUN_TEST_LOOP_c_f): Likewise.
20496         (RUN_TEST_f_f1): Likewise.
20497         (RUN_TEST_LOOP_f_f1): Likewise.
20498         (RUN_TEST_fF_f1): Likewise.
20499         (RUN_TEST_LOOP_fF_f1): Likewise.
20500         (RUN_TEST_fI_f1): Likewise.
20501         (RUN_TEST_LOOP_fI_f1): Likewise.
20502         (RUN_TEST_ffI_f1): Likewise.
20503         (RUN_TEST_LOOP_ffI_f1): Likewise.
20504         (RUN_TEST_c_c): Likewise.
20505         (RUN_TEST_LOOP_c_c): Likewise.
20506         (RUN_TEST_cc_c): Likewise.
20507         (RUN_TEST_LOOP_cc_c): Likewise.
20508         (RUN_TEST_f_i): Likewise.
20509         (RUN_TEST_LOOP_f_i): Likewise.
20510         (RUN_TEST_f_i_tg): Likewise.
20511         (RUN_TEST_LOOP_f_i_tg): Likewise.
20512         (RUN_TEST_ff_i_tg): Likewise.
20513         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20514         (RUN_TEST_f_b): Likewise.
20515         (RUN_TEST_LOOP_f_b): Likewise.
20516         (RUN_TEST_f_b_tg): Likewise.
20517         (RUN_TEST_LOOP_f_b_tg): Likewise.
20518         (RUN_TEST_f_l): Likewise.
20519         (RUN_TEST_LOOP_f_l): Likewise.
20520         (RUN_TEST_f_L): Likewise.
20521         (RUN_TEST_LOOP_f_L): Likewise.
20522         (RUN_TEST_sincos): Likewise.
20523         (RUN_TEST_LOOP_sincos): Likewise.
20525 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20527         [BZ #15480]
20528         [BZ #15485]
20529         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20530         main case of finite arguments, set rounding mode to FE_TONEAREST
20531         and discard exceptions.
20532         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20533         exceptions.
20534         (remainder_tonearest_test_data): New variable.
20535         (remainder_test_tonearest): New function.
20536         (remainder_towardzero_test_data): New variable.
20537         (remainder_test_towardzero): New function.
20538         (remainder_downward_test_data): New variable.
20539         (remainder_test_downward): New function.
20540         (remainder_upward_test_data): New variable.
20541         (remainder_test_upward): New function.
20542         (main): Call the new test functions.
20544         * math/libm-test.inc (struct test_f_f1_data): Remove field
20545         extra_init.
20546         (struct test_fF_f1_data): Likewise.
20547         (struct test_ffI_f1_data): Likewise.
20548         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20549         based on value of EXTRA_EXPECTED.
20550         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20551         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20552         EXTRA_VAR based on value of EXTRA_EXPECTED.
20553         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20554         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20555         EXTRA_VAR based on value of EXTRA_EXPECTED.
20556         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20557         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20558         EXTRA_VAR based on value of EXTRA_EXPECTED.
20559         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20560         * math/gen-libm-test.pl (parse_args): Don't output initializers
20561         for extra output values.
20563         * math/libm-test.inc (check_int): Expect result to be exactly
20564         equal to expected value and do not handle ulps.
20565         (check_long): Likewise.
20566         (check_longlong): Likewise.
20568         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20569         exceptions.
20570         (cimag_test_data): Likewise.
20571         (conj_test_data): Likewise.
20572         (copysign_test_data): Likewise.
20573         (cproj_test_data): Likewise.
20574         (creal_test_data): Likewise.
20575         (fabs_test_data): Likewise.
20576         (fdim_test_data): Likewise.
20577         (finite_test_data): Likewise.
20578         (floor_test_data): Likewise.
20579         (fmax_test_data): Likewise.
20580         (fmin_test_data): Likewise.
20581         (fmod_test_data): Likewise.
20582         (fpclassify_test_data): Likewise.
20583         (frexp_test_data): Likewise.
20584         (ilogb_test_data): Likewise.
20585         (isfinite_test_data): Likewise.
20586         (isgreater_test_data): Likewise.
20587         (isgreaterequal_test_data): Likewise.
20588         (isinf_test_data): Likewise.
20589         (isless_test_data): Likewise.
20590         (islessequal_test_data): Likewise.
20591         (islessgreater_test_data): Likewise.
20592         (isnan_test_data): Likewise.
20593         (isnormal_test_data): Likewise.
20594         (issignaling_test_data): Likewise.
20595         (isunordered_test_data): Likewise.
20596         (ldexp_test_data): Likewise.
20597         (lrint_test_data): Likewise.
20598         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20599         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20600         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20601         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20602         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20603         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20604         test input.
20605         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20606         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20607         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20608         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20609         that test input.
20610         (lrint_downward_test_data): Test for "inexact" exceptions.
20611         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20612         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20613         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20614         test input.
20615         (lrint_upward_test_data): Test for "inexact" exceptions.
20616         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20617         test input.
20618         (llrint_test_data): Test for "inexact" exceptions.
20619         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20620         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20621         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20622         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20623         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20624         (llrint_downward_test_data): Test for "inexact" exceptions.
20625         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20626         (llrint_upward_test_data): Test for "inexact" exceptions.
20627         (logb_test_data): Likewise.
20628         (logb_downward_test_data): Likewise.
20629         (nextafter_test_data): Likewise.
20630         (nexttoward_test_data): Likewise.
20631         (remainder_test_data): Likewise.
20632         (remquo_test_data): Likewise.
20633         (scalbn_test_data): Likewise.
20634         (scalbln_test_data): Likewise.
20635         (signbit_test_data): Likewise.
20636         (sqrt_test_data): Likewise.
20637         (significand_test_data): Likewise.
20639 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20641         [BZ #15424]
20642         * benchtests/bench-modf.c (struct args): Mark arg0 as
20643         volatile.
20644         * scripts/bench.pl: Mark members of struct args as volatile.
20646 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20648         [BZ # 15497]
20649         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20650         negative infinity on POWER6 or lower.
20651         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20653 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20655         [BZ #15442]
20656         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20657         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20658         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20659         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20660         (_FP_SETQNAN): New macro.
20661         (_FP_SETQNAN_SEMIRAW): Likewise.
20662         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20663         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20664         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20665         (FP_EXTEND): Use _FP_FRAC_SNANP.
20666         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20667         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20668         into account.
20669         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20670         New macro.
20671         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20672         Likewise.
20674 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20676         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20677         with DIVIDE_BY_ZERO_EXCEPTION.
20678         (gamma_test_data): Likewise.
20679         (lgamma_test_data): Likewise.
20680         (log_test_data): Likewise.
20681         (log10_test_data): Likewise.
20682         (log2_test_data): Likewise.
20683         (tgamma_test_data): Likewise.
20685         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20686         (acos_test_tonearest): Likewise.
20687         (acos_test_towardzero): Likewise.
20688         (acos_test_downward): Likewise.
20689         (acos_test_upward): Likewise.
20690         (acosh_test): Likewise.
20691         (asin_test): Likewise.
20692         (asin_test_tonearest): Likewise.
20693         (asin_test_towardzero): Likewise.
20694         (asin_test_downward): Likewise.
20695         (asin_test_upward): Likewise.
20696         (asinh_test): Likewise.
20697         (atan_test): Likewise.
20698         (atanh_test): Likewise.
20699         (atan2_test): Likewise.
20700         (cabs_test): Likewise.
20701         (cacos_test): Likewise.
20702         (cacosh_test): Likewise.
20703         (casin_test): Likewise.
20704         (casinh_test): Likewise.
20705         (catan_test): Likewise.
20706         (catanh_test): Likewise.
20707         (cbrt_test): Likewise.
20708         (ccos_test): Likewise.
20709         (ccosh_test): Likewise.
20710         (cexp_test): Likewise.
20711         (clog_test): Likewise.
20712         (clog10_test): Likewise.
20713         (cos_test): Likewise.
20714         (cos_test_tonearest): Likewise.
20715         (cos_test_towardzero): Likewise.
20716         (cos_test_downward): Likewise.
20717         (cos_test_upward): Likewise.
20718         (cosh_test): Likewise.
20719         (cosh_test_tonearest): Likewise.
20720         (cosh_test_towardzero): Likewise.
20721         (cosh_test_downward): Likewise.
20722         (cosh_test_upward): Likewise.
20723         (cpow_test): Likewise.
20724         (csin_test): Likewise.
20725         (csinh_test): Likewise.
20726         (csqrt_test): Likewise.
20727         (ctan_test): Likewise.
20728         (ctan_test_tonearest): Likewise.
20729         (ctan_test_towardzero): Likewise.
20730         (ctan_test_downward): Likewise.
20731         (ctan_test_upward): Likewise.
20732         (ctanh_test): Likewise.
20733         (ctanh_test_tonearest): Likewise.
20734         (ctanh_test_towardzero): Likewise.
20735         (ctanh_test_downward): Likewise.
20736         (ctanh_test_upward): Likewise.
20737         (erf_test): Likewise.
20738         (erfc_test): Likewise.
20739         (exp_test): Likewise.
20740         (exp_test_tonearest): Likewise.
20741         (exp_test_towardzero): Likewise.
20742         (exp_test_downward): Likewise.
20743         (exp_test_upward): Likewise.
20744         (exp10_test): Likewise.
20745         (exp2_test): Likewise.
20746         (expm1_test): Likewise.
20747         (fmod_test): Likewise.
20748         (gamma_test): Likewise.
20749         (hypot_test): Likewise.
20750         (j0_test): Likewise.
20751         (j1_test): Likewise.
20752         (jn_test): Likewise.
20753         (lgamma_test): Likewise.
20754         (log_test): Likewise.
20755         (log10_test): Likewise.
20756         (log1p_test): Likewise.
20757         (log2_test): Likewise.
20758         (logb_test_downward): Likewise.
20759         (pow_test): Likewise.
20760         (pow_test_tonearest): Likewise.
20761         (pow_test_towardzero): Likewise.
20762         (pow_test_downward): Likewise.
20763         (pow_test_upward): Likewise.
20764         (remainder_test): Likewise.
20765         (remquo_test): Likewise.
20766         (sin_test): Likewise.
20767         (sin_test_tonearest): Likewise.
20768         (sin_test_towardzero): Likewise.
20769         (sin_test_downward): Likewise.
20770         (sin_test_upward): Likewise.
20771         (sincos_test): Likewise.
20772         (sinh_test): Likewise.
20773         (sinh_test_tonearest): Likewise.
20774         (sinh_test_towardzero): Likewise.
20775         (sinh_test_downward): Likewise.
20776         (sinh_test_upward): Likewise.
20777         (sqrt_test): Likewise.
20778         (tan_test): Likewise.
20779         (tan_test_tonearest): Likewise.
20780         (tan_test_towardzero): Likewise.
20781         (tan_test_downward): Likewise.
20782         (tan_test_upward): Likewise.
20783         (tanh_test): Likewise.
20784         (tgamma_test): Likewise.
20785         (y0_test): Likewise.
20786         (y1_test): Likewise.
20787         (yn_test): Likewise.
20789         * math/gen-libm-test.pl (adjust_arg): Remove function.
20790         (special_function): Remove argument $in_func.  Only handle
20791         generating output for tables of tests, not inside functions.
20792         (parse_args): Likewise.
20793         (generate_testfile): Remove variable $in_func.  Update call to
20794         parse_args.
20795         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20796         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20797         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20798         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20799         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20800         (MAX_VALUE_INIT): Rename macro to max_value.
20801         (MIN_VALUE_INIT): Rename macro to min_value.
20802         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20803         (plus_zero): Remove variable.
20804         (minus_zero): Likewise.
20805         (plus_infty): Likewise.
20806         (minus_infty): Likewise.
20807         (qnan_value): Likewise.
20808         (max_value): Likewise.
20809         (min_value): Likewise.
20810         (min_subnorm_value): Likewise.
20812 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20814         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20815         uint64_t or uint32_t usage.
20816         * crypt/sha256-block.c: Likewise.
20817         * crypt/sha256-crypt.c: Likewise.
20818         * crypt/sha256.c: Likewise.
20819         * crypt/sha512-block.c: Likewise.
20820         * crypt/sha512-crypt.c: Likewise.
20821         * crypt/sha512.c: Likewise.
20822         * debug/backtrace-tst.c: Likewise.
20823         * debug/pcprofiledump.c: Likewise.
20824         * elf/cache.c: Likewise.
20825         * elf/dl-cache.c: Likewise.
20826         * elf/dl-misc.c: Likewise.
20827         * elf/dl-profile.c: Likewise.
20828         * elf/dl-support.c: Likewise.
20829         * elf/ldconfig.c: Likewise.
20830         * elf/sprof.c: Likewise.
20831         * iconv/dummy-repertoire.c: Likewise.
20832         * iconv/iconv_charmap.c: Likewise.
20833         * iconv/skeleton.c: Likewise.
20834         * iconvdata/8bit-generic.c: Likewise.
20835         * iconvdata/cp737.h: Likewise.
20836         * iconvdata/cp775.h: Likewise.
20837         * iconvdata/ibm1008.h: Likewise.
20838         * iconvdata/ibm1025.h: Likewise.
20839         * iconvdata/ibm1046.h: Likewise.
20840         * iconvdata/ibm1097.h: Likewise.
20841         * iconvdata/ibm1112.h: Likewise.
20842         * iconvdata/ibm1122.h: Likewise.
20843         * iconvdata/ibm1123.h: Likewise.
20844         * iconvdata/ibm1124.h: Likewise.
20845         * iconvdata/ibm1129.h: Likewise.
20846         * iconvdata/ibm1130.h: Likewise.
20847         * iconvdata/ibm1132.h: Likewise.
20848         * iconvdata/ibm1133.h: Likewise.
20849         * iconvdata/ibm1137.h: Likewise.
20850         * iconvdata/ibm1140.h: Likewise.
20851         * iconvdata/ibm1141.h: Likewise.
20852         * iconvdata/ibm1142.h: Likewise.
20853         * iconvdata/ibm1143.h: Likewise.
20854         * iconvdata/ibm1144.h: Likewise.
20855         * iconvdata/ibm1145.h: Likewise.
20856         * iconvdata/ibm1146.h: Likewise.
20857         * iconvdata/ibm1147.h: Likewise.
20858         * iconvdata/ibm1148.h: Likewise.
20859         * iconvdata/ibm1149.h: Likewise.
20860         * iconvdata/ibm1153.h: Likewise.
20861         * iconvdata/ibm1154.h: Likewise.
20862         * iconvdata/ibm1155.h: Likewise.
20863         * iconvdata/ibm1156.h: Likewise.
20864         * iconvdata/ibm1157.h: Likewise.
20865         * iconvdata/ibm1158.h: Likewise.
20866         * iconvdata/ibm1160.h: Likewise.
20867         * iconvdata/ibm1161.h: Likewise.
20868         * iconvdata/ibm1162.h: Likewise.
20869         * iconvdata/ibm1163.h: Likewise.
20870         * iconvdata/ibm1164.h: Likewise.
20871         * iconvdata/ibm1166.h: Likewise.
20872         * iconvdata/ibm1167.h: Likewise.
20873         * iconvdata/ibm12712.h: Likewise.
20874         * iconvdata/ibm1390.h: Likewise.
20875         * iconvdata/ibm1399.h: Likewise.
20876         * iconvdata/ibm16804.h: Likewise.
20877         * iconvdata/ibm4517.h: Likewise.
20878         * iconvdata/ibm4899.h: Likewise.
20879         * iconvdata/ibm4909.h: Likewise.
20880         * iconvdata/ibm4971.h: Likewise.
20881         * iconvdata/ibm5347.h: Likewise.
20882         * iconvdata/ibm803.h: Likewise.
20883         * iconvdata/ibm856.h: Likewise.
20884         * iconvdata/ibm901.h: Likewise.
20885         * iconvdata/ibm902.h: Likewise.
20886         * iconvdata/ibm9030.h: Likewise.
20887         * iconvdata/ibm9066.h: Likewise.
20888         * iconvdata/ibm921.h: Likewise.
20889         * iconvdata/ibm922.h: Likewise.
20890         * iconvdata/ibm9448.h: Likewise.
20891         * iconvdata/isiri-3342.h: Likewise.
20892         * iconvdata/jis0201.h: Likewise.
20893         * include/link.h: Likewise.
20894         * include/netdb.h: Likewise.
20895         * inet/check_native.c: Likewise.
20896         * inet/check_pf.c: Likewise.
20897         * inet/getipv4sourcefilter.c: Likewise.
20898         * inet/getnameinfo.c: Likewise.
20899         * inet/getsourcefilter.c: Likewise.
20900         * inet/htonl.c: Likewise.
20901         * inet/setipv4sourcefilter.c: Likewise.
20902         * inet/setsourcefilter.c: Likewise.
20903         * inet/test-inet6_opt.c: Likewise.
20904         * inet/tst-network.c: Likewise.
20905         * locale/C-collate.c: Likewise.
20906         * locale/C-ctype.c: Likewise.
20907         * locale/C-time.c: Likewise.
20908         * locale/C-translit.h: Likewise.
20909         * locale/loadarchive.c: Likewise.
20910         * locale/programs/3level.h: Likewise.
20911         * locale/programs/charmap.c: Likewise.
20912         * locale/programs/charmap.h: Likewise.
20913         * locale/programs/ld-address.c: Likewise.
20914         * locale/programs/ld-collate.c: Likewise.
20915         * locale/programs/ld-ctype.c: Likewise.
20916         * locale/programs/ld-identification.c: Likewise.
20917         * locale/programs/ld-measurement.c: Likewise.
20918         * locale/programs/ld-messages.c: Likewise.
20919         * locale/programs/ld-monetary.c: Likewise.
20920         * locale/programs/ld-name.c: Likewise.
20921         * locale/programs/ld-numeric.c: Likewise.
20922         * locale/programs/ld-paper.c: Likewise.
20923         * locale/programs/ld-telephone.c: Likewise.
20924         * locale/programs/ld-time.c: Likewise.
20925         * locale/programs/linereader.c: Likewise.
20926         * locale/programs/locale.c: Likewise.
20927         * locale/programs/locarchive.c: Likewise.
20928         * locale/programs/locfile.h: Likewise.
20929         * locale/programs/repertoire.c: Likewise.
20930         * locale/programs/simple-hash.c: Likewise.
20931         * locale/programs/simple-hash.h: Likewise.
20932         * malloc/memusage.c: Likewise.
20933         * malloc/memusagestat.c: Likewise.
20934         * nis/nis_defaults.c: Likewise.
20935         * nis/nis_hash.c: Likewise.
20936         * nis/nis_print.c: Likewise.
20937         * nis/nis_xdr.c: Likewise.
20938         * nscd/connections.c: Likewise.
20939         * nscd/hstcache.c: Likewise.
20940         * nscd/nscd_gethst_r.c: Likewise.
20941         * nscd/nscd_getserv_r.c: Likewise.
20942         * nscd/nscd_helper.c: Likewise.
20943         * nscd/servicescache.c: Likewise.
20944         * nss/makedb.c: Likewise.
20945         * nss/nss_db/db-XXX.c: Likewise.
20946         * nss/nss_db/db-initgroups.c: Likewise.
20947         * nss/nss_db/db-netgrp.c: Likewise.
20948         * nss/nss_files/files-network.c: Likewise.
20949         * nss/nss_files/files-parse.c: Likewise.
20950         * posix/bug-regex5.c: Likewise.
20951         * posix/fnmatch_loop.c: Likewise.
20952         * posix/regcomp.c: Likewise.
20953         * posix/regexec.c: Likewise.
20954         * posix/tst-rfc3484-2.c: Likewise.
20955         * posix/tst-rfc3484-3.c: Likewise.
20956         * posix/tst-rfc3484.c: Likewise.
20957         * resolv/nss_dns/dns-canon.c: Likewise.
20958         * resolv/nss_dns/dns-network.c: Likewise.
20959         * resolv/res_init.c: Likewise.
20960         * resolv/res_mkquery.c: Likewise.
20961         * resolv/tst-aton.c: Likewise.
20962         * stdlib/cxa_atexit.c: Likewise.
20963         * stdlib/cxa_finalize.c: Likewise.
20964         * stdlib/gen-fpioconst.c: Likewise.
20965         * stdlib/strtol_l.c: Likewise.
20966         * string/tst-endian.c: Likewise.
20967         * sunrpc/auth_des.c: Likewise.
20968         * sunrpc/clnt_udp.c: Likewise.
20969         * sunrpc/rtime.c: Likewise.
20970         * sunrpc/svcauth_des.c: Likewise.
20971         * sunrpc/xdr.c: Likewise.
20972         * sunrpc/xdr_intXX_t.c: Likewise.
20973         * sunrpc/xdr_rec.c: Likewise.
20974         * sysdeps/generic/ldconfig.h: Likewise.
20975         * sysdeps/generic/ldsodefs.h: Likewise.
20976         * sysdeps/generic/memusage.h: Likewise.
20977         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
20978         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
20979         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
20980         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20981         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
20982         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20983         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
20984         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
20985         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
20986         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20987         * sysdeps/posix/getaddrinfo.c: Likewise.
20988         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20989         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20990         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20991         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20992         * sysdeps/powerpc/test-gettimebase.c: Likewise.
20993         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
20994         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
20995         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
20996         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
20997         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
20998         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20999         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21000         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21001         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21002         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21003         * sysdeps/x86_64/dl-tls.h: Likewise.
21004         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21005         * time/alt_digit.c: Likewise.
21006         * time/era.c: Likewise.
21007         * wcsmbs/tst-c16c32-1.c: Likewise.
21009 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21011         * math/libm-test.inc (struct test_sincos_data): New type.
21012         (RUN_TEST_LOOP_sincos): New macro.
21013         (sincos_test_data): New variable.
21014         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21016 2013-05-16  Richard Henderson  <rth@redhat.com>
21018         * math/atest-exp2.c (LIMB64): New macro.
21019         (CONSTSZ): New macro.
21020         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21021         (hexdig): Move ...
21022         (print_mpn_fp): ... to function scope.
21023         (read_mpn_hex): Remove.
21024         (get_log2): Remove.
21025         (exp2_mpn): Use mp_log2.
21026         (main): Use mp_exp1.
21028 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21030         * math/libm-test.inc: Remove comment about not testing "inexact"
21031         exceptions.
21032         (INEXACT_EXCEPTION): New macro.
21033         (NO_INEXACT_EXCEPTION): Likewise.
21034         (INVALID_EXCEPTION_OK): Update value.
21035         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21036         (OVERFLOW_EXCEPTION_OK): Likewise.
21037         (UNDERFLOW_EXCEPTION_OK): Likewise.
21038         (IGNORE_ZERO_INF_SIGN): Likewise.
21039         (ERRNO_UNCHANGED): Likewise.
21040         (ERRNO_EDOM): Likewise.
21041         (ERRNO_ERANGE): Likewise.
21042         (test_exceptions): Handle testing "inexact" exceptions.
21043         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21044         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21045         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21046         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21047         INEXACT_EXCEPTION.
21048         (rint_towardzero_test_data): Likewise.
21049         (rint_downward_test_data): Likewise.
21050         (rint_upward_test_data): Likewise.
21052         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21053         with OVERFLOW_EXCEPTION.
21054         (exp10_test_data): Likewise.
21055         (exp2_test_data): Likewise.
21056         (expm1_test_data): Likewise.
21057         (lgamma_test_data): Likewise.
21058         (pow_test_data): Likewise.
21059         (tgamma_test_data): Likewise.
21060         (yn_test_data): Remove duplicate test of overflow.
21062         * math/libm-test.inc (struct test_cc_c_data): New type.
21063         (RUN_TEST_LOOP_cc_c): New macro.
21064         (cpow_test_data): New variable.
21065         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21067         * math/libm-test.inc (struct test_f_L_data): New type.
21068         (RUN_TEST_LOOP_f_L): New macro.
21069         (llrint_test_data): New variable.
21070         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21071         (llrint_tonearest_test_data): New variable.
21072         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21073         (llrint_towardzero_test_data): New variable.
21074         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21075         (llrint_downward_test_data): New variable.
21076         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21077         (llrint_upward_test_data): New variable.
21078         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21079         (llround_test_data): New variable.
21080         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21082 2013-05-13  Peter Collingbourne  <pcc@google.com>
21084         * math/atest-exp2.c (get_log2): Remove const attribute.
21086 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21088         * math/libm-test.inc (struct test_f_l_data): New type.
21089         (RUN_TEST_LOOP_f_l): New macro.
21090         (lrint_test_data): New variable.
21091         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21092         (lrint_tonearest_test_data): New variable.
21093         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21094         (lrint_towardzero_test_data): New variable.
21095         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21096         (lrint_downward_test_data): New variable.
21097         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21098         (lrint_upward_test_data): New variable.
21099         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21100         (lround_test_data): New variable.
21101         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21103 2013-05-15  Peter Collingbourne  <pcc@google.com>
21105         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21106         (EXTRACT_WORDS64) Use where appropriate.
21107         (INSERT_WORDS64) Likewise.
21109         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21110         constraints with x constraints.
21111         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21113         * malloc/obstack.c (_obstack_compat): Add initializer.
21115 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21117         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21118         si_trapno and add si_addr_lsb to _sifields.sigfault.
21119         (si_trapno): Remove macro.
21120         (si_addr_lsb): Define new macro.
21121         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21123 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21125         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21126         instead of TEST_f_l.
21127         (llrint_test_tonearest): Likewise.
21128         (llrint_test_towardzero): Likewise.
21129         (llrint_test_downward): Likewise.
21130         (llrint_test_upward): Likewise.
21131         (llround_test): Likewise.
21133         * math/libm-test.inc (struct test_f_i_data): Add comment.
21134         (RUN_TEST_LOOP_f_b): New macro.
21135         (RUN_TEST_LOOP_f_b_tg): Likewise.
21136         (finite_test_data): New variable.
21137         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21138         (isfinite_test_data): New variable.
21139         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21140         (isinf_test_data): New variable.
21141         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21142         (isnan_test_data): New variable.
21143         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21144         (isnormal_test_data): New variable.
21145         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21146         (issignaling_test_data): New variable.
21147         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21148         (signbit_test_data): New variable.
21149         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21151         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21152         with INVALID_EXCEPTION.
21153         (acosh_test_data): Likewise.
21154         (asin_test_data): Likewise.
21155         (atanh_test_data): Likewise.
21156         (fmod_test_data): Likewise.
21157         (log_test_data): Likewise.
21158         (log10_test_data): Likewise.
21159         (log2_test_data): Likewise.
21160         (pow_test_data): Likewise.
21161         (sqrt_test_data): Likewise.
21162         (y0_test_data): Likewise.
21163         (y1_test_data): Likewise.
21164         (yn_test_data): Likewise.
21166         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21167         function contents.
21169         * math/libm-test.inc (struct test_ff_i_data): New type.
21170         (RUN_TEST_LOOP_ff_i_tg): New macro.
21171         (isgreater_test_data): New variable.
21172         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21173         (isgreaterequal_test_data): New variable.
21174         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21175         (isless_test_data): New variable.
21176         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21177         (islessequal_test_data): New variable.
21178         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21179         (islessgreater_test_data): New variable.
21180         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21181         (isunordered_test_data): New variable.
21182         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21184 2013-05-14  David S. Miller  <davem@davemloft.net>
21186         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21188 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21190         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21192         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21193         extra_test to int.
21194         (struct test_f_i_data): Change type of max_ulp to int.
21196         * math/libm-test.inc (test_ffI_f1_data): New type.
21197         (RUN_TEST_LOOP_ffI_f1): New macro.
21198         (remquo_test_data): New variable.
21199         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21201         * setjmp/tst-setjmp-fp.c: New file.
21202         * setjmp/Makefile (tests): Add tst-setjmp-fp.
21203         (link-libm): New variable.
21204         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21206         * math/libm-test.inc (struct test_f_i_data): New type.
21207         (RUN_TEST_LOOP_f_i): New macro.
21208         (RUN_TEST_LOOP_f_i_tg): Likewise.
21209         (fpclassify_test_data): New variable.
21210         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21211         (ilogb_test_data): New variable.
21212         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21214         * math/libm-test.inc (scalbln_test): Correct function name in END
21215         call.
21217         * math/libm-test.inc (struct test_f_f1_data): Add comment.
21218         (RUN_TEST_LOOP_fI_f1): New macro.
21219         (frexp_test_data): New variable.
21220         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21222         * math/libm-test.inc (struct test_fF_f1_data): New type.
21223         (RUN_TEST_LOOP_fF_f1): New macro.
21224         (modf_test_data): New variable.
21225         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21227         * math/libm-test.inc (struct test_f_f1_data): New type.
21228         (RUN_TEST_LOOP_f_f1): New macro.
21229         (gamma_test_data): New variable.
21230         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21231         (lgamma_test_data): New variable.
21232         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21234 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
21236         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21237         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21238         (main): Comment "tls" pseudo-hwcap.
21240 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
21242         * math/libm-test.inc (struct test_fl_f_data): New type.
21243         (RUN_TEST_LOOP_fl_f): New variable.
21244         (scalbln_test_data): New variable.
21245         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21247         * math/libm-test.inc (struct test_fi_f_data): New type.
21248         (RUN_TEST_LOOP_fi_f): New macro.
21249         (ldexp_test_data): New variable.
21250         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21251         (scalbn_test_data): New variable.
21252         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21254         * math/libm-test.inc (struct test_c_f_data): New type.
21255         (RUN_TEST_LOOP_c_f): New macro.
21256         (cabs_test_data): New variable.
21257         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21258         (carg_test_data): New variable.
21259         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21260         (cimag_test_data): New variable.
21261         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21262         (creal_test_data): New variable.
21263         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21265         * math/libm-test.inc (struct test_if_f_data): New type.
21266         (RUN_TEST_LOOP_if_f): New macro.
21267         (jn_test_data): New variable.
21268         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21269         (yn_test_data): New variable.
21270         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21272         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21274 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21276         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21277         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21279 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21281         * benchtests/Makefile (CPPFLAGS-nonlib): Add
21282         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
21283         (bench-deps): Add bench-timing.h.
21284         * benchtests-bench-skeleton.c: Include bench-timing.h.
21285         (main): Use TIMING_* macros instead of clock_gettime.
21286         * benchtests/bench-timing.h: New file.
21288         [BZ #14582]
21289         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21290         Renamed from _LIB_VERSION.
21291         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
21293 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
21295         * math/libm-test.inc (struct test_fff_f_data): New type.
21296         (RUN_TEST_LOOP_fff_f): New macro.
21297         (fma_test_data): New variable.
21298         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21299         (fma_towardzero_test_data): New variable.
21300         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21301         (fma_downward_test_data): New variable.
21302         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21303         (fma_upward_test_data): New variable.
21304         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21306         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21307         (struct test_c_c_data): New type.
21308         (RUN_TEST_LOOP_c_c): New macro.
21309         (cacos_test_data): New variable.
21310         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21311         (cacosh_test_data): New variable.
21312         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21313         (casin_test_data): New variable.
21314         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21315         (casinh_test_data): New variable.
21316         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21317         (catan_test_data): New variable.
21318         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21319         (catanh_test_data): New variable.
21320         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21321         (ccos_test_data): New variable.
21322         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21323         (ccosh_test_data): New variable.
21324         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21325         (cexp_test_data): New variable.
21326         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21327         (clog_test_data): New variable.
21328         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21329         (clog10_test_data): New variable.
21330         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21331         (conj_test_data): New variable.
21332         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21333         (cproj_test_data): New variable.
21334         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21335         (csin_test_data): New variable.
21336         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21337         (csinh_test_data): New variable.
21338         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21339         (csqrt_test_data): New variable.
21340         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21341         (ctan_test_data): New variable.
21342         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21343         (ctan_tonearest_test_data): New variable.
21344         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21345         (ctan_towardzero_test_data): New variable.
21346         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21347         (ctan_downward_test_data): New variable.
21348         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21349         (ctan_upward_test_data): New variable.
21350         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21351         (ctanh_test_data): New variable.
21352         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21353         (ctanh_tonearest_test_data): New variable.
21354         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21355         (ctanh_towardzero_test_data): New variable.
21356         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21357         (ctanh_downward_test_data): New variable.
21358         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21359         (ctanh_upward_test_data): New variable.
21360         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21361         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21362         of BUILD_COMPLEX.
21364         * math/libm-test.inc (struct test_ff_f_data): New type.
21365         (struct test_ff_f_data_nexttoward): Likewise.
21366         (RUN_TEST_LOOP_2_f): New macro.
21367         (RUN_TEST_LOOP_ff_f): Likewise.
21368         (atan2_test_data): New variable.
21369         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21370         (copysign_test_data): New variable.
21371         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21372         (fdim_test_data): New variable.
21373         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21374         (fmax_test_data): New variable.
21375         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21376         (fmin_test_data): New variable.
21377         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21378         (fmod_test_data): New variable.
21379         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21380         (hypot_test_data): New variable.
21381         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21382         (nextafter_test_data): New variable.
21383         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21384         (nexttoward_test_data): New variable.
21385         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21386         (pow_test_data): New variable.
21387         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21388         (pow_tonearest_test_data): New variable.
21389         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21390         (pow_towardzero_test_data): New variable.
21391         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21392         (pow_downward_test_data): New variable.
21393         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21394         (pow_upward_test_data): New variable.
21395         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21396         (remainder_test_data): New variable.
21397         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21398         (scalb_test_data): New variable.
21399         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21400         * sysdeps/i386/fpu/libm-test-ulps: Update.
21402 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
21404         * math/libm-test.inc (fma_test): Use max_value instead of local
21405         variable fltmax.
21406         (nextafter_test): Likewise.
21408         * math/libm-test.inc (acos_towardzero_test_data): New variable.
21409         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21410         (acos_downward_test_data): New variable.
21411         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21412         (acos_upward_test_data): New variable.
21413         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21414         (acosh_test_data): New variable.
21415         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21416         (asin_test_data): New variable.
21417         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21418         (asin_tonearest_test_data): New variable.
21419         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21420         (asin_towardzero_test_data): New variable.
21421         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21422         (asin_downward_test_data): New variable.
21423         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21424         (asin_upward_test_data): New variable.
21425         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21426         (asinh_test_data): New variable.
21427         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21428         (atan_test_data): New variable.
21429         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21430         (atanh_test_data): New variable.
21431         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21432         (cbrt_test_data): New variable.
21433         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21434         (ceil_test_data): New variable.
21435         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21436         (cos_test_data): New variable.
21437         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21438         (cos_tonearest_test_data): New variable.
21439         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21440         (cos_towardzero_test_data): New variable.
21441         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21442         (cos_downward_test_data): New variable.
21443         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21444         (cos_upward_test_data): New variable.
21445         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21446         (cosh_test_data): New variable.
21447         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21448         (cosh_tonearest_test_data): New variable.
21449         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21450         (cosh_towardzero_test_data): New variable.
21451         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21452         (cosh_downward_test_data): New variable.
21453         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21454         (cosh_upward_test_data): New variable.
21455         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21456         (erf_test_data): New variable.
21457         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21458         (erfc_test_data): New variable.
21459         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21460         (exp_test_data): New variable.
21461         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21462         (exp_tonearest_test_data): New variable.
21463         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21464         (exp_towardzero_test_data): New variable.
21465         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21466         (exp_downward_test_data): New variable.
21467         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21468         (exp_upward_test_data): New variable.
21469         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21470         (exp10_test_data): New variable.
21471         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21472         (exp2_test_data): New variable.
21473         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21474         (expm1_test_data): New variable.
21475         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21476         (fabs_test_data): New variable.
21477         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21478         (floor_test_data): New variable.
21479         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21480         (j0_test_data): New variable.
21481         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21482         (j1_test_data): New variable.
21483         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21484         (log_test_data): New variable.
21485         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21486         (log10_test_data): New variable.
21487         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21488         (log1p_test_data): New variable.
21489         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21490         (log2_test_data): New variable.
21491         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21492         (logb_test_data): New variable.
21493         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21494         (logb_downward_test_data): New variable.
21495         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21496         (nearbyint_test_data): New variable.
21497         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21498         (rint_test_data): New variable.
21499         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21500         (rint_tonearest_test_data): New variable.
21501         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21502         (rint_towardzero_test_data): New variable.
21503         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21504         (rint_downward_test_data): New variable.
21505         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21506         (rint_upward_test_data): New variable.
21507         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21508         (round_test_data): New variable.
21509         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21510         (sin_test_data): New variable.
21511         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21512         (sin_tonearest_test_data): New variable.
21513         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21514         (sin_towardzero_test_data): New variable.
21515         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21516         (sin_downward_test_data): New variable.
21517         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21518         (sin_upward_test_data): New variable.
21519         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21520         (sinh_test_data): New variable.
21521         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21522         (sinh_tonearest_test_data): New variable.
21523         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21524         (sinh_towardzero_test_data): New variable.
21525         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21526         (sinh_downward_test_data): New variable.
21527         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21528         (sinh_upward_test_data): New variable.
21529         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21530         (sqrt_test_data): New variable.
21531         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21532         (tan_test_data): New variable.
21533         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21534         (tan_tonearest_test_data): New variable.
21535         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21536         (tan_towardzero_test_data): New variable.
21537         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21538         (tan_downward_test_data): New variable.
21539         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21540         (tan_upward_test_data): New variable.
21541         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21542         (tanh_test_data): New variable.
21543         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21544         (tgamma_test_data): New variable.
21545         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21546         (trunc_test_data): New variable.
21547         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21548         (y0_test_data): New variable.
21549         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21550         (y1_test_data): New variable.
21551         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21552         (significand_test_data): New variable.
21553         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21555 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21557         [BZ #12387]
21558         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21560 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21562         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21564 2013-05-10  Andreas Jaeger  <aj@suse.de>
21566         [BZ #15448]
21567         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21568         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21570 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21572         * math/gen-libm-test.pl (adjust_arg): New function.
21573         (special_functions): Handle generating output in both functions
21574         and arrays.
21575         (parse_args): Likewise.
21576         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21577         $in_func argument to parse_args.
21578         * math/libm-test.inc (struct test_f_f_data): New type.
21579         (IF_ROUND_INIT_): New macro.
21580         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21581         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21582         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21583         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21584         (ROUND_RESTORE_): Likewise.
21585         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21586         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21587         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21588         (ROUND_RESTORE_FE_UPWARD): Likewise.
21589         (RUN_TEST_LOOP_f_f): New macro.
21590         (acos_test_data): New variable.
21591         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21592         (acos_tonearest_test_data): New variable.
21593         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21595 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21597         * benchtests/bench-skeleton.c (startup): Fix coding style.
21599 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21601         [BZ #6809]
21602         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21603         negative infinity argument.
21604         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21605         negative infinity argument.
21606         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21607         negative infinity argument.
21608         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21609         domain errors.
21611 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21613         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21614         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21615         * iconv/iconv_prog.c (main): Likewise.
21616         * locale/programs/charmap-dir.c (charmap_readdir)
21617         (fopen_uncompressed): Likewise.
21618         * locale/programs/locfile.c (siblings_uncached)
21619         (write_locale_data): Use lstat64 instead of lstat.
21620         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21621         stat.
21623 2013-05-10  Andreas Jaeger  <aj@suse.de>
21625         [BZ #15395]
21626         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21627         localization.
21628         Include <locale.h>.
21630 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21632         * elf/dl-close.c (_dl_close_worker): Add comments.
21634 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21636         [BZ #15359]
21637         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21638         high part of pi/2.
21639         (__ieee754_rem_pio2l): Update comments.
21641         [BZ #15429]
21642         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21643         high part of pi/2.
21644         (__ieee754_rem_pio2l): Update comments.
21646         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21647         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21649         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21650         M_PI_4l.
21652         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21653         (M_PI_34_LOG10El): Likewise.
21654         (M_PI2_LOG10El): Likewise.
21655         (M_PI4_LOG10El): Likewise.
21656         (M_PI_LOG10El): Likewise.
21658 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21660         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21662 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21664         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21665         (MINUS_ZERO_INIT): Likewise.
21666         (PLUS_INFTY_INIT): Likewise.
21667         (MINUS_INFTY_INIT): Likewise.
21668         (QNAN_VALUE_INIT): Likewise.
21669         (MAX_VALUE_INIT): Likewise.
21670         (MIN_VALUE_INIT): Likewise.
21671         (MIN_SUBNORM_VALUE_INIT): Likewise.
21672         (plus_zero): Initialize with PLUS_ZERO_INIT.
21673         (minus_zero): Initialize with MINUS_ZERO_INIT.
21674         (plus_infty): Initialize with PLUS_INFTY_INIT.
21675         (minus_infty): Initialize with MINUS_INFTY_INIT.
21676         (qnan_value): Initialize with QNAN_VALUE_INIT.
21677         (max_value): Initialize with MAX_VALUE_INIT.
21678         (min_value): Initialize with MIN_VALUE_INIT.
21679         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21681         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21682         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21683         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21684         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21686         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21687         (RUN_TEST_2_f): Likewise.
21688         (RUN_TEST_ff_f): Likewise.
21689         (RUN_TEST_fi_f): Likewise.
21690         (RUN_TEST_fl_f): Likewise.
21691         (RUN_TEST_fff_f): Likewise.
21692         (RUN_TEST_c_f): Likewise.
21693         (RUN_TEST_f_f1): Likewise.
21694         (RUN_TEST_fF_f1): Likewise.
21695         (RUN_TEST_fI_f1): Likewise.
21696         (RUN_TEST_ffI_f1): Likewise.
21697         (RUN_TEST_c_c): Likewise.
21698         (RUN_TEST_cc_c): Likewise.
21699         (RUN_TEST_f_i): Likewise.
21700         (RUN_TEST_f_i_tg): Likewise.
21701         (RUN_TEST_ff_i_tg): Likewise.
21702         (RUN_TEST_f_b): Likewise.
21703         (RUN_TEST_f_b_tg): Likewise.
21704         (RUN_TEST_f_l): Likewise.
21705         (RUN_TEST_f_L): Likewise.
21706         (RUN_TEST_sincos): Likewise.
21707         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21708         whether to show exceptions.  Do not include ");\n" in return
21709         value.
21710         (special_functions): Output call to RUN_TEST_sincos instead of
21711         check_float calls.  Update calls to new_test.
21712         (parse_args): Output call to single RUN_TEST_* macro instead of
21713         check_* calls and other assignments.  Update calls to new_test.
21715         [BZ #2546]
21716         [BZ #2560]
21717         [BZ #5159]
21718         [BZ #15426]
21719         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21720         input to result for tgamma overflow.
21721         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21722         (gamma_coeff): New variable.
21723         (NCOEFF): New macro.
21724         (gamma_positive): New function.
21725         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21726         underflow here.  Use gamma_positive instead of exp (lgamma) for
21727         other arguments.
21728         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21729         (gamma_coeff): New variable.
21730         (NCOEFF): New macro.
21731         (gammaf_positive): New function.
21732         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21733         underflow here.  Use gamma_positive instead of exp (lgamma) for
21734         other arguments.
21735         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21736         (gamma_coeff): New variable.
21737         (NCOEFF): New macro.
21738         (gammal_positive): New function.
21739         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21740         underflow here.  Use gamma_positive instead of exp (lgamma) for
21741         other arguments.
21742         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21743         (gamma_coeff): New variable.
21744         (NCOEFF): New macro.
21745         (gammal_positive): New function.
21746         (__ieee754_gammal_r): Handle positive infinity, overflow and
21747         underflow here.  Handle NaN the same as positive infinity.  Remove
21748         check x < 0xffffffff for negative integers.  Use gamma_positive
21749         instead of exp (lgamma) for other arguments.
21750         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21751         (gamma_coeff): New variable.
21752         (NCOEFF): New macro.
21753         (gammal_positive): New function.
21754         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21755         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21756         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21757         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21758         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21759         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21760         * sysdeps/generic/math_private.h (__gamma_productf): New
21761         prototype.
21762         (__gamma_product): Likewise.
21763         (__gamma_productl): Likewise.
21764         * math/Makefile (libm-calls): Add gamma_product.
21765         * math/libm-test.inc (tgamma_test): Add more tests.
21766         * sysdeps/i386/fpu/libm-test-ulps: Update.
21767         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21769 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21771         * benchtests/bench-skeleton.c (main): Preheat CPU.
21773 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21775         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21777 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21779         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21780         and _dl_skip_args_internal.
21782 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21784         * manual/message.texi (Message Translation): Talk about users.
21785         Message to key mapping impacts design.
21787 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21789         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21791         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21793         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21794         * sysdeps/wordsize-64/glob64.c: ... here.
21796         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21797         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21798         New macros.
21800         * debug/getlogin_r_chk.c: Moved to ...
21801         * login/getlogin_r_chk.c: ... here.
21802         * debug/Makefile (routines): Move getlogin_r_chk to ...
21803         * login/Makefile (routines): ... here.
21804         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21805         * login/Versions (libc: GLIBC_2.4): ... here.
21807         * io/poll.c (__poll): Renamed from poll.
21808         Add libc_hidden_def.
21809         (poll): Define as weak alias.
21811         * debug/ptsname_r_chk.c: Moved to ...
21812         * login/ptsname_r_chk.c: ... here.
21813         * debug/Makefile (routines): Move ptsname_r_chk to ...
21814         * login/Makefile (routines): ... here.
21815         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21816         * login/Versions (libc: GLIBC_2.4): ... here.
21818         * posix/getlogin.c: Moved to ...
21819         * login/getlogin.c: ... here.
21820         * posix/getlogin_r.c: Moved to ...
21821         * login/getlogin_r.c: ... here.
21822         * posix/getlogin_r.c: Moved to ...
21823         * login/getlogin_r.c: ... here.
21824         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21825         * login/Makefile (routines): ... here.
21826         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21827         * login/Versions (libc: GLIBC_2.0): ... here.
21829         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21830         (setrlimit): Define as weak alias.
21832         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21833         Call __ names for open, ftruncate, and close.
21834         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21835         (truncate): Define as weak alias.
21837 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21839         * math/gen-libm-test.pl (parse_args): Initialize x before each
21840         test of frexp, modf and remquo.
21842         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21843         test signgam value.
21845 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21847         [BZ #15418]
21848         [BZ #15419]
21849         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21850         internal tests.
21851         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21853 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21855         * elf/dl-writev.h: New file.
21856         * elf/dl-misc.c: Include it.
21857         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21858         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21860 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21862         * math/libm-test.inc (noXFails): Remove variable.
21863         (noXPasses): Likewise.
21864         (BUILD_COMPLEX_INT): Remove macro.
21865         (print_screen): Remove xfail argument.
21866         (print_screen_max_error): Likewise.
21867         (update_stats): Likewise.
21868         (print_max_error): Likewise.  Update calls to other affected
21869         functions.
21870         (print_complex_max_error): Likewise.
21871         (test_single_exception): Update calls to print_screen.
21872         (test_single_errno): Likewise.
21873         (check_float_internal): Remove xfail argument.  Update calls to
21874         other affected functions.
21875         (check_float): Likewise.
21876         (check_complex): Likewise.
21877         (check_int): Likewise.
21878         (check_long): Likewise.
21879         (check_bool): Likewise.
21880         (check_longlong): Likewise.
21881         (main): Don't print noXFails and noXPasses.
21882         * math/gen-libm-test.pl (top level): Don't mention expected
21883         failure handling in comment.
21884         (new_test): Don't handle expected failures.
21885         (parse_args): Don't mention expected failure handling in comment.
21886         (generate_testfile): Don't handle expected failures.
21887         (parse_ulps): Likewise.
21888         (print_ulps_file): Likewise.
21889         (get_failure): Remove function.
21890         (output_test): Don't handle expected failures.
21891         * make/README.libm-test: Don't mention expected failure handling.
21893         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21894         (minus_zero): Likewise.
21895         (plus_infty): Likewise.
21896         (minus_infty): Likewise.
21897         (qnan_value): Likewise.
21898         (max_value): Likewise.
21899         (min_value): Likewise.
21900         (min_subnorm_value): Likewise.
21901         (initialize): Do not initialize those variables dynamically.
21903 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21905         * io/open.c (__open_2): Moved to ...
21906         * io/open_2.c: ... this new file.
21907         * io/open64.c (__open64_2): Moved to ...
21908         * io/open64_2.c: ... this new file.
21909         * io/openat.c (__openat_2): Moved to ...
21910         * io/openat_2.c: ... this new file.
21911         * io/openat64.c (__openat64_2): Moved to ...
21912         * io/openat64_2.c: ... this new file.
21913         * io/Makefile (routines): Add them.
21914         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21915         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21916         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21917         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21918         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21919         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21920         (__openat64): Add hidden_ver.
21921         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21922         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21924         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21925         Separately conditionalize setting of GLRO(dl_sysinfo) so
21926         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21927         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21929 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21931         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21932         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21933         definition.
21934         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21935         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21936         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21937         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21938         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21940 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21942         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21943         test signgam value.
21945         * math/libm-test.inc (hypot_test): Do not use
21946         IGNORE_ZERO_INF_SIGN.
21948 2013-05-03  Andreas Jaeger  <aj@suse.de>
21950         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21951         Linux 3.9.
21952         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21953         (PF_MAX): Adjust for VSOCK change.
21955 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21957         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21959 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21961         [BZ #15264]
21962         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21963         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21964         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21966 2013-05-02  David S. Miller  <davem@davemloft.net>
21968         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21970 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21972         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
21974 2013-05-01  Roland McGrath  <roland@hack.frob.com>
21976         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
21978 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
21980         [BZ #14952]
21981         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
21982         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21983         Use __attribute__ ((__gnu_inline__)).
21984         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21985         Don't use __attribute__ ((__gnu_inline__)).
21987 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
21989         [BZ #15423]
21990         * math/s_catan.c (__catan): Handle small real or imaginary part of
21991         input specially to avoid spurious underflow.
21992         * math/s_catanf.c (__catanf): Likewise.
21993         * math/s_catanh.c (__catanh): Likewise.
21994         * math/s_catanhf.c (__catanhf): Likewise.
21995         * math/s_catanhl.c (__catanhl): Likewise.
21996         * math/s_catanl.c (__catanl): Likewise.
21997         * math/libm-test.inc (catan_test): Add more tests.
21998         (catanh_test): Likewise.
21999         * sysdeps/i386/fpu/libm-test-ulps: Update.
22000         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22002 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22004         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22006 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22008         [BZ #15416]
22009         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22010         accurately for denominator in atan2.
22011         * math/s_catanf.c (__catanf): Likewise.
22012         * math/s_catanh.c (__catanh): Likewise.
22013         * math/s_catanhf.c (__catanhf): Likewise.
22014         * math/s_catanhl.c (__catanhl): Likewise.
22015         * math/s_catanl.c (__catanl): Likewise.
22016         * math/libm-test.inc (catan_test): Add more tests.
22017         (catanh_test): Likewise.
22018         * sysdeps/i386/fpu/libm-test-ulps: Update.
22019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22021 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22023         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22025         * benchtests/Makefile (bench): Remove slow benchmarks.
22026         * benchtests/atan-inputs: Add slow benchmark inputs.
22027         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22028         (BENCH_FUNC): Accept variant offset.
22029         (VARIANT): Define.
22030         * benchtests/bench-skeleton.c (main): Run benchmark for each
22031         variant.
22032         * benchtests/cos-inputs: Add slow benchmark inputs.
22033         * benchtests/exp-inputs: Likewise.
22034         * benchtests/pow-inputs: Likewise.
22035         * benchtests/sin-inputs: Likewise.
22036         * benchtests/slowatan-inputs: Remove.
22037         * benchtests/slowatan.c: Remove.
22038         * benchtests/slowcos-inputs: Remove.
22039         * benchtests/slowcos.c: Remove.
22040         * benchtests/slowexp-inputs: Remove.
22041         * benchtests/slowexp.c: Remove.
22042         * benchtests/slowpow-inputs: Remove.
22043         * benchtests/slowpow.c: Remove.
22044         * benchtests/slowsin-inputs: Remove.
22045         * benchtests/slowsin.c: Remove.
22046         * benchtests/slowtan-inputs: Remove.
22047         * benchtests/slowtan.c: Remove.
22048         * benchtests/tan-inputs: Add slow benchmark inputs.
22049         * scripts/bench.pl: Parse comments and directives.
22051         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22052         in CPPFLAGS.
22053         ($(objpfx)bench-%.c): Remove *-ITER.
22054         * benchtests/bench-modf.c: Remove definition of ITER.
22055         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22056         (main): Loop for DURATION seconds instead of fixed number of
22057         iterations.
22058         * scripts/bench.pl: Don't expect iterations in parameters.
22060 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22062         * io/fchdir.c (__fchdir): Renamed from fchdir.
22063         (fchdir): Define as weak alias.
22065 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22067         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22068         (ERRNO_EDOM): Likewise.
22069         (ERRNO_ERANGE): Likewise.
22070         (noErrnoTests): New variable.
22071         (init_max_error): Set errno to 0.
22072         (test_single_errno): New function.
22073         (test_errno): Likewise.
22074         (check_float_internal): Call test_errno.  Set errno to 0.
22075         (check_complex): Refer to errno tests in comment.
22076         (check_int): Call test_errno.  Set errno to 0.
22077         (check_long): Likewise.
22078         (check_bool): Likewise.
22079         (check_longlong): Likewise.
22080         (cos_test): Use ERRNO_* flags for errno tests instead of
22081         check_int.
22082         (expm1_test): Likewise.
22083         (fmod_test): Likewise.
22084         (ilogb_test): Likewise.
22085         (lgamma_test): Likewise.
22086         (pow_test): Likewise.
22087         (remainder_test): Likewise.
22088         (sin_test): Likewise.
22089         (tan_test): Likewise.
22090         (yn_test): Likewise.
22091         (initialize): Set errno to 0.
22092         (main): Print number of errno tests.
22093         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22095 2013-04-29  Andreas Jaeger  <aj@suse.de>
22097         [BZ #15084]
22098         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22099         and RES_USEVC.
22101         [BZ #15085]
22102         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22103         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22104         unimplemented.
22106         [BZ #15380]
22107         * stdlib/random.c (__initstate): Return NULL if
22108         __initstate fails.
22110         [BZ #15086]
22111         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22112         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22113         RES_SNGLKUPREOP.
22115 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22117         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22119 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22121         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22122         of individual tests.
22123         (casin_test): Likewise.
22124         (casinh_test): Likewise.
22126 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22128         [BZ #15409]
22129         * math/s_catan.c (__catan): Handle arguments with large real or
22130         imaginary part separately without squaring.
22131         * math/s_catanf.c (__catanf): Likewise.
22132         * math/s_catanh.c (__catanh): Likewise.
22133         * math/s_catanhf.c (__catanhf): Likewise.
22134         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22135         and redefine.
22136         (__catanhl): Handle arguments with large real or imaginary part
22137         separately without squaring.
22138         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22139         and redefine.
22140         (__catanl): Handle arguments with large real or imaginary part
22141         separately without squaring.
22142         * math/libm-test.inc (catan_test): Add more tests.
22143         (catanh_test): Likewise.
22144         * sysdeps/i386/fpu/libm-test-ulps: Update.
22145         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22147 2013-04-27  Andreas Jaeger  <aj@suse.de>
22149         [BZ #15007]
22150         * stdlib/stdlib.h: Update guards for qecvt.
22151         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22152         <stdlib.h>.
22154 2013-04-27  Allan McRae  <allan@archlinux.org>
22156         * sysdeps/i386/fpu/libm-test-ulps: Update.
22158 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22160         [BZ #15406]
22161         * math/s_catan.c: Include <float.h>.
22162         (__catan): Ensure underflow exception occurs for underflowed
22163         result.
22164         * math/s_catanf.c: Include <float.h>.
22165         (__catanf): Ensure underflow exception occurs for underflowed
22166         result.
22167         * math/s_catanh.c: Include <float.h>.
22168         (__catanh): Ensure underflow exception occurs for underflowed
22169         result.
22170         * math/s_catanhf.c: Include <float.h>.
22171         (__catanhf): Ensure underflow exception occurs for underflowed
22172         result.
22173         * math/s_catanhl.c: Include <float.h>.
22174         (__catanhl): Ensure underflow exception occurs for underflowed
22175         result.
22176         * math/s_catanl.c: Include <float.h>.
22177         (__catanl): Ensure underflow exception occurs for underflowed
22178         result.
22179         * math/libm-test.inc (catan_test): Add more tests.
22180         (catanh_test): Likewise.
22182         [BZ #15405]
22183         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22184         underflowed result.
22185         * math/s_ccoshf.c (__ccoshf): Likewise.
22186         * math/s_ccoshl.c (__ccoshl): Likewise.
22187         * math/s_csin.c (__csin): Likewise.
22188         * math/s_csinf.c (__csinf): Likewise.
22189         * math/s_csinh.c (__csinh): Likewise.
22190         * math/s_csinhf.c (__csinhf): Likewise.
22191         * math/s_csinhl.c (__csinhl): Likewise.
22192         * math/s_csinl.c (__csinl): Likewise.
22193         * math/libm-test.inc (ccos_test): Add more tests.
22194         (ccosh_test): Likewise.
22195         (csin_test): Likewise.
22196         (csinh_test): Likewise.
22198 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22200         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22201         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22202         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22203         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22204         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22205         powerpc/power5+/fpu folders.
22206         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22209 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22211         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22213 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
22215         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22216         additions to variable.
22217         [$(config-machine) = x86_64] (modules-names): Likewise.
22218         ($(objpfx)tst-audit3): Remove dependency.
22219         ($(objpfx)tst-audit3.out): Likewise.
22220         ($(objpfx)tst-audit4): Likewise.
22221         ($(objpfx)tst-audit4.out): Likewise.
22222         ($(objpfx)tst-audit5): Likewise.
22223         ($(objpfx)tst-audit5.out): Likewise.
22224         ($(objpfx)tst-audit6): Likewise.
22225         ($(objpfx)tst-audit6.out): Likewise.
22226         ($(objpfx)tst-audit7): Likewise.
22227         ($(objpfx)tst-audit7.out): Likewise.
22228         (tst-audit3-ENV): Remove variable.
22229         (tst-audit4-ENV): Likewise.
22230         (tst-audit5-ENV): Likewise.
22231         (tst-audit6-ENV): Likewise.
22232         (tst-audit7-ENV): Likewise.
22233         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22234         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22235         addition to variable.
22236         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22237         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22238         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22239         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22240         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22241         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22242         tst-audit3, tst-audit4 and tst-audit5.
22243         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22244         tst-audit6 and tst-audit7.
22245         [$(subdir) = elf] (modules-names): Add audit modules for those
22246         tests.
22247         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22248         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22249         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22250         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22251         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22252         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22253         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22254         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22255         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22256         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22257         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22258         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22259         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22260         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22261         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22262         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22263         Likewise.
22264         [$(subdir) = elf && $(config-cflags-avx) = yes]
22265         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22266         [$(subdir) = elf && $(config-cflags-avx) = yes]
22267         (CFLAGS-tst-auditmod4a.c): Likewise.
22268         [$(subdir) = elf && $(config-cflags-avx) = yes]
22269         (CFLAGS-tst-auditmod4b.c): Likewise.
22270         [$(subdir) = elf && $(config-cflags-avx) = yes]
22271         (CFLAGS-tst-auditmod6b.c): Likewise.
22272         [$(subdir) = elf && $(config-cflags-avx) = yes]
22273         (CFLAGS-tst-auditmod6c.c): Likewise.
22274         [$(subdir) = elf && $(config-cflags-avx) = yes]
22275         (CFLAGS-tst-auditmod7b.c): Likewise.
22276         * elf/tst-audit3.c: Move to ...
22277         * sysdeps/x86_64/tst-audit3.c: ... here.
22278         * elf/tst-audit4.c: Move to ...
22279         * sysdeps/x86_64/tst-audit4.c: ... here.
22280         * elf/tst-audit5.c: Move to ...
22281         * sysdeps/x86_64/tst-audit5.c: ... here.
22282         * elf/tst-audit6.c: Move to ...
22283         * sysdeps/x86_64/tst-audit6.c: ... here.
22284         * elf/tst-audit7.c: Move to ...
22285         * sysdeps/x86_64/tst-audit7.c: ... here.
22286         * elf/tst-auditmod3a.c: Move to ...
22287         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
22288         * elf/tst-auditmod3b.c: Move to ...
22289         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
22290         * elf/tst-auditmod4a.c: Move to ...
22291         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
22292         * elf/tst-auditmod4b.c: Move to ...
22293         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
22294         * elf/tst-auditmod5a.c: Move to ...
22295         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
22296         * elf/tst-auditmod5b.c: Move to ...
22297         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22298         * elf/tst-auditmod6a.c: Move to ...
22299         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22300         * elf/tst-auditmod6b.c: Move to ...
22301         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22302         * elf/tst-auditmod6c.c: Move to ...
22303         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22304         * elf/tst-auditmod7a.c: Move to ...
22305         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22306         * elf/tst-auditmod7b.c: Move to ...
22307         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22309 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22311         [BZ #15366]
22312         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22313         define unconditionally.
22314         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22315         define unconditionally.
22316         (INT8_C, INT16_C, etc.): Likewise.
22318 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
22320         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22321         __ehdr_start with hidden visibility.
22323         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22325 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
22327         * math/libm-test.inc (cos_test): Use accurate hex constants.
22328         (sincost_test): Likewise.
22330 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
22332         * math/libm-test.inc (catan_test): Add more tests.
22333         (catanh_test): Likewise.
22335         * math/s_catanf.c (__catanf): Use suffixed floating-point
22336         constants.
22337         * math/s_catanhf.c (__catanhf): Likewise.
22338         * math/s_catanhl.c (__catanhl): Likewise.
22339         * math/s_catanl.c (__catanl): Likewise.
22341         [BZ #15394]
22342         * math/s_catan.c (__catan): Calculate imaginary part of result
22343         with log1p not log unless computing log of number close to 0.
22344         * math/s_catanf.c (__catanf): Likewise.
22345         * math/s_catanl.c (__catanl): Likewise.
22346         * math/s_catanh.c (__catanh): Calculate real part of result with
22347         log1p not log unless computing log of number close to 0.
22348         * math/s_catanhf.c (__catanhf): Likewise.
22349         * math/s_catanhl.c (__catanhl): Likewise.
22350         * math/libm-test.inc (catan_test): Add more tests.
22351         (catanh_test): Likewise.
22352         * sysdeps/i386/fpu/libm-test-ulps: Update.
22353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22355 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22357         * benchtests/Makefile: Mention files in which fast and slow
22358         paths of math functions are implemented.
22360 2013-04-23  Roland McGrath  <roland@hack.frob.com>
22362         * sysdeps/posix/timespec_get.c: New file.
22364 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22366         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22367         POWER.
22368         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22369         for POWER.
22370         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22371         powerpc/power5/fpu folders.
22372         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22373         * benchtests/Makefile: Add modf testcase.
22374         * benchtests/bench-modf.c: New file: Benchmark test for mo
22376 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22378         [BZ #14888]
22379         * time/Makefile (tests): Add tst-strptime-whitespace.
22380         * time/strptime_l.c (get_number): Use ISSPACE.
22381         (__strptime_internal): Likewise.
22382         * time/tst-strptime-whitespace.c: New test case.
22384 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
22386         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22387         member.
22388         (_nss_files_init): Set it here.
22390 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
22392         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22393         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22394         unsigned.
22396 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
22398         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22400 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22402         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22403         size just once.
22405 2013-04-21  David S. Miller  <davem@davemloft.net>
22407         * po/ru.po: Update Russion translation from translation project.
22409 2013-04-17  Adam Conrad  <adconrad@0c3.net>
22411         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22412         and setfsgid.
22414 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
22416         * configure.in: Remove i386 configure warning. Remove i386 case.
22417         * configure: Regenerate.
22418         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
22419         Add example to error message.
22420         * sysdeps/i386/configure: Regenerate.
22422 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22424         * benchtests/Makefile (bench): Add cos, tan, slowcos and
22425         slowtan.
22426         * benchtests/cos-inputs: New file.
22427         * benchtests/slowcos-inputs: New file.
22428         * benchtests/slowcos.c: New file.
22429         * benchtests/slowtan-inputs: New file.
22430         * benchtests/slowtan.c: New file.
22431         * benchtests/tan-inputs: New file.
22433 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22435         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22436         considered kosher.
22438 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22440         * benchtests/Makefile: Include cppflags-iterator.mk to add
22441         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22443         * Makefile.in (bench-clean): New target.
22444         * benchtests/Makefile (bench-clean): Likewise.
22446 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22448         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22450 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22452         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22454 2013-04-15  Andreas Schwab  <schwab@suse.de>
22456         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22457         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22458         * nscd/pwdcache.c (cache_addpw): Likewise.
22459         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22460         more than recsize.
22462 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22464         * benchtests/Makefile (bench): Write all output to
22465         bench-out.tmp together.
22467 2013-04-15  Andreas Schwab  <schwab@suse.de>
22469         * nscd/nscd.c (main): Don't fork again after closing files.
22471 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22473         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22475         * benchtests/Rules (bench-deps): Collect dependencies into a
22476         single variable.  Add Makefile to dependencies.
22477         ($(objpfx)bench-%.c): Depend on bench-deps.
22479 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22480             Xavier Roche  <roche+kml2@exalead.com>
22482         [BZ #15361]
22483         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22484         just that it's a file descriptor.
22485         * manual/llio.texi (Synchronizing AIO Operations): Update description
22486         for EBADF error from aio_fsync.
22488 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22490         * Rules (bench): Move target definition...
22491         * benchtests/Makefile: ... here.
22493 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22495         * math/libm-test.inc (cos_test): Fix PI/2 test.
22496         (sincos_test): Likewise.
22497         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22498         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22500 2013-04-11  Andreas Schwab  <schwab@suse.de>
22502         [BZ #13988]
22503         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22504         accept exponent character only when digits were seen.
22505         * stdio-common/Makefile (tests): Add bug26.
22506         * stdio-common/bug26.c: New file.
22508         [BZ #14293]
22509         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22510         non-freeable.
22512 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22514         * Makeconfig (rtld-prefix): Define built linker prefix.
22515         * Rules (run-bench): Use it.
22516         * math/Makefile (run-regen-ulps): Likewise.
22518         * Rules (bench): Remove eval.
22520 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22521             Roland McGrath  <roland@hack.frob.com>
22522             Ondrej Bilka  <neleai@seznam.cz>
22524         [BZ #15346]
22525         * time/getdate.c: Include ctype.h and alloca.h.
22526         (__getdate_r): Trim leading and trailing spaces of input.
22527         * time/tst-getdate.c (tests): Add tests with leading and
22528         trailing spaces.
22530 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22532         [BZ #14280]
22533         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22534         when computing value.
22536 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22538         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22539         Use testrun.sh to run libm tests.
22541         [BZ #15309]
22542         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22544 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22546         [BZ #15264]
22547         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22549 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22551         * Makefile.in (regen-ulps): New target.
22552         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22553         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22554         [ifneq (no,$(PERL)] (regen-ulps): New target.
22555         [ifeq (no,$(PERL)] (regen-ulps): New target.
22556         * math/libm-test.inc (ulps_file_name): Define.
22557         (output_dir): New variable.
22558         (options): Add "output-dir" option.
22559         (parse_opt): Handle 'o' case.
22560         (main): If output_dir is non-NULL use it as a prefix
22561         otherwise use "".
22562         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22564 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22566         [BZ #10060, #10062]
22567         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22568         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22569         fail configure if __sync_val_compare_and_swap is not inlined.
22570         * sysdeps/i386/configure: Regenerate.
22571         * configure.in: Build for i686 when configured for i386.
22572         * configure: Regenerate.
22573         * README: Remove i386 reference.
22575 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22577         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22578         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22580 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22582         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22583         (lmsnanval): New variables.
22584         (F): Add conversion tests.
22585         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22586         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22588         * stdio-common/tstdiomisc.c (F): Properly collect individual
22589         tests' results.
22591         [BZ #14686, #15336]
22592         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22593         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22594         Instead, use input NaN values or generate a qNaN by arithmetic
22595         operation.  Also fix bugs to comply with the standard.
22596         * math/libm-test.inc (remainder_test): Add more tests.
22598         [BZ #15335, #15342]
22599         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22600         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22601         input NaN values or generate a qNaN by arithmetic operation.
22603         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22604         unreachable code.
22606         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22607         definitions.
22609 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22611         [BZ #14478]
22612         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22613         underflowed result.
22614         * math/s_cexpf.c (__cexpf): Likewise.
22615         * math/s_cexpl.c (__cexpl): Likewise.
22616         * math/libm-test.inc (cexp_test): Add more tests.
22618 2013-04-03  Andreas Schwab  <schwab@suse.de>
22620         [BZ #15330]
22621         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22622         order arrays from heap if bigger than alloca cutoff.
22624 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22626         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22627         (SNAN_TESTS_double): Refer to GCC PR56831.
22628         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22629         GCC PR56828.
22631 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22633         * Rules (bench): Move bench.out after the run is complete.
22635         * Rules (bench): Echo currently running benchmark.
22637         * benchtests/Makefile (bench): Add atan and slowatan.
22638         * benchtests/atan-inputs: New file.
22639         * benchtests/slowatan-inputs: New file.
22640         * benchtests/slowatan.c: New file.
22642         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22643         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22644         its value.
22646         [BZ #15305]
22647         * sysdeps/unix/sysv/linux/kernel-features.h
22648         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22649         __ASSUME_XFS_RESTRICTED_CHOWN.
22650         * sysdeps/unix/sysv/linux/pathconf.c
22651         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22652         Save and restore errno.
22654 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22656         [BZ #15327]
22657         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22658         arguments using __kernel_casinh.
22659         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22660         arguments using __kernel_casinhf.
22661         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22662         arguments using __kernel_casinhl.
22663         * math/libm-test.inc (cacosh_test): Add more tests.
22664         * sysdeps/i386/fpu/libm-test-ulps: Update.
22665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22667 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22669         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22670         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22672         * bench/Makefile (bench): Add sin and slowsin.
22673         * benchtests/sin-inputs: New file.
22674         * benchtests/slowsin-inputs: New file.
22675         * benchtests/slowsin.c: New file.
22677         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22678         (bench): Add slowexp and slowpow.
22679         (exp-ITER): Increase iterations.
22680         (pow-ITER): Likewise.
22681         * benchtests/exp-inputs: Change input.
22682         * benchtests/pow-inputs: Likewise.
22683         * benchtests/slowexp-inputs: New file.
22684         * benchtests/slowexp.c: New file.
22685         * benchtests/slowpow-inputs: New file.
22686         * benchtests/slowpow.c: New file.
22688 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22690         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22691         instructions.
22692         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22693         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22694         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22695         * benchtests/Makefile: Add rint benchtest.
22696         * benchtests/rint-inputs: Input for rint benchtest.
22698 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22700         * Versions.def (libm): Add GLIBC_2.18.
22701         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22702         hidden libm prototypes.
22703         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22704         * math/Makefile (libm-calls): Add s_issignaling.
22705         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22706         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22707         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22708         declaration.
22709         * math/math.h [__USE_GNU] (issignaling): New macro.
22710         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22711         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22712         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22713         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22714         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22715         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22716         * manual/arith.texi (issignaling): New section.
22717         * manual/libm-err-tab.pl (@all_functions): Update comment.
22718         * math/gen-libm-test.pl (parse_args): Apply special handling for
22719         issignaling.
22720         * math/libm-test.inc (print_float, issignaling_test): New
22721         functions.
22722         (check_float_internal): Add issignaling checks.
22723         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22724         default definition.
22725         * sysdeps/powerpc/math-tests.h: New file.
22726         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22727         tests.
22728         * math/test-snan.c (TEST_FUNC): Likewise.
22730 2013-03-30  David S. Miller  <davem@davemloft.net>
22732         * po/de.po: Update from translation team.
22734 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22736         [BZ #10357]
22737         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22738         imaginary part less than 1.0 and real part less than 0.5
22739         specially.
22740         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22741         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22742         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22743         (cacos_test): Add more tests.
22744         (casin_test): Likewise.
22745         (casinh_test): Likewise.
22746         * sysdeps/i386/fpu/libm-test-ulps: Update.
22747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22749 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22751         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22752         ONE with its value.
22754         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22755         (__pow_mp): Replace ONE and MONE with their values.
22756         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22757         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22758         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22759         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22760         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22761         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22763         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22765         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22766         (__pow_mp): Replace ZERO and MZERO with their values.
22767         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22768         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22769         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22770         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22771         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22772         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22773         (__sqr): Likewise.
22775         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22777         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22779 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22781         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22782         Declare with __attribute__ ((weak)).
22783         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22784         Call __call_tls_dtors only if it's not NULL.
22786 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22788         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22789         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22790         magic __ehdr_start linker symbol if it's defined.
22791         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22792         them up here if it was already done.
22794         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22795         (_dl_aux_init): Use const in cast when setting it.
22796         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22797         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22798         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22800         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22801         Declare them here.
22802         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22803         * csu/libc-tls.c: Nor here.
22804         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22806         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22807         (__libc_message): Never call vsyslog.
22809 2013-03-28  Alan Modra  <amodra@gmail.com>
22811         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22812         Define as empty.
22813         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22814         Likewise.
22816 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22818         [BZ #15214]
22819         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22820         underflow.
22821         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22823 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22825         [BZ #15304]
22826         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22827         Don't add gid passed as argument.
22829         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22831 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22833         [BZ #15307]
22834         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22835         imaginary part between 1.0 and 1.5 and real part less than 0.5
22836         specially.
22837         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22838         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22839         * math/libm-test.inc (cacos_test): Add more tests.
22840         (casin_test): Likewise.
22841         (casinh_test): Likewise.
22842         * sysdeps/i386/fpu/libm-test-ulps: Update.
22843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22845 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22847         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22848         constants.
22849         (norm): Likewise.
22850         (denorm): Likewise.
22851         (__dbl_mp): Likewise.
22852         (add_magnitudes): Likewise.
22853         (sub_magnitudes): Likewise.
22854         (__add): Likewise.
22855         (__sub): Likewise.
22856         (__mul): Likewise.
22857         (__sqr): Likewise.
22858         (__inv): Likewise.
22859         (__dvd): Likewise.
22861         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22862         commented code.
22863         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22864         (__dubcos): Likewise.
22865         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22866         (__ieee754_acos): Likewise.
22867         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22868         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22869         (__exp1): Likewise.
22870         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22871         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22872         (log1): Likewise.
22873         (my_log2): Likewise.
22874         (checkint): Likewise.
22875         * sysdeps/ieee754/dbl-64/e_remainder.c
22876         (__ieee754_remainder): Likewise.
22877         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22878         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22879         (bsloww): Likewise.
22880         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22882         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22883         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22884         MANTISSA_STORE_T to store computations on mantissa.  Use
22885         macros for rounding and division.
22886         (denorm): Likewise.
22887         (__dbl_mp): Likewise.
22888         (add_magnitudes): Likewise.
22889         (sub_magnitudes): Likewise.
22890         (__mul): Likewise.
22891         (__sqr): Likewise.
22892         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22893         powers of two in terms of TWOPOW macro.
22894         (mp_no): Make type of mantissa as MANTISSA_T.
22895         [!RADIXI]: Define RADIXI.
22896         [!TWO52]: Define TWO52.
22897         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22899 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22901         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22902         llroundl symbol when building for PPC32.
22904 2013-03-24  Mark H Weaver  <mhw@netris.org>
22906         * manual/arith.texi (Normalization Functions): Fix prototypes for
22907         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22909 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22911         [BZ #13889]
22912         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22913         high value to check if expl overflow.
22914         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22915         to check for underflow and overflow.
22916         * math/libm-test.inc: Add exp test.
22918 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22920         [BZ #11120]
22921         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22922         with NOT_IN_libc.
22924 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22926         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22927         symbol.
22929 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22931         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22932         wrap blocks consisting of several statements.
22934         * sysdeps/generic/math-tests.h: New file.
22935         * sysdeps/i386/fpu/math-tests.h: Likewise.
22936         * math/test-snan.c: Include it.
22937         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22939 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22941         [BZ #15285]
22942         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22943         (__ieee754_j0l): Do not improve calculations using cos of twice
22944         input for inputs above LDBL_MAX / 2.0L.
22945         (__ieee754_y0l): Likewise.
22946         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22947         (__ieee754_j1l): Do not improve calculations using cos of twice
22948         input for inputs above LDBL_MAX / 2.0L.
22949         (__ieee754_y1l): Likewise.
22950         * math/libm-test.inc (j0_test): Add another test.
22951         (j1_test): Likewise.
22952         (y0_test): Likewise.
22953         (y1_test): Likewise.
22954         * sysdeps/i386/fpu/libm-test-ulps: Update.
22956 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22958         * Rules ($(objpfx)bench-%.c): Include code from a C source
22959         file.
22961 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22963         [BZ #15287]
22964         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22965         imaginary part 1.0 and real part less than 0.5 specially.
22966         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22967         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22968         * math/libm-test.inc (cacos_test): Add more tests.
22969         (casin_test): Likewise.
22970         (casinh_test): Likewise.
22971         * sysdeps/i386/fpu/libm-test-ulps: Update.
22972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22974 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22976         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
22977         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
22979 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
22981         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
22982         * config.make.in (config-cflags-sse4): Remove variable.
22983         (config-cflags-avx): Likewise.
22984         (config-cflags-sse2avx): Likewise.
22985         (config-cflags-novzeroupper): Likewise.
22986         (config-asflags-i686): Likewise.
22987         (have-mfma4): Likewise.
22988         (have-as-vis3): Likewise.
22989         (MIG): Likewise.
22990         * configure.in (MIG): Do not AC_SUBST.
22991         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
22992         (libc_cv_cc_sse4): Do not AC_SUBST.
22993         (libc_cv_cc_avx): Likewise.
22994         (libc_cv_cc_sse2avx): Likewise.
22995         (libc_cv_cc_novzeroupper): Likewise.
22996         (libc_cv_cc_fma4): Likewise.
22997         (libc_cv_as_i686): Likewise.
22998         (libc_cv_sparc_as_vis3): Likewise.
22999         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23000         LIBC_CONFIG_VAR.
23001         (config-asflags-i686): Likewise.
23002         (config-cflags-avx): Likewise.
23003         (config-cflags-sse2avx): Likewise.
23004         (have-mfma4): Likewise.
23005         (config-cflags-novzeroupper): Likewise.
23006         * sysdeps/mach/configure.in (MIG): Likewise.
23007         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23008         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23009         LIBC_CONFIG_VAR.
23010         (config-cflags-avx): Likewise.
23011         (config-cflags-sse2avx): Likewise.
23012         (have-mfma4): Likewise.
23013         (config-cflags-novzeroupper): Likewise.
23014         * configure: Regenerated.
23015         * sysdeps/i386/configure: Likewise.
23016         * sysdeps/mach/configure: Likewise.
23017         * sysdeps/sparc/configure: Likewise.
23018         * sysdeps/x86_64/configure: Likewise.
23020 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23022         [BZ #14812]
23023         * locale/programs/localedef.c (options): Put N_ translation marker
23024         on argument names, not just descriptions.
23026 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23028         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23030 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23032         [BZ #14176]
23033         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23035 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23037         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23038         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23039         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23040         [!BEFORE_ABORT] (before_abort): New function.
23041         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23042         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23043         (writev_for_fatal): New function.
23044         (WRITEV_FOR_FATAL): New macro; call that.
23045         (backtrace_and_maps): New function.
23046         (BEFORE_ABORT): New macro; call that.
23047         (struct str_list): Type removed.
23048         (__libc_message, __libc_fatal): Functions removed.
23049         Include <sysdeps/posix/libc_fatal.c> instead.
23051 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23053         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23054         constants.
23055         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23056         double constants.
23058 2013-03-19  Andreas Schwab  <schwab@suse.de>
23060         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23061         * sysdeps/gnu/configure: Regenerate.
23063         * configure.in: Substitute libc_cv_rtlddir.
23064         * configure: Regenerate.
23065         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23066         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23067         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23068         * elf/Makefile (install-others, CFLAGS-interp.c)
23069         (ldso_install, common-ldd-rewrite): Likewise.
23070         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23071         $(inst_slibdir)/$(rtld-installed-name).
23072         * scripts/rellns-sh: Add -p option.
23073         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23074         for source.
23076 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23078         * manual/nptl.texi: Renamed to ...
23079         * manual/threads.texi: ... this.
23080         * manual/Makefile (chapters): Update.
23082 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23084         [BZ #14812]
23085         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23086         on argument names, not just descriptions.
23087         * malloc/memusagestat.c (options): Likewise.
23088         * nss/getent.c (options): Likewise.
23090 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23092         [BZ #14812]
23093         * iconv/iconv_prog.c (options): Put N_ translation marker
23094         on argument names, not just descriptions.
23095         * iconv/iconvconfig.c (options): Likewise.
23097 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23099         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23100         implementation which is faster on all x86_64 architectures.
23101         Tested on AMD, Intel Nehalem, SNB, IVB.
23102         * sysdeps/x86_64/strnlen.S: Likewise.
23104         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23105         Remove all multiarch strlen and strnlen versions.
23106         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23107         Remove strlen and strnlen related parts.
23109         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23110         Inline strlen part.
23111         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23113         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23114         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23115         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23116         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23117         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23118         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23120 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23122         * manual/memory.texi (Malloc Tunable Parameters):
23123         Sort parameters alphabetically. Add comments for missing entries.
23125 2013-03-17  David S. Miller  <davem@davemloft.net>
23127         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23129 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23131         [BZ #15283]
23132         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23133         for arguments at most half maximum finite value.
23134         * math/libm-test.inc (j0_test): Add more tests.
23135         (j1_test): Likewise.
23136         (y0_test): Likewise.
23137         (y1_test): Likewise.
23138         * sysdeps/i386/fpu/libm-test-ulps: Update.
23139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23141         [BZ #14155]
23142         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23143         1 / x and functions P and Q for arguments above 0x1p256L.
23144         (__ieee754_y0l): Likewise.
23145         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23146         (__ieee754_y1l): Likewise.
23147         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23148         (j1_test): Likewise.
23149         (y0_test): Likewise.
23150         (y1_test): Likewise.
23152 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23154         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23155         variable.
23157 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23159         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23160         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23161         zero since it's initialized to EXEC_PAGESIZE.
23163         * sysdeps/unix/sysv/linux/ldsodefs.h
23164         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23165         * sysdeps/generic/ldsodefs.h: ... here.
23167 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23169         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23171         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23172         math/test-snan.c.
23173         * math/test-snan.c: Renamed from
23174         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23175         * math/Makefile (tests): Add test-snan.
23176         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23177         test-powerpc-snan.
23179         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23180         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23181         functions.
23182         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23183         __builtin_nan family of functions.
23184         * math/libm-test.inc (initialize): Initialize qnan_value with
23185         __builtin_nan family of functions.
23186         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23187         Remove variables.
23188         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23189         Remove functions.
23190         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23191         storage class.  Initialize qNaN_var and sNaN_var with
23192         __builtin_nan and __builtin_nans families of functions,
23193         respectively.
23195         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23196         (sqrt_test): Remove duplicate test with qNaN input.
23197         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23198         (round_test, signbit_test, significand_test): Note missing +/-Inf
23199         as well as qNaN tests.
23201         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23202         qNaN_var.  Fix a few strings, too.
23203         * math/libm-test.inc (nan_value): Rename to qnan_value.
23204         * math/gen-libm-test.pl (%beautify): Adjust to that.
23205         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23206         * math/test-misc.c (main): Likewise.
23207         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23208         to __qnan_bytes, and __qnan_union, respectively.
23209         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23210         Likewise.
23211         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23212         and lqnanval, respectively.
23213         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23214         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23215         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23216         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23218         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23219         * math/test-misc.c (main) [__x86_64__]: Enable test for long
23220         doubles.
23222         * math/test-misc.c (main): Fix copy'n'pastos.
23223         * misc/tst-efgcvt.c (special): Likewise.
23225         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23226         Remove declarations.
23228 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23230         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23231         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23232         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23233         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23235 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23237         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23238         macro to return vdso values correctly in IFUNC implementations.
23239         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23240         Optimization by using IFUNC.
23242 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23243             Richard Henderson  <rth@redhat.com>
23244             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23246         * Makefile.in (bench): New target.
23247         * NEWS: Mention the benchmark framework.
23248         * Rules (bench): Likewise.
23249         (binaries-bench): Generate binaries for functions to
23250         benchmark.
23251         * benchtests/Makefile: New makefile for benchmark tests.
23252         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23253         programs.
23254         * benchtests/exp-inputs: New input file for EXP function.
23255         * benchtests/pow-inputs: New input file for POW function.
23256         * scripts/bench.pl: New script to generate source files for
23257         benchmark programs.
23259 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23261         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23262         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23263         computations on mantissa.  Use macros for rounding and
23264         division.
23265         (denorm): Likewise.
23266         (__dbl_mp): Likewise.
23267         (add_magnitudes): Likewise.
23268         (sub_magnitudes): Likewise.
23269         (__mul): Likewise.
23270         (__sqr): Likewise.
23271         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23272         powers of two in terms of TWOPOW macro.
23273         (mp_no): Make type of mantissa as MANTISSA_T.
23274         [!RADIXI]: Define RADIXI.
23275         [!TWO52]: Define TWO52.
23276         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23278         * manual/nptl.texi (cindex): Modify threads to pthreads.
23280 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
23282         * sysdeps/x86_64/preconfigure: Regenerated.
23284 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
23286         [BZ #14155]
23287         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
23288         0x1p28 and above.
23289         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
23290         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
23291         0x1p28 and above.
23292         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
23293         * math/libm-test.inc (j0_test): Do not allow one spurious
23294         underflow exception.
23295         (y1_test): Likewise.
23297 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23299         * manual/Makefile (chapters): Add nptl.
23300         * manual/debug.texi (Debugging Support): Add link to Threads
23301         chapter.
23302         * manual/nptl.texi: New file.
23304         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23306 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23308         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23309         for non-NULL pointer before the memory validity test. Pointed
23310         out by Holger Brunck <holger.brunck@keymile.com>.
23312 2013-03-13  Andreas Schwab  <schwab@suse.de>
23314         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23315         instead of .os.
23317 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
23319         * timezone/zic.c: Update from tzcode 2013b.
23321 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
23323         * manual/install.texi (Configuring and compiling):
23324         Mention i686 and i586.
23325         * INSTALL: Regenerate.
23327 2013-03-12  Roland McGrath  <roland@hack.frob.com>
23329         * sysdeps/init_array/elf-init.c: New file.
23330         * csu/elf-init.c
23331         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23332         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23334         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23335         __gmon_start__ as global, but as static with a .preinit_array pointer.
23336         * sysdeps/init_array/gmon-start.c: New file.  Use that.
23337         * sysdeps/init_array/crti.S: New file, empty except for comments.
23338         * sysdeps/init_array/crtn.S: Likewise.
23340 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
23342         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23343         definining bcopy.
23344         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23345         Remove Prefer_SSE_for_memop.
23346         * sysdeps/x86_64/multiarch/init-arch.h: Remove
23347         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23348         HAS_PREFER_SSE_FOR_MEMOP.
23349         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23350         memset-x86-64.
23351         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23352         Remove bzero, memset ifunc support.
23353         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23354         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23355         * sysdeps/x86_64/multiarch/memset.S: Likewise.
23356         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23358 2013-03-11  Andreas Schwab  <schwab@suse.de>
23360         [BZ #15234]
23361         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23362         by SHLIB_COMPAT.
23363         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23364         (GLIBC_2.16): Remove pthread_atfork.
23366 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
23368         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23369         (ptestcases.h): Likewise.
23371 2013-03-08  Roland McGrath  <roland@hack.frob.com>
23373         * Makeconfig ($(common-objpfx)config.status): Depend on
23374         sysdeps/*/preconfigure{,.in} too.
23376 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
23378         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23379         (__free_hook): Use void * instead of __malloc_ptr_t.
23380         (__malloc_hook): Likewise.
23381         (__realloc_hook): Likewise.
23382         (__memalign_hook): Likewise.
23383         (__after_morecore_hook): Likewise.
23384         * malloc/arena.c (save_malloc_hook): Likewise.
23385         (save_free_hook): Likewise.
23386         * malloc/hooks.c (malloc_hook_ini): Likewise.
23387         (realloc_hook_ini): Likewise.
23388         (memalign_hook_ini): Likewise.
23389         * malloc/malloc.c (malloc_hook_ini): Likewise.
23390         (realloc_hook_ini): Likewise.
23391         (memalign_hook_ini): Likewise.
23392         (__free_hook): Likewise.
23393         (__malloc_hook): Likewise.
23394         (__realloc_hook): Likewise.
23395         (__memalign_hook): Likewise.
23396         (__libc_malloc): Likewise.
23397         (__libc_free): Likewise.
23398         (__libc_realloc): Likewise.
23399         (__libc_memalign): Likewise.
23400         (__libc_valloc): Likewise.
23401         (__libc_pvalloc): Likewise.
23402         (__libc_calloc): Likewise.
23403         (__posix_memalign): Likewise.
23404         * malloc/morecore.c (__sbrk): Likewise.
23405         (__default_morecore): Likewise.
23407         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23409         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23410         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23411         __malloc_ptrdiff_t.
23413         * malloc/malloc.h (__malloc_size_t): Remove macro.
23414         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23415         __malloc_size_t.
23416         (old_memalign_hook): Likewise.
23417         (old_realloc_hook): Likewise.
23418         (struct hdr): Likewise.
23419         (flood): Likewise.
23420         (mallochook): Likewise.
23421         (memalignhook): Likewise.
23422         (reallochook): Likewise.
23423         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23424         (tr_old_realloc_hook): Likewise.
23425         (tr_old_memalign_hook): Likewise.
23426         (tr_mallochook): Likewise.
23427         (tr_reallochook): Likewise.
23428         (tr_memalignhook): Likewise.
23430 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23432         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23433         default_ldbl_pack and using as default implementation.
23434         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23435         implementation.
23436         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23437         redundant definition.
23438         (ldbl_insert_mantissa): Likewise.
23439         (ldbl_canonicalize): Likewise.
23440         (ldbl_nearbyint): Likewise.
23441         (ldbl_pack): Rename to ldbl_pack_ppc.
23442         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23443         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23444         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23446 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23448         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23449         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23450         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23451         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23452         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23453         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23454         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23455         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23457 2013-03-07  Andreas Jaeger  <aj@suse.de>
23459         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23460         bits/mman-linux.h.
23462 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23464         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23465         Include mpa.h and declare __MPEXP.
23466         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23467         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23468         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23469         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23470         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23471         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23472         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23474         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23475         (__slowpow): Use long double EXPL and LOGL functions to
23476         compute POW.
23477         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23478         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23479         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23480         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23481         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23482         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23484         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23485         intermediate variable to calculate exponent.
23486         (__sqr): Likewise.
23487         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23488         Likewise.
23489         (__sqr): Likewise.
23491         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23492         [!NO__SQR]: Define __sqr.
23493         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23494         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23495         sysdeps/ieee754/dbl-64/mpa.c.
23496         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23498         [BZ #12723]
23499         * posix/Makefile (tests): Add tst-pathconf.
23500         * posix/tst-pathconf.c: New test case.
23501         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23502         _PC_PIPE_BUF.
23503         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23505 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23507         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23509 2013-03-06  Andreas Jaeger  <aj@suse.de>
23511         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23512         definition via __MAP_ANONYMOUS.
23514         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23515         it's not part of Linux headers.
23517         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23518         (MAP_HUGE_MASK): Define.
23520         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23521         Define.
23522         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23523         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23524         Define.
23525         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23526         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23527         Define.
23528         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23529         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23530         Define.
23531         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23533         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23534         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23535         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23536         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23537         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23538         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23540         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23541         Handle f2fs.
23543         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23544         Handle f2fs and efivarfs.
23546         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23547         f2fs.
23549         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23550         (EFIVARFS_MAGIC): Add.
23551         (F2FS_LINK_MAX): Add.
23553 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23555         * stdio-common/vfprintf.c: Replace __builtin_expect with
23556         __glibc_unlikely.
23558 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23560         [BZ #13550]
23561         * sysdeps/generic/bp-sym.h: Remove file.
23562         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23563         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23564         <bp-sym.h> and <bp-asm.h>.
23565         (__longjmp): Don't use BP_SYM.
23566         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23567         and <bp-asm.h>.
23568         (memcpy): Don't use BP_SYM.
23569         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23570         <bp-sym.h> and <bp-asm.h>.
23571         (memcpy): Don't use BP_SYM.
23572         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23573         <bp-asm.h>.
23574         (memcpy): Don't use BP_SYM.
23575         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23576         <bp-asm.h>.
23577         (memset): Don't use BP_SYM.
23578         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23579         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23580         (__bzero): Don't use BP_SYM.
23581         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23582         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23583         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23584         <bp-sym.h> and <bp-asm.h>.
23585         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23586         pointers.
23587         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23588         <bp-sym.h> and <bp-asm.h>.
23589         (memcpy): Don't use BP_SYM.
23590         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23591         <bp-sym.h> and <bp-asm.h>.
23592         (memset): Don't use BP_SYM.
23593         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23594         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23595         (__bzero): Don't use BP_SYM.
23596         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23597         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23598         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23599         <bp-sym.h> and <bp-asm.h>.
23600         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23601         pointers.
23602         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23603         <bp-sym.h> and <bp-asm.h>.
23604         (memcpy): Don't use BP_SYM.
23605         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23606         <bp-sym.h> and <bp-asm.h>.
23607         (memset): Don't use BP_SYM.
23608         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23609         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23610         (__bzero): Don't use BP_SYM.
23611         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23612         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23613         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23614         <bp-sym.h> and <bp-asm.h>.
23615         (__memchr): Don't use BP_SYM.
23616         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23617         <bp-sym.h> and <bp-asm.h>.
23618         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23619         pointers.
23620         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23621         <bp-sym.h> and <bp-asm.h>.
23622         (memcpy): Don't use BP_SYM.
23623         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23624         <bp-sym.h> and <bp-asm.h>.
23625         (__mempcpy): Don't use BP_SYM.
23626         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23627         <bp-sym.h> and <bp-asm.h>.
23628         (__memrchr): Don't use BP_SYM.
23629         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23630         <bp-sym.h> and <bp-asm.h>.
23631         (memset): Don't use BP_SYM.
23632         (__bzero): Likewise.
23633         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23634         <bp-sym.h> and <bp-asm.h>.
23635         (__rawmemchr): Don't use BP_SYM.
23636         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23637         <bp-sym.h> and <bp-asm.h>.
23638         (__STRCMP): Don't use BP_SYM.
23639         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23640         <bp-sym.h> and <bp-asm.h>.
23641         (strchr): Don't use BP_SYM.
23642         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23643         <bp-sym.h> and <bp-asm.h>.
23644         (__strchrnul): Don't use BP_SYM.
23645         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23646         <bp-sym.h> and <bp-asm.h>.
23647         (strlen): Don't use BP_SYM.
23648         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23649         <bp-sym.h> and <bp-asm.h>.
23650         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23651         pointers.
23652         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23653         <bp-sym.h> and <bp-asm.h>.
23654         (__strnlen): Don't use BP_SYM.
23655         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23656         <bp-sym.h> and <bp-asm.h>.
23657         (__GI__setjmp): Don't use BP_SYM.
23658         (_setjmp): Likewise.
23659         (__sigsetjmp): Likewise.
23660         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23661         (L(start_addresses)): Don't use BP_SYM.
23662         (_start): Likewise.
23663         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23664         <bp-asm.h>.
23665         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23666         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23667         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23668         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23669         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23670         <bp-asm.h>.
23671         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23672         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23673         about bounded pointers.
23674         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23675         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23676         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23677         <bp-asm.h>.
23678         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23679         about bounded pointers.  Remove GKM FIXME comments.
23680         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23681         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23682         <bp-asm.h>.
23683         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23684         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23685         Remove GKM FIXME comments.
23686         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23687         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23688         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23689         <bp-asm.h>.
23690         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23691         about bounded pointers.  Remove GKM FIXME comment.
23692         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23693         and <bp-asm.h>.
23694         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23695         pointers.
23696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23697         <bp-sym.h> and <bp-asm.h>.
23698         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23700         <bp-sym.h> and <bp-asm.h>.
23701         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23702         comment.
23704 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23706         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23707         call free(NULL).
23709 2013-03-05  David S. Miller  <davem@davemloft.net>
23711         * po/es.po: Update from translation team.
23713 2013-03-05  Andreas Jaeger  <aj@suse.de>
23715         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23716         <bits/mman-linux.h>.
23717         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23718         is fine.
23719         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23720         <bits/mman-linux.h> to end of file.
23721         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23722         is fine.
23723         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23724         <bits/mman-linux.h> to end of file.
23725         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23726         is fine.
23727         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23728         <bits/mman-linux.h> to end of file.
23730         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23731         (MCL_CURRENT, MCL_FUTURE): Define here.
23733 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23735         [BZ #15232]
23736         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23737         attribute_hidden.
23738         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23740 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23742         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23743         fourth parameter needed for rt_sigprocmask syscall.
23744         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23745         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23746         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23747         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23748         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23749         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23751 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23753         [BZ #13550]
23754         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23755         comment about bounded pointers.
23756         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23757         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23759 2013-03-04  Andreas Jaeger  <aj@suse.de>
23761         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23762         common definitions.
23764         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23765         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23766         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23767         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23768         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23769         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23771 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23773         [BZ #15055]
23774         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23775         __ieee754_sqrl instead of __sqrl.
23777 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23779         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23780         * sysdeps/powerpc/fpu_control.h: ... here.
23781         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23782         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23783         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23784         * sysdeps/powerpc/bits/mathinline.h: ... here.
23786 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23788         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23789         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23790         to just [NEED_DL_SYSINFO_DSO].
23791         * elf/dl-support.c: Likewise.
23792         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23793         * elf/rtld.c (dl_main): Likewise.
23794         * elf/setup-vdso.h (setup_vdso): Likewise.
23795         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23796         * sysdeps/unix/sysv/linux/dl-sysdep.c
23797         (_dl_discover_osversion): Likewise.
23799 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23801         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23802         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23804 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23806         * NEWS: Mention libm performance improvements and non-x86 PI
23807         futex support.
23809         * csu/libc-start.c (__pthread_initialize_minimal): Change
23810         function arguments.
23811         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23813 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23815         [BZ #13550]
23816         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23817         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23818         <bp-sym.h> and <bp-asm.h>.
23819         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23820         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23821         and <bp-asm.h>.
23822         (memcpy): Don't use BP_SYM.
23823         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23824         <bp-asm.h>.
23825         (__mpn_add_n): Don't use BP_SYM.
23826         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23827         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23828         and <bp-asm.h>.
23829         (__mpn_addmul_1): Don't use BP_SYM.
23830         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23831         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23832         <bp-sym.h>.
23833         (_setjmp): Don't use BP_SYM.
23834         (__novmx_setjmp): Likewise.
23835         (__GI__setjmp): Likewise.
23836         (__vmx_setjmp): Likewise.
23837         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23838         <bp-sym.h>.
23839         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23840         (__bzero): Don't use BP_SYM.
23841         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23842         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23843         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23844         <bp-sym.h> and <bp-asm.h>.
23845         (memcpy): Don't use BP_SYM.
23846         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23847         <bp-sym.h> and <bp-asm.h>.
23848         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23849         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23850         <bp-sym.h> and <bp-asm.h>.
23851         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23852         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23853         <bp-asm.h>.
23854         (__mpn_lshift): Don't use BP_SYM.
23855         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23856         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23857         <bp-asm.h>.
23858         (memset): Don't use BP_SYM.
23859         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23860         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23861         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23862         <bp-asm.h>.
23863         (__mpn_mul_1): Don't use BP_SYM.
23864         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23865         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23866         <bp-sym.h> and <bp-asm.h>.
23867         (memcmp): Don't use BP_SYM.
23868         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23869         <bp-sym.h> and <bp-asm.h>.
23870         (memcpy): Don't use BP_SYM.
23871         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23872         <bp-sym.h> and <bp-asm.h>.
23873         (memset): Don't use BP_SYM.
23874         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23875         <bp-sym.h> and <bp-asm.h>.
23876         (strncmp): Don't use BP_SYM.
23877         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23878         <bp-sym.h> and <bp-asm.h>.
23879         (memcpy): Don't use BP_SYM.
23880         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23881         <bp-sym.h> and <bp-asm.h>.
23882         (memset): Don't use BP_SYM.
23883         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23884         <bp-sym.h> and <bp-asm.h>.
23885         (__memchr): Don't use BP_SYM.
23886         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23887         <bp-sym.h> and <bp-asm.h>.
23888         (memcmp): Don't use BP_SYM.
23889         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23890         <bp-sym.h> and <bp-asm.h>.
23891         (memcpy): Don't use BP_SYM.
23892         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23893         <bp-sym.h> and <bp-asm.h>.
23894         (__mempcpy): Don't use BP_SYM.
23895         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23896         <bp-sym.h> and <bp-asm.h>.
23897         (__memrchr): Don't use BP_SYM.
23898         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23899         <bp-sym.h> and <bp-asm.h>.
23900         (memset): Don't use BP_SYM.
23901         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23902         <bp-sym.h> and <bp-asm.h>.
23903         (__rawmemchr): Don't use BP_SYM.
23904         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23905         <bp-sym.h> and <bp-asm.h>.
23906         (__STRCMP): Don't use BP_SYM.
23907         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23908         <bp-sym.h> and <bp-asm.h>.
23909         (strchr): Don't use BP_SYM.
23910         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23911         <bp-sym.h> and <bp-asm.h>.
23912         (__strchrnul): Don't use BP_SYM.
23913         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23914         <bp-sym.h> and <bp-asm.h>.
23915         (strlen): Don't use BP_SYM.
23916         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23917         <bp-sym.h> and <bp-asm.h>.
23918         (strncmp): Don't use BP_SYM.
23919         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23920         <bp-sym.h> and <bp-asm.h>.
23921         (__strnlen): Don't use BP_SYM.
23922         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23923         <bp-asm.h>.
23924         (__mpn_rshift): Don't use BP_SYM.
23925         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23926         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23927         <bp-sym.h> and <bp-asm.h>.
23928         (__sigsetjmp): Don't use BP_SYM.
23929         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23930         (L(start_addresses)): Don't use BP_SYM.
23931         (_start): Likewise.
23932         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23933         <bp-asm.h>.
23934         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23935         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23936         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23937         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23938         <bp-asm.h>.
23939         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23940         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23941         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23942         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23943         <bp-asm.h>.
23944         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23945         comments.
23946         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23947         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23948         <bp-asm.h>.
23949         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23950         FIXME comments.
23951         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23952         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23953         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23954         <bp-asm.h>.
23955         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23956         comment.
23957         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23958         and <bp-asm.h>.
23959         (strncmp): Don't use BP_SYM,
23960         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23961         <bp-asm.h>.
23962         (__mpn_sub_n): Don't use BP_SYM.
23963         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23964         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23965         and <bp-asm.h>.
23966         (__mpn_submul_1): Don't use BP_SYM.
23967         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23969         <bp-sym.h> and <bp-asm.h>.
23970         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23972         <bp-sym.h> and <bp-asm.h>.
23973         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23974         comment.
23976 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23978         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
23979         Use ZK to minimize writes to Z.
23980         (sub_magnitudes): Simplify code a bit.
23981         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
23982         Use ZK to minimize writes to Z.
23983         (sub_magnitudes): Simplify code a bit.
23985 2013-02-27  Roland McGrath  <roland@hack.frob.com>
23987         * csu/gmon-start.c: Add special exception to license text.
23989 2013-02-27  Richard Henderson  <rth@redhat.com>
23991         * scripts/config.guess: Update from config.git.
23992         * scripts/config.sub: Likewise.
23994 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23996         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
23998         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24000         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24002         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24004         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24006 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24008         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24009         [$(build-shared = yes].
24011 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24013         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24014         (__mul): Reduce iterations for calculating mantissa.
24016         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24017         MPTWO.
24018         (__mpranred): Likewise.
24020         [BZ #15160]
24021         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24022         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24024 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24026         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24027         Define __attribute__.
24029 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24031         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24032         unused.
24033         * posix/regex_internal.h (__attribute): Remove.
24034         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24035         (re_string_context_at): Likewise.
24036         (bitset_not): Use __attribute__ and mark function as possibly
24037         unused.
24038         (bitset_merge): Likewise.
24039         (bitset_mask): Likewise.
24040         (re_string_char_size_at): Likewise.
24041         (re_string_wchar_at): Likewise.
24042         (re_string_elem_size_at): Likewise.
24044 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24046         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24047         code.
24048         (cc32): Likewise.
24050         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24051         (__acr): Likewise.
24052         (__cpy): Likewise.
24053         (norm): Likewise.
24054         (denorm): Likewise.
24055         (__dbl_mp): Likewise.
24056         (add_magnitudes): Likewise.
24057         (sub_magnitudes): Likewise.
24058         (__mul): Likewise.
24059         (__inv): Likewise.
24061         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24062         style.
24064         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24065         style.
24067         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24068         code.
24070         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24071         up changes with default code.
24072         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24073         Likewise.
24075 2013-02-24  Allan McRae  <allan@archlinux.org>
24077         * manual/socket.texi (The Internet Namespace): Order menu items
24078         to match that in the file.
24080         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24081         node listing of the info page menu.
24083 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24085         [BZ #13550]
24086         * sysdeps/i386/bp-asm.h: Remove file.
24087         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24088         (PARMS): Do not use macros from bp-asm.h.
24089         (S1): Likewise.
24090         (S2): Likewise.
24091         (SIZE): Likewise.
24092         (__mpn_add_n): Do not use BP_SYM
24093         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24094         "bp-asm.h".
24095         (PARMS): Do not use macros from bp-asm.h.
24096         (S1): Likewise.
24097         (SIZE): Likewise.
24098         (__mpn_addmul_1): Do not use BP_SYM
24099         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24100         "bp-asm.h".
24101         (PARMS): Do not use macros from bp-asm.h.
24102         (SIGMSK): Likewise.
24103         (_setjmp): Likewise.  Do not use BP_SYM.
24104         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24105         "bp-asm.h".
24106         (PARMS): Do not use macros from bp-asm.h.
24107         (SIGMSK): Likewise.
24108         (setjmp): Likewise.  Do not use BP_SYM.
24109         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24110         "bp-asm.h".
24111         (PARMS): Do not use macros from bp-asm.h.
24112         (__frexp): Do not use BP_SYM.
24113         (frexp): Likewise.
24114         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24115         "bp-asm.h".
24116         (PARMS): Do not use macros from bp-asm.h.
24117         (__frexpf): Do not use BP_SYM.
24118         (frexpf): Likewise.
24119         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24120         "bp-asm.h".
24121         (PARMS): Do not use macros from bp-asm.h.
24122         (__frexpl): Do not use BP_SYM.
24123         (frexpl): Likewise.
24124         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24125         "bp-asm.h".
24126         (PARMS): Do not use macros from bp-asm.h.
24127         (__remquo): Do not use BP_SYM.
24128         (remquo): Likewise.
24129         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24130         "bp-asm.h".
24131         (PARMS): Do not use macros from bp-asm.h.
24132         (__remquof): Do not use BP_SYM.
24133         (remquof): Likewise.
24134         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24135         "bp-asm.h".
24136         (PARMS): Do not use macros from bp-asm.h.
24137         (__remquol): Do not use BP_SYM.
24138         (remquol): Likewise.
24139         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24140         "bp-asm.h".
24141         (PARMS): Do not use macros from bp-asm.h.
24142         (DEST): Likewise.
24143         (SRC): Likewise.
24144         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24145         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24146         "bp-asm.h".
24147         (PARMS): Do not use macros from bp-asm.h.
24148         (strlen): Do not use BP_SYM.
24149         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24150         "bp-asm.h".
24151         (PARMS): Do not use macros from bp-asm.h.
24152         (S1): Likewise.
24153         (S2): Likewise.
24154         (SIZE): Likewise.
24155         (__mpn_add_n): Do not use BP_SYM.
24156         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24157         "bp-asm.h".
24158         (PARMS): Do not use macros from bp-asm.h.
24159         (S1): Likewise.
24160         (SIZE): Likewise.
24161         (__mpn_addmul_1): Do not use BP_SYM.
24162         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24163         weak_alias.
24164         (bzero): Likewise.
24165         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24166         "bp-asm.h".
24167         (PARMS): Do not use macros from bp-asm.h.
24168         (S): Likewise.
24169         (SIZE): Likewise.
24170         (__mpn_lshift): Do not use BP_SYM.
24171         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24172         "bp-asm.h".
24173         (PARMS): Do not use macros from bp-asm.h.
24174         (DEST): Likewise.
24175         (SRC): Likewise.
24176         (LEN): Likewise.
24177         (memcpy): Likewise.  Do not use BP_SYM.
24178         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24179         libc_hidden_def and weak_alias.
24180         (mempcpy): Do not use BP_SYM in weak_alias.
24181         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24182         "bp-asm.h".
24183         (PARMS): Do not use macros from bp-asm.h.
24184         (DEST): Likewise.
24185         (LEN): Likewise.
24186         [!BZERO_P] (CHR): Likewise.
24187         (memset): Likewise.  Do not use BP_SYM.
24188         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24189         "bp-asm.h".
24190         (PARMS): Do not use macros from bp-asm.h.
24191         (S1): Likewise.
24192         (SIZE): Likewise.
24193         (__mpn_mul_1): Do not use BP_SYM.
24194         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24195         "bp-asm.h".
24196         (PARMS): Do not use macros from bp-asm.h.
24197         (S): Likewise.
24198         (SIZE): Likewise.
24199         (__mpn_rshift): Do not use BP_SYM.
24200         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24201         "bp-asm.h".
24202         (PARMS): Do not use macros from bp-asm.h.
24203         (STR): Likewise.
24204         (CHR): Likewise.
24205         (strchr): Likewise.  Do not use BP_SYM.
24206         (index): Do not use BP_SYM in weak_alias.
24207         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24208         "bp-asm.h".
24209         (PARMS): Do not use macros from bp-asm.h.
24210         (DEST): Likewise.
24211         (SRC): Likewise.
24212         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
24213         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24214         "bp-asm.h".
24215         (PARMS): Do not use macros from bp-asm.h.
24216         (strlen): Do not use BP_SYM.
24217         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24218         "bp-asm.h".
24219         (PARMS): Do not use macros from bp-asm.h.
24220         (S1): Likewise.
24221         (S2): Likewise.
24222         (SIZE): Likewise.
24223         (__mpn_sub_n): Do not use BP_SYM.
24224         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24225         "bp-asm.h".
24226         (PARMS): Do not use macros from bp-asm.h.
24227         (S1): Likewise.
24228         (SIZE): Likewise.
24229         (__mpn_submul_1): Do not use BP_SYM.
24230         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24231         "bp-asm.h".
24232         (PARMS): Do not use macros from bp-asm.h.
24233         (S1): Likewise.
24234         (S2): Likewise.
24235         (SIZE): Likewise.
24236         (__mpn_add_n): Do not use BP_SYM.
24237         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24238         weak_alias.
24239         (bzero): Likewise.
24240         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24241         "bp-asm.h".
24242         (PARMS): Do not use macros from bp-asm.h.
24243         (BLK2): Likewise.
24244         (LEN): Likewise.
24245         (memcmp): Do not use BP_SYM.
24246         (bcmp): Do not use BP_SYM in weak_alias.
24247         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24248         "bp-asm.h".
24249         (PARMS): Do not use macros from bp-asm.h.
24250         (DEST): Likewise.
24251         (SRC): Likewise.
24252         (LEN): Likewise.
24253         (memcpy): Likewise.  Do not use BP_SYM.
24254         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24255         "bp-asm.h".
24256         (PARMS): Do not use macros from bp-asm.h.
24257         (DEST): Likewise.
24258         (SRC): Likewise.
24259         (LEN): Likewise.
24260         (memmove): Likewise.  Do not use BP_SYM.
24261         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24262         "bp-asm.h".
24263         (PARMS): Do not use macros from bp-asm.h.
24264         (DEST): Likewise.
24265         (SRC): Likewise.
24266         (LEN): Likewise.
24267         (__mempcpy): Likewise.  Do not use BP_SYM.
24268         (mempcpy): Do not use BP_SYM in weak_alias.
24269         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
24270         "bp-asm.h".
24271         (PARMS): Do not use macros from bp-asm.h.
24272         (DEST): Likewise.
24273         (LEN): Likewise.
24274         [!BZERO_P] (CHR): Likewise.
24275         (memset): Likewise.  Do not use BP_SYM.
24276         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24277         "bp-asm.h".
24278         (PARMS): Do not use macros from bp-asm.h.
24279         (STR2): Likewise.
24280         (strcmp): Do not use BP_SYM.
24281         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
24282         "bp-asm.h".
24283         (PARMS): Do not use macros from bp-asm.h.
24284         (STR): Likewise.
24285         (DELIM): Likewise.
24286         [USE_AS_STRTOK_R] (SAVE): Likewise.
24287         (FUNCTION): Likewise.  Do not use BP_SYM.
24288         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
24289         aliases.
24290         (strtok_r): Likewise.
24291         (__GI___strtok_r): Likewise.
24292         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24293         (PARMS): Do not use macros from bp-asm.h.
24294         (S): Likewise.
24295         (SIZE): Likewise.
24296         (__mpn_lshift): Do not use BP_SYM.
24297         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24298         (PARMS): Do not use macros from bp-asm.h.
24299         (STR): Likewise.
24300         (CHR): Likewise.
24301         (__memchr): Do not use BP_SYM.
24302         (memchr): Do not use BP_SYM in weak_alias.
24303         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24304         (PARMS): Do not use macros from bp-asm.h.
24305         (BLK2): Likewise.
24306         (LEN): Likewise.
24307         (memcmp): Do not use BP_SYM.
24308         (bcmp): Do not use BP_SYM in weak_alias.
24309         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24310         (PARMS): Do not use macros from bp-asm.h.
24311         (S1): Likewise.
24312         (SIZE): Likewise.
24313         (__mpn_mul_1): Do not use BP_SYM.
24314         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24315         "bp-asm.h".
24316         (PARMS): Do not use macros from bp-asm.h.
24317         (STR): Likewise.
24318         (CHR): Likewise.
24319         (__rawmemchr): Do not use BP_SYM.
24320         (rawmemchr): Do not use BP_SYM in weak_alias.
24321         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24322         (PARMS): Do not use macros from bp-asm.h.
24323         (S): Likewise.
24324         (SIZE): Likewise.
24325         (__mpn_rshift): Do not use BP_SYM.
24326         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24327         (PARMS): Do not use macros from bp-asm.h.
24328         (SIGMSK): Likewise.
24329         (__sigsetjmp): Likewise.  Do not use BP_SYM.
24330         * sysdeps/i386/start.S: Do not include "bp-sym.h".
24331         (_start): Do not use BP_SYM.
24332         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24333         (PARMS): Do not use macros from bp-asm.h.
24334         (DEST): Likewise.
24335         (SRC): Likewise.
24336         (__stpcpy): Likewise.  Do not use BP_SYM.
24337         (stpcpy): Do not use BP_SYM in weak_alias.
24338         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24339         "bp-asm.h".
24340         (PARMS): Do not use macros from bp-asm.h.
24341         (DEST): Likewise.
24342         (SRC): Likewise.
24343         (LEN): Likewise.
24344         (__stpncpy): Likewise.  Do not use BP_SYM.
24345         (stpncpy): Do not use BP_SYM in weak_alias.
24346         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24347         (PARMS): Do not use macros from bp-asm.h.
24348         (STR): Likewise.
24349         (CHR): Likewise.
24350         (strchr): Likewise.  Do not use BP_SYM.
24351         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24352         "bp-asm.h".
24353         (PARMS): Do not use macros from bp-asm.h.
24354         (STR): Likewise.
24355         (CHR): Likewise.
24356         (__strchrnul): Likewise.  Do not use BP_SYM.
24357         (strchrnul): Do not use BP_SYM in weak_alias.
24358         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24359         "bp-asm.h".
24360         (PARMS): Do not use macros from bp-asm.h.
24361         (STOP): Likewise.
24362         (strcspn): Do not use BP_SYM.
24363         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24364         "bp-asm.h".
24365         (PARMS): Do not use macros from bp-asm.h.
24366         (STR): Likewise.
24367         (STOP): Likewise.
24368         (strpbrk): Likewise.  Do not use BP_SYM.
24369         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24370         "bp-asm.h".
24371         (PARMS): Do not use macros from bp-asm.h.
24372         (STR): Likewise.
24373         (CHR): Likewise.
24374         (strrchr): Likewise.  Do not use BP_SYM.
24375         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24376         (PARMS): Do not use macros from bp-asm.h.
24377         (SKIP): Likewise.
24378         (strspn): Do not use BP_SYM.
24379         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24380         (PARMS): Do not use macros from bp-asm.h.
24381         (STR): Likewise.
24382         (DELIM): Likewise.
24383         (SAVE): Likewise.
24384         (FUNCTION): Likewise.  Do not use BP_SYM.
24385         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24386         aliases.
24387         (strtok_r): Likewise.
24388         (__GI___strtok_r): Likewise.
24389         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24390         (PARMS): Do not use macros from bp-asm.h.
24391         (S1): Likewise.
24392         (S2): Likewise.
24393         (SIZE): Likewise.
24394         (__mpn_sub_n): Do not use BP_SYM.
24395         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24396         "bp-asm.h".
24397         (PARMS): Do not use macros from bp-asm.h.
24398         (S1): Likewise.
24399         (SIZE): Likewise.
24400         (__mpn_submul_1): Do not use BP_SYM.
24401         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24402         <bp-sym.h>.
24403         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24404         and <bp-asm.h>.
24405         (PARMS): Do not use macros from bp-asm.h.
24406         (FLAGS): Likewise.
24407         (PTID): Likewise.
24408         (TLS): Likewise.
24409         (CTID): Likewise.
24410         (__clone): Do not use BP_SYM.
24411         (clone): Do not use BP_SYM in weak_alias.
24412         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24413         and <bp-asm.h>.
24414         (PARMS): Do not use macros from bp-asm.h.
24415         (LEN): Likewise.
24416         (__mmap64): Do not use BP_SYM.
24417         (mmap64): Do not use BP_SYM in weak_alias.
24418         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24419         <bp-sym.h> and <bp-asm.h>.
24420         (PARMS): Do not use macros from bp-asm.h.
24421         (__posix_fadvise64_l64): Do not use BP_SYM.
24422         * sysdeps/unix/sysv/linux/i386/semtimedop.S
24423         (PARMS): Do not use macros from bp-asm.h.
24424         (NSOPS): Likewise.
24425         (semtimedop): Do not use BP_SYM.
24426         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24427         and <bp-asm.h>.
24429 2013-02-21  Allan McRae  <allan@archlinux.org>
24431         * manual/message.texi (Charset conversion in gettext):
24432         Move @end statement to beginning of line.
24434 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24436         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24437         static.
24438         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24439         Likewise.
24441         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24442         (denorm): Likewise.
24443         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24444         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24446 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24448         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24449         tail-call to the resolved function if pltexit isn't needed.
24451 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24453         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24454         or Y being zero as being unlikely.
24455         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24456         Likewise.
24458 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24460         * manual/nss.texi (System Databases and Name Service Switch):
24461         Remove frobnicate @pxref.
24463 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24465         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24466         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24468 2013-02-20  Petr Machata  <pmachata@redhat.com>
24470         * elf/elf.h (R_ARM_TARGET1): New macro.
24471         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24472         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24473         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24474         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24475         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24476         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24477         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24478         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24479         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24480         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24481         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24482         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24483         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24484         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24485         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24486         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24487         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24488         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24489         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24490         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24491         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24492         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24493         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24494         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24495         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24496         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24497         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24498         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24499         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24500         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24501         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24502         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24503         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24504         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24505         (R_ARM_THM_GOT_BREL12): Likewise.
24506         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24507         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24508         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24509         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24510         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24511         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24512         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24513         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24514         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24516 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24518         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24519         __attribute_used__ to __attribute__ ((unused)).
24521 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24523         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24524         powerpc mpa.c.
24525         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24526         comment formatting.
24527         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24529 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24531         [BZ #13550]
24532         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24533         Remove macro.
24534         (ENTER): Remove both macro definitions.
24535         (LEAVE): Likewise.
24536         (CHECK_BOUNDS_LOW): Likewise.
24537         (CHECK_BOUNDS_HIGH): Likewise.
24538         (CHECK_BOUNDS_BOTH): Likewise.
24539         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24540         (RETURN_BOUNDED_POINTER): Likewise.
24541         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24542         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24543         (POP_ERRNO_LOCATION_RETURN): Likewise.
24544         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24545         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24546         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24547         macros.
24548         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24549         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24550         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24551         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24552         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24553         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24554         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24555         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24556         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24557         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24558         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24559         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24560         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24561         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24562         removed macros.
24563         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24564         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24565         macros.
24566         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24567         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24568         * sysdeps/i386/i586/memset.S (memset): Likewise.
24569         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24570         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24571         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24572         macros.
24573         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24574         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24575         Change uses of L(2) to L(out).
24576         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24577         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24578         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24579         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24580         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24581         removed macros.
24582         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24583         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24584         macros.
24585         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24586         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24587         (RETURN): Do not use macro LEAVE.
24588         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24589         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24590         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24591         * sysdeps/i386/i686/memset.S (memset): Likewise.
24592         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24593         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24594         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24595         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24596         Likewise.
24597         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24598         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24599         L(1_2) and L(1_3) into L(1).
24600         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24601         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24602         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24603         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24604         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24605         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24606         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24607         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24608         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24609         macros.
24610         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24611         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24612         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24613         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24614         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24615         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24616         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24617         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24618         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24619         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24620         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24621         * sysdeps/i386/strspn.S (strspn): Likewise.
24622         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24623         conditional code.
24624         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24625         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24626         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24627         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24628         L(1_3) into L(1_1).
24629         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24630         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24631         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24632         macros.
24633         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24635 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24637         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24638         macro.
24640 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24642         * math/atest-exp.c (exp_mpn): Remove ROUND.
24643         * math/atest-exp2.c (exp_mpn): Likewise.
24644         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24646         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24647         * stdlib/tst-tls-atexit-lib.c: Likewise.
24648         * stdlib/tst-tls-atexit.c: Likewise.
24650 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24652         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24653         and __attribute_alloc_size__.
24655 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24657         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24658         __attribute_alloc_size__.
24659         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24660         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24662 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24664         * include/programs/xmalloc.h: New file.
24665         * catgets/gencat.c: Include it.
24666         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24667         * elf/pldd.c: Likewise.
24668         * iconv/iconv_charmap.c: Likewise.
24669         * iconv/iconvconfig.c: Likewise.
24670         * iconv/strtab.c: Likewise.
24671         * locale/programs/locale.c: Likewise.
24672         * locale/programs/localedef.h: Likewise.
24673         * locale/programs/simple-hash.c: Likewise.
24674         * nscd/nscd.h: Likewise.
24675         * nss/makedb.c: Likewise.
24676         * sysdeps/generic/ldconfig.h: Likewise.
24678 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24680         * Versions.def: Add GLIBC_2.18.
24681         * include/link.h (struct link_map): New member l_tls_dtor_count.
24682         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24683         (__call_tls_dtors): Likewise.
24684         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24685         __cxa_thread_atexit_impl.
24686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24687         Likewise.
24688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24689         Likewise.
24690         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24691         Likewise.
24692         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24693         Likewise.
24694         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24695         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24696         Likewise.
24697         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24698         Likewise.
24699         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24700         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24701         Likewise.
24702         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24703         (tests): Add test case tst-tls-atexit.
24704         (modules-names): Add shared library for tst-tls-atexit.
24705         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24706         (GLIBC_PRIVATE): Add __call_tls_dtors.
24707         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24708         for libstdc++.
24709         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24710         * stdlib/tst-tls-atexit.c: New test case.
24711         * stdlib/tst-tls-atexit-lib.c: New test case.
24713         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24715         * elf/Versions (ld): Add _dl_find_dso_for_object.
24716         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24717         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24718         (dl_open_worker): Use _dl_find_dso_for_object.
24719         * elf/dl-sym.c (do_sym): Likewise.
24720         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24722 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24724         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24725         Syntactic changes only.
24726         (_dl_runtime_profile): Do a tail-call to the resolved function.
24728 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24730         [BZ #13550]
24731         * sysdeps/x86_64/bp-asm.h: Remove file.
24732         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24733         <bp-sym.h> and <bp-asm.h>.
24734         (__clone): Do not use BP_SYM.
24735         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24736         <bp-sym.h> and <bp-asm.h>.
24737         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24738         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24739         "bp-asm.h".
24740         (_setjmp): Do not use BP_SYM.
24741         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24742         "bp-asm.h".
24743         (setjmp): Do not use BP_SYM.
24744         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24745         libc_hidden_def.
24746         (mempcpy): Do not use BP_SYM in weak_alias.
24747         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24748         "bp-asm.h".
24749         (strchr): Do not use BP_SYM.
24750         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24751         "bp-asm.h".
24752         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24753         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24754         (_start): Do not use BP_SYM.
24755         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24756         "bp-asm.h".
24757         (strcat): Do not use BP_SYM.
24758         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24759         "bp-asm.h".
24760         (STRCMP): Do not use BP_SYM.
24761         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24762         "bp-asm.h".
24763         (STRCPY): Do not use BP_SYM.
24764         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24765         "bp-asm.h".
24766         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24767         "bp-asm.h".
24768         (FUNCTION): Do not use BP_SYM.
24769         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24770         weak_alias.
24771         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24773 2013-02-17  Andreas Jaeger  <aj@suse.de>
24775         * time/Versions: Sort entries.
24776         * string/Versions: Likewise.
24777         * resolv/Versions: Likewise.
24778         * posix/Versions: Likewise.
24779         * iconv/Versions: Likewise.
24780         * elf/Versions: Likewise.
24781         * wcsmbs/Versions: Likewise.
24783 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24785         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24786         loop termination condition.
24788         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24789         variable to calculate EZ.
24790         (__sqr): Likewise.
24792         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24793         the lower precision input.
24795 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24797         [BZ #13550]
24798         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24799         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24800         (run-via-rtld-prefix): Do not handle %-bp tests.
24801         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24802         (all-object-suffixes): Remove .ob.
24803         (bppfx): Remove variable.
24804         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24805         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24806         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24807         [$(build-bounded) = yes] (libtype.ob): Likewise.
24808         * Makerules (elide-routines.ob): Remove variable.
24809         (do-tests-clean): Do not handle *-bp.out.
24810         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24811         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24812         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24813         (tests): Do not include $(tests-bp.out).
24814         (xtests): Do not include $(xtests-bp.out).
24815         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24816         [$(build-bounded) = yes] ($(addprefix
24817         $(objpfx),$(binaries-bounded))): Remove rule.
24818         ($(objpfx)%-bp.out): Remove rule.
24819         * config.make.in (build-bounded): Remove variable.
24820         * crypt/Makefile [$(build-bounded) = yes]
24821         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24822         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24823         append to variable.
24824         [$(build-bounded) = yes] (install-lib): Likewise.
24825         [$(build-bounded) = yes] (generated): Likewise.
24826         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24827         Remove rule.
24828         * intl/Makefile [$(build-bounded) = yes]
24829         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24830         * math/Makefile [$(build-bounded) = yes]
24831         ($(tests:%=$(objpfx)%-bp): Likewise.
24832         * misc/Makefile [$(build-bounded) = yes]
24833         ($(objpfx)tst-tsearch-bp): Likewise.
24834         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24835         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24836         Remove dependency.
24837         * string/Makefile (o-objects.ob): Remove variable.
24838         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24839         (CFLAGS-.ob): Remove variable.
24840         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24841         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24842         both definitions of variable.
24843         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24844         (ASFLAGS-.ob): Remove variable.
24846 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24848         [BZ #13550]
24849         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24850         Remove __BOUNDED_POINTERS__ from condition.
24851         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24852         * string/bits/string2.h [!__NO_STRING_INLINES &&
24853         !__BOUNDED_POINTERS__]: Likewise.
24854         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24855         Likewise.
24856         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24857         Remove conditional code.
24858         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24859         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24860         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24861         condition.
24863         [BZ #13550]
24864         * csu/libc-start.c: Do not include <bp-sym.h>.
24865         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24866         * elf/dl-open.c: Do not include <bp-sym.h>.
24867         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24868         * math/fegetenv.c: Do not include <bp-sym.h>.
24869         (fegetenv): Do not use BP_SYM in versioned symbols.
24870         * nptl/sysdeps/pthread/bits/libc-lockP.h
24871         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24872         <bp-sym.h>.
24873         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24874         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24875         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24876         (__pthread_mutex_destroy): Likewise.
24877         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24878         (__pthread_mutex_lock): Likewise.
24879         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24880         (__pthread_mutex_trylock): Likewise.
24881         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24882         (__pthread_mutex_unlock): Likewise.
24883         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24884         (__pthread_mutexattr_init): Likewise.
24885         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24886         (__pthread_mutexattr_destroy): Likewise.
24887         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24888         (__pthread_mutexattr_settype): Likewise.
24889         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24890         (__pthread_rwlock_init): Likewise.
24891         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24892         (__pthread_rwlock_destroy): Likewise.
24893         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24894         (__pthread_rwlock_rdlock): Likewise.
24895         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24896         (__pthread_rwlock_tryrdlock): Likewise.
24897         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24898         (__pthread_rwlock_wrlock): Likewise.
24899         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24900         (__pthread_rwlock_trywrlock): Likewise.
24901         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24902         (__pthread_rwlock_unlock): Likewise.
24903         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24904         (__pthread_key_create): Likewise.
24905         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24906         (__pthread_setspecific): Likewise.
24907         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24908         (__pthread_getspecific): Likewise.
24909         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24910         Likewise.
24911         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24912         (_pthread_cleanup_push_defer): Likewise.
24913         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24914         (_pthread_cleanup_pop_restore): Likewise.
24915         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24916         (pthread_setcancelstate): Likewise.
24917         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24918         <bp-sym.h>.
24919         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24920         (memchr): Do not use BP_SYM in weak_alias.
24921         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24922         (fegetenv): Do not use BP_SYM in versioned symbols.
24923         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24924         (fesetenv): Do not use BP_SYM in versioned symbols.
24925         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24926         (feupdateenv): Do not use BP_SYM in versioned symbols.
24927         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24928         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24929         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24930         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24931         (open64): Do not use BP_SYM in weak_alias.
24932         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24933         (fegetenv): Do not use BP_SYM in versioned symbols.
24934         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24935         (fesetenv): Do not use BP_SYM in versioned symbols.
24936         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24937         (feupdateenv): Do not use BP_SYM in versioned symbols.
24938         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24939         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24940         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24941         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24942         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24943         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24944         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24945         <bp-sym.h>.
24946         (__libc_start_main): Do not use BP_SYM.
24948 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24950         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24951         redundant return line.
24952         (norm): Likewise.
24953         (denorm): Likewise.
24954         (dbl_mp): Likewise.
24955         (sub_magnitudes): Likewise.
24956         (__add): Likewise.
24957         (__sub): Likewise.
24958         (__mul): Likewise.
24959         (__inv): Likewise.
24960         (__dvd): Likewise.
24961         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24962         (norm): Likewise.
24963         (denorm): Likewise.
24964         (dbl_mp): Likewise.
24965         (sub_magnitudes): Likewise.
24966         (__add): Likewise.
24967         (__sub): Likewise.
24968         (__mul): Likewise.
24969         (__inv): Likewise.
24970         (__dvd): Likewise.
24972         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
24973         instead of __mul.
24974         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
24975         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
24976         (cc32): Likewise.
24978         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
24979         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
24980         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
24981         of __mul for squares.
24982         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
24983         function
24984         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
24985         Likewise.
24986         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
24987         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
24989 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
24991         [BZ #13550]
24992         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
24993         code.
24994         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
24995         prototype or function definition.  Rename ubp_* variables and
24996         parameters.  Remove argv definitions conditional on
24997         [__BOUNDED_POINTERS__].
24998         * debug/backtrace.c (__backtrace): Do not use __unbounded.
24999         * elf/dl-runtime.c (_dl_fixup): Likewise.
25000         * include/set-hooks.h (RUN_HOOK): Likewise.
25001         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25002         definition.
25003         * string/strcpy.c (strcpy): Do not use __unbounded.
25004         * sysdeps/generic/frame.h (struct layout): Likewise.
25005         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25006         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25007         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25008         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25009         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25010         (__backtrace): Likewise.
25011         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25012         use __ptrvalue.
25013         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25014         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25015         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25016         Likewise.
25017         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25018         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25019         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25020         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25021         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25022         Do not use __unbounded.
25023         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25024         Rename __unboundedrlimits parameter to rlimits in prototype.
25025         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25026         Do not use __unbounded.
25027         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25028         not use __ptrvalue.
25029         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25030         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25031         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25032         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25033         __ptrvalue or __unbounded.
25034         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25035         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25036         use __unbounded.
25037         (__new_msgctl): Do not use __ptrvalue.
25038         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25039         __unbounded.
25040         (__libc_msgrcv): Do not use __ptrvalue.
25041         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25042         startup_info): Do not use __unbounded.
25043         (__libc_start_main): Likewise.  Rename ubp_* variables and
25044         parameters.  Remove argv definitions conditional on
25045         [__BOUNDED_POINTERS__].
25046         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25047         __ptrvalue.
25048         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25049         use __unbounded.
25050         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25051         or __ptrvalue.
25052         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25053         use __unbounded.
25054         (__new_shmctl): Do not use __ptrvalue.
25055         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25056         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25057         Likewise.
25058         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25059         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25060         (__libc_sigaction): Likewise.
25061         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25062         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25063         Likewise.
25064         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25066 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25068         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25070         * string/mempcpy.c: Implement by calling memcpy.
25072 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25074         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25076         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25077         evaluation.
25079         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25080         values in the mantissa.
25082         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25083         minimize writes to Z.
25084         (sub_magnitudes): Simplify code a bit.
25086 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25088         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25089         from the message.  The linker prefixes all warnings with that already.
25091 2013-02-12  Andreas Schwab  <schwab@suse.de>
25093         [BZ #15078]
25094         * posix/regexec.c (extend_buffers): Add parameter min_len.
25095         (check_matching): Pass minimum needed length.
25096         (clean_state_log_if_needed): Likewise.
25097         (get_subexp): Likewise.
25098         * posix/Makefile (tests): Add bug-regex34.
25099         (bug-regex34-ENV): Define.
25100         * posix/bug-regex34.c: New file.
25102         [BZ #11561]
25103         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25104         elements compare against the byte sequence of it, not its name.
25105         * posix/Makefile (tests): Add bug-regex35.
25106         (bug-regex35-ENV): Define.
25107         * posix/bug-regex35.c: New file.
25109 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25111         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25112         comment.
25113         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25114         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25115         (CHECK_EOL): Add undef.
25117 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25119         * bits/stdlib-bsearch.h: New file.
25120         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25121         * stdlib/stdlib.h: Likewise.
25123 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25125         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25126         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25127         declaration.
25128         * manual/search.texi (Array Search Function): Add missing const in
25129         lfind prototype.
25130         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25131         declaration to use rlim_t.
25132         (Basic Scheduling Functions): Remove erroneous const from
25133         sched_getparam prototype.  Remove erroneous * from
25134         sched_get_priority_max and sched_get_priority_min prototypes.
25135         (Resource Usage): Fix summary @comment on vtimes to refer to
25136         sys/vtimes.h rather than vtimes.h.
25137         Add missing *s in vtimes prototype.
25138         (Limits on Resources): Fix ulimit prototype to return long int.
25139         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25140         prototypes to use long int rather than double.
25141         (BSD Random): Fix initstate and setstate to use char *, not void *.
25142         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25143         prototype to make second argument 'struct aiocb64 *const[]'.
25144         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25145         (Status of AIO Operations): Remove erroneous const in aio_return and
25146         aio_return64 prototypes.
25147         (Synchronizing I/O): Fix sync prototype to return void.
25148         * manual/startup.texi (Suboptions): Remove an erroneous const in
25149         getsubopt prototype.
25150         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25151         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25152         use size_t rather than int.
25153         (Scanning All Users): Likewise for getpwent_r.
25154         (Setting Groups): Add missing const to setgroups prototype.
25155         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25156         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25157         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25158         'const void *' rather than 'const char *'.
25159         (Host Address Functions): Likewise for inet_ntop.
25160         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25161         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25162         ssize_t for return value.
25163         (Sending Data): Likewise for send, sendto, sendmsg.
25164         (Socket Option Functions): Add a missing const in setsockopt prototype.
25165         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25166         use wchar_t for the argument.
25167         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25168         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25169         take no arguments.
25170         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25171         double/float/long double for second argument.
25172         Fix return types of significand, significandf, significandl.
25173         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25174         argument in fchmod prototype.
25175         (File Owner): Use uid_t and gid_t in fchown prototype.
25176         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25177         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25178         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25179         use 'const struct dirent **' as argument types to CMP function pointer
25180         argument.
25181         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25182         (File Times): Fix summary magic @comment for struct utimbuf and utime
25183         to refer to utime.h, not time.h.
25184         * manual/string.texi (Argz Functions): Add missing const in
25185         argz_extract and argz_next prototypes.
25186         (Finding Tokens in a String): Likewise for basename.
25187         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25188         (Copying and Concatenation): Fix typo in wmemmove prototype.
25189         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25190         (Signal Stack): Remove erroneous const in sigstack prototype.
25191         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25192         prototype.
25193         (Simple Calendar Time): Likewise for stime.
25194         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25195         prototype.
25196         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25197         say sys/sysctl.h instead.
25198         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25199         and vsyslog prototypes.
25201 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25203         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25204         Remove.
25206 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25208         * misc/sys/mman.h: Fix typo in mremap comment.
25210 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25212         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25213         the '\0' terminator.
25215 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25217         [BZ #13550]
25218         * debug/segfault.c: Don't include <bp-checks.h>.
25219         * sysdeps/generic/bp-checks.h: Remove file.
25220         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25221         (__GETDENTS): Don't use CHECK_N.
25222         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25223         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25224         (__getgroups): Don't use CHECK_N.
25225         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25226         (setgroups): Don't use CHECK_N.
25227         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25228         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25229         (__libc_msgrcv): Don't use CHECK_N.
25230         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25231         (__libc_msgsnd): Don't use CHECK_N.
25232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25233         <bp-checks.h>.
25234         (__libc_pread): Don't use CHECK_N.
25235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25236         include <bp-checks.h>.
25237         (__libc_pread64): Don't use CHECK_N.
25238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25239         include <bp-checks.h>.
25240         (__libc_pwrite): Don't use CHECK_N.
25241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25242         include <bp-checks.h>.
25243         (__libc_pwrite64): Don't use CHECK_N.
25244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25245         <bp-checks.h>.
25246         (__libc_pread): Don't use CHECK_N.
25247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25248         include <bp-checks.h>.
25249         (__libc_pread64): Don't use CHECK_N.
25250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25251         include <bp-checks.h>.
25252         (__libc_pwrite): Don't use CHECK_N.
25253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25254         include <bp-checks.h>.
25255         (__libc_pwrite64): Don't use CHECK_N.
25256         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25257         (do_pread): Don't use CHECK_N.
25258         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25259         (do_pread64): Don't use CHECK_N.
25260         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25261         (do_pwrite): Don't use CHECK_N.
25262         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25263         (do_pwrite64): Don't use CHECK_N.
25264         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25265         (__libc_readv): Don't use CHECK_N.
25266         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25267         (semop): Don't use CHECK_N.
25268         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25269         <bp-checks.h>.
25270         (semtimedop): Don't use CHECK_N.
25271         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25272         (__libc_pread): Don't use CHECK_N.
25273         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25274         <bp-checks.h>.
25275         (__libc_pread64): Don't use CHECK_N.
25276         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25277         <bp-checks.h>.
25278         (__libc_pwrite): Don't use CHECK_N.
25279         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25280         <bp-checks.h>.
25281         (__libc_pwrite64): Don't use CHECK_N.
25282         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
25283         <bp-checks.h>.
25284         (__libc_msgrcv): Don't use CHECK_N.
25285         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
25286         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
25287         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
25288         (__libc_writev): Don't use CHECK_N.
25290 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25292         * string/strcpy.c: Removed unused variable.
25294         * Makeconfig (+sysdep-includes): Define with := rather than =.
25295         Use an existing include/ subdir of each sysdeps dir before it.
25297 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25299         * nscd/connection.c (register_traced_file): Comment function.
25300         [HAVE_INOTIFY] (union __inev): Define.
25301         [HAVE_INOTIFY] (inotify_check_files): New function.
25302         [HAVE_INOTIFY] (clear_db_cache): Likewise.
25303         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25304         clear_db_cache.
25305         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25307 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25309         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25310         loaded if not already and that a failure is permanent.
25312 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25314         [BZ #15006]
25315         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25316         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25318 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25320         [BZ #13550]
25321         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25322         (CHECK_1_NULL_OK): Likewise.
25323         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25324         (__fxstat): Do not use CHECK_1.
25325         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25326         <bp-checks.h>.
25327         (___fxstat64): Do not use CHECK_1.
25328         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25329         <bp-checks.h>.
25330         (__fxstatat): Do not use CHECK_1.
25331         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25332         <bp-checks.h>.
25333         (__fxstatat64): Do not use CHECK_1.
25334         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25335         <bp-checks.h>.
25336         (__fxstat): Do not use CHECK_1.
25337         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25338         <bp-checks.h>.
25339         (__fxstatat): Do not use CHECK_1.
25340         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25341         <bp-checks.h>.
25342         (__getresgid): Do not use CHECK_1.
25343         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25344         <bp-checks.h>.
25345         (__getresuid): Do not use CHECK_1.
25346         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25347         <bp-checks.h>.
25348         (__lxstat): Do not use CHECK_1.
25349         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25350         <bp-checks.h>.
25351         (__old_msgctl): Do not use CHECK_1.
25352         (__new_msgctl): Likewise.
25353         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25354         <bp-checks.h>.
25355         (__new_setrlimit): Do not use CHECK_1.
25356         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25357         <bp-checks.h>.
25358         (__old_shmctl): Do not use CHECK_1.
25359         (__new_shmctl): Likewise.
25360         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25361         <bp-checks.h>.
25362         (__xstat): Do not use CHECK_1.
25363         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25364         (__lxstat): Do not use CHECK_1.
25365         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25366         <bp-checks.h>.
25367         (___lxstat64): Do not use CHECK_1.
25368         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25369         (__old_msgctl): Do not use CHECK_1.
25370         (__new_msgctl): Likewise.
25371         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25372         <bp-checks.h>.
25373         (__gettimeofday): Do not use CHECK_1.
25374         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25375         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25376         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25377         <bp-checks.h>.
25378         (__gettimeofday): Do not use CHECK_1.
25379         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25380         (__old_shmctl): Do not use CHECK_1_NULL_OK.
25381         (__new_shmctl): Do not use CHECK_1.
25382         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25383         <bp-checks.h>.
25384         (do_sigtimedwait): Do not use CHECK_1.
25385         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25386         <bp-checks.h>.
25387         (do_sigwaitinfo): Do not use CHECK_1.
25388         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25389         <bp-checks.h>.
25390         (msgctl): Do not use CHECK_1.
25391         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25392         <bp-checks.h>.
25393         (shmctl): Do not use CHECK_1.
25394         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25395         (ustat): Do not use CHECK_1.
25396         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25397         <bp-checks.h>.
25398         (__fxstat): Do not use CHECK_1.
25399         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25400         <bp-checks.h>.
25401         (__fxstatat): Do not use CHECK_1.
25402         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25403         <bp-checks.h>.
25404         (__lxstat): Do not use CHECK_1.
25405         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25406         <bp-checks.h>.
25407         (__xstat): Do not use CHECK_1.
25408         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25409         (__xstat): Do not use CHECK_1.
25410         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25411         (___xstat64): Do not use CHECK_1.
25413         [BZ #13550]
25414         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25415         definitions.
25416         (CHECK_BOUNDS_HIGH): Likewise.
25417         * string/strcpy.c: Do not include <bp-checks.h>.
25418         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25420 2013-02-07  Roland McGrath  <roland@hack.frob.com>
25422         * nscd/nscd-client.h (__nscd_drop_map_ref):
25423         Add __attribute__ ((unused)).
25424         * nis/nss-nisplus.h (niserr2nss): Likewise.
25426         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25427         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25429         * csu/libc-tls.c (init_static_tls, init_slotinfo):
25430         Remove inline keyword.
25431         * include/rounding-mode.h (round_away): Likewise.
25432         * libio/wfileops.c (adjust_wide_data): Likewise.
25433         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25434         (__m128i_strloadu_tolower): Likewise.
25435         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25436         (__m128i_strloadu_tolower): Likewise.
25437         * time/mktime.c (ydhms_diff): Likewise.
25438         * locale/elem-hash.h (elem_hash): Likewise.
25439         * locale/setlocale.c (setdata): Likewise.
25440         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25441         (re_string_wchar_at): Likewise.
25442         (bitset_not, bitset_merge, bitset_mask): Likewise.
25443         [!(__GNUC__ > 3)] (inline): Remove macro.
25444         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25445         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25446         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25447         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25448         * string/memcmp.c (memcmp_bytes): Likewise.
25449         * locale/programs/locarchive.c (compute_hashval): Likewise.
25450         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25451         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25452         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25453         * nss/getent.c (print_rpc, print_protocols): Likewise.
25454         (print_passwd, print_group, print_aliases): Likewise.
25455         * nis/nss-nisplus.h (niserr2nss): Likewise.
25456         * nscd/connections.c (restart_p): Likewise.
25457         Change return type to bool.
25459 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25461         * Makeconfig (all-Depend-files): Add existing
25462         $(sorted-subdirs:=/Depend) files.
25463         (all-subdirs): Remove nss.
25464         * sysdeps/unix/inet/Subdirs: Add it here instead.
25465         * hesiod/Depend: New file.
25467         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25468         instead of calling alloca.
25470         * io/lseek.c (__lseek): Rename to __libc_lseek.
25471         Define __lseek as an alias.
25473         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25475 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25477         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25478         else clause and remove check for non-standard endianness.
25480 2013-02-04  David S. Miller  <davem@davemloft.net>
25482         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25484 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25486         [BZ #13550]
25487         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25488         (__ubp_memchr): Remove prototype.
25489         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25490         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25491         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25492         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25493         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25494         Remove alias.
25495         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25496         (__ubp_memchr): Likewise.
25497         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25498         (__ubp_memchr): Likewise.
25499         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25500         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25501         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25502         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25503         CHECK_STRING.
25504         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25505         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25506         (__getcwd): Do not use CHECK_STRING.
25507         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25508         <bp-checks.h>.
25509         (__real_chown): Do not use CHECK_STRING.
25510         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25511         <bp-checks.h>.
25512         (fchownat): Do not use CHECK_STRING.
25513         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25514         CHECK_STRING.
25515         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25516         <bp-checks.h>.
25517         (__lchown): Do not use CHECK_STRING.
25518         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25519         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25520         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25521         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25523         include <bp-checks.h>.
25524         (truncate64): Do not use CHECK_STRING.
25525         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25526         <bp-checks.h>.
25527         (__real_chown): Do not use CHECK_STRING.
25528         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25529         <bp-checks.h>.
25530         (__lchown): Do not use CHECK_STRING.
25531         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25532         <bp-checks.h>.
25533         (__chown): Do not use CHECK_STRING.
25534         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25535         <bp-checks.h>.
25536         (truncate64): Do not use CHECK_STRING.
25537         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25538         Likewise.
25539         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25540         (__xmknod): Do not use CHECK_STRING.
25541         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25542         <bp-checks.h>.
25543         (__xmknodat): Do not use CHECK_STRING.
25544         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25545         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25547 2013-02-04  Andreas Schwab  <schwab@suse.de>
25549         [BZ #14142]
25550         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25551         * include/netdb.h: Likewise for h_errno.
25552         * elf/tst-stackguard1.c: Include <tls.h>.
25554 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25556         * elf/link.h (struct link_map): Extend the l_addr comment.
25557         * include/link.h (struct link_map): Likewise.
25559 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25561         [BZ #13550]
25562         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25563         (BOUNDED_1): Remove macro.
25564         * debug/backtrace.c: Don't include <bp-checks.h>.
25565         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25566         (__backtrace): Likewise.
25567         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25568         <bp-checks.h>.
25569         (__backtrace): Don't use BOUNDED_1.
25570         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25571         <bp-checks.h>.
25572         (__backtrace): Don't use BOUNDED_1.
25573         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25574         (__backtrace): Don't use BOUNDED_1.
25575         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25576         (shmat): Don't use BOUNDED_N.
25578 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25580         [BZ #13550]
25581         * sysdeps/generic/bp-start.h: Remove file.
25582         * csu/libc-start.c: Don't include <bp-start.h>.
25583         (LIBC_START_MAIN): Set up __environ directly instead of using
25584         INIT_ARGV_and_ENVIRON.
25585         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25586         <bp-start.h>.
25588         [BZ #13550]
25589         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25590         definitions.
25591         (CHECK_FCNTL): Likewise.
25592         (CHECK_N_PAGES): Likewise.
25594         [BZ #13550]
25595         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25596         definitions.
25597         (CHECK_SIGSET_NULL_OK): Likewise.
25598         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25599         <bp-checks.h>.
25600         (sigpending): Don't use CHECK_SIGSET.
25601         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25602         <bp-checks.h>.
25603         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25604         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25605         <bp-checks.h>.
25606         (do_sigsuspend): Don't use CHECK_SIGSET.
25607         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25608         use CHECK_SIGSET.
25609         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25610         (do_sigwait): Don't use CHECK_SIGSET.
25611         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25612         use CHECK_SIGSET.
25613         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25614         include <bp-checks.h>.
25615         (sigpending): Don't use CHECK_SIGSET.
25616         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25617         include <bp-checks.h>.
25618         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25619         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25620         <bp-checks.h>.
25621         (sigpending): Don't use CHECK_SIGSET.
25622         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25623         <bp-checks.h>.
25624         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25626         [BZ #13550]
25627         * sysdeps/generic/bp-semctl.h: Remove file.
25628         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25629         <bp-checks.h> and <bp-semctl.h>.
25630         (__old_semctl): Don't use CHECK_SEMCTL.
25631         (__new_semctl): Likewise.
25632         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25633         and <bp-semctl.h>.
25634         (__old_semctl): Don't use CHECK_SEMCTL.
25635         (__new_semctl): Likewise.
25636         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25637         <bp-checks.h> and <bp-semctl.h>.
25638         (__old_semctl): Don't use CHECK_SEMCTL.
25639         (__new_semctl): Likewise.
25640         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25641         <bp-checks.h> and <bp-semctl.h>.
25642         (semctl): Don't use CHECK_SEMCTL.
25644         [BZ #13550]
25645         * Makerules (elide-bp-thunks): Remove variable.
25646         (elide-routines.oS): Don't use $(elide-bp-thunks).
25647         (elide-routines.os): Likewise.
25648         (elide-routines.o): Likewise.
25649         (elide-routines.op): Likewise.
25650         (elide-routines.og): Likewise.
25651         (objects): Don't use $(bp-thunks).
25652         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25653         include.
25654         (common-generated): Do not add s-proto-bp.d.
25655         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25656         (int): Likewise.
25657         (typ): Likewise.
25658         Do not generate makefile rules for bounded-pointer thunks.
25659         * sysdeps/generic/bp-thunks.h: Remove file.
25660         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25661         * sysdeps/unix/s-proto-bp.S: Likewise.
25663         [BZ #15062]
25664         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25665         parts of result separately when argument is not close to line from
25666         -i to i and one part of argument is small.
25667         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25668         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25669         * math/libm-test.inc (cacos_test): Add more tests.
25670         (casin_test): Likewise.
25671         (casinh_test): Likewise.
25672         * sysdeps/i386/fpu/libm-test-ulps: Update.
25673         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25675 2013-01-31  David S. Miller  <davem@davemloft.net>
25677         * po/de.po: Update from translation team.
25679 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25681         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25683 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25685         * configure.in (_AC_PROG_CC_C89): New definition.
25686         * configure: Regenerate.
25688         * configure.in (AC_PROG_CPP): New definition.
25689         * configure: Regenerate.
25691 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25693         * debug/tst-backtrace.h: New file.
25694         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25695         (ret): Remove variable.
25696         (x): Likewise.
25697         (FAIL): Remove macro.
25698         (NO_INLINE): Likewise.
25699         (fn1): Use match function instead of strstr.
25700         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25701         (ret): Remove variable.
25702         (x): Likewise.
25703         (FAIL): Remove macro.
25704         (NO_INLINE): Likewise.
25705         (fn): Use match function instead of strstr.
25706         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25707         (ret): Remove variable.
25708         (x): Likewise.
25709         (FAIL): Remove macro.
25710         (NO_INLINE): Likewise.
25711         (handle_signal): Use match function instead of strstr.
25712         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25713         (ret): Remove variable.
25714         (x): Likewise.
25715         (FAIL): Remove macro.
25716         (NO_INLINE): Likewise.
25717         (handle_signal): Use match function instead of strstr.
25719 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25721         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25723 2013-01-23  David S. Miller  <davem@davemloft.net>
25725         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25726         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25727         argument of CAS if possible.
25728         * sysdeps/sparc/sparc64/bits/atomic.h
25729         (__arch_compare_and_exchange_val_32_acq): Likewise.
25730         (__arch_compare_and_exchange_val_64_acq): Likewise.
25732 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25734         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25735         * sysdeps/posix/ulimit.c: ... this.
25736         Include <limits.h>.
25737         * sysdeps/unix/bsd/ulimit.c: Remove file.
25739 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25741         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25742         (LDFLAGS-tst-array5): Likewise.
25744 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25746         [BZ #15036]
25747         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25748         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25749         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25750         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25752 2013-01-21  David S. Miller  <davem@davemloft.net>
25754         * sysdeps/sparc/backtrace.c: New file.
25755         * sysdeps/sparc/sparc32/backtrace.h: New file.
25756         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25757         * sysdeps/sparc/sparc64/backtrace.h: New file.
25758         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25759         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25760         -funwind-tables.
25762 2013-01-21  Andreas Schwab  <schwab@suse.de>
25764         [BZ #15020]
25765         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25766         closed its stdout.
25768 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25770         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25771         "mpa2.h".
25772         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25774 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25775             Mark Mitchell  <mark@codesourcery.com>
25776             Tom de Vries  <tom@codesourcery.com>
25777             Paul Pluzhnikov  <ppluzhnikov@google.com>
25779         * debug/tst-backtrace2.c: New file.
25780         * debug/tst-backtrace3.c: Likewise.
25781         * debug/tst-backtrace4.c: Likewise.
25782         * debug/tst-backtrace5.c: Likewise.
25783         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25784         (CFLAGS-tst-backtrace3.c): Likewise.
25785         (CFLAGS-tst-backtrace4.c): Likewise.
25786         (CFLAGS-tst-backtrace5.c): Likewise.
25787         (LDFLAGS-tst-backtrace2): Likewise.
25788         (LDFLAGS-tst-backtrace3): Likewise.
25789         (LDFLAGS-tst-backtrace4): Likewise.
25790         (LDFLAGS-tst-backtrace5): Likewise.
25791         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25792         tst-backtrace4 and tst-backtrace5.
25794 2013-01-18  Anton Blanchard  <anton@samba.org>
25795             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25797         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25798         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25799         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25800         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25802         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25803         "+r" and remove output regs list as redundant.  Add explicit inline
25804         asm to specify register of return val to work around compiler codegen
25805         bug.  Remove (int) cast on return value.  Add return type parameter to
25806         use in macro so that this macro does not truncate return value for
25807         64-bit values.
25808         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25809         pass to INTERNAL_VSYSCALL_NCS.
25810         (INLINE_VSYSCALL): Add 'long int' as return type to
25811         INTERNAL_VSYSCALL_NCS macro invocation.
25812         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25813         INTERNAL_VSYSCALL_NCS macro invocation.
25814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25816 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25818         [BZ #14496]
25819         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25820         Fix application of SIMD FP exception mask.
25822         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25823         mp_no from a power of two.
25824         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25825         __mpexp_twomm1.  Use __pow_mp.
25827         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25828         multiplication.
25830 2013-01-17  David S. Miller  <davem@davemloft.net>
25832         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25834 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25836         [BZ #15023]
25837         * include/complex.h: Condition contents on [!_COMPLEX_H].
25838         (__kernel_casinhf): New prototype.
25839         (__kernel_casinh): Likewise.
25840         (__kernel_casinhl): Likewise.
25841         * math/Makefile (libm_calls): Add k_casinh.
25842         * math/k_casinh.c: New file.
25843         * math/k_casinhf.c: Likewise.
25844         * math/k_casinhl.c: Likewise.
25845         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25846         finite nonzero arguments.
25847         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25848         finite nonzero arguments.
25849         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25850         finite nonzero arguments.
25851         * math/s_casinh.c: Do not include <float.h>.
25852         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25853         * math/s_casinhf.c: Do not include <float.h>.
25854         (__casinhf): Move code for finite nonzero arguments to
25855         k_casinhf.c.
25856         * math/s_casinhl.c: Do not include <float.h>.
25857         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25858         redefine.
25859         (__casinhl): Move code for finite nonzero arguments to
25860         k_casinhl.c.
25861         * math/libm-test.inc (cacos_test): Add more tests.
25862         * sysdeps/i386/fpu/libm-test-ulps: Update.
25863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25865 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25867         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25868         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25869         [!HAVE_MREMAP]: Remove [defined linux] case.
25870         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25872 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25874         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25876 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25878         * elf/elf.h (R_386_SIZE32): New relocation.
25879         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25880         R_386_SIZE32.
25881         (elf_machine_rela): Likewise.
25882         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25883         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25885 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25887         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25888         (FP_FAST_FMA): Do not define.
25889         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25890         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25891         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25892         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25893         !_SOFT_FLOAT]: Likewise.
25894         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25895         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25896         value.
25897         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25898         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25899         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25900         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25901         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25902         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25903         file.
25905 2013-01-16  Andreas Schwab  <schwab@suse.de>
25907         [BZ #14327]
25908         * include/stdlib.h (__mktemp): Add declaration.
25909         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25910         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25912 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25914         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25915         definitions.
25916         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25917         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25918         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25919         definitions here.
25920         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25921         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25922         definitions.
25923         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25924         and ONE.
25925         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25926         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25927         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25928         definitions.
25929         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25930         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25931         definitions.
25932         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25934         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25936 2013-01-15  David S. Miller  <davem@davemloft.net>
25938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25939         trunc{,f} to libm-sysdep_routes.
25940         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25941         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25942         file.
25943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25944         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25945         file.
25946         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25947         file.
25948         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25949         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25950         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25951         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25952         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25953         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25954         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25955         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25958         nearbyint{,f} to libm-sysdep_routes.
25959         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25961         New file.
25962         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25963         file.
25964         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25965         New file.
25966         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25967         file.
25968         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25969         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25970         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25971         file.
25972         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
25973         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
25974         file.
25975         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
25976         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
25977         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
25979         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25980         libc_feholdexcept and libc_fesetenv.
25982 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
25984         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
25986 2013-01-14  David S. Miller  <davem@davemloft.net>
25988         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
25989         (SPARC_ASM_VIS2_IFUNC): Likewise.
25990         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
25991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
25992         use of 'siam' instruction.
25993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
25994         Likewise.
25995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
25996         Likewise.
25997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
25998         Likewise.
25999         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26000         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26001         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26002         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26004         file.
26005         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26006         file.
26007         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26008         file.
26009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26010         file.
26011         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26012         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26013         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26014         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26016         new VIS2 routines.
26017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26020         Likewise.
26021         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26022         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26023         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26024         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26026         routines to libm-sysdep_routines.
26027         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26030         fdim/fdimf to libm-sysdep_routines.
26031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26032         file.
26033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26035         file.
26036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26037         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26038         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26039         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26040         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26041         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26042         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26044 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26046         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26047         to optimize copies.
26049         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26050         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26051         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26053         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26054         local variable MPTWO.
26055         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26056         Likewise.
26058 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26060         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26061         GLOB_NOESCAPE.
26063 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26065         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26067 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26069         * manual/pattern.texi (glob_t): Document gl_flags.
26070         (glob64_t): Likewise.
26072 2013-01-11  David S. Miller  <davem@davemloft.net>
26074         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26075         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26076         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26077         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26078         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26079         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26080         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26081         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26082         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26083         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26084         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26085         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26086         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26088         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26089         sparc V9 rather than using V8 code.
26090         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26091         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26093         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26094         Move to...
26095         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26096         Here.
26098 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26100         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26101         not in the main loop.
26102         * configure: Regenerated.
26104 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26106         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26107         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26108         to just #else.
26109         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26110         [!__GLIBC_HAVE_LONG_LONG] case.
26111         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26112         condition to just #else.
26113         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26114         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26115         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26116         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26117         unconditional.
26118         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26119         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26120         #elif condition to just #else.
26121         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26122         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26123         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26124         #elif condition to just #else.
26126 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26128         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26129         (EF_MIPS_ARCH_64): Fix value.
26130         (EF_MIPS_ARCH_32R2): New.
26131         (EF_MIPS_ARCH_64R2): New.
26133 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26135         * Makeconfig (+link-pie-before-libc): New.
26136         (+link-pie-after-libc): Likewise.
26137         (+link-pie-tests): Likewise.
26138         (+link-pie): Rewritten.
26139         (link-before-libc): Remove $(config-LDFLAGS).
26140         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26141         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26142         (config-LDFLAGS): Renamed to ...
26143         (rtld-LDFLAGS): This.
26144         (rtld-tests-LDFLAGS): New macro.
26145         (link-libc-rpath-link): Likewise.
26146         (link-libc-tests-rpath-link): Likewise.
26147         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26148         (link-libc): Prepand $(link-libc-rpath-link).
26149         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26150         (test-program-prefix): New macro.
26151         (test-via-rtld-prefix): Likewise.
26152         (test-program-cmd): Likewise.
26153         (host-test-program-cmd): Likewise.
26154         * Makefile ($(common-objpfx)testrun.sh): Replace
26155         $(run-program-prefix) with $(test-program-prefix).
26156         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26157         $(rtld-LDFLAGS).
26158         ($(common-objpfx)shlib.lds): Likewise.
26159         (build-module-helper): Likewise.
26160         ($(common-objpfx)format.lds): Likewise.
26161         * Rules (binaries-pie-tests): New.
26162         (binaries-pie-notests): Likewise.
26163         (binaries-pie): Rewritten.
26164         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26165         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26166         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26167         (make-test-out): Replace $(host-built-program-cmd) with
26168         $(host-test-program-cmd).
26169         * config.make.in (build-hardcoded-path-in-tests): New variable.
26170         * configure.in (--enable-hardcoded-path-in-tests): New configure
26171         option.
26172         (hardcoded_path_in_tests): New AC_SUBST.
26173         * configure: Regenerated.
26174         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26175         $(built-program-cmd) with $(test-program-cmd).
26176         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26177         (test_program_cmd): This.
26178         * elf/Makefile ($(objpfx)order.out): Run test with
26179         $(test-program-prefix).
26180         ($(objpfx)order2.out): Likewise.
26181         ($(objpfx)tst-initorder.out): Likewise.
26182         ($(objpfx)tst-initorder2.out): Likewise.
26183         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26184         $(test-program-cmd).
26185         ($(objpfx)tst-array1-static.out): Likewise.
26186         ($(objpfx)tst-array2.out): Likewise.
26187         ($(objpfx)tst-array3.out): Likewise.
26188         ($(objpfx)tst-array4.out): Likewise.
26189         ($(objpfx)tst-array5.out): Likewise.
26190         ($(objpfx)tst-array5-static.out): Likewise.
26191         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26192         $(test-program-cmd).
26193         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26194         $(run-program-prefix) with $(test-program-prefix).
26195         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26196         (test_program_prefix): This.
26197         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26198         $(run-program-prefix) with $(test-program-prefix).
26199         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26200         (test_program_prefix): This.
26201         * iconvdata/tst-tables.sh: Likewise.
26202         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26203         $(run-program-prefix) with $(test-program-prefix).
26204         ($(objpfx)tst-translit.out): Likewise.
26205         ($(objpfx)tst-gettext2.out): Likewise.
26206         ($(objpfx)tst-gettext4.out): Likewise.
26207         ($(objpfx)tst-gettext6.out): Likewise.
26208         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26209         (test_program_prefix): This.
26210         * intl/tst-gettext2.sh: Likewise.
26211         * intl/tst-gettext4.sh  Likewise.
26212         * intl/tst-gettext6.sh: Likewise.
26213         * intl/tst-translit.sh: Likewise.
26214         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26215         with $(test-program-cmd).
26216         * libio/Makefile ($(objpfx)test-freopen.out): Replace
26217         $(run-program-prefix) with $(test-program-prefix).
26218         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26219         (test_program_prefix): This.
26220         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26221         $(run-program-prefix) with $(test-program-prefix).
26222         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26223         (test_program_prefix): This.
26224         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26225         * posix/Makefile ($(objpfx)globtest.out): Replace
26226         $(run-via-rtld-prefix) and $(test-wrapper) with
26227         $(test-program-prefix) and $(test-via-rtld-prefix).
26228         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26229         $(test-program-prefix).
26230         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26231         $(host-test-program-cmd).
26232         (tst-spawn-ARGS): Likewise.
26233         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26234         $(test-program-prefix).
26235         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26236         (test_via_rtld_prefix): This.
26237         (test_wrapper): Renamed to ...
26238         (test_program_prefix): This.
26239         (run_program_prefix): Replaced by test_program_prefix.
26240         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26241         (test_program_prefix): This.
26242         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26243         with $(host-test-program-cmd).
26244         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26245         $(run-program-prefix) with $(test-program-prefix).
26246         ($(objpfx)tst-printf.out): Likewise.
26247         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26248         $(test-program-cmd).
26249         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26250         (test_program_prefix): This.
26251         * stdio-common/tst-unbputc.sh: Likewise.
26252         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26253         $(run-program-prefix) with $(test-program-prefix).
26254         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26255         (test_program_prefix): This.
26256         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26257         $(built-program-cmd) with $(test-program-cmd).
26259 2013-01-11  Andreas Jaeger  <aj@suse.de>
26261         [BZ #15003]
26262         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26263         value. Sync with Linux 3.7.
26265 2013-01-10  David S. Miller  <davem@davemloft.net>
26267         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26268         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26269         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26271 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26273         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26274         never set.
26275         * configure: Regenerated.
26277 2013-01-10  David S. Miller  <davem@davemloft.net>
26279         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26280         sparc V9 rather than using V8 code.
26281         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26282         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26284 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26286         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
26287         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
26288         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
26289         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
26290         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
26291         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
26292         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
26293         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
26294         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
26295         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
26296         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26297         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26298         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26299         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26300         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26301         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26302         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26303         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26304         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26305         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26306         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26307         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26308         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26309         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26310         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26311         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26312         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26314 2013-01-10  David S. Miller  <davem@davemloft.net>
26316         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26318 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26320         * posix/Makefile (tests-static): New variable.
26321         (tests): Add $(tests-static).
26322         (tst-exec-static-ARGS): New variable.
26323         (tst-spawn-static-ARGS): Likewise.
26324         * posix/tst-exec-static.c: New file.
26325         * posix/tst-spawn-static.c: Likewise.
26326         * posix/tst-exec.c: Support run directly.
26327         * posix/tst-spawn.c: Likewise.
26329 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
26331         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26332         long.
26333         * math/bits/mathcalls.h (llrint): Likewise.
26334         (llround): Likewise.
26335         * stdlib/stdlib.h (struct drand48_data): Likewise.
26336         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26337         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26338         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26339         Likewise.
26340         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26341         Likewise.
26342         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26343         (elf_greg_t): Likewise.
26344         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26345         (__jmp_buf): Likewise.
26346         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26347         definitions.
26348         (llrint): Likewise, for all definitions.
26349         (llrintl): Likewise.
26351         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26352         Remove [__GNUC__] condition.
26353         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26354         condition to just [__USE_ISOC99].
26355         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26357 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26359         [BZ #14200]
26360         * sysdeps/unix/sysv/linux/x86/bits/environments.h
26361         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26362         defined.
26363         (_POSIX_V6_ILP32_OFF32): Likewise.
26364         (_XBS5_ILP32_OFF32): Likewise.
26365         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26366         (__ILP32_OFFBIG_LDFLAGS): Likewise.
26368 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26370         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26372         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26373         doubles __mpexp_twomm1.  Adjust usage.
26374         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26375         Remove.
26377 2013-01-10  Andreas Schwab  <schwab@suse.de>
26379         [BZ #14964]
26380         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26381         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26383 2013-01-09  David S. Miller  <davem@davemloft.net>
26385         [BZ #15003]
26386         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26387         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26388         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26389         (TCP_FASTOPEN): Define.
26390         (tcp_repair_opt): New structure.
26391         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26392         enum values.
26393         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26394         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26395         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
26396         (tcp_cookie_transactions): New structure.
26398 2013-01-09  Anton Blanchard  <anton@samba.org>
26400         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26401         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26402         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26403         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26405 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
26407         * include/features.h (__USE_ANSI): Remove.
26409 2013-01-09  Roland McGrath  <roland@hack.frob.com>
26411         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26413         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26415 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
26417         * sysdeps/s390/fpu/libm-test-ulps: Update.
26419         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26421         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26422         (__acr): Likewise.
26423         (__cpy): Likewise.
26424         (norm): Likewise.
26425         (denorm): Likewise.
26426         (__mp_dbl): Likewise.
26427         (__dbl_mp): Likewise.
26428         (add_magnitudes): Likewise.
26429         (sub_magnitudes): Likewise.
26430         (__add): Likewise.
26431         (__sub): Likewise.
26432         (__mul): Likewise.
26433         (__inv): Likewise.
26434         (__dvd): Likewise.
26435         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26436         (__acr): Likewise.
26437         (__cpy): Likewise.
26438         (norm): Likewise.
26439         (denorm): Likewise.
26440         (__mp_dbl): Likewise.
26441         (__dbl_mp): Likewise.
26442         (add_magnitudes): Likewise.
26443         (sub_magnitudes): Likewise.
26444         (__add): Likewise.
26445         (__sub): Likewise.
26446         (__mul): Likewise.
26447         (__inv): Likewise.
26448         (__dvd): Likewise.
26449         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26450         (__acr): Likewise.
26451         (__cpy): Likewise.
26452         (norm): Likewise.
26453         (denorm): Likewise.
26454         (__mp_dbl): Likewise.
26455         (__dbl_mp): Likewise.
26456         (add_magnitudes): Likewise.
26457         (sub_magnitudes): Likewise.
26458         (__add): Likewise.
26459         (__sub): Likewise.
26460         (__mul): Likewise.
26461         (__inv): Likewise.
26462         (__dvd): Likewise.
26464 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26466         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26467         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26468         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26469         2 && __USE_EXTERN_INLINES]: Likewise.
26471 2013-01-08  Andreas Jaeger  <aj@suse.de>
26473         [BZ# 14985]
26474         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26475         Remove.
26476         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26477         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26479 2013-01-07  Anton Blanchard  <anton@samba.org>
26481         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26482         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26483         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26484         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26485         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26486         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26487         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26488         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26489         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26490         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26491         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26492         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26493         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26494         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26495         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26496         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26497         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26498         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26499         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26500         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26501         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26502         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26503         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26504         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26505         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26506         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26507         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26508         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26509         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26510         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26511         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26512         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26513         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26514         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26515         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26516         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26517         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26518         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26519         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26520         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26521         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26522         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26523         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26525 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26527         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26528         (__MALLOC_PMT): Likewise.
26529         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26530         [__GNUC__], only on [_LIBC].
26531         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26532         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26533         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26534         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26535         forward declaration.
26536         (realloc_hook_ini): Likewise.
26537         (memalign_hook_ini): Likewise.
26538         (__libc_memalign): Do not use __MALLOC_PMT in variable
26539         declaration.
26540         (__libc_valloc): Likewise.
26541         (__libc_pvalloc): Likewise.
26542         (__libc_calloc): Likewise.
26543         (__posix_memalign): Likewise.
26545         [BZ #14996]
26546         * math/s_casinh.c: Include <float.h>.
26547         (__casinh): Do not do computation with squaring and square root
26548         for large arguments.
26549         * math/s_casinhf.c: Include <float.h>.
26550         (__casinhf): Do not do computation with squaring and square root
26551         for large arguments.
26552         * math/s_casinhl.c: Include <float.h>.
26553         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26554         (__casinhl): Do not do computation with squaring and square root
26555         for large arguments.
26556         * math/libm-test.inc (casin_test): Add more tests.
26557         (casinh_test): Likewise.
26558         * sysdeps/i386/fpu/libm-test-ulps: Update.
26559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26561 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26563         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26564         (__x86_64_raw_data_cache_size): Likewise.
26565         (__x86_64_data_cache_size_half): Likewise.
26566         (__x86_64_raw_data_cache_size_half): Likewise.
26567         (__x86_64_shared_cache_size): Likewise.
26568         (__x86_64_raw_shared_cache_size): Likewise.
26569         (__x86_64_shared_cache_size_half): Likewise.
26570         (__x86_64_raw_shared_cache_size_half): Likewise.
26571         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26572         to ...
26573         (__x86_data_cache_size): This.
26574         (__x86_64_raw_data_cache_size): Renamed to ...
26575         (__x86_raw_data_cache_size): This.
26576         (__x86_64_data_cache_size_half): Renamed to ...
26577         (__x86_data_cache_size_half): This.
26578         (__x86_64_raw_data_cache_size_half): Renamed to ...
26579         (__x86_raw_data_cache_size_half): This.
26580         (__x86_64_shared_cache_size): Renamed to ...
26581         (__x86_shared_cache_size): This.
26582         (__x86_64_raw_shared_cache_size): Renamed to ...
26583         (__x86_raw_shared_cache_size): This.
26584         (__x86_64_shared_cache_size_half): Renamed to ...
26585         (__x86_shared_cache_size_half): This.
26586         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26587         (__x86_raw_shared_cache_size_half): This.
26588         * sysdeps/x86_64/memcpy.S: Updated.
26589         * sysdeps/x86_64/memset.S: Likewise.
26590         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26591         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26592         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26594 2013-01-04  David S. Miller  <davem@davemloft.net>
26596         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26598 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26600         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26601         1 to avoid redefinition warning.
26602         (__USE_GNU): Don't define.
26603         (init_signaling_nan): Protoize.
26605         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26607 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26609         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26610         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26611         (__cpymn): Likewise.
26612         (norm): Remove commented code.
26613         (denorm): Likewise.
26614         (__mp_dbl): Likewise.
26615         (__inv): Likewise.
26616         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26617         (__cpymn): Likewise.
26618         (norm): Remove commented code.
26619         (denorm): Likewise.
26620         (__mp_dbl): Likewise.
26621         (__inv): Likewise.
26623         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26624         mp_no value for 1.0 and 2.0.
26625         (norm): Use RADIXI instead of radixi.d.
26626         (denorm): Likewise.
26627         (__mul): Use 0.0 instead of zero.d.
26628         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26629         mp_no value for 1.0 and 2.0.
26630         (norm): Use RADIXI instead of radixi.d.
26631         (denorm): Likewise.
26632         (__mul): Use 0.0 instead of zero.d.
26634 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26636         [BZ #14994]
26637         * math/s_casinh.c (__casinh): Reduce finite argument to first
26638         quadrant then set signs of results at the end.
26639         * math/s_casinhf.c (__casinhf): Likewise.
26640         * math/s_casinhl.c (__casinhl): Likewise.
26641         * math/libm-test.inc (casin_test): Add more tests.
26642         (casinh_test): Likewise.
26643         * sysdeps/i386/fpu/libm-test-ulps: Update.
26644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26646 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26648         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26650         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26652         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26653         declarations.
26654         (denorm): Likewise.
26655         (__mp_dbl): Likewise.
26656         (__inv): Likewise.
26658         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26659         and adjust the header comment.
26661         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26662         variable name from declaration.
26664 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26666         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26667         Initialize COMMON_CPUID_INDEX_7 element.
26668         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26669         (CPUID_RTM): Likewise.
26670         (HAS_RTM): Likewise.
26671         (COMMON_CPUID_INDEX_7): New enum.
26673 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26675         [BZ #14981]
26676         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26677         size is zero, record memory as freed.
26679 2013-01-03  Andreas Jaeger  <aj@suse.de>
26681         * po/ia.po: Add new Interlingua translation.
26683 2012-01-03  Allan McRae  <allan@archlinux.org>
26685         * locale/programs/localedef.c: Fix description of '--posix' flag.
26687 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26689         * NEWS: Update dates in second copyright notice.
26690         * README: Update copyright dates in example.
26691         * manual/libc.texinfo: Update copyright dates.
26692         * scripts/test-installation.pl: Update copyright date in --version
26693         output.
26695         * hurd/ctty-input.c: Fix copyright notice formatting.
26696         * hurd/ctty-output.c: Likewise.
26697         * hurd/dtable.c: Likewise.
26698         * hurd/hurd-raise.c: Likewise.
26699         * hurd/hurdprio.c: Likewise.
26700         * hurd/msgportdemux.c: Likewise.
26701         * misc/sys/file.h: Likewise.
26702         * misc/sys/ioctl.h: Likewise.
26703         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26704         * sysdeps/mach/hurd/chdir.c: Likewise.
26705         * sysdeps/mach/hurd/fchdir.c: Likewise.
26706         * sysdeps/mach/hurd/rename.c: Likewise.
26707         * sysdeps/mach/hurd/rmdir.c: Likewise.
26708         * sysdeps/mach/hurd/seekdir.c: Likewise.
26709         * sysdeps/mach/hurd/setsid.c: Likewise.
26710         * sysdeps/posix/wait3.c: Likewise.
26712         * All files with FSF copyright notices: Update copyright dates
26713         using scripts/update-copyrights.
26714         * intl/plural.c: Regenerated.
26715         * locale/programs/charmap-kw.h: Likewise.
26716         * locale/programs/locfile-kw.h: Likewise.
26718 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26720         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26721         four values.
26723         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26724         calculation loop and add branch prediction.
26726         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26727         check access beyond bounds of m1np.
26729         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26730         MPTWO.
26731         (__inv): Remove local variable MPTWO to use the global
26732         constant.
26733         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26734         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26735         variable MPTWO.
26736         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26737         MP3HALFS static const.
26739 2013-01-01  David S. Miller  <davem@davemloft.net>
26741         * po/ca.po: Update from translation team.
26743 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26745         * scripts/update-copyrights: New file.
26746         * Makeconfig: Reformat copyright notice.
26747         * ctype/ctype.h: Likewise.
26748         * debug/swprintf_chk.c: Likewise.
26749         * elf/dl-cache.c: Likewise.
26750         * elf/dl-debug.c: Likewise.
26751         * elf/dl-object.c: Likewise.
26752         * grp/initgroups.c: Likewise.
26753         * hurd/Makefile: Likewise.
26754         * hurd/hurd/signal.h: Likewise.
26755         * hurd/hurdfault.c: Likewise.
26756         * hurd/hurdioctl.c: Likewise.
26757         * hurd/hurdlookup.c: Likewise.
26758         * hurd/intr-msg.c: Likewise.
26759         * iconv/gconv_open.c: Likewise.
26760         * libio/swprintf.c: Likewise.
26761         * locale/lc-ctype.c: Likewise.
26762         * locale/nl_langinfo.c: Likewise.
26763         * mach/Machrules: Likewise.
26764         * mach/Makefile: Likewise.
26765         * malloc/obstack.h: Likewise.
26766         * manual/Makefile: Likewise.
26767         * manual/tsort.awk: Likewise.
26768         * misc/bits/stab.def: Likewise.
26769         * nis/nis_print_group_entry.c: Likewise.
26770         * nis/nis_table.c: Likewise.
26771         * nis/nss_compat/compat-pwd.c: Likewise.
26772         * nis/nss_compat/compat-spwd.c: Likewise.
26773         * po/Makefile: Likewise.
26774         * posix/fnmatch.c: Likewise.
26775         * posix/regex.h: Likewise.
26776         * resolv/Makefile: Likewise.
26777         * resolv/nss_dns/dns-network.c: Likewise.
26778         * resolv/res_hconf.c: Likewise.
26779         * scripts/gen-sorted.awk: Likewise.
26780         * soft-fp/soft-fp.h: Likewise.
26781         * stdio-common/printf.h: Likewise.
26782         * stdlib/monetary.h: Likewise.
26783         * stdlib/random.c: Likewise.
26784         * stdlib/random_r.c: Likewise.
26785         * sysdeps/generic/Makefile: Likewise.
26786         * sysdeps/gnu/Makefile: Likewise.
26787         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26788         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26789         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26790         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26791         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26792         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26793         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26794         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26795         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26796         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26797         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26798         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26799         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26800         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26801         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26802         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26803         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26804         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26805         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26806         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26807         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26808         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26809         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26810         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26811         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26812         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26813         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26814         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26815         * sysdeps/mach/hurd/errnos.awk: Likewise.
26816         * sysdeps/mach/hurd/fork.c: Likewise.
26817         * sysdeps/mach/hurd/getcwd.c: Likewise.
26818         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26819         * sysdeps/mach/hurd/mmap.c: Likewise.
26820         * sysdeps/mach/hurd/utimes.c: Likewise.
26821         * sysdeps/mach/hurd/xmknod.c: Likewise.
26822         * sysdeps/posix/profil.c: Likewise.
26823         * sysdeps/posix/readdir_r.c: Likewise.
26824         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26825         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26826         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26827         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26828         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26829         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26830         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26831         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26832         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26833         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26834         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26835         * sysdeps/pthread/lio_listio.c: Likewise.
26836         * sysdeps/sparc/dl-procinfo.h: Likewise.
26837         * sysdeps/unix/i386/sysdep.S: Likewise.
26838         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26839         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26840         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26841         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26843         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26844         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26845         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26846         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26847         * sysdeps/wordsize-32/divdi3.c: Likewise.
26848         * time/sys/time.h: Likewise.
26849         * wcsmbs/Makefile: Likewise.
26851 2013-01-01  David S. Miller  <davem@davemloft.net>
26853         * po/fr.po: Update from translation team.
26855         * catgets/gencat.c: Update copyright year.
26856         * csu/version.c: Likewise.
26857         * debug/catchsegv.sh: Likewise.
26858         * debug/pcprofiledump.c: Likewise.
26859         * debug/xtrace.sh: Likewise.
26860         * elf/ldconfig.c: Likewise.
26861         * elf/ldd.bash.in: Likewise.
26862         * elf/pldd.c: Likewise.
26863         * elf/sotruss.ksh: Likewise.
26864         * elf/sprof.c: Likewise.
26865         * iconv/iconv_prog.c: Likewise.
26866         * iconv/iconvconfig.c: Likewise.
26867         * locale/programs/locale.c: Likewise.
26868         * locale/programs/localedef.c: Likewise.
26869         * login/programs/pt_chown.c: Likewise.
26870         * malloc/memusage.sh: Likewise.
26871         * malloc/memusagestat.c: Likewise.
26872         * malloc/mtrace.pl: Likewise.
26873         * nscd/nscd.c: Likewise.
26874         * nss/getent.c: Likewise.
26875         * nss/makedb.c: Likewise.
26876         * posix/getconf.c: Likewise.
26878 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26880         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26881         numbers.
26883 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26885         * math/bits/mathcalls.h (modf): Use __nonnull.
26887 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26889         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26890         (split): Use macro CN instead of the bare value.
26891         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26892         could be used.
26893         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26894         instead of the bare value.
26895         (power1): Likewise.
26897 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26899         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26900         __ATAN_TWOM.
26901         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26903         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26904         their values.
26905         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26906         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26907         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26908         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26910 2012-12-28  Andreas Jaeger  <aj@suse.de>
26912         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26913         values are from Linux 3.7.
26915         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26916         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26918 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26920         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26921         TRUE case.
26923         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26924         (norm): Likewise.
26925         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26926         variables with preprocessor constants.
26927         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26928         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26929         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26931 2012-12-27  Bruno Haible  <bruno@clisp.org>
26933         [BZ #14317]
26934         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26935         only if needed.
26937 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26939         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26940         and use variable directly.
26941         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26943         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26944         MPONE.
26945         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26946         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26947         variable MPONE.
26948         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26949         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26950         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26951         include directive.  Remove local variable MPONE.
26952         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26953         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26954         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26956 2012-12-25  David S. Miller  <davem@davemloft.net>
26958         * version.h (RELEASE): Set to "development".
26959         (VERSION): Set to "2.17.90".
26960         * NEWS: Add 2.18 section.
26962 2012-12-21  David S. Miller  <davem@davemloft.net>
26964         * po/hr.po: Update from translation team.
26966 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26968         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26970 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26972         * NEWS:  Mention new memcpy for MIPS.
26974 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26976         * manual/contrib.texi (Contributors): Spelling correction.
26978 2012-12-15  David S. Miller  <davem@davemloft.net>
26980         * po/ru.po: Update from translation team.
26982 2012-12-13  David S. Miller  <davem@davemloft.net>
26984         * NEWS: Mention IFUNC testsuite enhancements.
26986         * po/pl.po: Update from translation team.
26987         * po/bg.po: Likewise.
26989         * manual/contrib.texi (Contributors): Update entries for Hongjiu
26990         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
26992 2012-12-11  David S. Miller  <davem@davemloft.net>
26994         * po/sv.po: Update from translation team.
26996         * po/vi.po: Update from translation team.
26998         * po/cs.po: Update from translation team.
27000         * po/de.po: Update from translation team.
27001         * po/eo.po: Likewise.
27002         * po/nl.po: Likewise.
27004 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27006         [BZ #14246]
27007         * manual/argp.texi (Argp Helper Functions): Move node to follow
27008         Argp Parsing State.
27010         [BZ #14872]
27011         * manual/conf.texi (Limits on File System Capacity): Mention if
27012         terminating null is included in the max size.
27014 2012-12-10  Andreas Jaeger  <aj@suse.de>
27016         * po/cs.po: Update from translation team.
27018 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27020         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27021         void pointer and cast to uintptr_t.
27022         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27023         path.
27024         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27025         * sysdeps/s390/s390-64/memset.S: Likewise.
27027 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27029         [BZ #14833]
27030         * menual/message.texi (Message Translation): Fix typos.
27031         (Helper programs for gettext): Likewise.
27033 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27035         [BZ #14898]
27036         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27037         Change to -1.
27039 2012-12-07  David S. Miller  <davem@davemloft.net>
27041         * po/libc.pot: Update.
27043 2012-12-07  Richard Henderson  <rth@redhat.com>
27045         [BZ #10114]
27046         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27047         normal/normal case to before the switch.
27048         (_FP_DIV): Likewise.
27050 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27051             Mike Frysinger  <vapier@gentoo.org>
27053         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27054         check for __NR_fadvise64_64.
27056 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27058         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27059         0, not just to plain "0" as a statement.
27060         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27061         with cw.
27063 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27065         * NEWS: Use sourceware.org in Bugzilla URL.
27067 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27070         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27072         * stdio-common/tst-put-error.c (do_test): Add newline to the
27073         padded test to ensure flush.
27075 2012-12-05  Jeff Law  <law@redhat.com>
27077         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27079 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27081         * README: Don't refer to ports add-on as distributed separately.
27082         Mention AArch64 in list of systems supported in the ports add-on.
27084         * LICENSES: Add more non-FSF copyright and license notices.
27086         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27087         ((unused)).
27089         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27091         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27092         10000 as width of padded output.
27094 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27096         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27098         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27099         variable LX with __attribute__ ((unused)).
27100         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27101         Likewise.
27102         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27103         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27104         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27105         with __attribute__ ((unused)).
27107 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27109         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27111 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27113         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27114         (CFLAGS-nldbl-acos.c): New variable.
27115         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27116         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27117         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27118         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27119         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27120         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27121         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27122         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27123         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27124         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27125         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27126         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27127         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27128         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27129         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27130         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27131         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27132         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27133         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27134         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27135         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27136         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27137         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27138         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27139         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27140         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27141         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27142         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27143         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27144         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27145         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27146         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27147         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27148         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27149         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27150         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27151         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27152         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27153         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27154         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27155         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27156         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27157         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27158         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27159         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27160         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27161         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27162         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27163         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27164         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27165         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27166         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27167         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27168         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27169         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27170         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27171         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27172         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27173         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27174         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27175         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27176         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27177         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27178         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27179         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27180         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27181         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27182         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27183         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27184         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27185         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27186         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27187         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27188         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27189         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27190         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27191         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27192         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27193         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27194         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27195         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27196         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27197         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27198         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27199         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27200         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27201         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27202         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27203         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27204         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27205         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27206         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27207         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27208         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27209         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27210         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27211         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27214         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27216         [BZ #14914]
27217         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27218         whole low double instead of just low 47 bits when splitting values
27219         into two parts.
27221 2012-12-03  Allan McRae  <allan@archlinux.org>
27223         * manual/stdio.texi (Predefined Printf Handlers): Remove
27224         @hsep and @vsep usage.
27226 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
27228         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27229         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27231 2012-12-03  Jeff Law  <law@redhat.com>
27233         * time/sys/time.h (settimeofday): Do not mark TV argument
27234         as __nonnull.
27236 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
27238         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27239         when currently writing and seek to current position when not.
27240         * libio/Makefile (tests): Remove bug-fclose1.
27241         * libio/bug-fclose1.c: Delete.
27243 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
27245         * manual/arith.texi (feenableexcept): Fix typo.
27246         (fedisableexcept): Likewise.
27248 2012-11-30  Roland McGrath  <roland@hack.frob.com>
27250         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27251         second, differently-typed declaration, rather than a cast.
27253 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27255         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27256         * include/rpc/svc.h: ... here.
27258 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27260         [BZ #13013]
27261         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27262         depending n and resplen2 to catch cases where answer
27263         equals answerp2.
27265 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
27267         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27268         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27270 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
27272         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27274 2012-11-29  Roland McGrath  <roland@hack.frob.com>
27276         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27278 2012-11-28  Jeff Law  <law@redhat.com>
27280         [BZ #13761]
27281         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
27282         dataset_temporary.  Track alloca usage into alloca_used.
27283         If dataset is large allocate and release it via malloc/free.
27285 2012-06-04  Florian Weimer  <fweimer@redhat.com>
27287         [BZ #14197]
27288         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
27290 2012-11-28  David S. Miller  <davem@davemloft.net>
27292         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27294 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27296         [BZ #14803]
27297         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27298         of pi/2 rounded to nearest to 64 bits.
27299         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27300         nearest to 64 bits.
27301         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27302         bits.
27304 2012-11-28  Jeff Law <law@redhat.com>
27305             Martin Osvald <mosvald@redhat.com>
27307         [BZ #14889]
27308         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27309         * sunrpc/svc.c: Include time.h.
27310         (__svc_accept_failed): New function.
27311         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27312         any reason other than EINTR, call __svc_accept_failed.
27313         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27314         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27316 2012-11-28  Andreas Schwab  <schwab@suse.de>
27318         * scripts/abilist.awk: Also handle indirect functions in .opd
27319         section.
27321 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27323         [BZ #13881]
27324         * sysdeps/x86/fpu/powl_helper.c: New file.
27325         * sysdeps/x86/fpu/Makefile: Likewise.
27326         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27327         (p3): New object.
27328         (__ieee754_powl): Use __powl_helper for finite arguments except
27329         integer exponents below 8.
27330         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27331         (p3): New object.
27332         (__ieee754_powl): Use __powl_helper for finite arguments except
27333         integer exponents below 8.
27334         * math/libm-test.inc (pow_test): Add more tests and enable some
27335         previously disabled tests.
27336         * sysdeps/i386/fpu/libm-test-ulps: Update.
27337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27339 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27340             Carlos O'Donell  <carlos_odonell@mentor.com>
27342         * nss/makedb.c (is_prime): Assert that input is odd and greater
27343         than 4.  Note that fact in a comment too.
27344         (next_prime): Add 4 to input.
27346 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27348         [BZ #11741]
27349         * libio/Makefile (tests): Add test case tst-fwrite-error.
27350         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27351         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27352         * libio/tst-fwrite-error.c: New test case.
27354 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
27356         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27357         before casting to void *.
27358         * include/libc-internal.h (__pointer_type): New macro.
27359         (__integer_if_pointer_type_sub): Likewise.
27360         (__integer_if_pointer_type): Likewise.
27361         (cast_to_integer): Likewise.
27362         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27363         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27364         before casting to atomic64_t.
27365         (atomic_exchange_acq): Likewise.
27366         (__arch_exchange_and_add_body): Likewise.
27367         (__arch_add_body): Likewise.
27368         (atomic_add_negative): Likewise.
27369         (atomic_add_zero): Likewise.
27371 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
27373         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27374         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27375         (add_fdes): Likewise.
27376         (linear_search_fdes): Likewise.
27377         (binary_search_unencoded_fdes): Likewise.
27379 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
27381         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27383 2012-11-24  Adam Conrad  <adconrad@0c3.net>
27385         * configure.in: Autodetect C++ header directories.
27386         * configure: Regenerated.
27388 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
27390         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27392 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
27394         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27396 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
27398         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27399         LDBL_MANT_DIG == 106]: Disable some tests.
27400         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27401         Likewise.
27402         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27403         Likewise.
27405         [BZ #14871]
27406         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27407         input for small inputs.  Return +/- pi/2 for large inputs.
27408         * math/libm-test.inc (atan_test): Add more tests.
27410         * sysdeps/generic/unwind-dw2-fde-glibc.c
27411         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27412         __attribute__ ((unused)).
27414         [BZ #14645]
27415         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27416         x * y if x and y are nonzero and z is zero.
27418         [BZ #14811]
27419         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27420         nonzero exponents with absolute value below 0x1p-117 to +/-
27421         0x1p-117.
27423         [BZ #14869]
27424         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27425         up arguments below 2**-450, not just those below 2**-500.
27426         * math/libm-test.inc (hypot_test): Add another test.
27428         [BZ #14868]
27429         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27430         Return a+b for ratio over 2**120, not 2**60.
27431         * math/libm-test.inc (hypot_test): Add another test.
27433         * math/libm-test.inc (clog_test): Use
27434         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27435         (clog10_test): Likewise.
27437         [BZ #6778]
27438         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27440 2012-11-22  Andreas Schwab  <schwab@suse.de>
27442         * sysdeps/i386/fpu/libm-test-ulps: Update.
27444 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27446         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27447         printf output with newline.
27449 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27451         [BZ #14865]
27452         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27453         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27454         -z nodlopen, -z initfirst and -z execstack support.
27455         * configure: Regenerated.
27457         * elf/elf.h (DF_1_NODIRECT): New macro.
27458         (DF_1_IGNMULDEF): Likewise.
27459         (DF_1_NOKSYMS): Likewise.
27460         (DF_1_NOHDR): Likewise.
27461         (DF_1_EDITED): Likewise.
27462         (DF_1_NORELOC): Likewise.
27463         (DF_1_SYMINTPOSE): Likewise.
27464         (DF_1_GLOBAUDIT): Likewise.
27465         (DF_1_SINGLETON): Likewise.
27466         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27467         DT_1_SUPPORTED_MASK bits.
27468         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27470 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27472         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27474 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27476         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27477         macro.
27479         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27480         (sendmmsg): Move declarations...
27481         * socket/sys/socket.h: ... here.
27482         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27483         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27484         include it from...
27485         * socket/recvmmsg.c: ... this new file.
27486         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27487         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27488         definition of __sendmmsg hidden.
27489         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27490         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27491         Move ENOSYS stub into and include it from...
27492         * socket/sendmmsg.c: ... this new file.
27493         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27494         (sysdep_routines): Move recvmmsg and sendmmsg...
27495         * socket/Makefile (routines): ... here.
27496         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27497         (GLIBC_PRIVATE): Add __sendmmsg.
27498         * include/sys/socket.h (__sendmmsg): Add declarations.
27499         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27500         sendmmsg.
27502 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27504         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27505         variable I1 with __attribute__ ((unused)).
27506         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27508 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27510         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27511         DUMMY variables with __attribute__ ((unused)).
27513         * bits/byteswap.h: Include <bits/types.h>.
27514         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27516 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27518         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27519         string_t.  Do not manually set errno.
27520         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27521         length with __strnlen.  Make sure to both set errno and return it on
27522         failure.
27524 2012-11-19  David S. Miller  <davem@davemloft.net>
27526         With help from Joseph Myers.
27527         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27528         very large arguments properly.
27529         * math/libm-test.inc (atan_test): New tests.
27530         (atan2_test): New tests.
27531         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27532         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27534 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27536         [BZ #14856]
27537         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27538         Define to 3.
27540         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27541         [POSIX] (EADDRNOTAVAIL): Likewise.
27542         [POSIX] (EAFNOSUPPORT): Likewise.
27543         [POSIX] (EALREADY): Likewise.
27544         [POSIX] (ECONNABORTED): Likewise.
27545         [POSIX] (ECONNREFUSED): Likewise.
27546         [POSIX] (ECONNRESET): Likewise.
27547         [POSIX] (EDESTADDRREQ): Likewise.
27548         [POSIX] (EDQUOT): Likewise.
27549         [POSIX] (EHOSTUNREACH): Likewise.
27550         [POSIX] (EIDRM): Likewise.
27551         [POSIX] (EISCONN): Likewise.
27552         [POSIX] (ELOOP): Likewise.
27553         [POSIX] (EMULTIHOP): Likewise.
27554         [POSIX] (ENETDOWN): Likewise.
27555         [POSIX] (ENETUNREACH): Likewise.
27556         [POSIX] (ENOBUFS): Likewise.
27557         [POSIX] (ENODATA): Likewise.
27558         [POSIX] (ENOLINK): Likewise.
27559         [POSIX] (ENOMSG): Likewise.
27560         [POSIX] (ENOPROTOOPT): Likewise.
27561         [POSIX] (ENOSR): Likewise.
27562         [POSIX] (ENOSTR): Likewise.
27563         [POSIX] (ENOTCONN): Likewise.
27564         [POSIX] (ENOTSOCK): Likewise.
27565         [POSIX] (EOPNOTSUPP): Likewise.
27566         [POSIX] (EOVERFLOW): Likewise.
27567         [POSIX] (EPROTO): Likewise.
27568         [POSIX] (EPROTONOSUPPORT): Likewise.
27569         [POSIX] (EPROTOTYPE): Likewise.
27570         [POSIX] (ESTALE): Likewise.
27571         [POSIX] (ETIME): Likewise.
27572         [POSIX] (ETXTBSY): Likewise.
27573         [POSIX] (EWOULDBLOCK): Likewise.
27574         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27575         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27576         [POSIX] (SEEK_CUR): Likewise.
27577         [POSIX] (SEEK_END): Likewise.
27578         [POSIX || UNIX98] (mode_t): Do not require.
27579         [POSIX] (off_t): Likewise.
27580         [POSIX] (pid_t): Likewise.
27581         [POSIX] (sys/stat.h): Do not allow header.
27582         [POSIX] (unistd.h): Likewise.
27583         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27584         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27585         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27586         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27587         require.
27588         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27589         sigevent): Specify elements.
27590         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27591         entry.
27592         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27593         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27595         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27596         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27597         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27598         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27599         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27600         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27601         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27602         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27603         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27604         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27605         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27606         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27607         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27608         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27609         Likewise.
27610         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27611         Likewise.
27612         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27613         Likewise.
27614         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27615         Likewise.
27616         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27617         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27618         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27619         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27620         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27621         Specify lower bound on value.
27622         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27623         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27624         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27625         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27626         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27627         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27628         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27629         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27630         value.
27631         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27632         as optional.
27633         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27634         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27635         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27636         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27637         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27638         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27639         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27640         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27641         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27642         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27643         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27644         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27645         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27646         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27647         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27648         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27649         entry.
27650         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27651         optional.
27652         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27653         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27654         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27655         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27656         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27657         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27658         Likewise.
27659         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27660         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27661         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27662         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27663         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27664         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27665         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27666         as optional.
27667         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27668         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27669         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27670         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27671         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27672         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27673         specify as optional.
27674         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27675         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27676         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27677         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27678         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27679         [XPG3] (NL_LANGMAX): Likewise.
27680         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27681         [POSIX || XPG3] (NL_NMAX): Likewise.
27682         [POSIX || XPG3] (NL_SETMAX): Likewise.
27683         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27684         [XPG3] (NZERO): Likewise.
27685         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27686         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27687         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27688         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27689         (REG_ERANGE): Expect.
27690         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27691         optional-constant.
27692         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27693         Use (void) in prototype.
27694         [POSIX] (*_t): Allow.
27695         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27696         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27697         (WRDE_BADVAL): Expect.
27699         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27700         expect.
27701         [XPG3 || XPG4] (O_RSYNC): Likewise.
27702         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27703         Likewise.
27704         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27705         [XPG3 || XPG4] (sigqueue): Likewise.
27706         [XPG3 || XPG4] (sigtimedwait): Likewise.
27707         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27708         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27709         [XPG3 || XPG4] (vsnprintf): Likewise.
27710         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27711         Likewise.
27712         [XPG3 || XPG4] (blksize_t): Likewise.
27713         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27714         Likewise.
27715         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27716         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27717         [XPG3 || XPG4] (struct itimerspec): Likewise.
27718         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27719         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27720         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27721         [XPG3 || XPG4] (clockid_t): Likewise.
27722         [XPG3 || XPG4] (timer_t): Likewise.
27723         [XPG3 || XPG4] (clock_getres): Likewise.
27724         [XPG3 || XPG4] (clock_gettime): Likewise.
27725         [XPG3 || XPG4] (clock_settime): Likewise.
27726         [XPG3 || XPG4] (nanosleep): Likewise.
27727         [XPG3 || XPG4] (timer_create): Likewise.
27728         [XPG3 || XPG4] (timer_delete): Likewise.
27729         [XPG3 || XPG4] (timer_gettime): Likewise.
27730         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27731         [XPG3 || XPG4] (timer_settime): Likewise.
27732         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27733         [XPG3 || XPG4] (getlogin_r): Likewise.
27734         [XPG3 || XPG4] (pread): Likewise.
27735         [XPG3 || XPG4] (pthread_atfork): Likewise.
27736         [XPG3 || XPG4] (pwrite): Likewise.
27738         [BZ #14835]
27739         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27740         <bits/siginfo.h>.
27742 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27744         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27745         finalizing MALLSTREAM.
27747         * sysdeps/mach/hurd/syncfs.c: New file.
27749 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27751         [BZ #14719]
27752         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27753         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27754         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27755         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27756         (_nss_dns_gethostbyname4_r): Likewise.
27757         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27758         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27760 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27762         [BZ #13763]
27763         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27765 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27767         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27768         * elf/cache.c (print_entry): Print ",AArch64" for
27769         FLAG_AARCH64_LIB64
27771         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27772         * elf/cache.c (print_entry): Print ",hard-float" for
27773         FLAG_ARM_LIBHF.
27775 2012-11-18  David S. Miller  <davem@davemloft.net>
27777         With help from Joseph Myers.
27778         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27779         cutoff to 2**-13.
27780         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27781         cutoff to 2**-25.
27782         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27783         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27784         small.
27785         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27786         * math/libm-test.inc (y0_test): New tests.
27787         (y1_test): New tests.
27788         * sysdeps/i386/fpu/libm-test-ulps: Update.
27789         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27790         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27792 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27794         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27795         64-bit targets.
27796         * configure: Regenerated.
27798 2012-11-17  David S. Miller  <davem@davemloft.net>
27800         [BZ #14811]
27801         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27802         nonzero exponents with absolute value below 0x1p-128 to +/-
27803         0x1p-128.
27805 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27807         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27809         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27811         * posix/getconf-speclist.c: New file.
27812         * posix/posix-envs.def: Likewise.
27813         * posix/confstr.c (START_ENV_GROUP): New macro.
27814         (END_ENV_GROUP): Likewise.
27815         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27816         (KNOWN_PRESENT_ENV_STRING): Likewise.
27817         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27818         (UNKNOWN_ENVIRONMENT): Likewise.
27819         (confstr): Include posix-envs.def instead of handling
27820         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27821         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27822         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27823         (END_ENV_GROUP): Likewise.
27824         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27825         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27826         (UNKNOWN_ENVIRONMENT): Likewise.
27827         (__sysconf): Include posix-envs.def instead of handling associated
27828         cases directly here.
27829         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27830         preprocessing getconf-speclist.c rather than running getconf or
27831         generating empty file.
27833 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27835         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27837 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27839         [BZ #14672]
27840         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27842 2012-11-16  David S. Miller  <davem@davemloft.net>
27844         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27845         smaller than LDBL_EPSILON/2.0L, just return xm1.
27847 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27849         * elf/tst-array1.c (init): Set constructor priority to 1000.
27850         (fini): Set destructor priority to 1000.
27851         * elf/tst-array2dep.c: Likewise.
27853 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27855         [BZ #11741]
27856         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27857         (_IO_new_file_xsputn): Also return EOF if none of the input
27858         data was written when overflow failed.
27859         * libio/iopadn.c (_IO_padn): Likewise.
27860         * libio/iowpadn.c (_IO_wpadn): Likewise.
27861         * stdio-common/tst-put-error.c: Add copyright notice.
27862         (do_test): Add case for printing padded string.
27863         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27864         _IO_padn returned error.
27865         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27866         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27867         return EOF.
27869 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27871         * libio/libioP.h: Add comment note that the references to C++
27872         bits are now obsolete.
27874 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27876         * math/libm-test.inc (check_complex): Use asprintf.
27878 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27880         * debug/pcprofiledump.c (print_version): Update copyright year.
27881         * malloc/memusagestat.c (print_version): Likewise.
27883 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27885         [BZ #14831]
27886         * elf/Makefile (tests): Add tst-audit8.
27887         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27888         ($(objpfx)tst-audit8.out): New target.
27889         (tst-audit8-ENV): New variable.
27890         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27891         audit if l_reloc_result is NULL.
27892         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27893         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27894         * elf/tst-audit8.c: New file.
27896 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27898         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27899         * misc/Makefile (CFLAGS-select.c): Define.
27900         * posix/Makefile (CFLAGS-pause.c): Define.
27902 2012-11-13  David S. Miller  <davem@davemloft.net>
27904         * crypt/Makefile: Move test targets after toplevel Rules
27905         inclusion.  Grab any necessary sysdep routines when linking.
27906         * crypt/md5.c (md5_process_block): Remove define, we will always
27907         name it __md5_process_block.
27908         (md5_finish_ctx): Update md5_process_block call.
27909         (md5_stream): Likewise.
27910         (md5_process_bytes): Likewise.
27911         (md5_process_block): Rename to __md5_process_block and move to ...
27912         * crypt/md5-block.c: ... here.
27913         * crypt/sha256.c (sha256_process_block): Move to ...
27914         * crypt/sha256-block.c: ... here.
27915         * crypt/sha512.c (sha512_process_block): Move to ...
27916         * crypt/sha512-block.c: ... here.
27917         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27918         path.
27919         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27920         * sysdeps/sparc/sparc64/multiarch/Makefile
27921         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27922         crypt subdir.
27923         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27924         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27925         multiarch changes.
27926         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27927         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27928         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27929         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27930         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27931         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27932         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27933         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27934         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27935         file.
27936         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27937         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27938         file.
27939         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27941 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27943         * timezone/tzselect.ksh: Update from tzcode git revision
27944         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27945         * timezone/zdump.c: Likewise.
27946         * timezone/zic.c: Likewise.
27947         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27948         in TZVERSION setting, not $(PKGVERSION).
27949         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27950         REPORT_BUGS_TO settings.
27952         [BZ #14838]
27953         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27954         macro.
27956 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27958         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27959         detection to immediately after _FP_ROUND().
27960         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27961         bits are 0.
27963 2012-11-11  David S. Miller  <davem@davemloft.net>
27965         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27966         inttypes.h
27967         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27968         __close rather than their public counterparts.
27970 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27972         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
27973         file.
27974         [UNIX98] (sem_timedwait): Do not expect.
27975         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
27976         [XPG4 || UNIX98] (sockatmark): Do not expect.
27977         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
27978         (clock_getcpuclockid): Do not expect.
27979         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
27980         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
27981         Do not expect.
27982         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
27983         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
27984         [UNIX98] (vwscanf): Likewise.
27985         [UNIX98] (vswscanf): Likewise.
27987 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
27989         * timezone/version.h: Remove file.
27990         * timezone/README: Do not refer to version.h.
27991         * timezone/Makefile ($(objpfx)zic.o): New dependency on
27992         $(objpfx)version.h.
27993         ($(objpfx)zdump.o): Likewise.
27994         ($(objpfx)version.h): New target.
27996         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
27997         2012i.
27998         * timezone/README: Don't mention modification to tzselect.ksh.
27999         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28000         work on unmodified tzselect.ksh.  Substitute version numbers in
28001         tzselect.ksh.
28003         * Makefile (format-me): Remove.
28004         (INSTALL): Adjust indentation.  Use commands directly instead of
28005         using $(format-me).
28007         * aclocal.m4 (ACX_PKGVERSION): New macro.
28008         (ACX_BUGURL): Likewise.
28009         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28010         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28011         (REPORT_BUGS_TO): Likewise.
28012         * configure: Regenerated.
28013         * config.h.in (PKGVERSION): New macro.
28014         (REPORT_BUGS_TO): Likewise.
28015         * config.make.in (PKGVERSION): New variable.
28016         (PKGVERSION_TEXI): Likewise.
28017         (REPORT_BUGS_TO): Likewise.
28018         (REPORT_BUGS_TEXI): Likewise.
28019         * Makefile (format-me): Use -I$(common-objpfx)manual.
28020         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28021         ($(common-objpfx)manual/%): New target.
28022         (manual/%): Remove target.
28023         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28024         (print_version): Use PKGVERSION.
28025         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28026         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28027         and REPORT_BUGS_TO.
28028         ($(objpfx)xtrace): Likewise.
28029         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28030         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28031         (print_version): Use PKGVERSION.
28032         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28033         (do_version): Use PKGVERSION.
28034         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28035         REPORT_BUGS_TO.
28036         (common-ldd-rewrite): Likewise.
28037         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28038         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28039         (print_version): Use PKGVERSION.
28040         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28041         * elf/pldd.c (argp_program_bug_address): Remove variable.
28042         (more_help): New function.
28043         (argp): Use more_help.
28044         (print_version): Use PKGVERSION.
28045         * elf/sln.c (main): Use PKGVERSION.
28046         (usage): Use REPORT_BUGS_TO.
28047         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28048         (top level): Use PKGVERSION.
28049         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28050         (print_version): Use PKGVERSION.
28051         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28052         (print_version): Use PKGVERSION.
28053         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28054         (print_version): Use PKGVERSION.
28055         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28056         (print_version): Use PKGVERSION.
28057         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28058         (print_version): Use PKGVERSION.
28059         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28060         (print_version): Use PKGVERSION.
28061         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28062         and BUGURL.
28063         ($(objpfx)memusage): Likewise.
28064         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28065         (do_version): Use PKGVERSION.
28066         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28067         (print_version): Use PKGVERSION.
28068         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28069         ($PKGVERSION): New variable.
28070         ($REPORT_BUGS_TO): Likewise.
28071         (usage): Use $REPORT_BUGS_TO.
28072         (top level): Use $PKGVERSION.
28073         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28074         ($(objpfx)pkgvers.texi): New rule.
28075         ($(objpfx)stamp-pkgvers): Likewise.
28076         * manual/install.texi: Include pkgvers.texi.
28077         (--with-pkgversion): Document new configure option.
28078         (--with-bugurl): Likewise.
28079         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28080         than necessarily for this particular distribution.  Use
28081         REPORT_BUGS_TO for where to report bugs.
28082         * INSTALL: Regenerated.
28083         * manual/libc.texinfo: Include pkgvers.texi.
28084         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28085         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28086         (print_version): Use PKGVERSION.
28087         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28088         (print_version): Use PKGVERSION.
28089         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28090         (print_version): Use PKGVERSION.
28091         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28092         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28093         macro.
28094         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28095         (print_version): Use PKGVERSION.
28096         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28097         (print_version): Use PKGVERSION.
28098         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28099         and PKGVERSION.
28101         * timezone/checktab.awk: Update from tzcode 2012i.
28102         * timezone/ialloc.c: Likewise.
28103         * timezone/private.h: Likewise.
28104         * timezone/scheck.c: Likewise.
28105         * timezone/tzfile.h: Likewise.
28106         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28107         (TZVERSION): Hardcode tzcode version number.
28108         * timezone/zdump.c: Update from tzcode 2012i.
28109         * timezone/zic.c: Likewise.
28110         * timezone/version.h: New file.
28111         * timezone/README: Describe version.h.  Update upstream location.
28113         [BZ #14824]
28114         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28115         (mktemp): Enable declaration.
28116         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28117         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28118         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28119         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28120         Likewise.
28121         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28122         Likewise.
28123         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28124         Likewise.
28125         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28126         Likewise.
28127         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28128         Likewise.
28129         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28130         Likewise.
28132         [BZ #14821]
28133         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28134         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28135         for copies of such integer values.
28136         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28137         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28139 2012-11-09  Andreas Jaeger  <aj@suse.de>
28141         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28142         definitions and declarations that are provided by
28143         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28145 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28147         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28148         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28149         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28150         definition.
28152 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28154         * elf/elf.h: Update comment before AArch64 relocations.
28156 2012-11-07  David S. Miller  <davem@davemloft.net>
28158         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28159         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28160         (__start_context): Declare.
28161         (__makecontext_ret): Delete.
28162         (__makecontext): Hook up __start_context instead of
28163         __makecontext_ret.
28164         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28165         (sysdep_routines): Add __start_context when in stdlib.
28167 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28169         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28170         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28171         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28172         hardcoded "nm".
28173         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28174         (READELF): New variable.  Use it instead of hardcoded "readelf".
28176 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28178         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28179         * sysdeps/x86/Makefile: Here.
28180         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28181         * sysdeps/x86/tst-xmmymm.sh: This.
28183 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28185         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28186         expectations.
28187         [UNIX98] (pthread_barrier_t): Do not expect.
28188         [UNIX98] (pthread_barrierattr_t): Likewise.
28189         [UNIX98] (pthread_spinlock_t): Likewise.
28190         [UNIX98] (pthread_barrier_destroy): Likewise.
28191         [UNIX98] (pthread_barrier_init): Likewise.
28192         [UNIX98] (pthread_barrier_wait): Likewise.
28193         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28194         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28195         [UNIX98] (pthread_barrierattr_init): Likewise.
28196         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28197         [UNIX98] (pthread_getcpuclockid): Likewise.
28198         [UNIX98] (pthread_mutex_timedlock): Likewise.
28199         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28200         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28201         [UNIX98] (pthread_sigmask): Likewise.
28202         [UNIX98] (pthread_spin_destroy): Likewise.
28203         [UNIX98] (pthread_spin_init): Likewise.
28204         [UNIX98] (pthread_spin_lock): Likewise.
28205         [UNIX98] (pthread_spin_trylock): Likewise.
28206         [UNIX98] (pthread_spin_unlock): Likewise.
28207         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28208         Do not expect.
28209         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28210         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28211         [XPG3 || XPG4] (pthread_cond_t): Likewise.
28212         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28213         [XPG3 || XPG4] (pthread_key_t): Likewise.
28214         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28215         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28216         [XPG3 || XPG4] (pthread_once_t): Likewise.
28217         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28218         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28219         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28220         [XPG3 || XPG4] (pthread_t): Likewise.
28222         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28223         not expect.
28224         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28226         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28227         Change function return type to int.
28229         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28230         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28231         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28232         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28233         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28234         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28235         [!POSIX] (posix_madvise): Likewise.
28236         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28237         && !UNIX98].
28238         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28239         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28240         (mode_t): Likewise.
28241         (posix_mem_offset): Likewise.
28242         (posix_typed_mem_get_info): Likewise.
28243         (posix_typed_mem_open): Likewise.
28245         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28246         Change condition to [XOPEN2K8].
28248         * conform/conformtest.pl: Preprocess allow-header data with -x c
28249         instead of from stdin.
28250         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28251         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28252         [C99-based standards] (cerfc): Likewise.
28253         [C99-based standards] (cexp2): Likewise.
28254         [C99-based standards] (cexpm1): Likewise.
28255         [C99-based standards] (clog10): Likewise.
28256         [C99-based standards] (clog1p): Likewise.
28257         [C99-based standards] (clog2): Likewise.
28258         [C99-based standards] (clgamma): Likewise.
28259         [C99-based standards] (ctgamma): Likewise.
28260         [C99-based standards] (cerff): Likewise.
28261         [C99-based standards] (cerfcf): Likewise.
28262         [C99-based standards] (cexp2f): Likewise.
28263         [C99-based standards] (cexpm1f): Likewise.
28264         [C99-based standards] (clog10f): Likewise.
28265         [C99-based standards] (clog1pf): Likewise.
28266         [C99-based standards] (clog2f): Likewise.
28267         [C99-based standards] (clgammaf): Likewise.
28268         [C99-based standards] (ctgammaf): Likewise.
28269         [C99-based standards] (cerfl): Likewise.
28270         [C99-based standards] (cerfcl): Likewise.
28271         [C99-based standards] (cexp2l): Likewise.
28272         [C99-based standards] (cexpm1l): Likewise.
28273         [C99-based standards] (clog10l): Likewise.
28274         [C99-based standards] (clog1pl): Likewise.
28275         [C99-based standards] (clog2l): Likewise.
28276         [C99-based standards] (clgammal): Likewise.
28277         [C99-based standards] (ctgammal): Likewise.
28278         * conform/data/inttypes.h-data [C99-based standards]: Include
28279         stdint.h-data.  Remove all expectations for stdint.h contents.
28280         [C99-based standards] (PRI*): Do not allow.
28281         [C99-based standards] (SCN*): Likewise.
28282         [C99-based standards] (*_t): Likewise.
28283         [C99-based-standards] (PRId8): Expect macro.
28284         [C99-based-standards] (PRIi8): Likewise.
28285         [C99-based-standards] (PRIo8): Likewise.
28286         [C99-based-standards] (PRIu8): Likewise.
28287         [C99-based-standards] (PRIx8): Likewise.
28288         [C99-based-standards] (PRIX8): Likewise.
28289         [C99-based-standards] (SCNd8): Likewise.
28290         [C99-based-standards] (SCNi8): Likewise.
28291         [C99-based-standards] (SCNo8): Likewise.
28292         [C99-based-standards] (SCNu8): Likewise.
28293         [C99-based-standards] (SCNx8): Likewise.
28294         [C99-based-standards] (PRIdLEAST8): Likewise.
28295         [C99-based-standards] (PRIiLEAST8): Likewise.
28296         [C99-based-standards] (PRIoLEAST8): Likewise.
28297         [C99-based-standards] (PRIuLEAST8): Likewise.
28298         [C99-based-standards] (PRIxLEAST8): Likewise.
28299         [C99-based-standards] (PRIXLEAST8): Likewise.
28300         [C99-based-standards] (SCNdLEAST8): Likewise.
28301         [C99-based-standards] (SCNiLEAST8): Likewise.
28302         [C99-based-standards] (SCNoLEAST8): Likewise.
28303         [C99-based-standards] (SCNuLEAST8): Likewise.
28304         [C99-based-standards] (SCNxLEAST8): Likewise.
28305         [C99-based-standards] (PRIdFAST8): Likewise.
28306         [C99-based-standards] (PRIiFAST8): Likewise.
28307         [C99-based-standards] (PRIoFAST8): Likewise.
28308         [C99-based-standards] (PRIuFAST8): Likewise.
28309         [C99-based-standards] (PRIxFAST8): Likewise.
28310         [C99-based-standards] (PRIXFAST8): Likewise.
28311         [C99-based-standards] (SCNdFAST8): Likewise.
28312         [C99-based-standards] (SCNiFAST8): Likewise.
28313         [C99-based-standards] (SCNoFAST8): Likewise.
28314         [C99-based-standards] (SCNuFAST8): Likewise.
28315         [C99-based-standards] (SCNxFAST8): Likewise.
28316         [C99-based-standards] (PRId16): Likewise.
28317         [C99-based-standards] (PRIi16): Likewise.
28318         [C99-based-standards] (PRIo16): Likewise.
28319         [C99-based-standards] (PRIu16): Likewise.
28320         [C99-based-standards] (PRIx16): Likewise.
28321         [C99-based-standards] (PRIX16): Likewise.
28322         [C99-based-standards] (SCNd16): Likewise.
28323         [C99-based-standards] (SCNi16): Likewise.
28324         [C99-based-standards] (SCNo16): Likewise.
28325         [C99-based-standards] (SCNu16): Likewise.
28326         [C99-based-standards] (SCNx16): Likewise.
28327         [C99-based-standards] (PRIdLEAST16): Likewise.
28328         [C99-based-standards] (PRIiLEAST16): Likewise.
28329         [C99-based-standards] (PRIoLEAST16): Likewise.
28330         [C99-based-standards] (PRIuLEAST16): Likewise.
28331         [C99-based-standards] (PRIxLEAST16): Likewise.
28332         [C99-based-standards] (PRIXLEAST16): Likewise.
28333         [C99-based-standards] (SCNdLEAST16): Likewise.
28334         [C99-based-standards] (SCNiLEAST16): Likewise.
28335         [C99-based-standards] (SCNoLEAST16): Likewise.
28336         [C99-based-standards] (SCNuLEAST16): Likewise.
28337         [C99-based-standards] (SCNxLEAST16): Likewise.
28338         [C99-based-standards] (PRIdFAST16): Likewise.
28339         [C99-based-standards] (PRIiFAST16): Likewise.
28340         [C99-based-standards] (PRIoFAST16): Likewise.
28341         [C99-based-standards] (PRIuFAST16): Likewise.
28342         [C99-based-standards] (PRIxFAST16): Likewise.
28343         [C99-based-standards] (PRIXFAST16): Likewise.
28344         [C99-based-standards] (SCNdFAST16): Likewise.
28345         [C99-based-standards] (SCNiFAST16): Likewise.
28346         [C99-based-standards] (SCNoFAST16): Likewise.
28347         [C99-based-standards] (SCNuFAST16): Likewise.
28348         [C99-based-standards] (SCNxFAST16): Likewise.
28349         [C99-based-standards] (PRId32): Likewise.
28350         [C99-based-standards] (PRIi32): Likewise.
28351         [C99-based-standards] (PRIo32): Likewise.
28352         [C99-based-standards] (PRIu32): Likewise.
28353         [C99-based-standards] (PRIx32): Likewise.
28354         [C99-based-standards] (PRIX32): Likewise.
28355         [C99-based-standards] (SCNd32): Likewise.
28356         [C99-based-standards] (SCNi32): Likewise.
28357         [C99-based-standards] (SCNo32): Likewise.
28358         [C99-based-standards] (SCNu32): Likewise.
28359         [C99-based-standards] (SCNx32): Likewise.
28360         [C99-based-standards] (PRIdLEAST32): Likewise.
28361         [C99-based-standards] (PRIiLEAST32): Likewise.
28362         [C99-based-standards] (PRIoLEAST32): Likewise.
28363         [C99-based-standards] (PRIuLEAST32): Likewise.
28364         [C99-based-standards] (PRIxLEAST32): Likewise.
28365         [C99-based-standards] (PRIXLEAST32): Likewise.
28366         [C99-based-standards] (SCNdLEAST32): Likewise.
28367         [C99-based-standards] (SCNiLEAST32): Likewise.
28368         [C99-based-standards] (SCNoLEAST32): Likewise.
28369         [C99-based-standards] (SCNuLEAST32): Likewise.
28370         [C99-based-standards] (SCNxLEAST32): Likewise.
28371         [C99-based-standards] (PRIdFAST32): Likewise.
28372         [C99-based-standards] (PRIiFAST32): Likewise.
28373         [C99-based-standards] (PRIoFAST32): Likewise.
28374         [C99-based-standards] (PRIuFAST32): Likewise.
28375         [C99-based-standards] (PRIxFAST32): Likewise.
28376         [C99-based-standards] (PRIXFAST32): Likewise.
28377         [C99-based-standards] (SCNdFAST32): Likewise.
28378         [C99-based-standards] (SCNiFAST32): Likewise.
28379         [C99-based-standards] (SCNoFAST32): Likewise.
28380         [C99-based-standards] (SCNuFAST32): Likewise.
28381         [C99-based-standards] (SCNxFAST32): Likewise.
28382         [C99-based-standards] (PRId64): Likewise.
28383         [C99-based-standards] (PRIi64): Likewise.
28384         [C99-based-standards] (PRIo64): Likewise.
28385         [C99-based-standards] (PRIu64): Likewise.
28386         [C99-based-standards] (PRIx64): Likewise.
28387         [C99-based-standards] (PRIX64): Likewise.
28388         [C99-based-standards] (SCNd64): Likewise.
28389         [C99-based-standards] (SCNi64): Likewise.
28390         [C99-based-standards] (SCNo64): Likewise.
28391         [C99-based-standards] (SCNu64): Likewise.
28392         [C99-based-standards] (SCNx64): Likewise.
28393         [C99-based-standards] (PRIdLEAST64): Likewise.
28394         [C99-based-standards] (PRIiLEAST64): Likewise.
28395         [C99-based-standards] (PRIoLEAST64): Likewise.
28396         [C99-based-standards] (PRIuLEAST64): Likewise.
28397         [C99-based-standards] (PRIxLEAST64): Likewise.
28398         [C99-based-standards] (PRIXLEAST64): Likewise.
28399         [C99-based-standards] (SCNdLEAST64): Likewise.
28400         [C99-based-standards] (SCNiLEAST64): Likewise.
28401         [C99-based-standards] (SCNoLEAST64): Likewise.
28402         [C99-based-standards] (SCNuLEAST64): Likewise.
28403         [C99-based-standards] (SCNxLEAST64): Likewise.
28404         [C99-based-standards] (PRIdFAST64): Likewise.
28405         [C99-based-standards] (PRIiFAST64): Likewise.
28406         [C99-based-standards] (PRIoFAST64): Likewise.
28407         [C99-based-standards] (PRIuFAST64): Likewise.
28408         [C99-based-standards] (PRIxFAST64): Likewise.
28409         [C99-based-standards] (PRIXFAST64): Likewise.
28410         [C99-based-standards] (SCNdFAST64): Likewise.
28411         [C99-based-standards] (SCNiFAST64): Likewise.
28412         [C99-based-standards] (SCNoFAST64): Likewise.
28413         [C99-based-standards] (SCNuFAST64): Likewise.
28414         [C99-based-standards] (SCNxFAST64): Likewise.
28415         [C99-based-standards] (PRIdMAX): Likewise.
28416         [C99-based-standards] (PRIiMAX): Likewise.
28417         [C99-based-standards] (PRIoMAX): Likewise.
28418         [C99-based-standards] (PRIuMAX): Likewise.
28419         [C99-based-standards] (PRIxMAX): Likewise.
28420         [C99-based-standards] (PRIXMAX): Likewise.
28421         [C99-based-standards] (SCNdMAX): Likewise.
28422         [C99-based-standards] (SCNiMAX): Likewise.
28423         [C99-based-standards] (SCNoMAX): Likewise.
28424         [C99-based-standards] (SCNuMAX): Likewise.
28425         [C99-based-standards] (SCNxMAX): Likewise.
28426         [C99-based-standards] (PRIdPTR): Likewise.
28427         [C99-based-standards] (PRIiPTR): Likewise.
28428         [C99-based-standards] (PRIoPTR): Likewise.
28429         [C99-based-standards] (PRIuPTR): Likewise.
28430         [C99-based-standards] (PRIxPTR): Likewise.
28431         [C99-based-standards] (PRIXPTR): Likewise.
28432         [C99-based-standards] (SCNdPTR): Likewise.
28433         [C99-based-standards] (SCNiPTR): Likewise.
28434         [C99-based-standards] (SCNoPTR): Likewise.
28435         [C99-based-standards] (SCNuPTR): Likewise.
28436         [C99-based-standards] (SCNxPTR): Likewise.
28437         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28438         allow.
28439         * conform/data/stdint.h-data: Update comments to clarify
28440         requirements.
28441         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28442         type.
28443         [C99-based standards] (INT8_MAX): Likewise.
28444         [C99-based standards] (INT16_MIN): Likewise.
28445         [C99-based standards] (INT16_MAX): Likewise.
28446         [C99-based standards] (INT32_MIN): Likewise.
28447         [C99-based standards] (INT32_MAX): Likewise.
28448         [C99-based standards] (INT64_MIN): Likewise.
28449         [C99-based standards] (INT64_MAX): Likewise.
28450         [C99-based standards] (UINT8_MAX): Likewise.
28451         [C99-based standards] (UINT16_MAX): Likewise.
28452         [C99-based standards] (UINT32_MAX): Likewise.
28453         [C99-based standards] (UINT64_MAX): Likewise.
28454         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28455         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28456         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28457         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28458         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28459         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28460         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28461         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28462         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28463         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28464         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28465         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28466         [C99-based standards] (INT_FAST8_MIN): Likewise.
28467         [C99-based standards] (INT_FAST8_MAX): Likewise.
28468         [C99-based standards] (INT_FAST16_MIN): Likewise.
28469         [C99-based standards] (INT_FAST16_MAX): Likewise.
28470         [C99-based standards] (INT_FAST32_MIN): Likewise.
28471         [C99-based standards] (INT_FAST32_MAX): Likewise.
28472         [C99-based standards] (INT_FAST64_MIN): Likewise.
28473         [C99-based standards] (INT_FAST64_MAX): Likewise.
28474         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28475         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28476         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28477         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28478         [C99-based standards] (INTPTR_MIN): Likewise.
28479         [C99-based standards] (INTPTR_MAX): Likewise.
28480         [C99-based standards] (UINTPTR_MAX): Likewise.
28481         [C99-based standards] (INTMAX_MIN): Likewise.
28482         [C99-based standards] (INTMAX_MAX): Likewise.
28483         [C99-based standards] (UINTMAX_MAX): Likewise.
28484         [C99-based standards] (PTRDIFF_MIN): Likewise.
28485         [C99-based standards] (PTRDIFF_MAX): Likewise.
28486         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28487         [C99-based standards] (SIZE_MAX): Likewise.
28488         [C99-based standards] (WCHAR_MAX): Likewise.
28489         [C99-based standards] (WINT_MAX): Likewise.
28490         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28491         constraint on value.
28492         [C99-based standards] (WCHAR_MIN): Likewise.
28493         [C99-based standards] (WINT_MIN): Likewise.
28494         [C99-based standards] (*_t): Allow.
28495         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28496         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28497         Include math.h-data and complex.h-data.  Remove all expectations
28498         of math.h and complex.h contents.
28499         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28500         at end of line.
28501         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28502         (struct tm): Expect tag.
28503         [C99-based-standards] (wcstof): Expect function.
28504         [C99-based-standards] (wcstold): Likewise.
28505         [C99-based-standards] (wcstoll): Likewise.
28506         [C99-based-standards] (wcstoull): Likewise.
28507         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28508         macro-int-constant.  Specify type.
28509         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28510         constraint on value.
28511         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28512         Specify type.
28513         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28514         Specify value.
28515         [ISO C standards]: Do not allow headers.
28516         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28517         wcs[abcdefghijklmnopqrstuvwxyz]*.
28518         [ISO C standards] (*_t): Do not allow.
28519         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28520         Expect function.
28521         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28522         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28523         Specify type.
28524         [ISO C standards]: Do not allow headers.
28525         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28526         is[abcdefghijklmnopqrstuvwxyz]*.
28527         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28528         to[abcdefghijklmnopqrstuvwxyz]*.
28529         [ISO C standards] (*_t): Do not allow.
28530         * conform/data/stdalign.h-data: New file.
28531         * conform/data/stdbool.h-data: Likewise.
28532         * conform/data/stdnoreturn.h-data: Likewise.
28534 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28536         [BZ #14815]
28537         * manual/filesys.texi (Directory Entries): Typo fix.
28538         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28540 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28542         * elf/elf.h (EM_AARCH64): New macro.
28543         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28544         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28545         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28546         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28547         (R_AARCH64_TLSDESC): Likewise.
28548         (NT_ARM_TLS): Likewise.
28549         (NT_ARM_HW_BREAK): Likewise.
28550         (NT_ARM_HW_WATCH): Likewise.
28552 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28554         [BZ #14811]
28555         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28556         (__ieee754_powl): Saturate nonzero exponents with absolute value
28557         below 0x1p-79 to +/- 0x1p-79.
28558         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28559         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28560         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28561         nonzero exponents with absolute value below 0x1p-32 to +/-
28562         0x1p-32.
28563         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28564         (__ieee754_powl): Saturate nonzero exponents with absolute value
28565         below 0x1p-79 to +/- 0x1p-79.
28566         * math/libm-test.inc (pow_test): Add more tests.
28568 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28570         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28571         _dl_s390_cap_flags with kernel. Increase string length.
28572         (_dl_s390_platforms): Add z196 and zEC12.
28574 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28576         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28577         Change XOPEN21K to XOPEN2K.
28579 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28581         * string/memmove.c: Use memcpy when possible.
28583 2012-11-06  Andreas Jaeger  <aj@suse.de>
28585         * po/eo.po: Update from translation team.
28587 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28589         [BZ #14793]
28590         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28591         exponent and small x and y exponents, scale x or y up.  Increase
28592         by 2 the exponent used in scaling up.
28593         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28594         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28595         * math/libm-test.inc (fma_test): Add more tests.
28596         (fma_test_towardzero): Likewise.
28597         (fma_test_downward): Likewise.
28598         (fma_test_upward): Likewise.
28600 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28602         [BZ #14805]
28603         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28604         fenv_t *.
28606         [BZ #14801]
28607         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28608         namespace for names of struct fields.
28609         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28610         fenv_t fields.
28611         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28612         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28614 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28616         [BZ #3665]
28617         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28619 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28621         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28622         PTR_DEMANGLE.
28624         [BZ #5246]
28625         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28626         PTR_DEMANGLE.
28628 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28630         [BZ #14797]
28631         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28632         definitely overflow as x * y not x * y + z.
28633         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28634         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28635         * math/libm-test.inc (fma_test): Add more tests.
28636         (fma_test_towardzero): Likewise.
28637         (fma_test_downward): Likewise.
28638         (fma_test_upward): Likewise.
28640 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28642         [BZ #157]
28644         * include/stub-tag.h: Remove file.
28645         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28646         '#include' of it.
28647         * manual/maint.texi (Porting): Don't reference it.
28648         * Makerules ($(objpfx)stubs): Likewise.
28649         * dirent/closedir.c: Don't include <stub-tag.h>.
28650         * dirent/dirfd.c: Likewise.
28651         * dirent/fdopendir.c: Likewise.
28652         * dirent/getdents.c: Likewise.
28653         * dirent/getdents64.c: Likewise.
28654         * dirent/opendir.c: Likewise.
28655         * dirent/readdir.c: Likewise.
28656         * dirent/readdir64.c: Likewise.
28657         * dirent/readdir64_r.c: Likewise.
28658         * dirent/readdir_r.c: Likewise.
28659         * dirent/rewinddir.c: Likewise.
28660         * dirent/seekdir.c: Likewise.
28661         * dirent/telldir.c: Likewise.
28662         * gmon/profil.c: Likewise.
28663         * grp/setgroups.c: Likewise.
28664         * inet/if_index.c: Likewise.
28665         * io/access.c: Likewise.
28666         * io/chdir.c: Likewise.
28667         * io/chmod.c: Likewise.
28668         * io/chown.c: Likewise.
28669         * io/close.c: Likewise.
28670         * io/dup.c: Likewise.
28671         * io/dup2.c: Likewise.
28672         * io/dup3.c: Likewise.
28673         * io/euidaccess.c: Likewise.
28674         * io/faccessat.c: Likewise.
28675         * io/fchdir.c: Likewise.
28676         * io/fchmod.c: Likewise.
28677         * io/fchmodat.c: Likewise.
28678         * io/fchown.c: Likewise.
28679         * io/fchownat.c: Likewise.
28680         * io/fcntl.c: Likewise.
28681         * io/flock.c: Likewise.
28682         * io/fstatfs.c: Likewise.
28683         * io/fstatfs64.c: Likewise.
28684         * io/fstatvfs.c: Likewise.
28685         * io/fstatvfs64.c: Likewise.
28686         * io/futimens.c: Likewise.
28687         * io/fxstat.c: Likewise.
28688         * io/fxstat64.c: Likewise.
28689         * io/fxstatat.c: Likewise.
28690         * io/fxstatat64.c: Likewise.
28691         * io/getcwd.c: Likewise.
28692         * io/isatty.c: Likewise.
28693         * io/lchmod.c: Likewise.
28694         * io/lchown.c: Likewise.
28695         * io/link.c: Likewise.
28696         * io/linkat.c: Likewise.
28697         * io/lseek.c: Likewise.
28698         * io/lseek64.c: Likewise.
28699         * io/lxstat64.c: Likewise.
28700         * io/mkdir.c: Likewise.
28701         * io/mkdirat.c: Likewise.
28702         * io/mkfifo.c: Likewise.
28703         * io/mkfifoat.c: Likewise.
28704         * io/open.c: Likewise.
28705         * io/open64.c: Likewise.
28706         * io/openat.c: Likewise.
28707         * io/openat64.c: Likewise.
28708         * io/pipe.c: Likewise.
28709         * io/pipe2.c: Likewise.
28710         * io/poll.c: Likewise.
28711         * io/posix_fadvise.c: Likewise.
28712         * io/posix_fadvise64.c: Likewise.
28713         * io/posix_fallocate.c: Likewise.
28714         * io/posix_fallocate64.c: Likewise.
28715         * io/read.c: Likewise.
28716         * io/readlink.c: Likewise.
28717         * io/readlinkat.c: Likewise.
28718         * io/rmdir.c: Likewise.
28719         * io/sendfile.c: Likewise.
28720         * io/sendfile64.c: Likewise.
28721         * io/statfs.c: Likewise.
28722         * io/statfs64.c: Likewise.
28723         * io/statvfs.c: Likewise.
28724         * io/statvfs64.c: Likewise.
28725         * io/symlink.c: Likewise.
28726         * io/symlinkat.c: Likewise.
28727         * io/ttyname.c: Likewise.
28728         * io/ttyname_r.c: Likewise.
28729         * io/umask.c: Likewise.
28730         * io/unlink.c: Likewise.
28731         * io/unlinkat.c: Likewise.
28732         * io/utime.c: Likewise.
28733         * io/utimensat.c: Likewise.
28734         * io/write.c: Likewise.
28735         * io/xmknod.c: Likewise.
28736         * io/xmknodat.c: Likewise.
28737         * io/xstat.c: Likewise.
28738         * io/xstat64.c: Likewise.
28739         * login/getpt.c: Likewise.
28740         * login/grantpt.c: Likewise.
28741         * login/unlockpt.c: Likewise.
28742         * math/e_acoshl.c: Likewise.
28743         * math/e_acosl.c: Likewise.
28744         * math/e_asinl.c: Likewise.
28745         * math/e_atan2l.c: Likewise.
28746         * math/e_atanhl.c: Likewise.
28747         * math/e_coshl.c: Likewise.
28748         * math/e_expl.c: Likewise.
28749         * math/e_fmodl.c: Likewise.
28750         * math/e_gammal_r.c: Likewise.
28751         * math/e_hypotl.c: Likewise.
28752         * math/e_j0l.c: Likewise.
28753         * math/e_j1l.c: Likewise.
28754         * math/e_jnl.c: Likewise.
28755         * math/e_lgammal_r.c: Likewise.
28756         * math/e_log10l.c: Likewise.
28757         * math/e_log2l.c: Likewise.
28758         * math/e_logl.c: Likewise.
28759         * math/e_powl.c: Likewise.
28760         * math/e_rem_pio2l.c: Likewise.
28761         * math/e_sinhl.c: Likewise.
28762         * math/e_sqrtl.c: Likewise.
28763         * math/fclrexcpt.c: Likewise.
28764         * math/fedisblxcpt.c: Likewise.
28765         * math/feenablxcpt.c: Likewise.
28766         * math/fegetenv.c: Likewise.
28767         * math/fegetexcept.c: Likewise.
28768         * math/fegetround.c: Likewise.
28769         * math/feholdexcpt.c: Likewise.
28770         * math/fesetenv.c: Likewise.
28771         * math/fesetround.c: Likewise.
28772         * math/feupdateenv.c: Likewise.
28773         * math/fgetexcptflg.c: Likewise.
28774         * math/fraiseexcpt.c: Likewise.
28775         * math/fsetexcptflg.c: Likewise.
28776         * math/ftestexcept.c: Likewise.
28777         * math/k_cosl.c: Likewise.
28778         * math/k_rem_pio2l.c: Likewise.
28779         * math/k_sinl.c: Likewise.
28780         * math/k_tanl.c: Likewise.
28781         * math/s_asinhl.c: Likewise.
28782         * math/s_atanl.c: Likewise.
28783         * math/s_cbrtl.c: Likewise.
28784         * math/s_erfl.c: Likewise.
28785         * math/s_expm1l.c: Likewise.
28786         * math/s_log1pl.c: Likewise.
28787         * math/s_tanhl.c: Likewise.
28788         * misc/acct.c: Likewise.
28789         * misc/brk.c: Likewise.
28790         * misc/chflags.c: Likewise.
28791         * misc/chroot.c: Likewise.
28792         * misc/fchflags.c: Likewise.
28793         * misc/fgetxattr.c: Likewise.
28794         * misc/flistxattr.c: Likewise.
28795         * misc/fremovexattr.c: Likewise.
28796         * misc/fsetxattr.c: Likewise.
28797         * misc/fsync.c: Likewise.
28798         * misc/ftruncate.c: Likewise.
28799         * misc/futimes.c: Likewise.
28800         * misc/futimesat.c: Likewise.
28801         * misc/getdomain.c: Likewise.
28802         * misc/getdtsz.c: Likewise.
28803         * misc/gethostid.c: Likewise.
28804         * misc/gethostname.c: Likewise.
28805         * misc/getloadavg.c: Likewise.
28806         * misc/getpagesize.c: Likewise.
28807         * misc/getsysstats.c: Likewise.
28808         * misc/getxattr.c: Likewise.
28809         * misc/gtty.c: Likewise.
28810         * misc/ioctl.c: Likewise.
28811         * misc/lgetxattr.c: Likewise.
28812         * misc/listxattr.c: Likewise.
28813         * misc/llistxattr.c: Likewise.
28814         * misc/lremovexattr.c: Likewise.
28815         * misc/lsetxattr.c: Likewise.
28816         * misc/lutimes.c: Likewise.
28817         * misc/madvise.c: Likewise.
28818         * misc/mincore.c: Likewise.
28819         * misc/mlock.c: Likewise.
28820         * misc/mlockall.c: Likewise.
28821         * misc/mmap.c: Likewise.
28822         * misc/mprotect.c: Likewise.
28823         * misc/msync.c: Likewise.
28824         * misc/munlock.c: Likewise.
28825         * misc/munlockall.c: Likewise.
28826         * misc/munmap.c: Likewise.
28827         * misc/preadv.c: Likewise.
28828         * misc/preadv64.c: Likewise.
28829         * misc/ptrace.c: Likewise.
28830         * misc/pwritev.c: Likewise.
28831         * misc/pwritev64.c: Likewise.
28832         * misc/readv.c: Likewise.
28833         * misc/reboot.c: Likewise.
28834         * misc/remap_file_pages.c: Likewise.
28835         * misc/removexattr.c: Likewise.
28836         * misc/revoke.c: Likewise.
28837         * misc/select.c: Likewise.
28838         * misc/setdomain.c: Likewise.
28839         * misc/setegid.c: Likewise.
28840         * misc/seteuid.c: Likewise.
28841         * misc/sethostid.c: Likewise.
28842         * misc/sethostname.c: Likewise.
28843         * misc/setregid.c: Likewise.
28844         * misc/setreuid.c: Likewise.
28845         * misc/setxattr.c: Likewise.
28846         * misc/sstk.c: Likewise.
28847         * misc/stty.c: Likewise.
28848         * misc/swapoff.c: Likewise.
28849         * misc/swapon.c: Likewise.
28850         * misc/sync.c: Likewise.
28851         * misc/syncfs.c: Likewise.
28852         * misc/syscall.c: Likewise.
28853         * misc/truncate.c: Likewise.
28854         * misc/ualarm.c: Likewise.
28855         * misc/usleep.c: Likewise.
28856         * misc/ustat.c: Likewise.
28857         * misc/utimes.c: Likewise.
28858         * misc/vhangup.c: Likewise.
28859         * misc/writev.c: Likewise.
28860         * posix/_exit.c: Likewise.
28861         * posix/alarm.c: Likewise.
28862         * posix/execve.c: Likewise.
28863         * posix/fexecve.c: Likewise.
28864         * posix/fork.c: Likewise.
28865         * posix/fpathconf.c: Likewise.
28866         * posix/getaddrinfo.c: Likewise.
28867         * posix/getegid.c: Likewise.
28868         * posix/geteuid.c: Likewise.
28869         * posix/getgid.c: Likewise.
28870         * posix/getgroups.c: Likewise.
28871         * posix/getlogin.c: Likewise.
28872         * posix/getlogin_r.c: Likewise.
28873         * posix/getpgid.c: Likewise.
28874         * posix/getpid.c: Likewise.
28875         * posix/getppid.c: Likewise.
28876         * posix/getresgid.c: Likewise.
28877         * posix/getresuid.c: Likewise.
28878         * posix/getsid.c: Likewise.
28879         * posix/getuid.c: Likewise.
28880         * posix/glob64.c: Likewise.
28881         * posix/nanosleep.c: Likewise.
28882         * posix/pathconf.c: Likewise.
28883         * posix/pause.c: Likewise.
28884         * posix/posix_madvise.c: Likewise.
28885         * posix/pread.c: Likewise.
28886         * posix/pread64.c: Likewise.
28887         * posix/pwrite.c: Likewise.
28888         * posix/pwrite64.c: Likewise.
28889         * posix/sched_getaffinity.c: Likewise.
28890         * posix/sched_getp.c: Likewise.
28891         * posix/sched_gets.c: Likewise.
28892         * posix/sched_primax.c: Likewise.
28893         * posix/sched_primin.c: Likewise.
28894         * posix/sched_rr_gi.c: Likewise.
28895         * posix/sched_setaffinity.c: Likewise.
28896         * posix/sched_setp.c: Likewise.
28897         * posix/sched_sets.c: Likewise.
28898         * posix/sched_yield.c: Likewise.
28899         * posix/setgid.c: Likewise.
28900         * posix/setlogin.c: Likewise.
28901         * posix/setpgid.c: Likewise.
28902         * posix/setresgid.c: Likewise.
28903         * posix/setresuid.c: Likewise.
28904         * posix/setsid.c: Likewise.
28905         * posix/setuid.c: Likewise.
28906         * posix/sleep.c: Likewise.
28907         * posix/spawni.c: Likewise.
28908         * posix/sysconf.c: Likewise.
28909         * posix/times.c: Likewise.
28910         * posix/wait.c: Likewise.
28911         * posix/wait3.c: Likewise.
28912         * posix/wait4.c: Likewise.
28913         * posix/waitpid.c: Likewise.
28914         * resolv/gai_sigqueue.c: Likewise.
28915         * resource/getpriority.c: Likewise.
28916         * resource/getrlimit.c: Likewise.
28917         * resource/getrusage.c: Likewise.
28918         * resource/nice.c: Likewise.
28919         * resource/setpriority.c: Likewise.
28920         * resource/setrlimit.c: Likewise.
28921         * resource/ulimit.c: Likewise.
28922         * rt/aio_cancel.c: Likewise.
28923         * rt/aio_fsync.c: Likewise.
28924         * rt/aio_read.c: Likewise.
28925         * rt/aio_sigqueue.c: Likewise.
28926         * rt/aio_suspend.c: Likewise.
28927         * rt/aio_write.c: Likewise.
28928         * rt/clock_getres.c: Likewise.
28929         * rt/clock_gettime.c: Likewise.
28930         * rt/clock_nanosleep.c: Likewise.
28931         * rt/clock_settime.c: Likewise.
28932         * rt/lio_listio.c: Likewise.
28933         * rt/mq_close.c: Likewise.
28934         * rt/mq_getattr.c: Likewise.
28935         * rt/mq_notify.c: Likewise.
28936         * rt/mq_open.c: Likewise.
28937         * rt/mq_receive.c: Likewise.
28938         * rt/mq_send.c: Likewise.
28939         * rt/mq_setattr.c: Likewise.
28940         * rt/mq_timedreceive.c: Likewise.
28941         * rt/mq_timedsend.c: Likewise.
28942         * rt/mq_unlink.c: Likewise.
28943         * rt/shm_open.c: Likewise.
28944         * rt/shm_unlink.c: Likewise.
28945         * rt/timer_create.c: Likewise.
28946         * rt/timer_delete.c: Likewise.
28947         * rt/timer_getoverr.c: Likewise.
28948         * rt/timer_gettime.c: Likewise.
28949         * rt/timer_settime.c: Likewise.
28950         * setjmp/__longjmp.c: Likewise.
28951         * setjmp/setjmp.c: Likewise.
28952         * signal/kill.c: Likewise.
28953         * signal/killpg.c: Likewise.
28954         * signal/raise.c: Likewise.
28955         * signal/sigaction.c: Likewise.
28956         * signal/sigaltstack.c: Likewise.
28957         * signal/sigblock.c: Likewise.
28958         * signal/sigignore.c: Likewise.
28959         * signal/sigintr.c: Likewise.
28960         * signal/signal.c: Likewise.
28961         * signal/sigpause.c: Likewise.
28962         * signal/sigpending.c: Likewise.
28963         * signal/sigqueue.c: Likewise.
28964         * signal/sigreturn.c: Likewise.
28965         * signal/sigset.c: Likewise.
28966         * signal/sigsetmask.c: Likewise.
28967         * signal/sigstack.c: Likewise.
28968         * signal/sigsuspend.c: Likewise.
28969         * signal/sigtimedwait.c: Likewise.
28970         * signal/sigvec.c: Likewise.
28971         * signal/sigwait.c: Likewise.
28972         * signal/sigwaitinfo.c: Likewise.
28973         * signal/sysv_signal.c: Likewise.
28974         * socket/accept.c: Likewise.
28975         * socket/accept4.c: Likewise.
28976         * socket/bind.c: Likewise.
28977         * socket/connect.c: Likewise.
28978         * socket/getpeername.c: Likewise.
28979         * socket/getsockname.c: Likewise.
28980         * socket/getsockopt.c: Likewise.
28981         * socket/isfdtype.c: Likewise.
28982         * socket/listen.c: Likewise.
28983         * socket/recv.c: Likewise.
28984         * socket/recvfrom.c: Likewise.
28985         * socket/recvmsg.c: Likewise.
28986         * socket/send.c: Likewise.
28987         * socket/sendmsg.c: Likewise.
28988         * socket/sendto.c: Likewise.
28989         * socket/setsockopt.c: Likewise.
28990         * socket/shutdown.c: Likewise.
28991         * socket/sockatmark.c: Likewise.
28992         * socket/socket.c: Likewise.
28993         * socket/socketpair.c: Likewise.
28994         * stdio-common/ctermid.c: Likewise.
28995         * stdio-common/cuserid.c: Likewise.
28996         * stdio-common/remove.c: Likewise.
28997         * stdio-common/rename.c: Likewise.
28998         * stdio-common/renameat.c: Likewise.
28999         * stdio-common/tempname.c: Likewise.
29000         * stdlib/getcontext.c: Likewise.
29001         * stdlib/makecontext.c: Likewise.
29002         * stdlib/setcontext.c: Likewise.
29003         * stdlib/swapcontext.c: Likewise.
29004         * stdlib/system.c: Likewise.
29005         * streams/fattach.c: Likewise.
29006         * streams/fdetach.c: Likewise.
29007         * streams/getmsg.c: Likewise.
29008         * streams/getpmsg.c: Likewise.
29009         * streams/putmsg.c: Likewise.
29010         * streams/putpmsg.c: Likewise.
29011         * sysdeps/unix/bsd/getpt.c: Likewise.
29012         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29013         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29014         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29016         Likewise.
29017         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29018         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29019         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29020         * sysvipc/msgctl.c: Likewise.
29021         * sysvipc/msgget.c: Likewise.
29022         * sysvipc/msgrcv.c: Likewise.
29023         * sysvipc/msgsnd.c: Likewise.
29024         * sysvipc/semctl.c: Likewise.
29025         * sysvipc/semget.c: Likewise.
29026         * sysvipc/semop.c: Likewise.
29027         * sysvipc/semtimedop.c: Likewise.
29028         * sysvipc/shmat.c: Likewise.
29029         * sysvipc/shmctl.c: Likewise.
29030         * sysvipc/shmdt.c: Likewise.
29031         * sysvipc/shmget.c: Likewise.
29032         * termios/tcdrain.c: Likewise.
29033         * termios/tcflow.c: Likewise.
29034         * termios/tcflush.c: Likewise.
29035         * termios/tcgetattr.c: Likewise.
29036         * termios/tcgetpgrp.c: Likewise.
29037         * termios/tcsendbrk.c: Likewise.
29038         * termios/tcsetattr.c: Likewise.
29039         * termios/tcsetpgrp.c: Likewise.
29040         * time/adjtime.c: Likewise.
29041         * time/clock.c: Likewise.
29042         * time/getitimer.c: Likewise.
29043         * time/gettimeofday.c: Likewise.
29044         * time/setitimer.c: Likewise.
29045         * time/settimeofday.c: Likewise.
29046         * time/stime.c: Likewise.
29047         * time/time.c: Likewise.
29049 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29051         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29052         /usr/old/bin.
29054         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29055         instead of spaces.
29056         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29058 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29060         [BZ #14796]
29061         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29062         FE_TONEAREST before applying Dekker multiplication and Knuth
29063         addition.  Clear inexact exceptions and check for exact zero
29064         results afterwards.
29065         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29066         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29067         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29068         * math/libm-test.inc (fma_test): Add more tests.
29069         (fma_test_towardzero): Likewise.
29070         (fma_test_downward): Likewise.
29071         (fma_test_upward): Likewise.
29072         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29073         function.
29074         (libc_fesetround): New macro.
29075         (libc_fesetroundf): Likewise.
29076         (libc_fesetroundl): Likewise.
29077         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29078         function.
29079         (libc_fesetround_387): Likewise.
29080         (libc_fesetroundf): New macro.
29081         (libc_fesetround): Likewise.
29082         (libc_fesetroundl): Likewise.
29083         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29084         function.
29085         (libc_fesetroundf): New macro.
29086         (libc_fesetround): Likewise.
29087         (libc_fesetroundl): Likewise.
29088         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29089         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29090         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29091         libm_hidden_ver.
29092         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29093         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29094         libm_hidden_def.
29095         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29096         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29097         libm_hidden_ver.
29098         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29099         libm_hidden_def.
29101         [BZ #3439]
29102         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29103         integer constant usable in #if and use that to give value to enum
29104         constant.
29105         (FE_DIVBYZERO): Likewise.
29106         (FE_UNDERFLOW): Likewise.
29107         (FE_OVERFLOW): Likewise.
29108         (FE_INVALID): Likewise.
29109         (FE_INVALID_SNAN): Likewise.
29110         (FE_INVALID_ISI): Likewise.
29111         (FE_INVALID_IDI): Likewise.
29112         (FE_INVALID_ZDZ): Likewise.
29113         (FE_INVALID_IMZ): Likewise.
29114         (FE_INVALID_COMPARE): Likewise.
29115         (FE_INVALID_SOFTWARE): Likewise.
29116         (FE_INVALID_SQRT): Likewise.
29117         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29118         (FE_TONEAREST): Likewise.
29119         (FE_TOWARDZERO): Likewise.
29120         (FE_UPWARD): Likewise.
29121         (FE_DOWNWARD): Likewise.
29122         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29123         (FE_DIVBYZERO): Likewise.
29124         (FE_OVERFLOW): Likewise.
29125         (FE_UNDERFLOW): Likewise.
29126         (FE_INEXACT): Likewise.
29127         (FE_TONEAREST): Likewise.
29128         (FE_DOWNWARD): Likewise.
29129         (FE_UPWARD): Likewise.
29130         (FE_TOWARDZERO): Likewise.
29131         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29132         (FE_UNDERFLOW): Likewise.
29133         (FE_OVERFLOW): Likewise.
29134         (FE_DIVBYZERO): Likewise.
29135         (FE_INVALID): Likewise.
29136         (FE_TONEAREST): Likewise.
29137         (FE_TOWARDZERO): Likewise.
29138         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29139         (FE_OVERFLOW): Likewise.
29140         (FE_UNDERFLOW): Likewise.
29141         (FE_DIVBYZERO): Likewise.
29142         (FE_INEXACT): Likewise.
29143         (FE_TONEAREST): Likewise.
29144         (FE_TOWARDZERO): Likewise.
29145         (FE_UPWARD): Likewise.
29146         (FE_DOWNWARD): Likewise.
29147         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29148         (FE_DIVBYZERO): Likewise.
29149         (FE_OVERFLOW): Likewise.
29150         (FE_UNDERFLOW): Likewise.
29151         (FE_INEXACT): Likewise.
29152         (FE_TONEAREST): Likewise.
29153         (FE_DOWNWARD): Likewise.
29154         (FE_UPWARD): Likewise.
29155         (FE_TOWARDZERO): Likewise.
29157 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29159         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29161 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29163         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29164         commands.  Quote $PWD.
29165         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29166         -x" by "export".
29167         (remove_newlines): Remove.
29169 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29171         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29172         * stdlib/stdlib.h (atof): Moved to ...
29173         * include/bits/stdlib-float.h: Here.  New file.
29174         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29175         * stdlib/bits/stdlib-float.h: New file.
29176         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29177         -mno-sse -mno-mmx.
29178         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29179         <xmmintrin.h>.
29181 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29183         * conform/conformtest.pl (@headers): Add fenv.h.
29184         * conform/data/fenv.h-data: New file.
29185         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29186         include of <math/fenv.h>.
29188         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29189         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29190         && !UNIX98].  Enables tests for XOPEN2K8.
29191         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29192         POSIX2008]: Likewise.
29194         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29195         (struct rusage): Do not expect type or its members.
29197         [BZ #3439]
29198         * math/math.h (FP_NAN): Define macro to integer constant usable in
29199         #if and use that to give value to enum constant.
29200         (FP_INFINITE): Likewise.
29201         (FP_ZERO): Likewise.
29202         (FP_SUBNORMAL): Likewise.
29203         (FP_NORMAL): Likewise.
29205 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
29207         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29208         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29209         arguments.
29211 2012-11-02  Roland McGrath  <roland@hack.frob.com>
29213         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29214         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29215         autoconf-time if not.
29216         * configure.in: Remove AC_PREREQ.
29218 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29220         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29221         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29222         of the internal implementation.
29224 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29226         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29227         except include of <misc/sys/syslog.h>.
29229 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29232         function returns with a NULL context exit with zero.
29234 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29236         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29238 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
29240         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29241         (run_program_cmd): This.
29242         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29243         (tst_langinfo): New variable.  Use it.
29245 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
29247         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29248         floating point opcodes.
29250 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29252         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29253         variable.
29255         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29257         * sysdeps/mach/hurd/powerpc: Remove directory.
29258         * sysdeps/mach/powerpc: Likewise.
29260 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29262         * scripts/check-local-headers.sh: Ignore c++ headers.
29264 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29266         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29267         __libc_cleanup_region_start argument.
29269 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
29271         [BZ #14784]
29272         [BZ #14785]
29273         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29274         x * y using scaling, not as x * y + z.
29275         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29276         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29277         * math/libm-test.inc (fma_test): Add more tests.
29278         (fma_test_towardzero): Likewise.
29279         (fma_test_downward): Likewise.
29280         (fma_test_upward): Likewise.
29282 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29284         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
29286 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29288         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
29289         New variable.
29291 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
29293         * rt/tst-shm.c (worker): Correct checking for mmap failure.
29295 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29298         Fix sort order.
29299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29300         Likewise.
29302 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29305         Fix the order of the list for glibc 2.17.
29306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29307         Likewise.
29309 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29311         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29313 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29315         [BZ #14610]
29316         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29317         for low part of x being zero before using __atanl (y).
29318         * math/libm-test.inc (atan2_test): Add another test.
29320         * manual/install.texi (Configuring and compiling): Document
29321         general use of test-wrapper and test-wrapper-env.
29322         * INSTALL: Regenerated.
29324         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29325         (__fma): Do not extract and scale down low bits on after-rounding
29326         systems when result rounded to normal precision would have normal
29327         exponent.
29328         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29329         (__fmal): Do not extract and scale down low bits on after-rounding
29330         systems when result rounded to normal precision would have normal
29331         exponent.
29332         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29333         (__fmal): Do not extract and scale down low bits on after-rounding
29334         systems when result rounded to normal precision would have normal
29335         exponent.
29336         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29337         macro.
29338         (fma_test): Add more tests.
29339         (fma_test_towardzero): Likewise.
29340         (fma_test_downward): Likewise.
29341         (fma_test_upward): Likewise.
29343 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
29345         * sysdeps/i386/tininess.h: Renamed to ...
29346         * sysdeps/x86/tininess.h: This.
29347         * sysdeps/x86_64/tininess.h: Removed.
29349 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29351         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29352         input.  Use $(build-program-cmd).
29353         ($(objpfx)tst-array1-static.out): Likewise.
29354         ($(objpfx)tst-array2.out): Likewise.
29355         ($(objpfx)tst-array3.out): Likewise.
29356         ($(objpfx)tst-array4.out): Likewise.
29357         ($(objpfx)tst-array5.out): Likewise.
29358         ($(objpfx)tst-array5-static.out): Likewise.
29360 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
29362         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29363         if defined.
29365         * nss/nsswitch.h (nss_interface_function): Provide new
29366         macro for use with NSS functions.
29367         * grp/initgroups.c: Use new macro.
29368         * nss/getXXbyYY.c: Likewise.
29369         * nss/getXXbyYY_r.c: Likewise.
29370         * nss/getXXent.c: Likewise.
29371         * nss/getXXent_r.c: Likewise.
29372         * sysdeps/posix/getaddrinfo.c: Likewise.
29374 2012-10-30  Andreas Jaeger  <aj@suse.de>
29376         * po/ru.po: Update Russion translation from translation project.
29378 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29380         [BZ #14152]
29381         [BZ #14783]
29382         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29383         result and shift together with sticky bit instead of replicating
29384         round-to-nearest rounding.
29385         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29386         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29387         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
29388         missing underflow exceptions.
29389         (fma_test_towardzero): Add more tests.
29390         (fma_test_downward): Likewise.
29391         (fma_test_upward): Likewise.
29393         [BZ #14047]
29394         * sysdeps/generic/tininess.h: New file.
29395         * sysdeps/i386/tininess.h: Likewise.
29396         * sysdeps/sh/tininess.h: Likewise.
29397         * sysdeps/x86_64/tininess.h: Likewise.
29398         * stdlib/tst-strtod-underflow.c: Likewise.
29399         * stdlib/tst-tininess.c: Likewise.
29400         * stdlib/strtod_l.c: Include <tininess.h>.
29401         (round_and_return): Do not set errno for exact underflow cases.
29402         Force an underflow exception when setting errno for underflow.
29403         Determine underflow based on rounding to normal precision if
29404         TININESS_AFTER_ROUNDING.
29405         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29406         ERANGE for exact underflow cases.
29407         * stdlib/Makefile (tests): Add tst-tininess and
29408         tst-strtod-underflow.
29409         ($(objpfx)tst-tininess): Use $(link-libm).
29410         ($(objpfx)tst-strtod-underflow): Likewise.
29412 2012-10-30  Andreas Jaeger  <aj@suse.de>
29414         [BZ#14767]
29415         * elf/Makefile (tests): Remove conditional for have-initfini-array
29416         since this is now always required and the variable does not exist
29417         anymore.
29418         (tests-static): Likewise.
29419         (modules-names): Likewise.
29421         * po/eo.po: Add Esperanto translation from translation project.
29423         * elf/tst-array1.c (fini_array): Make writeable so that it can be
29424         merged with constructor/destructor.
29425         (init_array): Likewise.
29426         * elf/tst-array2dep.c (fini_array): Likewise.
29427         (init_array): Likewise.
29429 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
29431         * manual/message.texi: Delete @cartouche tags.
29433 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29435         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29436         EOPNOTSUPP.
29437         * sysdeps/mach/hurd/fsync.c: Likewise.
29439         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29440         [_POSIX_REALTIME_SIGNALS]: Change condition to
29441         [_POSIX_REALTIME_SIGNALS > 0].
29443 2012-10-27  Andreas Jaeger  <aj@suse.de>
29445         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29446         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29447         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29448         [__WORDSIZE != 64]: Likewise.
29450 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29452         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29453         *  iconvdata/tst-tables.sh: Likewise.
29455 2012-10-25  David S. Miller  <davem@davemloft.net>
29457         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29458         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29459         of strtoull.
29461         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29462         ifunc-impl-list.c
29463         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29464         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29465         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29466         file.
29468 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29470         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29471         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29472         __getdirentries.
29474 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29475             Jim Blandy  <jimb@codesourcery.com>
29477         * scripts/cross-test-ssh.sh: New file.
29478         * manual/install.texi (Configuring and compiling): Document use of
29479         cross-test-ssh.sh.
29480         * INSTALL: Regenerated.
29482 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29484         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29485         EOPNOTSUPP.
29487 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29489         * Makeconfig (run-program-prefix): Fix comment.
29491 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29492             Jim Blandy  <jimb@codesourcery.com>
29494         * Makeconfig (test-wrapper): New variable,
29495         (test-wrapper-env): Likewise.
29496         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29497         (run-built-tests): Define to yes.
29498         (run-program-prefix): Use $(test-wrapper).
29499         (built-program-cmd): Likewise.
29500         * Rules (make-test-out): Use $(test-wrapper-env) and
29501         $(host-built-program-cmd).
29502         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29503         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29504         tst-pathopt.sh.
29505         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29506         $(test-wrapper-env) to tst-rtld-load-self.sh.
29507         ($(objpfx)order2.out): Use $(test-wrapper).
29508         ($(objpfx)tst-initorder.out): Likewise.
29509         ($(objpfx)tst-initorder2.out): Likewise.
29510         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29511         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29512         (test_wrapper_env): New variable.  Use it to run ld.so.
29513         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29514         Use it to run ld.so.
29515         (test_wrapper_env): Likewise.
29516         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29517         $(test-wrapper) to run-iconv-test.sh.
29518         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29519         (ICONV): Use $test_wrapper.
29520         * posix/Makefile ($(objpfx)globtest.out): Pass
29521         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29522         globtest.sh, not $(run-program-prefix).
29523         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29524         (test_wrapper): Likewise.
29525         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29526         set together with run_via_rtld_prefix.
29527         (run_program_prefix): Define in terms of test_wrapper and
29528         run_via_rtld_prefix.
29530 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29532         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29533         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29534         Targets removed.
29536         [BZ #14743]
29537         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29538         Declare __clock_getres, __clock_gettime, __clock_settime,
29539         __clock_nanosleep, and __clock_getcpuclockid.
29540         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29541         Remove librt_hidden_def (clock_gettime).
29542         * sysdeps/unix/clock_gettime.c: Likewise.
29543         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29544         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29545         * rt/clock_getres.c: Define __clock_getres as an alias.
29546         * sysdeps/posix/clock_getres.c: Likewise.
29547         * rt/clock_settime.c: Define __clock_settime as an alias.
29548         * sysdeps/unix/clock_settime.c: Likewise.
29549         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29550         * sysdeps/unix/clock_nanosleep.c: Likewise.
29551         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29552         * rt/clock-compat.c: New file.
29553         * rt/Makefile (librt-routines): Add clock-compat and move
29554         $(clock-routines) to ...
29555         (routines): ... here, new variable.
29556         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29557         Don't add get_clockfreq here.
29558         * rt/Versions (libc: GLIBC_2.17): New version set.
29559         Add clock_* symbols here.
29560         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29561         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29562         (GLIBC_2.17): Add clock_* symbols.
29563         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29564         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29565         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29567         Likewise.
29568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29569         Likewise.
29570         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29571         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29573         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29574         * NEWS: Mention the move.
29576         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29577         Use __open, __read, __close rather than their public counterparts.
29578         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29579         (__get_clockfreq_via_cpuinfo): Likewise.
29580         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29581         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29583         * config.h.in (HAVE_IFUNC): New #undef.
29584         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29585         was successful.
29586         * configure: Regenerated.
29588 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29590         * configure.in: Move READELF check to start of file.
29591         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29592         libc_cv_asm_gnu_indirect_function in the process.
29593         * configure: Regenerated.
29595 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29597         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29598         send the output to /dev/null.
29599         (libc_cv_cc_with_libunwind): Likewise.
29600         (libc_cv_as_noexecstack): Likewise.
29601         * configure: Regenerate.
29603 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29605         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29607         * posix/globtest.sh (TMPDIR): Do not set.
29608         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29609         (testout): Likewise.
29611 2012-10-24  Andreas Jaeger  <aj@suse.de>
29613         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29614         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29615         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29616         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29617         posix_fadvise64, posix_fallocate64.
29619         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29620         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29621         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29622         Likewise.
29623         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29624         Likewise.
29625         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29627         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29628         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29629         <bits/fcntl-linux.h>.
29630         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29632         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29633         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29634         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29635         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29636         [__WORDSIZE != 64]: Likewise.
29638 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29640         * Makeconfig (run-built-tests): New variable.
29641         * Rules [$(cross-compiling) = yes]: Change condition to
29642         [$(run-built-tests) = no].
29643         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29644         to [$(run-built-tests) = yes].
29645         * elf/Makefile [$(cross-compiling) = no]: Likewise
29646         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29647         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29648         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29649         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29650         * io/Makefile [$(cross-compiling) = no]: Likewise.
29651         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29652         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29653         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29654         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29655         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29656         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29657         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29658         * string/Makefile [$(cross-compiling) = no]: Likewise.
29660         * posix/Makefile ($(objpfx)globtest.out): Pass
29661         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29662         $(rtld-installed-name).
29663         * posix/globtest.sh (elf_objpfx): Remove variable.
29664         (rtld_installed_name): Likewise.
29665         (library_path): Likewise.
29666         (run_program_prefix): New variable.  Use for running globtest
29667         binary.
29669 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29670             Joseph Myers  <joseph@codesourcery.com>
29672         * Makeconfig (host-built-program-cmd): New variable.
29673         * elf/Makefile (tst-stackguard1-ARGS): Use
29674         $(host-built-program-cmd).
29675         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29676         (tst-spawn-ARGS): Likewise.
29677         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29679 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29680             Jim Blandy  <jimb@codesourcery.com>
29682         * Makeconfig (run-via-rtld-prefix): New variable.
29683         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29684         (built-program-cmd): Likewise.
29686 2012-10-22  Andreas Jaeger  <aj@suse.de>
29688         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29689         __O_RSYNC if it exists, otherwise to O_SYNC.
29691 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29692             Joseph Myers  <joseph@codesourcery.com>
29694         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29695         /dev/null.
29696         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29697         from /dev/null
29698         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29699         /dev/null.
29701 2012-10-22  Andreas Jaeger  <aj@suse.de>
29703         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29704         Define always.
29705         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29707         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29708         bits/fcntl-linux.h.
29710         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29711         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29713         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29714         to __O_LARGEFILE.
29715         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29716         to __O_LARGEFILE.
29718 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29719             Joseph Myers  <joseph@codesourcery.com>
29721         * config.make.in (NM): New variable.
29723 2012-10-21  Andreas Jaeger  <aj@suse.de>
29725         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29726         definitions and declarations that are provided by
29727         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29729 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29731         [BZ #14683]
29732         * elf/Makefile (tests-static): Add tst-leaks1-static.
29733         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29734         ($(objpfx)tst-leaks1-static): New rule.
29735         ($(objpfx)tst-leaks1-static-mem): Likewise.
29736         (tst-leaks1-static-ENV): New macro.
29737         * elf/dl-open.c (dl_open_worker): Check the main application
29738         only if SHARED is defined.
29739         * elf/tst-leaks1-static.c: New file.
29741 2012-10-20  Andreas Jaeger  <aj@suse.de>
29743         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29744         generic values for Linux.
29745         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29746         and declarations that are provided by <bits/fcntl-linux.h> and
29747         include <bits/fcntl-linux.h>.
29748         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29749         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29751 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29753         * io/fcntl.h: Move include of <bits/types.h> to the top and
29754         include it unconditionally.
29756 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29758         * wcsmbs/Makefile (tests-ifunc): New variable.
29759         (tests): Add $(tests-ifunc).
29760         * wcsmbs/test-wcschr-ifunc.c: New file.
29761         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29762         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29763         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29764         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29765         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29767         * string/Makefile (tests-ifunc): New variable.
29768         (tests): Add $(tests-ifunc).
29769         * string/test-memccpy.c (TEST_NAME): New macro.
29770         * string/test-memchr.c (TEST_NAME): Likewise.
29771         * string/test-memcmp.c (TEST_NAME): Likewise.
29772         * string/test-memcpy.c (TEST_NAME): Likewise.
29773         * string/test-memmem.c (TEST_NAME): Likewise.
29774         * string/test-memmove.c (TEST_NAME): Likewise.
29775         * string/test-memset.c (TEST_NAME): Likewise.
29776         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29777         * string/test-stpcpy.c (TEST_NAME): Likewise.
29778         * string/test-stpncpy.c (TEST_NAME): Likewise.
29779         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29780         * string/test-strcasestr.c (TEST_NAME): Likewise.
29781         * string/test-strcat.c (TEST_NAME): Likewise.
29782         * string/test-strchr.c (TEST_NAME): Likewise.
29783         * string/test-strcmp.c(TEST_NAME): Likewise.
29784         * string/test-strcpy.c (TEST_NAME): Likewise.
29785         * string/test-strcspn.c (TEST_NAME): Likewise.
29786         * string/test-strlen.c (TEST_NAME): Likewise.
29787         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29788         * string/test-strncmp.c (TEST_NAME): Likewise.
29789         * string/test-strncpy.c (TEST_NAME): Likewise.
29790         * string/test-strnlen.c (TEST_NAME): Likewise.
29791         * string/test-strpbrk.c (TEST_NAME): Likewise.
29792         * string/test-strrchr.c (TEST_NAME): Likewise.
29793         * string/test-strspn.c (TEST_NAME): Likewise.
29794         * string/test-strstr.c (TEST_NAME): Likewise.
29795         * string/test-bcopy-ifunc.c: New file.
29796         * string/test-bzero-ifunc.c: Likewise.
29797         * string/test-memccpy-ifunc.c: Likewise.
29798         * string/test-memchr-ifunc.c: Likewise.
29799         * string/test-memcmp-ifunc.c: Likewise.
29800         * string/test-memcpy-ifunc.c: Likewise.
29801         * string/test-memmem-ifunc.c: Likewise.
29802         * string/test-memmove-ifunc.c: Likewise.
29803         * string/test-mempcpy-ifunc.c: Likewise.
29804         * string/test-memset-ifunc.c: Likewise.
29805         * string/test-rawmemchr-ifunc.c: Likewise.
29806         * string/test-stpcpy-ifunc.c: Likewise.
29807         * string/test-stpncpy-ifunc.c: Likewise.
29808         * string/test-strcasecmp-ifunc.c: Likewise.
29809         * string/test-strcasestr-ifunc.c: Likewise.
29810         * string/test-strcat-ifunc.c: Likewise.
29811         * string/test-strchr-ifunc.c: Likewise.
29812         * string/test-strchrnul-ifunc.c: Likewise.
29813         * string/test-strcmp-ifunc.c: Likewise.
29814         * string/test-strcpy-ifunc.c: Likewise.
29815         * string/test-strcspn-ifunc.c: Likewise.
29816         * string/test-strlen-ifunc.c: Likewise.
29817         * string/test-strncasecmp-ifunc.c: Likewise.
29818         * string/test-strncat-ifunc.c: Likewise.
29819         * string/test-strncmp-ifunc.c: Likewise.
29820         * string/test-strncpy-ifunc.c: Likewise.
29821         * string/test-strnlen-ifunc.c: Likewise.
29822         * string/test-strpbrk-ifunc.c: Likewise.
29823         * string/test-strrchr-ifunc.c: Likewise.
29824         * string/test-strspn-ifunc.c: Likewise.
29825         * string/test-strstr-ifunc.c: Likewise.
29827         * debug/Makefile (tests-ifunc): New variable.
29828         (tests): Add $(tests-ifunc).
29829         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29830         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29831         * debug/test-stpcpy_chk-ifunc.c: New file.
29832         * debug/test-strcpy_chk-ifunc.c: Likewise.
29834 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29836         [BZ #13601]
29837         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29838         header is not read in.
29840 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29842         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29843         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29844         directly.  Pass built executable to script as
29845         $(built-program-cmd).
29846         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29847         $testprogram without using LD_LIBRARY_PATH and $ldso.
29849         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29850         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29851         $(rtld-installed-name).
29852         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29853         (rtld_installed_name): Likewise.
29854         (library_path): Likewise.
29855         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29856         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29857         $(run-program-prefix) to tst-tables.sh.
29858         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29859         it to run tst-table-from and tst-table-to.
29860         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29861         Pass it to tst-table.sh.
29862         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29863         $(run-program-prefix) to tst-gettext.sh.
29864         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29865         tst-translit.sh.
29866         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29867         tst-gettext2.sh.
29868         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29869         to run tst-gettext.
29870         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29871         to run tst-gettext2.
29872         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29873         to run tst-translit.
29874         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29875         $(run-program-prefix) to tst-mtrace.sh.
29876         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29877         to run tst-mtrace.
29878         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29879         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29880         $(rtld-installed-name).
29881         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29882         (rtld_installed_name): Likewise.
29883         (run_program_prefix): New variable.  Use it to run wordexp-test.
29885         * Makeconfig (ARCH): Remove all definitions.
29886         (machine): Likewise.
29887         [ARCH]: Remove conditional code.
29888         [!objdir]: Give error.
29889         [!objdir] (objpfx): Remove.
29890         [!objdir] (common-objpfx): Likewise.
29891         [!objdir] (common-objdir): Likewise.
29892         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29893         AC_CONFIG_FILES call.
29894         * configure: Regenerated.
29896         [BZ #13888]
29897         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29898         or TMPDIR.
29899         (testout): Likewise.
29901         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29902         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29903         $(rtld-installed-name).
29904         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29905         (rtld_installed_name): Likwise.
29906         (runit): Remove function.
29907         (run_getconf): New variable,  Use it for running getconf binary.
29909 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29911         [BZ #14716]
29912         * string/test-memmem.c (check_result): New function.
29913         (do_one_test): Use it.
29914         (check1): New function.
29915         (test_main): Use it.
29917 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29919         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29921 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29923         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29924         (_G_LSEEK64): Likewise.
29925         (_G_MMAP64): Likewise.
29926         (_G_FSTAT64): Likewise.
29927         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29928         (_G_LSEEK64): Likewise.
29929         (_G_MMAP64): Likewise.
29930         (_G_FSTAT64): Likewise.
29931         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29932         unconditional.  Call __mmap64 directly.
29933         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29934         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29935         __lseek64 directly.
29936         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29937         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29938         __mmap64 directly.
29939         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29940         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29941         __lseek64 directly.
29942         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29943         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29944         __lseek64 directly.
29945         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29946         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29947         __lseek64 directly.
29948         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29949         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29950         __fxstat64 directly.
29951         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29952         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29953         unconditional.
29954         (freopen64) [!_G_OPEN64]: Remove conditional code.
29955         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29956         unconditional.
29957         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29958         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29959         unconditional.
29960         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29961         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29962         unconditional.
29963         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29964         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29965         unconditional.
29966         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29967         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29968         unconditional.
29969         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29970         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29971         unconditional.
29972         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29973         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
29974         unconditional.
29975         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29977 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29979         [BZ #12140]
29980         * manual/memory.texi (Malloc Tunable Parameters): Add note
29981         about free list pointers overwriting some perturb bytes.
29982         Wording suggested by Roland McGrath.
29984 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
29986         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
29987         (lgamma_test): Likewise.
29988         (tgamma_test): Likewise.
29990 2012-10-16  Florian Weimer  <fweimer@redhat.com>
29992         [BZ #14700]
29993         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
29994         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
29996 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
29998         * NEWS: Mention BZ #14716.
29999         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30000         when removing AVAILABLE1_USES_J macro.
30002 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30004         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30005         (__bswap_64): __uint64_t for unsigned 64-bit int.
30007 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30009         * include/string.h (memmem): Declare libc hidden alias.
30010         * string/memmem.c (memmem): Define libc hidden alias.
30011         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30012         __read, __close instead of open, read, close.
30014 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30016         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30017         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30018         global and hidden.
30019         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30020         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30021         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30022         Likewise.
30023         (__rawmemchr_sse2): Likewise.
30024         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30025         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30026         (__strchr_sse2): Likewise.
30027         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30028         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30029         (__strcasecmp_sse2): Likewise.
30030         (__strncasecmp_sse2): Likewise.
30031         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30032         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30033         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30034         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30035         (__strrchr_sse2): Likewise.
30036         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30037         ifunc-impl-list.c.
30038         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30039         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30040         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30041         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30042         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30043         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30044         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30045         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30046         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30047         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30048         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30049         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30050         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30051         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30052         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30053         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30054         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30055         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30056         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30057         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30058         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30059         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30060         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30061         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30062         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30063         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30064         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30065         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30066         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30067         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30069         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30070         global and hidden.
30071         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30072         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30073         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30074         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30075         Likewise.
30076         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30077         Likewise.
30078         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30079         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30080         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30081         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30082         ifunc-impl-list.c.
30083         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30084         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30085         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30086         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30087         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30088         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30089         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30090         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30091         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30092         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30093         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30094         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30095         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30096         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30097         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30098         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30099         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30100         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30101         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30102         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30103         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30104         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30105         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30106         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30107         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30108         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30109         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30110         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30111         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30112         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30113         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30114         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30115         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30116         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30117         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30118         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30119         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30120         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30121         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30122         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30123         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30125         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30126         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30127         * include/ifunc-impl-list.h: New file.
30128         * misc/ifunc-impl-list.c: Likewise.
30129         * misc/Makefile (routines): Add ifunc-impl-list.
30130         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30131         * string/test-string.h: Include <ifunc-impl-list.h>.
30132         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30133         TEST_NAME]: New variables.
30134         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30135         are defined.
30136         (test_init): Call __libc_ifunc_impl_list to initialize
30137         func_list if TEST_IFUNC and TEST_NAME are defined.
30139         * string/Makefile (strop-tests): Add bcopy and bzero.
30140         * string/test-bcopy.c: New file.
30141         * string/test-bzero.c: Likewise.
30142         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30143         defined.
30144         * string/test-memset.c: Support bzero test if TEST_BZERO is
30145         defined.
30146         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30147         __libc_memmove.
30148         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30149         __libc_memset.
30150         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30151         of memset.
30153 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30155         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30156         * configure: Regenerated.
30158         * Makeconfig (+link-static-before-libc): Don't include
30159         $(link-static-libc).
30161         * libio/libio.h (_IO_pos_t): Remove.
30163 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30165         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30166         McGrath.
30168 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30170         * crypt/crypt-entry.c: Include fips-private.h.
30171         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30172         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30173         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30174         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30176 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30178         * crypt/crypt-private.h: Include stdbool.h.
30179         (_ufc_setup_salt_r): Return bool.
30180         * crypt/crypt-entry.c: Include errno.h.
30181         (__crypt_r): Return NULL with EINVAL for bad salt.
30182         * crypt/crypt_util.c (bad_for_salt): New.
30183         (_ufc_setup_salt_r): Check that salt is long enough and within
30184         the specified alphabet.
30185         * crypt/badsalttest.c: New file.
30186         * crypt/Makefile (tests): Add it.
30187         ($(objpfx)badsalttest): New.
30189 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30191         * NEWS: Add entry for BZ #14602.
30193 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30195         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30196         type-generic.
30197         * math/libm-test.inc: Update comment listing what functions and
30198         macros are tested.
30199         (isgreater_test): New function.
30200         (isgreaterequal_test): Likewise.
30201         (isless_test): Likewise.
30202         (islessequal_test): Likewise.
30203         (islessgreater_test): Likewise.
30204         (isunordered_test): Likewise.
30205         (main): Call the new functions.
30207 2012-10-09  Roland McGrath  <roland@hack.frob.com>
30209         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30210         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30211         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30212         * sysdeps/i386/configure: Regenerated.
30213         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30214         * sysdeps/mach/configure: Regenerated.
30215         * sysdeps/mach/hurd/configure: Regenerated.
30216         * sysdeps/powerpc/configure: Regenerated.
30217         * sysdeps/powerpc/powerpc32/configure: Regenerated.
30218         * sysdeps/powerpc/powerpc64/configure: Regenerated.
30219         * sysdeps/s390/s390-32/configure: Regenerated.
30220         * sysdeps/s390/s390-64/configure: Regenerated.
30221         * sysdeps/sh/configure: Regenerated.
30222         * sysdeps/sparc/configure: Regenerated.
30223         * sysdeps/unix/sysv/linux/configure: Regenerated.
30224         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30225         * sysdeps/x86_64/configure: Regenerated.
30227         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30228         defined.  Don't check if MAP is NULL.
30230 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30232         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30233         (_G_stat64): Likewise.
30234         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30235         (_G_stat64): Likewise.
30236         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30237         instead of struct _G_stat64.
30238         * libio/fileops.c (mmap_remap_check): Likewise.
30239         (decide_maybe_mmap): Likewise.
30240         (_IO_new_file_seekoff): Likewise.
30241         (_IO_file_stat): Likewise.
30242         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30243         _G_off64_t.
30244         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30245         instead of struct _G_stat64.
30246         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30248 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30250         [BZ #14602]
30251         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30252         Replace with ...
30253         (CHECK_EOL): New macro.
30254         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30255         CHECK_EOL.
30256         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30257         Replace with CHECK_EOL.
30258         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30259         Replace with CHECK_EOL.
30261 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
30263         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30264         type-generic.
30265         * math/libm-test.inc: Update comment listing what functions and
30266         macros are tested.
30267         (finite_test): New function.
30268         (isinf_test): Likewise.
30269         (isnan_test): Likewise.
30270         (fpclassify_test): Test subnormal input.
30271         (isfinite_test): Likewise.
30272         (isnormal_test): Likewise.
30273         (main): Call the new functions.
30275 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
30277         [BZ #14660]
30278         * Makerules (%.dynsym): Force C locale when running
30279         $(OBJDUMP) --dynamic-syms.
30281 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
30283         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
30284         <stdint.h>.
30286 2012-10-06  David S. Miller  <davem@davemloft.net>
30288         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
30289         upper 32-bits of the length value in %o2 since we use branch-on-register
30290         tests which consider the entire 64-bit register.
30292 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
30294         * string/test-strstr.c (check2): Add a test for page boundary.
30296 2012-10-05  David S. Miller  <davem@davemloft.net>
30298         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30299         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30300         file.
30301         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30302         sysdep_routines.
30303         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30304         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30305         and bzero when HWCAP_SPARC_CRYPTO is present.
30307 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30309         [BZ #14602]
30310         * string/test-strstr.c (check2): New function.
30311         (test_main): Call check2.
30313         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30314         and bug-strchr1.
30315         * string/bug-strcasestr1.c (do_test): Moved to ...
30316         * string/test-strcasestr.c (check1): Here.  New function.
30317         (do_one_test): Break out result checking code into ...
30318         (check_result): This.  New function.
30319         (do_one_test): Call check_result.
30320         (test_main): Call check1.
30321         * string/bug-strchr1.c (do_test): Moved to ...
30322         * string/test-strchr.c (check1): Here.  New function.
30323         (do_one_test): Break out result checking code into ...
30324         (check_result): This.  New function.
30325         (do_one_test): Call check_result.
30326         (test_main): Call check1.
30327         * string/bug-strstr1.c (main): Moved to ...
30328         * string/test-strstr.c (check1): Here.  New function.
30329         (do_one_test): Break out result checking code into ...
30330         (check_result): This.  New function.
30331         (do_one_test): Call check_result.
30332         (test_main): Call check1.
30333         * string/bug-strcasestr1.c: Removed.
30334         * string/bug-strchr1.c: Likewise.
30335         * string/bug-strstr1.c: Likewise.
30337         * elf/Makefile (dl-routines): Add hwcaps.
30338         * elf/dl-support.c (_dl_important_hwcaps): Removed.
30339         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30340         (_dl_important_hwcaps): Moved to ...
30341         * elf/dl-hwcaps.c: Here.  New file.
30342         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30344         [BZ #14557]
30345         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30346         if IS_IN_rtld isn't defined.
30348         * elf/dl-support.c (_dl_sysinfo_map): New.
30349         Include "get-dynamic-info.h" and "setup-vdso.h".
30350         (_dl_non_dynamic_init): Call setup_vdso.
30351         * elf/dynamic-link.h: Don't include <assert.h>.
30352         (elf_get_dynamic_info): Moved to ...
30353         * elf/get-dynamic-info.h: Here.  New file.
30354         * elf/dynamic-link.h: Include "get-dynamic-info.h".
30355         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30356         * elf/setup-vdso.h: Here.  New file.
30357         * elf/rtld.c: Include "setup-vdso.h".
30358         (dl_main): Call setup_vdso.
30360 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
30362         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30363         creal in comment listing functions tested.  List finite, isinf,
30364         isnan, isless, islessequal, isgreater, isgreaterequal,
30365         islessgreater, isunordered, lgamma_r and pow10 as functions and
30366         macros not tested.  Mention which functions not tested are aliases
30367         for other functions.  Fix typo.  Note that signs of NaNs are not
30368         tested.
30370         * scripts/config.guess: Update from config.git.
30371         * scripts/config.sub: Likewise.
30373 2012-10-04  Roland McGrath  <roland@hack.frob.com>
30375         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30376         * misc/madvise.c (madvise): Renamed to __madvise.
30377         Make madvise a weak alias.
30378         * include/sys/mman.h: Declare __madvise.
30379         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30380         * sysdeps/unix/syscalls.list
30381         (madvise): Make __madvise the strong name, and madvise a weak alias.
30382         * sysdeps/unix/sysv/linux/syscalls.list
30383         (madvise, mmap): Remove redundant entries.
30384         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30385         * malloc/malloc.c (mtrim): Likewise.
30386         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30388 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30390         * sysdeps/mach/hurd/dl-cache.c: File removed.
30391         * config.h.in (USE_LDCONFIG): New #undef.
30392         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30393         * configure: Regenerated.
30394         * elf/Makefile (dl-routines): Add dl-cache only under
30395         [$(use-ldconfig) = yes].
30396         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30397         cache on [USE_LDCONFIG].
30398         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30399         [USE_LDCONFIG].
30400         * elf/rtld.c (dl_main): Likewise.
30402 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
30404         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30405         _SC_LEVEL4_CACHE_LINESIZE.
30407 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30409         * sysdeps/unix/bsd/confstr.h: File removed.
30411 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
30413         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30414         sys/sdt-config.h.
30416 2012-10-02  Roland McGrath  <roland@hack.frob.com>
30418         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30419         Make 'mapoff' field ElfW(Off) rather than off_t.
30421 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30423         * nscd/Makefile: Remove nscd-cflags and all its users.
30424         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30425         (CFLAGS-nonlib): Add compiler flags for nscd modules.
30427         [BZ #10631]
30428         * malloc.c (malloc_printerr): Clarify error message.
30430 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
30432         [BZ #14648]
30433         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30434         Set bit_FMA_Usable if FMA is supported.
30435         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30436         macro.
30437         (bit_FMA4_Usable): Updated.
30438         (index_FMA_Usable): New macro.
30439         (CPUID_FMA): Likewise
30440         (HAS_FMA): Defined with bit_FMA_Usable.
30442 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30444         * bits/types.h (__swblk_t): Type removed.
30445         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30446         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30447         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30448         (__SWBLK_T_TYPE): Likewise.
30449         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30450         (__SWBLK_T_TYPE): Likewise.
30451         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30452         (__SWBLK_T_TYPE): Likewise.
30453         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30454         (__SWBLK_T_TYPE): Likewise.
30456 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30457             Honza Horak <hhorak@redhat.com>
30459         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30460         (xdr_mapname): Use YPMAXMAP as maxsize.
30461         (xdr_peername): Use YPMAXPEER as maxsize.
30462         (xdr_keydat): Use YPAXRECORD as maxsize.
30463         (xdr_valdat): Use YPMAXRECORD as maxsize.
30465 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30467         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30469         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30470         * csu/init-first.c: ... here.
30471         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30472         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30473         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30474         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30475         * sysdeps/i386/init-first.c: File removed.
30476         * sysdeps/sh/init-first.c: File removed.
30478 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30480         [BZ #14645]
30481         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30482         if x * y might underflow to zero and z is zero.
30483         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30484         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30485         * math/libm-test.inc (min_subnorm_value): New variable.
30486         (fma_test): Add more tests.
30487         (fma_test_towardzero): Likewise.
30488         (fma_test_downward): Likewise
30489         (fma_test_upward): Likewise.
30490         (initialize): Set min_subnorm_value.
30492 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30494         [BZ #14638]
30495         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30496         0 + 0.
30497         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30498         mode for addition resulting in exact zero.
30499         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30500         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30501         exact 0 + 0.
30502         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30503         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30504         * math/libm-test.inc (fma_test): Add more tests.
30505         (fma_test_towardzero): New function.
30506         (fma_test_downward): Likewise.
30507         (fma_test_upward): Likewise.
30508         (main): Call the new functions.
30510 2012-09-28  David S. Miller  <davem@davemloft.net>
30512         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30514 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30516         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30517         instead of SIGALRM.
30519         * sysdeps/gnu/_G_config.h: Moved to ...
30520         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30521         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30522         * sysdeps/generic/_G_config.h: ... here.
30524         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30526         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30528         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30529         Conditionalize target on [libnss_test1.so-version].
30531         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30533         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30534         (elfobjdir): Move out of conditionals.
30536         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30537         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30538         (__nss_lookup_function): Conditionalize label remove_from_tree on
30539         [!DO_STATIC_NSS || SHARED], matching its only use.
30541 2012-09-28  David S. Miller  <davem@davemloft.net>
30543         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30544         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30545         file.
30546         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30547         sysdep_routines.
30548         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30549         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30550         when HWCAP_SPARC_CRYPTO is present.
30552 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30554         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30556 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30558         [BZ #6530]
30559         * stdio-common/vfprintf.c (process_string_arg): Revert
30560         2000-07-22 change.
30562 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30564         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30565         for testcase.
30566         * stdio-common/tst-sprintf.c: Include <locale.h>
30567         (main): Test sprintf's handling of incomplete multibyte
30568         characters.
30570 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30572         * elf/dl-runtime.c (VERSYMIDX): Removed.
30573         * elf/dl-version.c (VERSYMIDX): Likewise.
30574         * elf/do-rel.h (VERSYMIDX): Likewise.
30575         (VALIDX): Likewise.
30576         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30577         * elf/rtld.c (VALIDX): Likewise.
30578         (ADDRIDX): Likewise.
30579         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30580         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30581         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30582         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30583         (VALIDX): Likewise.
30584         (ADDRIDX): Likewise.
30586 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30588         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30590 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30592         [BZ #11438]
30593         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30594         to global scope.
30595         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30596         addresses are in the same scope as 192.0.2/24.
30597         * posix/gai.conf: Document new scope table defaults.
30599 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30601         [BZ #5298]
30602         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30603         for ftell.  Compute offsets from write pointers instead.
30604         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30606 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30608         [BZ #14543]
30609         * libio/Makefile (tests): New test case tst-fseek.
30610         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30611         combination works in wide mode.
30612         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30613         state when the external buffer state changes.
30615 2012-09-27  David S. Miller  <davem@davemloft.net>
30617         [BZ #14376]
30618         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30619         pass reloc->r_addend in as the 'high' argument to
30620         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30622         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30624 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30626         * rt/tst-aio2.c: Include <pthread.h>.
30627         * rt/tst-aio3.c: Likewise.
30629 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30631         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30633 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30635         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30636         contents on [SHARED].
30638 2012-09-26  Marek Polacek  <polacek@redhat.com>
30640         [BZ #14530]
30641         [BZ #13741]
30642         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30643         for C++ and GCC <4.3 as well as for non GCC compilers.
30645 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30647         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30649 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30651         * Makefile.in (all, install): Declare with .PHONY.
30652         Reported by Michael Hope <michael.hope@linaro.org>.
30654 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30656         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30657         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30658         system header.
30659         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30660         Likewise.
30661         (sydep_routines): Add the new and the internal functions.
30662         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30663         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30665         (GLIBC_2.17): Add the new function.
30666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30667         (GLIBC_2.17): Likewise.
30668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30669         (GLIBC_2.17): Likewise.
30670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30671         (GLIBC_2.17): Likewise.
30672         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30674 2012-09-25  Alan Modra  <amodra@gmail.com>
30676         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30677         Add release barrier before setting once_control to say
30678         initialisation is done.  Add hints on lwarx.  Use macro in
30679         place of isync.
30680         (clear_once_control): Add release barrier.
30682 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30684         [BZ #13629]
30685         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30686         specially.
30687         * math/s_clog10.c (__clog10): Likewise.
30688         * math/s_clog10f.c (__clog10f): Likewise.
30689         * math/s_clog10l.c (__clog10l): Likewise.
30690         * math/s_clogf.c (__clogf): Likewise.
30691         * math/s_clogl.c (__clogl): Likewise.
30692         * math/Makefile (libm-calls): Add x2y2m1.
30693         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30694         (__x2y2m1): Likewise.
30695         (__x2y2m1l): Likewise.
30696         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30697         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30698         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30699         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30700         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30701         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30702         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30703         * sysdeps/i386/fpu/libm-test-ulps: Update.
30704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30706         [BZ #14621]
30707         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30708         int as type of variable DEPTH.
30709         (glob): Use size_t instead of int as type of variables NEWCOUNT
30710         and OLD_PATHC.
30712 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30714         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30715         Add s_sincosf-sse2.
30716         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30717         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30718         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30719         macros for using routine as __sincosf_ia32.
30720         Use macro for function declaration and weak_alias.
30721         * sysdeps/i386/fpu/libm-test-ulps: Update.
30723         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30724         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30726         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30727         subnormal argument.
30728         * math/s_cexpf.c (__cexpf): Likewise.
30729         * math/s_csinf.c (__csinf): Likewise.
30730         * math/s_csinhf.c (__csinhf): Likewise.
30731         * math/s_ctanf.c (__ctanf): Likewise.
30732         * math/s_ctanhf.c (__ctanhf): Likewise.
30733         * math/s_ccosh.c (__ccoshf): Likewise.
30734         * math/s_cexp.c (__cexpl): Likewise.
30735         * math/s_csin.c (__csin): Likewise.
30736         * math/s_csinh.c (__csinh): Likewise.
30737         * math/s_ctan.c (__ctan): Likewise.
30738         * math/s_ctanh.c (ctanh): Likewise.
30739         * math/s_ccoshl.c (__ccoshl): Likewise.
30740         * math/s_cexpl.c (__cexpl): Likewise.
30741         * math/s_csinl.c (__csinl): Likewise.
30742         * math/s_csinhl.c (__csinhl): Likewise.
30743         * math/s_ctanl.c (__ctanl): Likewise.
30744         * math/s_ctanhl.c (__ctanhl): Likewise.
30746 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30748         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30749         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30750         (_IO_off_t): Define to __off_t, not _G_off_t.
30751         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30752         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30753         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30754         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30755         type of __dummy and __dummy2 fields.
30756         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30757         (_G_ssize_t): Likewise.
30758         (_G_off_t): Likewise.
30759         (_G_pid_t): Likewise.
30760         (_G_uid_t): Likewise.
30761         (_G_wchar_t): Likewise.
30762         (_G_wint_t): Likewise.
30763         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30764         (_G_ssize_t): Likewise.
30765         (_G_off_t): Likewise.
30766         (_G_pid_t): Likewise.
30767         (_G_uid_t): Likewise.
30768         (_G_wchar_t): Likewise.
30769         (_G_wint_t): Likewise.
30770         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30771         (_G_ssize_t): Likewise.
30772         (_G_off_t): Likewise.
30773         (_G_pid_t): Likewise.
30774         (_G_uid_t): Likewise.
30775         (_G_wchar_t): Likewise.
30776         (_G_wint_t): Likewise.
30778 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30780         * malloc/arena.c: Include malloc-sysdep.h.
30781         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30782         is sufficient to shrink the heap or an unmap is needed.
30783         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30784         new function check_may_shrink_heap.
30785         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30786         new function check_may_shrink_heap.
30788 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30790         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30791         comments.
30793 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30795         * catgets/test-gencat.sh: Add "set -e".
30796         * elf/tst-pathopt.sh: Likewise.
30797         * grp/tst_fgetgrent.sh: Likewise.
30798         * iconvdata/run-iconv-test.sh: Likewise.
30799         * intl/tst-gettext.sh: Likewise.
30800         * intl/tst-gettext2.sh: Likewise.
30801         * intl/tst-gettext4.sh: Likewise.
30802         * intl/tst-gettext6.sh: Likewise.
30803         * intl/tst-translit.sh: Likewise.
30804         * io/ftwtest-sh: Likewise.
30805         * libio/test-freopen.sh: Likewise.
30806         * malloc/tst-mtrace.sh: Likewise.
30807         * posix/globtest.sh: Likewise.
30808         * posix/tst-getconf.sh: Likewise.
30809         * posix/wordexp-tst.sh: Likewise.
30810         * stdio-common/tst-printf.sh: Likewise.
30811         * stdio-common/tst-unbputc.sh: Likewise.
30812         * stdlib/tst-fmtmsg.sh: Likewise.
30813         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30814         * catgets/Makefile: Do not specify -e option when running
30815         testsuite shell scripts.
30816         * elf/Makefile: Likewise.
30817         * grp/Makefile: Likewise.
30818         * iconvdata/Makefile: Likewise.
30819         * intl/Makefile: Likewise.
30820         * io/Makefile: Likewise.
30821         * libio/Makefile: Likewise.
30822         * malloc/Makefile: Likewise.
30823         * posix/Makefile: Likewise.
30824         * stdio-common/Makefile: Likewise.
30825         * stdlib/Makefile: Likewise.
30826         * sysdeps/x86_64/Makefile: Likewise.
30828         * io/ftwtest-sh: Add copyright header.
30829         * posix/globtest.sh: Likewise.
30830         * posix/tst-getconf.sh: Likewise.
30831         * posix/wordexp-tst.sh: Likewise.
30832         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30834 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30836         [BZ #13679]
30837         * Makeconfig (+link): Defined as $(+link-static) if
30838         $(build-shared) isn't yes.
30839         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30840         isn't yes.
30841         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30843         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30845         [BZ #14562]
30846         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30847         new chunk size with MALLOC_ALIGN_MASK.
30849 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30851         [BZ #5044]
30852         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30853         <rounding-mode.h>.
30854         (__printf_fphex): Determine rounding using get_rounding_mode and
30855         round_away.
30856         * stdio-common/tst-printf-round.c (struct hex_test): New
30857         structure.
30858         (hex_tests): New variable.
30859         (test_hex_in_one_mode): New function.
30860         (do_test): Also run tests for hex float output.
30862 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30864         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30865         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30866         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30867         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30868         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30869         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30870         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30871         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30873 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30875         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30876         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30877         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30878         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30880 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30882         [BZ #14579]
30883         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30884         mode only.
30885         * elf/tst-rtld-load-self.sh: New test.
30886         * elf/Makefile: Run it.
30888 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30890         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30891         (tst-writev-ENV): Remove.
30892         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30894 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30896         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30898 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30900         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30901         unconditional.
30902         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30903         Likewise.
30904         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30905         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30906         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30907         Likewise.
30909 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30911         [BZ #14587]
30912         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30913         * config.make.in (have-cpp-asm-debuginfo): Removed.
30914         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30915         * configure: Regenerated.
30917 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30919         [BZ #5044]
30920         * stdio-common/printf_fp.c: Include <stdbool.h> and
30921         <rounding-mode.h>.
30922         (___printf_fp): Determine rounding using get_rounding_mode and
30923         round_away.
30924         * stdio-common/tst-printf-round.c: New file.
30925         * stdio-common/Makefile (tests): Add tst-printf-round.
30926         (link-libm): New variable.
30927         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30929 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30931         [BZ #14576]
30932         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30933         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30934         Likewise.
30935         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30936         Likewise.
30938 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30940         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30941         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30942         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30943         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30945 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30947         [BZ #14518]
30948         * include/rounding-mode.h: New file.
30949         * sysdeps/generic/get-rounding-mode.h: Likewise.
30950         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30951         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30952         (MAX_VALUE): New macro.
30953         (MIN_VALUE): Likewise.
30954         (overflow_value): New function.
30955         (underflow_value): Likewise.
30956         (round_and_return): Use overflow_value and underflow_value to
30957         determine return values in overflow and underflow cases.  Use
30958         round_away to determine rounding depending on rounding mode.
30959         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30960         determine return values in overflow and underflow cases.
30961         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30962         (struct test_results): New structure.
30963         (struct test): Use struct test_results to store expected results
30964         for all rounding modes.
30965         (TEST): Include expected results for all rounding modes.
30966         (test_in_one_mode): New function.
30967         (do_test): Use test_in_one_mode to compute and check results.
30968         Check results for all rounding modes.
30969         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30970         $(link-libm).
30972 2012-12-09  Allan McRae  <allan@archlinux.org>
30974         * sysdeps/i386/fpu/libm-test-ulps: Update
30976 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
30978         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
30979         (_G_int32_t): Likewise.
30980         (_G_uint16_t): Likewise.
30981         (_G_uint32_t): Likewise.
30982         (_G_HAVE_BOOL): Likewise.
30983         (_G_HAVE_ATEXIT): Likewise.
30984         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30985         (_G_HAVE_IO_FILE_OPEN): Likewise.
30986         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
30987         (_G_int32_t): Likewise.
30988         (_G_uint16_t): Likewise.
30989         (_G_uint32_t): Likewise.
30990         (_G_HAVE_BOOL): Likewise.
30991         (_G_HAVE_ATEXIT): Likewise.
30992         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30993         (_G_HAVE_IO_FILE_OPEN): Likewise.
30994         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
30995         (_G_int32_t): Likewise.
30996         (_G_uint16_t): Likewise.
30997         (_G_uint32_t): Likewise.
30998         (_G_HAVE_BOOL): Likewise.
30999         (_G_HAVE_ATEXIT): Likewise.
31000         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31001         (_G_HAVE_IO_FILE_OPEN): Likewise.
31003 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31005         * csu/libc-tls.c: Update copyright years.
31007 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31009         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31010         [!_G_USING_THUNKS]: Remove conditional code.
31011         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31012         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31014         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31015         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31016         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31017         (_G_VTABLE_LABEL_PREFIX): Likewise.
31018         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31019         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31020         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31021         (_G_VTABLE_LABEL_PREFIX): Likewise.
31022         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31023         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31024         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31025         (_G_VTABLE_LABEL_PREFIX): Likewise.
31026         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31028 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31030         * libio/Makefile: Include ../Makeconfig before tests.
31031         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31032         only if $(build-shared) is yes.
31034         * iconv/gconv_db.c: Update copyright years.
31036 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31038         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31039         unwind info if defined PIC. Fix special cases description.
31040         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31042         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31043         DP_HI_MASK entry.
31044         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31046 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31048         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31050         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31051         is NULL.
31053         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31054         (LDLIBS-tst-chk4): This.
31055         (LDFLAGS-tst-chk5): Renamed to ...
31056         (LDLIBS-tst-chk5): This.
31057         (LDFLAGS-tst-chk6): Renamed to ...
31058         (LDLIBS-tst-chk6): This.
31059         (LDFLAGS-tst-lfschk4): Renamed to ...
31060         (LDLIBS-tst-lfschk4): This.
31061         (LDFLAGS-tst-lfschk5): Renamed to ...
31062         (LDLIBS-tst-lfschk5): This.
31063         (LDFLAGS-tst-lfschk6): Renamed to ...
31064         (LDLIBS-tst-lfschk6): This.
31066         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31067         on $(common-objpfx)soversions.mk.
31069 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31071         [BZ #10014]
31072         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31073         example host name.
31075 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31077         * malloc/arena.c (arena_get_retry): New function that gets
31078         another arena for the caller to try its request on.
31079         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31080         current arena cannot fulfill the request.
31081         (__libc_memalign): Likewise.
31082         (__libc_memalign): Likewise.
31083         (__libc_pvalloc): Likewise.
31084         (__libc_calloc): Likewise.
31086 2012-09-05  John Tobey  <john.tobey@gmail.com>
31088         [BZ #13542]
31089         * manual/arith.texi (Operations on Complex): Fix description
31090         of carg branch cut.
31092 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31094         [BZ #10014]
31095         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31096         host name.
31098         [BZ #10038]
31099         * manual/memory.texi (Memory): Make order of menu items match
31100         order of sections.
31102 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31104         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31105         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31106         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31108 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31110         * csu/libc-tls.c (static_dtv): Renamed to ...
31111         (_dl_static_dtv): This.  Make it global.
31112         (_dl_initial_dtv): Removed.
31113         (__libc_setup_tls): Updated.
31114         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31115         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31116         DL_INITIAL_DTV.
31118 2012-09-06  Petr Machata  <pmachata@redhat.com>
31120         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31121         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31122         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31123         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31125 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31127         [BZ #14545]
31128         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31129         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31130         freeing dtv[-1].
31132 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31134         [BZ #14544]
31135         * Makeconfig (link-static-before-libc): Replace $(+prector)
31136         with $(+prectorT).
31137         (link-static-after-libc): Replace $(+postctor) with
31138         $(+postctorT).
31139         (link-bounded): Replace $(+prector)/$(+postctor) with
31140         $(+prectorT)/$(+postctorT).
31141         (+prectorT): New macro.
31142         (+postctorT): Likewise.
31144 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31146         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31147         (round_str): Handle values above the maximum for IBM long double
31148         as inexact.
31149         * stdlib/tst-strtod-round.c (tests): Regenerated.
31151 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31153         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31154         assembler flag.
31155         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31156         zarch_nohighgprs around the zarch optimized routines.
31157         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31158         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31159         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31160         for zarch.
31162 2012-09-05  David S. Miller  <davem@davemloft.net>
31164         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31166         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31167         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31168         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31169         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31170         entries.
31172 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31174         * malloc/arena.c: Fold copyright years.
31175         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31177 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31179         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31181 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31183         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31185 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31187         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31188         change internal state upon failure.
31190 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31192         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31193         * malloc/memusage.c (mmap): Likewise.
31194         (mmap64, mremap): Likewise.  Adjust name in comment.
31196 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31198         * libio/fileops.c: Fix typos in comments.
31199         * libio/oldfileops.c: Likewise.
31200         * libio/wfileops.c: Likewise.
31202 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31204         [BZ #1349]
31205         * malloc/Makefile (tests): Add tst-malloc-usable test case.
31206         (tst-malloc-usable-ENV): Set environment for test case.
31207         * malloc/hooks.c (malloc_check_get_size): New function to get
31208         requested size.
31209         * malloc/malloc.c (musable): Use malloc_check_get_size.
31210         * malloc/tst-malloc-usable.c: New test case.
31212 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31214         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31216 2012-09-05  Allan McRae  <allan@archlinux.org>
31218         [BZ #13966]
31219         * configure.in (CXX_SYSINCLUDES): Use compiler output to
31220         determine header location.
31221         * configure: Regenerated.
31223 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31225         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31226         float format.
31227         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
31228         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31229         format.
31230         (test): Regenerate.
31232 2012-09-04  David S. Miller  <davem@davemloft.net>
31234         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31235         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31236         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31238 2012-09-04  Florian Weimer  <fweimer@redhat.com>
31240         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31241         failures.
31243         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31245 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
31247         [BZ #9914]
31248         * libio/iogetdelim.c: Include <limits.h>.
31249         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31250         + len + 1 would overflow.
31252 2012-09-03  Andreas Jaeger  <aj@suse.de>
31254         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31255         * sysdeps/i386/fpu/libm-test-ulps: Update.
31257 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31259         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31260         Add s_sinf-sse2, s_conf-sse2.
31262         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31263         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31264         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31265         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31267         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31268         for using routine as __sinf_ia32.
31269         Use macro for function declaration and weak_alias.
31270         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31271         for using routine as __cosf_ia32.
31272         Use macro for function declaration and weak_alias.
31274         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31275         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31277         * sysdeps/x86_64/fpu/s_sinf.S: New file.
31278         * sysdeps/x86_64/fpu/s_cosf.S: New file.
31279         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31281         * math/libm-test.inc (cos_test): Add more test cases.
31282         (sin_test): Likewise.
31283         (sincos_test): Likewise.
31285 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31287         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
31288         (IFUNC_RESOLVE): Make pointers to the specialized implementations
31289         hidden.
31290         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31292 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
31294         [BZ #14538]
31295         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
31296         first element of the GOT.
31297         (elf_machine_load_address): Return the difference between
31298         the runtime address of _DYNAMIC and elf_machine_dynamic ().
31300 2012-09-01  Allan McRae  <allan@archlinux.org>
31302         [BZ #13412]
31303         * configure.in (AWK): Require gawk version 3.0 or later.
31304         * configure: Regenerated.
31306 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31308         * sysdeps/unix/sysv/linux/kernel-features.h
31309         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31310         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31311         [__NR_clock_getres]: Make code unconditional.
31312         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31313         (clock_getcpuclockid): Remove code left unreachable by removal of
31314         conditionals.
31315         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31316         code unconditional.
31317         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31318         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31319         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31320         Make code unconditional.
31321         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31322         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31323         * sysdeps/unix/sysv/linux/clock_settime.c
31324         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31325         conditional code.
31326         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31327         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31329 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
31331         [BZ #14476]
31332         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31333         scripts/test-installation.pl.
31335         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31336         and $ld_so_version if it is set.
31338 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31340         [BZ #14516]
31341         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31342         failure if reading from procfs failed.
31343         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31345 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31347         * sysdeps/unix/sysv/linux/kernel-features.h
31348         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31349         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31350         Remove conditional code.
31351         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31352         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31353         Remove conditional code.
31354         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31355         * sysdeps/unix/sysv/linux/i386/fxstat.c
31356         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31357         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31358         * sysdeps/unix/sysv/linux/i386/fxstatat.c
31359         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31360         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31361         * sysdeps/unix/sysv/linux/i386/lxstat.c
31362         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31363         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31364         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31365         Remove conditional code.
31366         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31367         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31368         Remove conditional code.
31369         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31370         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31371         <kernel-features.h>.
31372         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31373         Remove.
31374         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31375         Remove conditional code.
31376         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31377         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31378         Remove conditional.
31380 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
31382         [BZ #5400]
31383         * NEWS: Add fixed bug number.
31385 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31387         [BZ #14519]
31388         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31389         underflowing exponent in case of negative sign.
31390         * stdlib/tst-strtod-round-data: Add more tests.
31391         * stdlib/tst-strtod-round.c (tests): Regenerated.
31393         [BZ #3479]
31394         * stdlib/strtod_l.c (NDIG): Remove.
31395         (HEXNDIG): Likewise.
31396         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31397         smallest representable value.
31398         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31399         lie within an exact representation of 1/2 ulp of the result.
31400         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31401         unconditionally.
31402         (TENS_P9_IDX): Define unconditionally.
31403         (TENS_P9_SIZE): Likewise.
31404         (TENS_P10_IDX): Likewise.
31405         (TENS_P10_SIZE): Likewise.
31406         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31407         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31408         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31409         entries for 10^2^13 and 10^2^14.
31410         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31411         (TENS_P13_IDX): Define.
31412         (TENS_P13_SIZE): Likewise.
31413         (TENS_P14_IDX): Likewise.
31414         (TENS_P14_SIZE): Likewise.
31415         (_fpioconst_pow10): Change array size to
31416         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
31417         unconditional.
31418         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31419         1024]: Add entries for 10^2^13 and 10^2^14.
31420         [LAST_POW10 > _LAST_POW10]: Remove #error.
31421         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31422         (_fpioconst_pow10): Change array size to
31423         FPIOCONST_POW10_ARRAY_SIZE.
31424         * stdlib/gen-fpioconst.c: New file.
31425         * stdlib/gen-tst-strtod-round.c: Likewise.
31426         * stdlib/tst-strtod-round-data: Likewise.
31427         * stdlib/tst-strtod-round.c: Likewise.
31428         * stdlib/Makefile (tests): Add tst-strtod-round.
31430         [BZ #14459]
31431         * stdlib/strtod_l.c: Include <stdint.h>.
31432         (NDEBUG): Do not define.
31433         (round_and_return): Change EXPONENT parameter to type intmax_t.
31434         Rearrange calculations to avoid internal overflow possibilities.
31435         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31436         Rearrange calculations to avoid internal overflow possibilities.
31437         Assert that number fits inside MPNSIZE limbs.
31438         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31439         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31440         calculations and add assertions to avoid internal overflow
31441         possibilities.  Add casts to avoid signed/unsigned operations.
31442         * stdlib/tst-strtod-overflow.c: New file.
31443         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31445 2012-08-25  Marek Polacek  <polacek@redhat.com>
31447         * time/time.h: Fix some typos in comments.
31449 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31451         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31452         * posix/tst-rfc3484-2.c: Likewise.
31453         * posix/tst-rfc3484-3.c: Likewise.
31455 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31457         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31458         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31460 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31462         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31463         #include of fxstatat64.c.
31465 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31467         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31468         * shadow/getspent_r.c: Likewise.
31469         * shadow/getspnam.c: Likewise.
31470         * shadow/getspnam_r.c: Likewise.
31471         * gshadow/getsgent.c: Likewise.
31472         * gshadow/getsgent_r.c: Likewise.
31473         * gshadow/getsgnam.c: Likewise.
31474         * gshadow/getsgnam_r.c: Likewise.
31475         * inet/getnetbyad.c: Likewise.
31476         * inet/getnetbyad_r.c: Likewise.
31477         * inet/getnetbynm.c: Likewise.
31478         * inet/getnetbynm_r.c: Likewise.
31479         * inet/getnetent.c: Likewise.
31480         * inet/getnetent_r.c: Likewise.
31481         * inet/getproto.c: Likewise.
31482         * inet/getproto_r.c: Likewise.
31483         * inet/getprtent.c: Likewise.
31484         * inet/getprtent_r.c: Likewise.
31485         * inet/getprtname.c: Likewise.
31486         * inet/getprtname_r.c: Likewise.
31487         * inet/getrpcbyname.c: Likewise.
31488         * inet/getrpcbyname_r.c: Likewise.
31489         * inet/getrpcbynumber.c: Likewise.
31490         * inet/getrpcbynumber_r.c: Likewise.
31491         * inet/getrpcent.c: Likewise.
31492         * inet/getrpcent_r.c: Likewise.
31493         * inet/getaliasent.c: Likewise.
31494         * inet/getaliasent_r.c: Likewise.
31495         * inet/getaliasname.c: Likewise.
31496         * inet/getaliasname_r.c: Likewise.
31497         * nscd/getgrgid_r.c: Likewise.
31498         * nscd/getgrnam_r.c: Likewise.
31499         * nscd/gethstbyad_r.c: Likewise.
31500         * nscd/gethstbynm3_r.c: Likewise.
31501         * nscd/getpwnam_r.c: Likewise.
31502         * nscd/getpwuid_r.c: Likewise.
31503         * nscd/getsrvbynm_r.c: Likewise.
31504         * nscd/getsrvbypt_r.c: Likewise.
31505         * nscd/gai.c: Likewise.
31507         * configure.in (build_nscd): New substituted variable, set
31508         by --disable-build-nscd and defaults to $use_nscd.
31509         * configure: Regenerated.
31510         * config.make.in (build-nscd): New substituted variable.
31511         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31512         Change conditional to require [$(build-nscd) = yes] as well.
31513         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31515         [BZ# 13696]
31516         * configure.in (use_nscd): New substituted variable, set by
31517         --disable-nscd.  If enabled, define USE_NSCD.
31518         * configure: Regenerated.
31519         * config.h.in: Add USE_NSCD.
31520         * config.make.in (use-nscd): New substituted variable.
31521         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31522         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31523         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31524         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31525         (CFLAGS-getgrnam_r.c): Likewise.
31526         (CFLAGS-initgroups.c): Likewise.
31527         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31528         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31529         Variables removed.
31530         * inet/getnetgrent_r.c
31531         (nscd_setnetgrent): New function, broken out of ...
31532         (setnetgrent): ... here.  Call it.
31533         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31534         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31535         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31536         * nscd/Makefile (routines, aux): Move definitions after include of
31537         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31538         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31539         Conditionalize on [USE_NSCD].
31540         (is_nscd, nscd_init_cb): Likewise.
31541         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31542         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31543         * nss/nss_db/db-init.c: Likewise.
31544         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31545         [USE_NSCD].
31546         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31547         (make_request): Use it.
31548         (cache_valid_p): New function.
31549         (__check_pf): Use it.
31550         * NEWS: Add item for --disable-nscd.
31552 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31554         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31555         to support sed >= 4.2.1-20-ga9bf076.
31556         * configure: Regenerated.
31558 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31560         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31561         Conditionalize whole body on [IREL].
31563 2012-08-22  Jeff Law <law@redhat.com>
31565         [BZ #14505]
31566         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31567         if the family is PF_UNSPEC.
31569 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31571         * Makerules (lib-version): Rename from V.
31572         (install-lib-nosubdir): Change V to lib-version.
31574 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31576         [BZ #14252]
31577         * powerpc32/power6/wcschr.c: New file.
31578         * powerpc32/power6/wcscpy.c: New file.
31579         * powerpc32/power6/wcsrchr.c: New file.
31580         * powerpc64/power6/wcschr.c: New file.
31581         * powerpc64/power6/wcscpy.c: New file.
31582         * powerpc64/power6/wcsrchr.c: New file.
31584 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31586         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31587         (two_way_short_needle): Use it.
31588         * string/strstr.c (AVAILABLE1_USES_J): Define.
31589         * string/strcasestr.c: Likewise.
31591         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31592         array references.
31593         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31595         [BZ #11607]
31596         * NEWS: Add an entry.
31597         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31598         define their defaults.
31599         (two_way_short_needle): Detect end-of-string on-the-fly.
31600         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31601         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31602         * string/bug-strcasestr1.c: New test.
31603         * string/Makefile: Run it.
31605 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31607         [BZ #11607]
31608         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31609         the first character.
31611 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31613         * csu/elf-init.c (__libc_csu_irel): Function removed.
31614         * csu/libc-start.c (apply_irel): New function.
31615         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31617 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31619         * sysdeps/unix/sysv/linux/kernel-features.h
31620         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31621         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31622         <kernel-features.h>.
31623         [__NR_fadvise64_64]: Make code unconditional.
31624         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31625         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31626         !__NR_fadvise64_64)]: Likewise.
31627         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31628         !__NR_fadvise64_64))]: Likewise.
31629         [__NR_fadvise64]: Make code unconditional.
31630         [!__NR_fadvise64]: Remove conditional code.
31631         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31632         <kernel-features.h>.
31633         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31634         unconditional.
31635         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31636         conditional code.
31637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31638         not include <kernel-features.h>.
31639         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31640         unconditional.
31641         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31642         conditional code.
31643         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31644         include <kernel-features.h>.
31645         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31646         unconditional.
31647         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31648         conditional code.
31650 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31652         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31653         slight instruction rearrangements per scrollpipe analysis.
31654         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31656 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31658         * manual/syslog.texi (syslog; vsyslog, closelog):
31659         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31660         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31662         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31663         DSOCAPS to match condition on defining it.
31665 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31667         * sysdeps/unix/sysv/linux/kernel-features.h
31668         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31670         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31671         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31673         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31674         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31676         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31677         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31679         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31680         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31682         * sysdeps/unix/sysv/linux/kernel-features.h
31683         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31684         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31685         unconditional.
31686         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31687         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31688         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31689         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31690         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31691         Make code unconditional.
31692         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31693         (__mmap64) [!__NR_mmap2]: Likewise.
31694         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31695         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31696         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31697         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31698         [__NR_mmap2]: Make code unconditional.
31699         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31700         (__mmap64) [!__NR_mmap2]: Likewise.
31702 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31704         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31706 2012-08-18  Andreas Jaeger  <aj@suse.de>
31708         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31710 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31712         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31713         * include/unistd.h (__have_sock_cloexec): Likewise.
31714         (__have_pipe2): Likewise.
31715         (__have_dup3): Likewise.
31717 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31719         [BZ #9685]
31720         * include/unistd.h (__have_pipe2): Change define into an extern int.
31721         (__have_dup3): Likewise.
31722         * socket/have_sock_cloexec.c: Include fcntl.h.
31723         (__have_pipe2): New variable.
31724         (__have_dup3): Likewise.
31726 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31728         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31730 2012-08-17  Marek Polacek  <polacek@redhat.com>
31732         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31733         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31735 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31737         * configure.in: Add AC_SUBST for sysheaders.
31738         * configure: Regenerated.
31739         * config.make.in (sysheaders): New substituted variable.
31741         * sysdeps/unix/mkfifo.c: Moved ...
31742         * sysdeps/posix/mkfifo.c: ... here.
31743         * sysdeps/unix/mkfifoat.c: Moved ...
31744         * sysdeps/posix/mkfifoat.c: ... here.
31746         * sysdeps/unix/utime.c: Moved ...
31747         * sysdeps/posix/utime.c: ... here.
31749         * sysdeps/unix/time.c: Moved ...
31750         * sysdeps/posix/time.c: ... here.
31751         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31752         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31754         * sysdeps/unix/nice.c: Moved ...
31755         * sysdeps/posix/nice.c: ... here.
31757         * sysdeps/unix/alarm.c: Moved ...
31758         * sysdeps/posix/alarm.c: ... here.
31760         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31762 2012-08-17  Jeff Law <law@redhat.com>
31764         * intl/Makefile (codeset_mo): New variable.
31765         ($(codeset_mo)): New target.
31766         (tst-codeset.out): Depend on that.  Remove explicit rule.
31767         (tst-gettext3.out, tst-gettext5.out): Likewise.
31768         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31769         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31770         * intl/tst-codeset.sh: Remove.
31771         * intl/tst-gettext3.sh: Likewise.
31772         * intl/tst-gettext5.sh: Likewise.
31774 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31776         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31777         * sysdeps/unix/syscalls.list: ... here.
31779         * sysdeps/posix/getaddrinfo.c
31780         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31781         (gaiconf_init, gaiconf_reload): Use them.
31782         [!_STATBUF_ST_NSEC]
31783         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31784         Define using time_t rather than struct timespec.
31786         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31787         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31788         Macros removed.
31789         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31790         [!NO_THREADS].
31791         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31792         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31793         Likewise.
31795         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31796         __libc_cleanup_push argument.
31798         * bits/param.h: New file.
31799         * misc/sys/param.h: New file.
31800         * include/sys/param.h: New file.
31801         * misc/Makefile (headers): Add bits/param.h.
31802         * sysdeps/generic/sys/param.h: File removed.
31803         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31804         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31805         * sysdeps/mach/hurd/bits/param.h: New file.
31806         * sysdeps/mach/hurd/sys/param.h: File removed.
31808         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31809         last change.
31811         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31812         [_IO_MTSAFE_IO].
31813         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31814         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31815         New macros.
31817         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31818         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31819         rather than -D_IO_MTSAFE_IO conditionally.
31820         * stdio-common/Makefile (CPPFLAGS): Likewise.
31821         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31822         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31823         Use $(libio-mtsafe).
31824         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31825         of -D_IO_MTSAFE_IO.
31826         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31827         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31828         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31829         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31830         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31831         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31832         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31833         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31834         (CFLAGS-fread_u_chk.c): Likewise.
31835         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31836         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31837         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31838         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31839         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31840         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31841         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31842         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31843         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31845         * libio/Makefile: Test [$(libc-reentrant) = yes]
31846         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31848         * Makeconfig
31849         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31850         * sysdeps/pthread/configure: File removed.
31851         * sysdeps/pthread/Makeconfig: New file.
31852         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31853         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31855 2012-08-16  Gary Benson  <gbenson@redhat.com>
31857         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31858         unmapping the first object in a namespace.
31860 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31862         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31863         (__internal_setnetgrent): ... this.  Add internal_function to
31864         definition.  Add libc_hidden_def.
31865         (setnetgrent): Update caller.
31866         (internal_endnetgrent): Renamed to ...
31867         (__internal_endnetgrent): ... this.  Add internal_function to
31868         definition.  Add libc_hidden_def.
31869         (endnetgrent): Update caller.
31870         (internal_getnetgrent_r): Renamed to ...
31871         (__internal_getnetgrent_r): ... this.  Add internal_function to
31872         definition.  Add libc_hidden_def.
31873         (__getnetgrent_r): Update caller.
31874         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31876 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31878         * stdlib/longlong.h: Update from GCC.
31880 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31882         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31883         on _QL, which is set by umul_ppmm but never used.
31884         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31885         variables, which are set by GMP macros but never used.
31886         * stdio-common/_itowa.c (_itowa): Likewise.
31887         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31888         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31890 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31892         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31893         struct La_sh_regs is not constant.
31894         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31895         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31896         and struct La_sparc64_regs are not constant.
31898 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31900         * sysdeps/unix/sysv/linux/kernel-features.h
31901         (__ASSUME_POSIX_TIMERS): Remove.
31902         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31903         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31904         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31905         Make code unconditional.
31906         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31907         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31908         Make code unconditional.
31909         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31910         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31911         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31912         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31913         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31914         Make code unconditional.
31915         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31916         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31917         (__libc_missing_posix_timers): Remove.
31919 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31921         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31922         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31924         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31926         * elf/dl-sym.c: Include <stdlib.h>.
31928         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31929         constants, which avoids warnings in 32-bit builds.
31931         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31932         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31934         * misc/lseek.c: File moved to ...
31935         * io/lseek.c: ... here.
31937         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31939         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31940         shifting LEN more than 31 bits at once.
31942 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31944         [BZ #14195]
31945         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31946         segmentation fault for a case of two empty input strings.
31947         * string/test-strncasecmp.c (check1): Renamed to...
31948         (bz12205): ...this.
31949         (bz14195): Add new testcase for two empty input strings and N > 0.
31950         (test_main): Call new testcase, adapt for renamed function.
31952 2012-08-15  Andreas Jaeger  <aj@suse.de>
31954         [BZ #14090]
31955         * crypt/md5test2.c: New test, based on test supplied by Serge
31956         Belyshev <belyshev@depni.sinp.msu.ru>.
31957         * crypt/Makefile (xtests): Add md5test-giant..
31958         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31960 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31962         [BZ #14090]
31963         * crypt/md5.c (md5_process_block): Don't assume the buffer
31964         length is less than 2**32.
31965         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31966         length is less than 2**64.
31968 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31970         * string/str-two-way.h: Include <sys/param.h>.
31971         (MAX): Macro removed.
31973         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
31974         Move #define and #undef of memmove to just before and after
31975         including <string.h>.
31977         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
31978         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
31979         and after including <string.h>.  Move declarations of
31980         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
31981         to before #include "string/memmove.c".
31983         * include/dirent.h: Declare __getdirentries.
31985         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
31986         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
31988 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
31990         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
31991         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
31992         * sysdeps/i386/configure: Regenerated.
31993         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
31994         STABS_CURRENT_FILE, and STABS_FUN.
31995         (END): Remove call to STABS_FUN_END.
31996         (STABS_CURRENT_FILE1): Delete.
31997         (STABS_CURRENT_FILE): Likewise.
31998         (STABS_FUN): Likewise.
31999         (STABS_FUN_END): Likewise.
32000         (STABS_FUN2): Likewise.
32001         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32002         * sysdeps/x86_64/configure: Regenerated.
32004 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32006         * elf/dl-open.c: Include <atomic.h>.
32007         * elf/dl-lookup.c: Likewise.
32009 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32011         * sysdeps/unix/sysv/linux/kernel-features.h
32012         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32013         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32014         unconditionally.
32015         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32016         unconditionally.
32017         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32018         condition on __ASSUME_CLONE_THREAD_FLAGS.
32020 2012-08-14  Andreas Jaeger  <aj@suse.de>
32022         * sysdeps/i386/fpu/libm-test-ulps: Update.
32024 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32026         * include/atomic.h (atomic_exchange_and_add): Split into ...
32027         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32028         New atomic macros.
32030 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32032         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32034 2012-08-13  Jeff Law <law@redhat.com>
32036         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32037         null byte in the output string.
32039 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32041         * sysdeps/unix/sysv/linux/kernel-features.h
32042         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32043         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32044         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32045         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32046         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32047         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32048         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32050 2012-08-09  Jeff Law <law@redhat.com>
32052         [BZ #13939]
32053         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32054         When avoid_arena is set, don't retry in the that arena.  Pick the
32055         next one, whatever it might be.
32056         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32057         (arena_lock): Pass in new parameter to arena_get2.
32058         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32059         arena_get2.
32060         (__libc_malloc): Unify retrying after main arena failure with
32061         __libc_memalign version.
32062         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32064 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32066         [BZ #14166]
32067         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32068         to __redirect_strstr.
32069         (__strstr_sse42): Use typeof __redirect_strstr.
32070         (__strstr_ia32): Likewise.
32071         (__libc_strstr): New prototype.
32072         (strstr): Renamed to ...
32073         (__libc_strstr): This.
32074         (strstr): New strong alias of __libc_strstr.
32075         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32076         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32077         __redirect_time.
32078         Include <time.h>.
32079         (__libc_time): New prototype.
32080         (time_ifunc): Replace time with __libc_time.
32081         (time): New strong alias and hidden definition of __libc_time.
32082         (__GI_time): Remove strong alias.
32083         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32084         Include <stddef.h>.
32085         (memmove): Redefined to __redirect_memmove.
32086         (__memmove_sse2): Use typeof __redirect_memmove.
32087         (__memmove_ssse3): Likewise.
32088         (__memmove_ssse3_back): Likewise.
32089         (__libc_memmove): New prototype.
32090         (memmove): Renamed to ...
32091         (__libc_memmove): This.
32092         (memmove): New strong alias of __libc_memmove.
32094 2012-08-08  Mark Salter  <msalter@redhat.com>
32096         * elf/elf.h
32097         (R_MN10300_TLS_GD): Define.
32098         (R_MN10300_TLS_LD): Likewise.
32099         (R_MN10300_TLS_LDO): Likewise.
32100         (R_MN10300_TLS_GOTIE): Likewise.
32101         (R_MN10300_TLS_IE): Likewise.
32102         (R_MN10300_TLS_LE): Likewise.
32103         (R_MN10300_TLS_DTPMOD): Likewise.
32104         (R_MN10300_TLS_DTPOFF): Likewise.
32105         (R_MN10300_TLS_TPOFF): Likewise.
32106         (R_MN10300_SYM_DIFF): Likewise.
32107         (R_MN10300_ALIGN): Likewise.
32108         (R_MN10300_NUM): Update.
32110 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32112         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32113         Remove.
32115 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32117         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32119         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32120         sysdeps/unix -> sysdeps/posix move.
32121         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32123 2012-08-07      Allan McRae     <allan@archlinux.org>
32125         [BZ #14303]
32126         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32127         (SUNOS_CPP): Likewise.
32128         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32129         not found.
32130         (open_input): Call CPP using execvp.
32132 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32134         * sysdeps/unix/sysv/linux/kernel-features.h
32135         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32136         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32137         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32138         (__ASSUME_WAITID_SYSCALL): Likewise.
32139         * sysdeps/unix/sysv/linux/dl-execstack.c
32140         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32141         code unconditional.
32142         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32143         conditional code.
32144         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32145         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32146         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32147         code.
32148         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32149         unconditional.
32150         [__ASSUME_WAITID_SYSCALL]: Likewise.
32151         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32153 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32155         * sysdeps/unix/closedir.c: Renamed to ...
32156         * sysdeps/posix/closedir.c: ... here.
32157         * sysdeps/unix/dirfd.c: Renamed to ...
32158         * sysdeps/posix/dirfd.c: ... here.
32159         * sysdeps/unix/dirstream.h: Renamed to ...
32160         * sysdeps/posix/dirstream.h: ... here.
32161         * sysdeps/unix/fdopendir.c: Renamed to ...
32162         * sysdeps/posix/fdopendir.c: ... here.
32163         * sysdeps/unix/opendir.c: Renamed to ...
32164         * sysdeps/posix/opendir.c: ... here.
32165         * sysdeps/unix/readdir.c: Renamed to ...
32166         * sysdeps/posix/readdir.c: ... here.
32167         * sysdeps/unix/readdir_r.c: Renamed to ...
32168         * sysdeps/posix/readdir_r.c: ... here.
32169         * sysdeps/unix/rewinddir.c: Renamed to ...
32170         * sysdeps/posix/rewinddir.c: ... here.
32171         * sysdeps/unix/seekdir.c: Renamed to ...
32172         * sysdeps/posix/seekdir.c: ... here.
32173         * sysdeps/unix/telldir.c: Renamed to ...
32174         * sysdeps/posix/telldir.c: ... here.
32175         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32176         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32177         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32178         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32180         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32181         * bits/fcntl.h: ... here.
32183         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32184         not 0.
32185         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32186         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32187         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32188         (struct flock): Move l_start, l_len to the beginning.
32189         Use __pid_t for l_pid.
32190         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32191         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32192         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32193         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32194         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32195         [__USE_LARGEFILE64] (struct flock64): New type.
32196         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32198         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32199         * bits/dirent.h: ... here.
32201         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32202         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32204 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32206         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32207         Change from 2.6.0 to 2.6.16.
32208         * sysdeps/unix/sysv/linux/configure: Regenerated.
32209         * sysdeps/unix/sysv/linux/kernel-features.h
32210         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32211         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32212         version.
32213         (__ASSUME_UTIMES): Likewise.
32214         (__ASSUME_CLONE_STOPPED): Remove.
32215         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32216         architectures, not kernel version.
32217         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32218         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32219         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32220         (__ASSUME_WAITID_SYSCALL): Likewise.
32221         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32222         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32223         * README: State 2.6.16 as minimum Linux kernel version.  Do not
32224         refer to older versions.
32226 2012-08-06  Roland McGrath  <roland@hack.frob.com>
32228         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32229         Define alphasort64 as an alias.
32230         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32231         Define versionsort64 as an alias.
32232         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32233         Define scandir64 as an alias.
32234         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32235         Define scandirat64 as an alias.
32236         * dirent/alphasort64.c (alphasort64):
32237         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32238         * dirent/versionsort64.c: Likewise.
32239         * dirent/scandir64.c: Likewise.
32240         * dirent/scandirat64.c: Likewise.
32241         * sysdeps/wordsize-64/alphasort.c: File removed.
32242         * sysdeps/wordsize-64/alphasort64.c: File removed.
32243         * sysdeps/wordsize-64/scandir.c: File removed.
32244         * sysdeps/wordsize-64/scandir64.c: File removed.
32245         * sysdeps/wordsize-64/scandirat.c: File removed.
32246         * sysdeps/wordsize-64/scandirat64.c: File removed.
32247         * sysdeps/wordsize-64/versionsort.c: File removed.
32248         * sysdeps/wordsize-64/versionsort64.c: File removed.
32249         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32250         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32251         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32252         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32253         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32254         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32255         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32256         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32258         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32259         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32260         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32261         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32262         [defined __arch64__ || defined __sparcv9]
32263         (__INO_T_MATCHES_INO64_T): New macro.
32264         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32265         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32266         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32267         * sysdeps/unix/sysv/linux/bits/dirent.h
32268         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32269         (_DIRENT_MATCHES_DIRENT64): New macro.
32271         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32272         Define lockf64 as an alias.
32273         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32274         Define fseeko64 as an alias.
32275         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32276         Define ftello64 as an alias.
32277         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32278         Define _IO_fgetpos64 and fgetpos64 as aliases.
32279         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32280         Define _IO_fsetpos64 and fsetpos64 as aliases.
32281         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
32282         Conditionalize body on this.
32283         * libio/fseeko64.c: Likewise.
32284         * libio/ftello64.c: Likewise.
32285         * libio/iofgetpos64.c: Likewise.
32286         * libio/iofsetpos64.c: Likewise.
32287         * sysdeps/wordsize-64/lockf.c: File removed.
32288         * sysdeps/wordsize-64/lockf64.c: File removed.
32289         * sysdeps/wordsize-64/fseeko.c: File removed.
32290         * sysdeps/wordsize-64/fseeko64.c: File removed.
32291         * sysdeps/wordsize-64/ftello.c: File removed.
32292         * sysdeps/wordsize-64/ftello64.c: File removed.
32293         * sysdeps/wordsize-64/iofgetpos.c: File removed.
32294         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
32295         * sysdeps/wordsize-64/iofsetpos.c: File removed.
32296         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32297         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32298         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32299         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32300         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32301         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32302         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32303         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32304         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32305         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32306         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32308         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32309         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32310         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32311         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32312         [defined __arch64__ || defined __sparcv9]
32313         (__OFF_T_MATCHES_OFF64_T): New macro.
32314         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32315         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32316         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32317         (__OFF_T_MATCHES_OFF64_T): New macro.
32319 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32321         * stdlib/secure-getenv.c (__secure_getenv): Replace
32322         GLIBC_2_16 with GLIBC_2_17.
32324 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32326         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32327         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32329 2012-08-03  David S. Miller  <davem@davemloft.net>
32331         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32333 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32335         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32336         Remove.
32337         (__ASSUME_CORRECT_SI_PID): Likewise.
32338         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32339         (__ASSUME_TMPFS_NAME): Likewise.
32340         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32341         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32342         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32343         (HAVE_AUX_SECURE): Make definition unconditional.
32344         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32345         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32347 2012-08-03  Roland McGrath  <roland@hack.frob.com>
32349         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32350         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32351         * sysdeps/mach/hurd/eloop-threshold.h: New file.
32352         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32353         __eloop_threshold instead of SYMLOOP_MAX.
32355         * sysdeps/generic/eloop-threshold.h: New file.
32356         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32357         of MAXSYMLINKS.
32358         * elf/chroot_canon.c (chroot_canon): Likewise.
32360 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32362         [BZ #13717]
32363         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32364         Change to 2.6.0 everywhere.
32365         * sysdeps/unix/sysv/linux/configure: Regenerated.
32366         * sysdeps/unix/sysv/linux/kernel-features.h
32367         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32368         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32369         kernel versions.
32370         (__ASSUME_POSIX_TIMERS): Define unconditionally.
32371         (__ASSUME_FUTEX_REQUEUE): Remove.
32372         (__ASSUME_STATFS64): Define unconditionally.
32373         (__ASSUME_AT_SECURE): Likewise.
32374         (__ASSUME_CORRECT_SI_PID): Likewise.
32375         (__ASSUME_TGKILL): Define without depending on kernel version for
32376         i386.
32377         (__ASSUME_UTIMES): Likewise.
32378         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32379         kernel version.
32380         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32381         (__ASSUME_TMPFS_NAME): Likewise.
32382         * README: Update reference to Linux kernel versions.
32384 2012-08-02  Marek Polacek  <polacek@redhat.com>
32386         [BZ# 14150]
32387         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
32388         libc_cv_asm_type_prefix with %.
32389         * configure: Regenerated.
32390         * include/libc-symbols.h: Remove comment about
32391         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32392         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32393         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32394         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32395         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32396         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32397         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32398         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32399         * elf/tst-unique2mod1.c: Likewise.
32400         * elf/tst-unique1mod2.c: Likewise.
32401         * elf/tst-unique1mod1.c: Likewise.
32402         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32403         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32404         Replace ASM_TYPE_DIRECTIVE with .type.
32405         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32406         * sysdeps/i386/sysdep.h: Likewise.
32407         * sysdeps/x86_64/sysdep.h: Likewise.
32408         * sysdeps/sh/sysdep.h: Likewise.
32409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32410         Do not define ASM_TYPE_DIRECTIVE.
32411         * sysdeps/powerpc/sysdep.h: Likewise.
32412         * sysdeps/powerpc/powerpc32/sysdep.h:
32413         Replace ASM_TYPE_DIRECTIVE with .type.
32414         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32415         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32416         * sysdeps/i386/fpu/e_powf.S: Likewise.
32417         * sysdeps/i386/fpu/e_expl.S: Likewise.
32418         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32419         * sysdeps/i386/fpu/e_acosh.S: Likewise.
32420         * sysdeps/i386/fpu/e_pow.S: Likewise.
32421         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32422         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32423         * sysdeps/i386/fpu/s_expm1.S: Likewise.
32424         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32425         * sysdeps/i386/fpu/e_log2.S: Likewise.
32426         * sysdeps/i386/fpu/e_log2l.S: Likewise.
32427         * sysdeps/i386/fpu/e_scalb.S: Likewise.
32428         * sysdeps/i386/fpu/e_powl.S: Likewise.
32429         * sysdeps/i386/fpu/e_log10f.S: Likewise.
32430         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32431         * sysdeps/i386/fpu/e_logl.S: Likewise.
32432         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32433         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32434         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32435         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32436         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32437         * sysdeps/i386/fpu/e_log.S: Likewise.
32438         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32439         * sysdeps/i386/fpu/e_logf.S: Likewise.
32440         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32441         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32442         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32443         * sysdeps/i386/fpu/e_log10.S: Likewise.
32444         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32445         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32446         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32447         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32448         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32449         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32450         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32451         * sysdeps/i386/i686/strtok.S: Likewise.
32452         * sysdeps/i386/i386-mcount.S: Likewise.
32453         * sysdeps/i386/strtok.S: Likewise.
32454         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32455         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32456         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32457         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32458         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32459         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32460         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32461         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32462         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32463         * sysdeps/x86_64/_mcount.S: Likewise.
32464         * sysdeps/x86_64/strtok.S: Likewise.
32465         * sysdeps/sh/_mcount.S: Likewise.
32467 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32469         * libio/iofopen.c: Include <fcntl.h>.
32470         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32471         (_IO_fopen64, fopen64): Define as aliases.
32472         * libio/iofopen64.c: Include <fcntl.h>.
32473         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32474         Conditionalize body on this.
32475         * sysdeps/wordsize-64/iofopen.c: File removed.
32476         * sysdeps/wordsize-64/iofopen64.c: File removed.
32478 2012-08-01  Marek Polacek  <polacek@redhat.com>
32480         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32481         Use dlfcn directly instead of a variable.
32482         (binfmt-subdir): Do not define.
32483         (dlfcn): Likewise.
32485 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32487         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32488         Remove all definitions.
32489         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32490         <kernel-features.h>.
32491         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32492         (miss_F_GETOWN_EX): Remove all definitions.
32493         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32494         macro definition.
32495         [!__ASSUME_FCNTL64]: Remove conditional code.
32496         [__ASSUME_FCNTL64]: Make code unconditional.
32497         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32498         <kernel-features.h>.
32499         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32500         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32501         (lockf64) [__NR_fcntl64]: Make code unconditional.
32502         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32504         * sysdeps/unix/sysv/linux/kernel-features.h
32505         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32506         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32507         Make code unconditional.
32508         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32509         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32511         [__NR_vfork]: Make code unconditional.
32512         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32513         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32515         [__NR_vfork]: Make code unconditional.
32516         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32517         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32519 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32521         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32522         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32524         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32525         Define mkstemp64 as an alias.
32526         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32527         Define mkstemps64 as an alias.
32528         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32529         Define mkostemp64 as an alias.
32530         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32531         Define mkostemps64 as an alias.
32532         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32533         Conditionalize body on this.
32534         * misc/mkostemp64.c: Likewise.
32535         * misc/mkostemps64.c: Likewise.
32536         * misc/mkstemps64.c: Likewise.
32537         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32538         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32539         * sysdeps/wordsize-64/mkostemp.c: File removed.
32540         * sysdeps/wordsize-64/mkstemp.c: File removed.
32541         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32542         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32543         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32544         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32546         [BZ #14138]
32547         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32548         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32549         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32550         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32552         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32553         compat_symbol macros from <shlib-compat.h> rather than the underlying
32554         default_symbol_version and symbol_version macros, so that DEFAULT
32555         lines in shlib-versions are respected.
32556         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32558 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32560         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32561         Declare with warn_unused_result.
32562         (setgid, setregid, setegid, setresgid): Likewise.
32563         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32564         Likewise.
32565         * WUR-REPORT: Remove set*id functions.
32567 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32569         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32571 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32573         [BZ #10191]
32574         * include/sys/socket.h (__libc_accept, __libc_accept4):
32575         Add attribute_hidden.
32576         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32578         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32579         use of PTR_MANGLE.
32580         * inet/getnetgrent_r.c (setup): Likewise.
32582         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32584 2012-07-31  David S. Miller  <davem@davemloft.net>
32586         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32588 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32590         [BZ #13629]
32591         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32592         value between 1.0 and 2.0 and smaller part has absolute value less
32593         than 1.0.
32594         * math/s_clog10.c (__clog10): Likewise.
32595         * math/s_clog10f.c (__clog10f): Likewise.
32596         * math/s_clog10l.c (__clog10l): Likewise.
32597         * math/s_clogf.c (__clogf): Likewise.
32598         * math/s_clogl.c (__clogl): Likewise.
32599         * math/libm-test.inc (clog_test): Add more tests.
32600         (clog10_test): Likewise.
32601         * sysdeps/i386/fpu/libm-test-ulps: Update.
32602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32604 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32606         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32607         Exit with zero in case no suitable GID is found, and write a
32608         message to standard error.
32610 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32612         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32613         rather than to 1.
32614         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32615         (MAXPATHLEN): Removed.
32616         (NOGROUP, NODEV): New macros.
32617         (setbit, clrbit, isset, isclr): New macros.
32618         (howmany, roundup, powerof2): New macros.
32619         (DEV_BSIZE): New macro.
32621         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32622         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32624         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32625         definition on [!__NO_LONG_DOUBLE_MATH].
32627         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32628         PTR_MANGLE and PTR_DEMANGLE.
32630         * socket/accept4.c (accept4): Rename to __libc_accept4.
32631         Define accept4 as a weak alias.
32633         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32634         on [_DIRENT_HAVE_D_TYPE].
32635         * io/ftw.c (ftw_dir): Likewise.
32637         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32639         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32641         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32642         Use the BSD numbers rather than the arbitrary ones we had.
32643         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32644         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32645         (SIGXCPU, SIGXFSZ): New macros.
32646         (_NSIG): Now 32.
32648         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32649         initializer on [_LIBC_REENTRANT].
32651         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32652         definitions inside [_POSIX_MAPPED_FILES].
32654         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32656         * dirent/opendir.c: Include <fcntl.h>.
32658         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32659         (__libc_getspecific): Likewise.
32660         (__libc_key_create): Likewise.
32662         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32663         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32664         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32665         (tmpfile64): Define as alias.
32666         * sysdeps/wordsize-64/tmpfile.c: File removed.
32667         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32668         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32669         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32671         * stdio-common/vfscanf.c: Include <stdbool.h>.
32672         * nss/makedb.c: Likewise.
32673         * stdio-common/_i18n_number.h: Likewise.
32674         * argp/argp-help.c: Likewise.
32675         * posix/wordexp.c: Likewise.
32676         * sysdeps/posix/spawni.c: Likewise.
32677         * nss/nss_files/files-initgroups.c: Likewise.
32678         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32679         * nss/nss_files/files-initgroups.c: Likewise.
32680         * nss/nss_db/db-netgrp.c: Likewise.
32681         * nss/nss_db/db-initgroups.c: Likewise.
32682         * io/fchmodat.c: Include <sys/stat.h>.
32684         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32685         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32687         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32688         [HAVE_MMAP].
32690         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32691         Add multiple inclusion protection.
32693 2012-07-27  David S. Miller  <davem@davemloft.net>
32695         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32697 2012-07-27  Gary Benson  <gbenson@redhat.com>
32699         [BZ #14298]
32700         * elf/rtld.c: Include <stap-probe.h>.
32701         (dl_main): Added static probes "init_start" and "init_complete".
32702         * elf/dl-load.c: Include <stap-probe.h>.
32703         (lose): Take new parameter "nsid".
32704         Added static probe "map_failed".
32705         (_dl_map_object_from_fd): Pass namespace id to lose.
32706         Added static probe "map_start".
32707         (open_verify): Pass namespace id to lose.
32708         * elf/dl-open.c: Include <stap-probe.h>.
32709         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32710         and "reloc_complete".
32711         * elf/dl-close.c: Include <stap-probe.h>.
32712         (_dl_close_worker): Added static probes "unmap_start" and
32713         "unmap_complete".
32714         * elf/rtld-debugger-interface.txt: New file documenting the above.
32716 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32718         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32719         rather than a string variable.
32720         * sunrpc/rpc_main.c (h_output): Likewise.
32721         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32723 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32725         * inet/check_native.c: New file.
32727 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32729         [BZ #13629]
32730         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32731         if larger part has absolute value 1.0.
32732         * math/s_clog10.c (__clog10): Likewise.
32733         * math/s_clog10f.c (__clog10f): Likewise.
32734         * math/s_clog10l.c (__clog10l): Likewise.
32735         * math/s_clogf.c (__clogf): Likewise.
32736         * math/s_clogl.c (__clogl): Likewise.
32737         * math/libm-test.inc (clog_test): Add more tests.
32738         (clog10_test): Likewise.
32739         * sysdeps/i386/fpu/libm-test-ulps: Update.
32740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32742         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32743         (pltexit): Likewise.
32744         (La_regs): Likewise.
32745         (La_retval): Likewise.
32746         (int_retval): Likewise.
32747         Update #error for removed macros to refer only to definitions in
32748         tst-audit.h.
32749         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32750         macro.
32751         (pltexit): Likewise.
32752         (La_regs): Likewise.
32753         (La_retval): Likewise.
32754         (int_retval): Likewise.
32755         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32756         macro.
32757         (pltexit): Likewise.
32758         (La_regs): Likewise.
32759         (La_retval): Likewise.
32760         (int_retval): Likewise.
32761         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32762         macro.
32763         (pltexit): Likewise.
32764         (La_regs): Likewise.
32765         (La_retval): Likewise.
32766         (int_retval): Likewise.
32767         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32768         macro.
32769         (pltexit): Likewise.
32770         (La_regs): Likewise.
32771         (La_retval): Likewise.
32772         (int_retval): Likewise.
32773         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32774         macro.
32775         (pltexit): Likewise.
32776         (La_regs): Likewise.
32777         (La_retval): Likewise.
32778         (int_retval): Likewise.
32779         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32780         macro.
32781         (pltexit): Likewise.
32782         (La_regs): Likewise.
32783         (La_retval): Likewise.
32784         (int_retval): Likewise.
32785         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32786         macro definitions in tst-audit.h.
32787         * sysdeps/i386/tst-audit.h: New file.
32788         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32789         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32790         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32791         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32792         * sysdeps/sh/tst-audit.h: Likewise.
32793         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32794         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32795         * sysdeps/x86_64/tst-audit.h: Likewise.
32797 2012-07-26  Andreas Jaeger  <aj@suse.de>
32799         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32800         ptrace.
32802         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32803         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32804         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32805         PTRACE_O_MASK.
32806         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32807         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32808         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32810         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32811         value.
32813         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32814         _sigsys.
32815         (si_call_addr, si_syscall, si_arch): Define new macro.
32816         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32817         _sigsys.
32818         (si_call_addr, si_syscall, si_arch): Define new marcro.
32819         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32820         _sigsys.
32821         (si_call_addr, si_syscall, si_arch): Define new macro.
32822         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32823         _sigsys.
32824         (si_call_addr, si_syscall, si_arch): Define new macro.
32826 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32828         [BZ #13717]
32829         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32830         Change to 2.4.21 where previously 2.4.1.
32831         * sysdeps/unix/sysv/linux/configure: Regenerated.
32832         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32833         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32834         Linux kernel version.
32835         (__ASSUME_STD_AUXV): Remove.
32836         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32837         kernel version.
32838         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32839         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32840         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32841         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32842         (__ASSUME_NETLINK_SUPPORT): Likewise.
32843         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32844         (__no_netlink_support): Remove conditional definition.
32845         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32846         Remove.
32847         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32848         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32849         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32850         (if_nameindex_ioctl): Remove.
32851         (if_nameindex_netlink): Do not handle __no_netlink_support.
32852         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32853         code.
32854         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32855         Remove conditional code.
32856         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32857         code.
32858         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32859         unconditional.
32860         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32861         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32862         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32863         Remove.
32864         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32865         [!__ASSUME_STD_AUXV]: Remove conditional code.
32866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32867         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32868         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32870         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32871         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32872         code.
32873         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32875         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32876         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32877         conditional code.
32878         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32880         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32881         code.
32882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32883         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32884         conditional code.
32885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32886         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32887         code unconditional.
32888         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32889         conditional code.
32890         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32891         unconditional.
32892         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32893         conditional code.
32894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32895         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32896         unconditional.
32897         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32898         conditional code.
32899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32900         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32901         code unconditional.
32902         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32903         conditional code.
32904         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32905         unconditional.
32906         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32907         conditional code.
32908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32909         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32910         code unconditional.
32911         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32912         conditional code.
32913         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32914         unconditional.
32915         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32916         conditional code.
32918 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32920         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32921         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32922         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32923         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32924         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32925         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32926         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32927         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32928         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32929         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32930         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32931         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32932         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32933         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32934         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32935         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32936         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32937         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32938         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32939         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32940         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32941         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32942         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32944 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32946         * Versions.def: Add GLIBC_2.17.
32947         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32948         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32949         Introduce __libc_secure_getenv.
32950         * stdlib/Versions (2.17): Add secure_getenv
32951         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32952         * stdlib/secure-getenv.c: Rename __secure_getenv to
32953         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32954         symbol __secure_getenv for GLIBC_2.0.
32955         * stdlib/tst-secure-getenv.c: New.
32956         * stdlib/Makefile (tests): Add testcase.
32957         * manual/startup.texi (Environment Access): Document
32958         secure_getenv.
32959         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32960         __libc_secure_getenv.
32961         * inet/ruserpass.c (ruserpass): Likewise.
32962         * malloc/mtrace.c (mtrace): Likewise.
32963         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32964         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32965         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32966         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32967         HAVE_SECURE_GETENV.
32968         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32969         __secure_getenv to __libc_secure_getenv.
32970         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32972         Likewise.
32973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32974         Likewise.
32975         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32976         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32977         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32978         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32979         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32981         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32983 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32985         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
32986         (struct La_i86_retval): Likewise.
32987         (struct La_x86_64_regs): Likewise.
32988         (struct La_x86_64_retval): Likewise.
32989         (struct La_x32_regs): Likewise.
32990         (struct La_x32_retval): Likewise.
32991         (struct La_ppc32_regs): Likewise.
32992         (struct La_ppc32_retval): Likewise.
32993         (struct La_ppc64_regs): Likewise.
32994         (struct La_ppc64_retval): Likewise.
32995         (struct La_sh_regs): Likewise.
32996         (struct La_sh_retval): Likewise.
32997         (struct La_s390_32_regs): Likewise.
32998         (struct La_s390_32_retval): Likewise.
32999         (struct La_s390_64_regs): Likewise.
33000         (struct La_s390_64_retval): Likewise.
33001         (struct La_sparc32_regs): Likewise.
33002         (struct La_sparc32_retval): Likewise.
33003         (struct La_sparc64_regs): Likewise.
33004         (struct La_sparc64_retval): Likewise.
33005         (struct audit_ifaces): Remove architecture-specific pltenter and
33006         pltexit members.
33007         * sysdeps/i386/ldsodefs.h: New file.
33008         * sysdeps/powerpc/ldsodefs.h: Likewise.
33009         * sysdeps/s390/ldsodefs.h: Likewise.
33010         * sysdeps/sh/ldsodefs.h: Likewise.
33011         * sysdeps/sparc/ldsodefs.h: Likewise.
33012         * sysdeps/x86_64/ldsodefs.h: Likewise.
33014 2012-07-25  Marek Polacek  <polacek@redhat.com>
33016         [BZ #6808]
33017         * math/libm-test.inc (yn_test): Add another test.
33018         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33019         to ERANGE when the result is +-Inf.
33020         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33021         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33022         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33023         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33025 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33027         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33028         equal to 0.
33029         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33030         clock_t.
33031         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33033 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33035         * configure.in <sysdeps resolving>: Correct printing
33036         Implies_before.
33037         * configure: Regenerate.
33039 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33041         * math/w_ilogb.c: Include <limits.h>.
33042         * math/w_ilogbl.c: Likewise.
33044 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33046         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33047         va_copy.  Document allowing for unavailable va_copy only as
33048         pre-C99 compatibility.
33049         * manual/string.texi (Copying and Concatenation): Use va_copy
33050         instead of __va_copy in concat example.
33052 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33054         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33055         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33056         it if not null.
33058         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33059         with O_NOLINK passed to __file_name_lookup.
33061         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33062         with O_NOLINK passed to __file_name_lookup.
33064         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33065         negative N or less than NGIDS.
33067         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33068         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33069         enough.  Use memcpy instead of strncpy.
33071 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33073         * elf/Makefile (check-data): Remove.
33074         (localplt.data): New vpath directive.
33075         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33076         instead of $(check-data).
33077         * scripts/data/localplt-generic.data: Move to ...
33078         * sysdeps/generic/localplt.data: ... here.
33079         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33080         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33081         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33083         ... here.
33084         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33086         ... here.
33087         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33088         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33089         ... here.
33090         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33091         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33092         ... here.
33093         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33094         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33095         ... here.
33096         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33097         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33098         ... here.
33100 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33102         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33103         PPC32 and PPC64 files.
33104         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33105         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33107 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33109         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33110         __makecontext_ret to ...
33111         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33112         ... here and call exit if uc_link is NULL.  New file.
33113         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33114         __makecontext_ret.S.
33115         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33116         __makecontext_ret to ...
33117         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33118         ... here and call exit if uc_link is NULL.  New file.
33119         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33120         __makecontext_ret.S.
33122 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33124         * elf/elf.h (R_390_IRELATIVE): New definition.
33125         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33126         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33127         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33128         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33129         (elf_machine_lazy_rel): Likewise.
33130         * sysdeps/s390/dl-irel.h: New file.
33131         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33132         * sysdeps/s390/s390-64/memset.S: New asm code.
33133         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33134         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33135         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33136         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33137         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33138         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33139         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33140         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33141         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33142         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33143         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33144         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33145         * sysdeps/s390/s390-32/memset.S: New asm code.
33146         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33148 2012-07-17  Marek Polacek  <polacek@redhat.com>
33150         [BZ #14349]
33151         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33152         * sysdeps/s390/s390-64/configure.in: Likewise.
33153         * sysdeps/sparc/configure.in: Likewise.
33154         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33155         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33156         * sysdeps/i386/configure.in: Likewise.
33157         * sysdeps/x86_64/configure.in: Likewise.
33158         * sysdeps/sh/configure.in: Likewise.
33159         * sysdeps/s390/s390-32/configure: Regenerated.
33160         * sysdeps/s390/s390-64/configure: Likewise.
33161         * sysdeps/x86_64/configure: Likewise.
33162         * sysdeps/sh/configure: Likewise.
33163         * sysdeps/powerpc/powerpc64/configure: Likewise.
33164         * sysdeps/powerpc/powerpc32/configure: Likewise.
33165         * sysdeps/sparc/configure: Likwise.
33166         * sysdeps/i386/configure: Likewise.
33168         * elf/dl-open.c: Comment fixes.
33170 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33172         * Makefile [CXX] (check-data): Remove.
33173         [CXX] (c++-types.data): New vpath directive.
33174         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33175         vpath.  Do not allow for C++ type data being missing.
33176         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33177         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33178         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33179         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33180         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33181         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33182         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33184         ... here.
33185         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33187         ... here.
33188         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33189         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33190         ... here.
33191         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33192         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33193         ... here.
33194         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33195         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33196         ... here.
33197         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33199         ... here.
33200         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33201         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33202         ... here.
33203         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33204         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33206         * elf/tls-macros.h (TLS_LE): Move architecture-specific
33207         definitions to architecture-specific files.
33208         (TLS_IE): Likewise.
33209         (TLS_LD): Likewise.
33210         (TLS_GD): Likewise.
33211         * sysdeps/i386/tls-macros.h: New file.
33212         * sysdeps/powerpc/tls-macros.h: Likewise.
33213         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33214         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33215         * sysdeps/sh/tls-macros.h: Likewise.
33216         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33217         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33218         * sysdeps/x86_64/tls-macros.h: Likewise.
33220 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33222         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33223         zero value for regular exit case.
33225         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33226         (__start_context): Preserve zero value for regular exit case.
33228 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33229             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33231         * manual/setjmp.texi (setcontext): Clarify normal process
33232         termination when uc_link is the null pointer.
33233         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33234         exit call.
33236 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
33238         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33239         preprocessor.  Test for each exception mask separately.
33241 2012-07-16  Andreas Jaeger  <aj@suse.de>
33243         * po/ru.po: Update from translation team.
33245 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
33247         * conform/data/string.h-data (NULL): Use macro-constant.  Require
33248         equal to 0.
33249         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33250         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33251         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33252         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33253         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33255 2012-07-13  Andreas Jaeger  <aj@suse.de>
33257         * po/fr.po: Update from translation team.
33259 2012-07-12  Marek Polacek  <polacek@redhat.com>
33261         [BZ #14173]
33262         * math/libm-test.inc (yn_test): Add test for BZ #14173.
33263         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33264         loop condition.
33266 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
33268         [BZ #13717]
33269         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33270         Change to 2.4.1 where previously 2.4.0.
33271         * sysdeps/unix/sysv/linux/configure: Regenerated.
33272         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33273         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33274         version.
33275         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33276         (__ASSUME_AT_CLKTCK): Remove.
33277         (__ASSUME_AT_PAGESIZE): Likewise.
33278         (__ASSUME_AT_XID): Likewise.
33279         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33280         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33281         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
33282         unconditionally.
33283         (HAVE_AUX_PAGESIZE): Likewise.
33284         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
33285         [__ASSUME_AT_CLKTCK]: Make code unconditional.
33286         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
33288 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
33290         [BZ #14307]
33291         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
33292         the temporary buffer used to invoke __gethostbyname2_r,
33293         __gethostbyaddr_r and gethostbyname4_r to make room for struct
33294         host_data / struct gaih_addrtuple.
33295         * resolv/nss_dns/dns-host.c (global scope): Move definition of
33296         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33297         header file nss/nsswitch.h.
33298         * nss/nsswitch.h (global scope): Add definition of implementation
33299         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33300         resolv/nss_dns/dns-host.c).
33302 2012-07-11  Andreas Jaeger  <aj@suse.de>
33304         * po/fr.po: Update from translation team.
33306         * po/sv.po: Update from translation team
33307         * po/fr.po: Another update from translation team.
33309 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33311         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33312         for subnormals or multiply small sinh result by itself.
33313         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33314         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33316 2012-07-11  David S. Miller  <davem@davemloft.net>
33318         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33320 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
33322         [BZ #14347]
33323         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33324         (INTERNAL_MARK): Shift it here.
33326 2012-07-10  Marek Polacek  <polacek@redhat.com>
33328         [BZ #14151]
33329         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
33330         libc_cv_asm_global_directive with .globl.
33331         * configure: Regenerated.
33332         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33333         with .globl.
33334         * sysdeps/i386/configure: Regenerated.
33335         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33336         with .globl.
33337         * sysdeps/x86_64/configure: Regenerated.
33338         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33339         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33340         * elf/tst-unique2mod2.c: Likewise.
33341         * elf/tst-unique2mod1.c: Likewise.
33342         * elf/tst-unique1mod2.c: Likewise.
33343         * elf/tst-unique1mod1.c: Likewise.
33344         * sysdeps/s390/s390-32/sysdep.h: Likewise.
33345         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33346         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33347         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33348         * sysdeps/mach/sysdep.h: Likewise.
33349         * sysdeps/i386/sysdep.h: Likewise.
33350         * sysdeps/i386/i386-mcount.S: Likewise.
33351         * sysdeps/x86_64/_mcount.S: Likewise.
33352         * sysdeps/x86_64/sysdep.h: Likewise.
33353         * sysdeps/sh/_mcount.S: Likewise.
33354         * sysdeps/sh/sysdep.h: Likewise.
33355         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33356         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33357         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33358         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33359         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33360         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33361         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33362         * locale/localeinfo.h: Likewise.
33363         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33364         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33366 2012-07-09  Roland McGrath  <roland@hack.frob.com>
33368         [BZ #14336]
33369         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33370         system".
33371         * manual/message.texi (The Uniforum approach): Likewise.
33372         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33373         (glibc iconv Implementation): Likewise.
33375 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
33377         [BZ #14337]
33378         * math/s_clog.c (__clog): Avoid scaling a value down where that
33379         could result in underflow.
33380         * math/s_clog10.c (__clog10): Likewise.
33381         * math/s_clog10f.c (__clog10f): Likewise.
33382         * math/s_clog10l.c (__clog10l): Likewise.
33383         * math/s_clogf.c (__clogf): Likewise.
33384         * math/s_clogl.c (__clogl): Likewise.
33385         * math/libm-test.inc (clog_test): Add more tests.
33386         (clog10_test): Likewise.
33387         * sysdeps/i386/fpu/libm-test-ulps: Update.
33388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33390 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
33392         [BZ #14283]
33393         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33394         by 7 not 8 to examine high bit of fractional part.
33396         [BZ #14042]
33397         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33398         for call to __mcount_internal.
33399         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33400         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33401         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33403 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
33405         [BZ #14154]
33406         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33407         approximation for values within 0x1p-13f of an odd multiple of
33408         pi/4.
33409         * math/libm-test.inc (tan_test): Do not allow spurious underflow
33410         exception.  Add more tests.
33411         * sysdeps/i386/fpu/libm-test-ulps: Update.
33413         [BZ #6778]
33414         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33415         inputs and return -1 for them.  Do not check for +Inf in case not
33416         reachable for +Inf.
33417         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33418         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33419         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33420         and return -1 for them.  Do not check for +Inf in case not
33421         reachable for +Inf.
33422         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33423         define.
33424         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33425         and return -1 for them.  Do not check for +Inf in case not
33426         reachable for +Inf.
33427         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
33428         spurious underflow.
33429         * sysdeps/i386/fpu/libm-test-ulps: Update.
33430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33432 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33434         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33436 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33438         [BZ #14157]
33439         [BZ #14331]
33440         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33441         could result in spurious underflow.  Scale down values above
33442         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33443         * math/s_csqrtf.c (__csqrtf): Likewise.
33444         * math/s_csqrtl.c (__csqrtl): Likewise.
33445         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33446         spurious underflow.
33447         * sysdeps/i386/fpu/libm-test-ulps: Update.
33448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33450 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33452         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33453         xopen-msg.sed.
33454         * catgets/xopen-msg.awk: New file.
33455         * catgets/xopen-msg.sed: Removed.
33457         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33458         po2text.sed.
33459         * intl/po2test.awk: New file.
33460         * intl/po2test.sed: Removed.
33462 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33464         [BZ #14328]
33465         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33466         or multiply small sinh result by itself.
33467         * math/s_ctanf.c (__ctanf): Likewise.
33468         * math/s_ctanh.c (__ctanh): Likewise.
33469         * math/s_ctanhf.c (__ctanhf): Likewise.
33470         * math/s_ctanhl.c (__ctanhl): Likewise.
33471         * math/s_ctanl.c (__ctanl): Likewise.
33472         * math/libm-test.inc (ctan_test_tonearest): New function.
33473         (ctan_test_towardzero): Likewise.
33474         (ctan_test_downward): Likewise.
33475         (ctan_test_upward): Likewise.
33476         (ctanh_test_tonearest): Likewise.
33477         (ctanh_test_towardzero): Likewise.
33478         (ctanh_test_downward): Likewise.
33479         (ctanh_test_upward): Likewise.
33480         (main): Call these new functions.
33481         * sysdeps/i386/fpu/libm-test-ulps: Update.
33482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33484 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33486         * .gitignore: Delete /ports entry.
33488 2012-07-03  Andreas Jaeger  <aj@suse.de>
33490         * po/bg.po: Update from translation team.
33491         * po/cs.po: Likewise.
33492         * po/de.po: Likewise.
33493         * po/hr.po: Likewise.
33494         * po/nl.pl: Likewise.
33495         * po/pl.po: Likewise.
33496         * po/vi.po: Likewise.
33498 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33500         * Makeconfig [!+link] (+link-before-libc): New variable.
33501         [!+link] (+link-after-libc): Likewise.
33502         [!+link] (+link-tests): Likewise.
33503         [!+link] (+link): Define in terms of $(+link-before-libc) and
33504         $(+link-after-libc).
33505         [!+link-static] (+link-static-before-libc): New variable.
33506         [!+link-static] (+link-static-after-libc): Likewise.
33507         [!+link-static] (+link-static-tests): Likewise.
33508         [!+link-static] (+link-static): Define in terms of
33509         $(+link-static-before-libc) and $(+link-static-after-libc).
33510         [build-shared] (link-libc-before-gnulib): New variable.
33511         [build-shared] (link-libc-tests): Likewise.
33512         [build-shared] (link-libc): Define in terms of
33513         $(link-libc-before-gnulib).
33514         [!build-shared] (link-libc-tests): New variable.
33515         (link-libc-static-tests): New variable.
33516         [!gnulib] (gnulib-arch): New variable.
33517         [!gnulib] (gnulib-tests): Likewise.
33518         [!gnulib] (static-gnulib-arch): Likewise.
33519         [!gnulib] (static-gnulib-tests): Likewise.
33520         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33521         Define with "=" instead of ":=".
33522         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33523         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33524         * Rules (binaries-all-notests): New variable.
33525         (binaries-all-tests): Likewise.
33526         (binaries-static-notests): Likewise.
33527         (binaries-static-tests): Likewise.
33528         (binaries-all): Define using $(binaries-all-notests) and
33529         $(binaries-all-tests).
33530         (binaries-static): Define using $(binaries-static-notests) and
33531         $(binaries-static-tests).
33532         (binaries-shared-tests): New variable.
33533         (binaries-shared-notests): Likewise.
33534         (binaries-shared): Remove variable.
33535         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33536         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33537         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33538         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33539         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33540         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33541         * elf/Makefile (sln-modules): New variable.
33542         (extra-objs): Add $(sln-modules:=.o).
33543         (ldconfig-modules): Add static-stubs.
33544         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33545         * elf/static-stubs.c: New file.
33547         [BZ #14283]
33548         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33549         by 7 not 8 to examine high bit of fractional part.  Use volatile
33550         variables when splitting into final array of floats if
33551         __FLT_EVAL_METHOD__ != 0.
33552         * math/libm-test.inc (cos_test): Add another test.
33553         (sin_test): Likewise.
33554         * sysdeps/i386/fpu/libm-test-ulps: Update.
33556         [BZ #14273]
33557         * math/libm-test.inc (cosh_test): Add more tests.
33559         * version.h (RELEASE): Set to "development".
33560         (VERSION): Set to "2.16.90".
33562 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33564         * NEWS: Update copyright. Remove last-updated date.
33565         Mention math library bug fixes and timezone data changes.
33566         * README: Mention GNU/Hurd, x32, and HPPA support status.
33568 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33570         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33572 2012-06-27  Andreas Jaeger  <aj@suse.de>
33574         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33576 2012-06-25  Andreas Jaeger  <aj@suse.de>
33578         * sysdeps/s390/fpu/libm-test-ulps: Update.
33580 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33581             Thomas Schwinge  <thomas@codesourcery.com>
33583         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33584         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33585         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33586         fanotify_mark.
33588 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33590         * sysdeps/mach/start.c: Remove file.
33591         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33592         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33593         * sysdeps/sh/init-first.c: Likewise.
33595         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33596         registers for frame unwinding purposes, add CFI directives.
33597         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33598         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33599         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33600         Likewise.
33602         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33603         __fortify_fail returning.
33604         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33606         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33607         sysdeps/sh/____longjmp_chk.S.
33608         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33609         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33610         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33611         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33613         * sysdeps/sh/abort-instr.h: New file.
33614         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33615         process in case exit returns.
33617         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33618         initialize the GOT register before use.
33620         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33621         calculation of ARGC > 4.
33623         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33624         meaningful names to some local labels.
33626 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33627             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33629         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33630         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33631         (__arch_compare_and_exchange_val_16_acq): Likewise.
33632         (__arch_compare_and_exchange_val_32_acq): Likewise.
33633         (atomic_exchange_and_add): Fix gUSA sequence.
33634         (atomic_add): Likewise.
33635         (atomic_add_negative): Likewise.
33636         (atomic_add_zero): Likewise.
33637         (atomic_bit_test_set): Likewise.
33639 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33641         [BZ #13579]
33642         * include/link.h (struct link_map): Add l_free_initfini.
33643         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33644         l_initfini.
33645         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33646         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33647         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33648         set.
33650 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33652         * configure.in: Use AC_LANG_SOURCE.
33653         * configure: Regenerate.
33655 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33657         * configure.in (libc_cv_localstatedir): New substituted variable.
33658         * configure: Regenerated.
33659         * config.make.in (localstatedir): New variable, substituted from
33660         libc_cv_localstatedir.
33661         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33662         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33663         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33664         * sysdeps/gnu/configure: Regenerated.
33666 2012-06-21  Jeff Law  <law@redhat.com>
33668         [BZ #14277]
33669         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33670         free.  Simplify list management for _LIBC case.
33672 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33674         [BZ #14273]
33675         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33676         Clear sign bit of 64-bit integer value before comparing against
33677         overflow value.
33679         * sysdeps/mach/configure: Regenerated.
33681 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33683         [BZ #14278]
33684         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33686 2012-06-21  Jeff Law  <law@redhat.com>
33688         [BZ #13882]
33689         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33690         uint16_t for elements in the "seen" array to avoid char overflows.
33691         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33692         * elf/dl-open.c (dl_open_worker): Likewise.
33694 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33696         * scripts/list-sources.sh: Scan PORTS for translations.
33697         * po/libc.pot: Regenerated.
33699 2012-06-21  Andreas Jaeger  <aj@suse.de>
33701         [BZ #12194]
33702         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33703         warning.
33704         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33705         * bits/byteswap-16.h (__bswap_16): Likewise.
33706         * bits/byteswap.h (__bswap_constant_16): Likewise.
33708 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33710         [BZ #14117]
33711         * sysdeps/i386/fpu_control.h: Removed.
33712         * sysdeps/x86_64/fpu_control.h: Moved to ...
33713         * sysdeps/x86/fpu_control.h: Here.
33715         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33716         (_FPU_SETCW): Likewise.
33718 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33720         [BZ #14117]
33721         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33722         * sysdeps/x86/fpu/bits/mathinline.h: This.
33723         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33725         [BZ #14050]
33726         [BZ #14117]
33727         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33728         functions if __x86_64__ is defined.
33730 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33732         * string/endian.h: Add !__ASSEMBLER__ condition for including
33733         conversion interfaces.
33735 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33737         [BZ #14241]
33738         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33739         of ABS(x) in calculating zero to negative powers other than odd
33740         integers.
33741         * math/libm-test.inc (pow_test): Add more tests.
33743 2012-06-15  Andreas Jaeger  <aj@suse.de>
33745         * manual/contrib.texi (Contributors): Update entry of Liubov
33746         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33747         Machado Filho.
33749 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33751         * string/string.h: Add __wur to GNU version of strerror_r.
33753 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33755         [BZ #14229]
33756         * string/Makefile (tests): Add tst-strtok_r.
33757         * string/tst-strtok_r.c: New file.
33758         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33759         RAX_LP/RDX_LP on SAVE_PTR.
33761 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33763         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33765 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33767         * libm_test.inc (csqrt_test): Allow more spurious underflow
33768         exceptions.
33769         (j0_test): Likewise.
33770         (j1_test): Likewise.
33771         (y0_test): Likewise.
33772         (y1_test): Likewise.
33774 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33776         * po/Makefile (libc.pot): Use UTF-8 charset.
33778 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33780         [BZ #14210]
33781         Suppress sign-conversion warning from FD_SET.
33782         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33783         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33784         not unsigned long int.
33785         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33787 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33789         [BZ #14050]
33790         [BZ #14117]
33791         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33792         __extern_always_inline instead of __extern_inline.
33793         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33794         (__signbit): Likewise.
33795         (__signbitl): Support C++ namespace.
33796         (lrintf): New inline function.
33797         (lrint): Likewise.
33798         (llrintf): Likewise.
33799         (llrint): Likewise.
33800         (fmaxf): Likewise.
33801         (fmax): Likewise.
33802         (fminf): Likewise.
33803         (fmin): Likewise.
33804         (rint): Likewise.
33805         (rintf): Likewise.
33806         (ceil): Likewise.
33807         (ceilf): Likewise.
33808         (floor): Likewise.
33809         (floorf): Likewise.
33810         (nearbyint): Likewise.
33811         (nearbyintf): Likewise.
33813 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33815         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33816         non-default versions.
33818 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33820         [BZ #14218]
33821         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33823 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33825         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33826         (FE_UPWARD, FE_DOWNWARD): Don't define.
33827         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33828         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33830         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33831         reading it.
33832         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33833         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33835 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33837         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33838         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33839         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33840         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33842 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33844         [BZ #14117]
33845         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33846         * sysdeps/i386/fpu/Implies: New file.
33847         * sysdeps/x86_64/fpu/Implies: Likewise.
33848         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33849         * sysdeps/x86/fpu/bits/fenv.h: This.
33851         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33852         __SSE_MATH__.
33854 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33856         [BZ #14134]
33857         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33858         character 0xffff that matches the last element of the
33859         conversion table.
33861 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33863         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33864         fmodl commit.
33866 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33868         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33869         values higher than 25.6283.
33871 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33873         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33874         subnormal exponent extraction and add some __builtin_expect.
33875         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33876         Fix for subnormal mantissa calculation.
33878 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33880         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33881         cpu2 is -1 and errno is not ENOSYS.
33883 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33885         [BZ #14117]
33886         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33887         * sysdeps/x86/bits/string.h: This.
33888         * sysdeps/x86_64/bits/string.h: Removed.
33890         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33891         if not compiling for x86-64, but compiling for >= i486.
33893         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33894         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33896         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33897         New macro from Linux kernel 3.4.0.
33898         (FP_XSTATE_MAGIC2): Likewise.
33899         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33900         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33901         (struct _fpx_sw_bytes): New struct.
33902         (struct _xsave_hdr): Likewise.
33903         (struct _ymmh_state): Likewise.
33904         (struct _xstate): Likewise.
33906         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33907         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33908         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33909         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33910         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33911         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33913         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33914         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33915         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33916         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33917         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33918         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33920 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33922         [BZ #13743]
33923         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33924         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33925         (sysdep_headers): Include sys/platform/ppc.h.
33926         * sysdeps/powerpc/test-gettimebase.c: Test for
33927         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33928         * manual/Makefile (appendices): Include platform.texi.
33929         * manual/contrib.texi (Contributors): Update @node pointers.
33930         * manual/maint.texi (Maintenance): Likewise.
33931         (Platform): New node.
33932         * manual/platform.texi: New file.  Document the new features.
33934 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33935             Jakub Jelinek  <jakub@redhat.com>
33937         [BZ #14188]
33938         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33939         where __builtin_expect is unavailable.
33941 2012-06-03  David S. Miller  <davem@davemloft.net>
33943         * stdlib/longlong.h: Updated from GCC.
33945 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33947         [BZ #14042]
33948         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33949         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33950         __mcount_internal.
33951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33952         (GLIBC_2.16): Likewise.
33954 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33956         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33958 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33961         (default-abi): New variable.
33962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33963         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33964         variable.
33965         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33966         Likewise.
33967         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33968         Likewise.
33969         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33970         Likewise.
33972         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
33973         definition.  Document in comment.
33975 2012-06-01  David S. Miller  <davem@davemloft.net>
33977         * stdlib/longlong.h: Updated from GCC.
33979 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33981         [BZ #14117]
33982         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
33983         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
33984         sys/debugreg.h sys/io.h here.
33985         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
33986         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
33987         sys/io.h.
33988         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
33989         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
33990         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
33991         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
33992         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
33993         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
33995         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
33996         Define only if __x86_64__ is defined.
33998 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34000         [BZ #14048]
34001         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34002         Use int64_t for variable i.
34003         * math/libm-test.inc (fmod_test): Add more tests.
34005         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34006         z computation is not scheduled after fetestexcept.
34007         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34008         Use math_force_eval instead of asm to ensure calculation scheduled
34009         before exception test.
34010         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34011         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34013 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34015         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34016         computation is not scheduled after fetestexcept.
34018 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34020         [BZ #14117]
34021         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34022         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34024 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34026         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34027         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34029 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34031         [BZ #14117]
34032         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34033         <bits/wordsize.h>.
34034         (__WCHAR_MIN): Support __WORDSIZE == 64.
34035         (__WCHAR_MAX): Likewise.
34037         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34038         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34040         [BZ #14183]
34041         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34042         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34044         [BZ #14117]
34045         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34046         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34048         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34049         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34051         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34052         Defined to 1 if __x86_64__ isn't defined.
34053         (_STAT_VER_LINUX_OLD): New.
34054         (st_atime): Remove duplicate.
34055         (st_mtime): Likewise.
34056         (st_ctime): Likewise.
34058 2012-05-31  David S. Miller  <davem@davemloft.net>
34060         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34061         entries.
34063 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34065         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34066         gen-libm-test.pl.
34068         [BZ #14132]
34069         * elf/dl-reloc.c: Include <_itoa.h>.
34070         (_dl_reloc_bad_type): Remove use of INTUSE.
34071         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34072         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34073         * stdio-common/psiginfo.c (psiginfo): Likewise.
34074         * stdio-common/psignal.c (psignal): Likewise.
34075         * string/strsignal.c (strsignal): Likewise.
34076         * include/signal.h (_sys_siglist): Declare hidden proto.
34077         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34078         INTVARDEF with libc_hidden_data_def.
34079         * stdio-common/itoa-udigits.c: Likewise.
34080         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34081         (_itoa_lower_digits_internal): Remove declaration.
34082         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34083         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34084         (_sys_sigabbrev_internal): Remove aliases.
34085         (_sys_siglist): Define hidden alias.
34087 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34089         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34090         bits/sysctl.h.
34092 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34094         [BZ #14117]
34095         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34096         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34098         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34099         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34100         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34101         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34102         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34103         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34105         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34106         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34107         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34109         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34110         with __addr.
34111         (insw): Likewise.
34112         (insl): Likewise.
34113         (outsb): Likewise.
34114         (outsw): Likewise.
34115         (outsl): Likewise.
34117         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34118         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34119         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34121         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34122         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34123         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34124         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34125         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34126         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34128         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34129         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34131         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34132         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34134         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34135         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34136         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34138         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34139         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34140         to ...
34141         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34143         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34144         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34145         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34147         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34148         for x86-64.
34149         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34151 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34153         * math/math.h (M_El): Use two more decimal places.
34154         (M_LOG2El): Likewise.
34155         (M_LOG10El): Likewise.
34156         (M_LN2l): Likewise.
34157         (M_LN10l): Likewise.
34158         (M_PIl): Likewise.
34159         (M_PI_2l): Likewise.
34160         (M_PI_4l): Likewise.
34161         (M_1_PIl): Likewise.
34162         (M_2_PIl): Likewise.
34163         (M_2_SQRTPIl): Likewise.
34164         (M_SQRT2l): Likewise.
34165         (M_SQRT1_2l): Likewise.
34167 2012-05-31  David S. Miller  <davem@davemloft.net>
34169         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34170         values between float registers.
34171         * sysdeps/sparc/sparc64/memset.S: Likewise.
34172         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34174 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34176         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34177         -D_FORTIFY_SOURCE=1.
34178         (CPPFLAGS-tst-longjmp_chk.c): Define.
34179         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34180         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34181         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34182         CFLAGS-tst-wchar-h.c.
34184 2012-05-31  Marek Polacek  <polacek@redhat.com>
34186         [BZ #14132]
34187         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34188         __endmntent_internal): Remove declaration.
34189         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34190         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34191         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34193 2012-05-30  David S. Miller  <davem@davemloft.net>
34195         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34196         (___Q_simulate_exceptions): Use real FP ops rather than writing
34197         into the %fsr.
34198         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34199         Likewise.
34201 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34203         [BZ #14117]
34204         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34205         * sysdeps/x86/bits/xtitypes.h: This.
34207         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34208         * sysdeps/x86/bits/wordsize.h: This.
34210         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34211         * sysdeps/x86/bits/huge_vall.h: This.
34213         * sysdeps/i386/bits/select.h: Removed.
34214         * sysdeps/x86_64/bits/select.h: Renamed to ...
34215         * sysdeps/x86/bits/select.h: This.
34217         * sysdeps/i386/bits/setjmp.h: Removed.
34218         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34219         * sysdeps/x86/bits/setjmp.h: This.
34221         * sysdeps/i386/bits/mathdef.h: Removed.
34222         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34223         * sysdeps/x86/bits/mathdef.h: This.
34225 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
34227         [BZ #14132]
34228         * include/sys/socket.h (__connect_internal)
34229         (__libc_sa_len_internal): Remove declaration.
34230         (__connect, __libc_sa_len): Declare hidden_proto.
34231         (SA_LEN): Remove use of INTUSE.
34232         * socket/connect.c: Add libc_hidden_def.
34233         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34234         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34235         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34236         alias.
34237         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34238         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34239         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34240         of adding _internal alias.
34242 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34244         [BZ #14117]
34245         * sysdeps/i386/bits/link.h: Removed.
34246         * sysdeps/i386/bits/linkmap.h: Likewise.
34247         * sysdeps/x86_64/bits/link.h: Renamed to ...
34248         * sysdeps/x86/bits/link.h: This.
34249         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34250         * sysdeps/x86/bits/linkmap.h: This.
34252         * sysdeps/i386/bits/endian.h: Removed.
34253         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34254         * sysdeps/x86/bits/endian.h: This.
34256         * sysdeps/i386/bits/byteswap.h: Removed.
34257         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34258         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34259         * sysdeps/x86/bits/byteswap.h: This.
34260         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34261         * sysdeps/x86/bits/byteswap-16.h: This.
34262         * sysdeps/i386/Implies: Add x86.
34263         * sysdeps/x86_64/Implies: Likewise.
34265 2012-05-30  David S. Miller  <davem@davemloft.net>
34267         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34268         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34269         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34270         (FP_TRAPPING_EXCEPTIONS): Define.
34271         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34272         (FP_TRAPPING_EXCEPTIONS): Define.
34273         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34274         subnormals only when inexact has been signalled or underflow
34275         exceptions are enabled.
34276         (_FP_PACK_CANONICAL): Likewise.
34278 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34280         [BZ #14183]
34281         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
34282         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
34284 2012-05-30  Richard Henderson  <rth@twiddle.net>
34286         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
34287         with #ifndef NOT_IN_libc.
34289         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
34290         marked to avoid plt entry.
34292 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34294         [BZ #14112]
34295         * Makeconfig (default-abi): New macro.
34296         (abi-includes): Likewise.
34297         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
34298         $(abi-$(default-abi)-lib-soname) for soname if defined.
34299         ($(common-objpfx)gnu/lib-names.stmp): Generate from
34300         abi-variants.
34301         * Makefile (installed-stubs): Likewise.
34302         * include/stubs-biarch.h: Removed.
34303         * scripts/lib-names.awk: Only handle one library at a time.
34304         * scripts/soversions.awk: Remove WORDSIZE support.
34305         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34306         entries.
34307         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34308         Removed.
34309         (syscall-list-default-condition): Likewise.
34310         (syscall-list-default-condition): Likewise.
34311         (syscall-list-includes): Likewise.
34312         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34313         syscall-list-* with abi-*.  Handle undefined abi-variants.
34314         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34315         * sysdeps/unix/sysv/linux/i386/Implies: New file.
34316         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34317         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34318         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34319         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34320         Removed.
34321         (syscall-list-32-options): Likewise.
34322         (syscall-list-32-condition): Likewise.
34323         (syscall-list-64-options): Likewise.
34324         (syscall-list-64-condition): Likewise.
34325         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34326         macro.
34327         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34328         Renamed to ...
34329         (abi-*): This.
34330         (abi-64-ld-soname): New macro.
34331         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34332         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34333         Renamed to ...
34334         (abi-*): This.
34335         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34336         * sysdeps/x86_64/x32/shlib-versions: Likewise.
34338 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
34340         * sysdeps/unix/sysv/linux/kernel-features.h
34341         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34342         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34343         include <kernel-features.h>.
34344         [!__NR_ftruncate64]: Remove conditional code.
34345         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34346         [__NR_ftruncate64]: Make code unconditional.
34347         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34348         * sysdeps/unix/sysv/linux/truncate64.c: Do not
34349         include <kernel-features.h>.
34350         [!__NR_ftruncate64]: Remove conditional code.
34351         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34352         [__NR_ftruncate64]: Make code unconditional.
34353         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34355         include <kernel-features.h>.
34356         [!__NR_ftruncate64]: Remove conditional code.
34357         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34358         [__NR_ftruncate64]: Make code unconditional.
34359         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34361         include <kernel-features.h>.
34362         [!__NR_ftruncate64]: Remove conditional code.
34363         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34364         [__NR_ftruncate64]: Make code unconditional.
34365         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34367         * configure.in (libc_cv_fpie): Weaken to a compile test using
34368         LIBC_TRY_CC_OPTION.
34369         * configure: Regenerated.
34371 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34373         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34374         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34375         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34376         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34377         Refreshed.
34378         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34379         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34381         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34382         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34383         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34384         Refreshed.
34386 2012-05-27  David S. Miller  <davem@davemloft.net>
34388         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34389         (___Q_zero): New.
34390         (__Q_simulate_exceptions): Return void.  Change to simulate
34391         exceptions by writing into the %fsr.
34392         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34393         (__Qp_handle_exceptions): Likewise.
34394         (numbers): Delete.
34395         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34396         __Qp_handle_exceptions.
34397         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34398         __Qp_handle_exceptions.
34399         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34400         as unused and give dummy FP_RND_NEAREST initializer.
34401         (FP_INHIBIT_RESULTS): Define.
34402         (___Q_simulate_exceptions): Update declaration.
34403         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34404         formatting.
34405         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34406         as unused and give dummy FP_RND_NEAREST initializer.
34407         (__Qp_handle_exceptions): Update declaration.
34408         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34409         formatting.
34411 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
34413         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34414         the temporary FPU control word.
34415         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34416         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34417         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34418         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34419         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34420         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34421         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34422         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34423         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34424         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34425         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34427 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34429         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34430         fields.
34432 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34434         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34435         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34436         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34437         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34438         Likewise.
34439         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34440         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34441         Likewise.
34443 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34445         * po/h.po: Update from translation team.
34447 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34449         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34451         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34452         handling of denormals.
34453         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34454         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34455         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34456         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34457         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34458         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34459         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34460         Likewise.
34462 2012-05-26  Marek Polacek  <polacek@redhat.com>
34464         [BZ #14152]
34465         * math/libm-test.inc (fma_test): Don't always expect underflow
34466         exception.
34468 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34470         [BZ #12416]
34471         * elf/tst-execstack.c: Include stackinfo.h.
34472         (do_test): Adjust test case to ensure that pthread_getattr_np
34473         behaviour remains the same after marking stack executable.
34475 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34477         * sysdeps/unix/sysv/linux/kernel-features.h
34478         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34479         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34480         kernel-features.h.
34481         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34482         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34483         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34484         kernel-features.h.
34485         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34486         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34488 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34490         * configure.in: Define the default includes to being none.
34491         * configure: Regenerated.
34493 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34495         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34496         * sysdeps/x86_64/setjmp.S: Likewise.
34497         * sysdeps/i386/bsd-setjmp.S: Likewise.
34498         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34499         * sysdeps/i386/setjmp.S: Likewise.
34500         * sysdeps/i386/__longjmp.S: Likewise.
34501         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34502         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34504         * include/stap-probe.h: New file.
34505         * configure.in: Handle --enable-systemtap.
34506         * configure: Regenerated.
34507         * config.h.in (USE_STAP_PROBE): New #undef.
34508         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34509         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34510         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34512 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34514         [BZ #13717]
34515         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34516         to 2.4.0 where earlier.
34517         * sysdeps/unix/sysv/linux/configure: Regenerated.
34518         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34519         <kernel-features.h>.
34520         [__ASSUME_32BITUIDS]: Make code unconditional.
34521         [!__ASSUME_32BITUIDS]: Remove conditional code.
34522         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34523         <kernel-features.h>.
34524         [__ASSUME_32BITUIDS]: Make code unconditional.
34525         [!__ASSUME_32BITUIDS]: Remove conditional code.
34526         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34527         [__ASSUME_32BITUIDS]: Make code unconditional.
34528         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34529         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34530         <kernel-features.h>.
34531         [__ASSUME_32BITUIDS]: Make code unconditional.
34532         [!__ASSUME_32BITUIDS]: Remove conditional code.
34533         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34534         <kernel-features.h>.
34535         [__ASSUME_32BITUIDS]: Make code unconditional.
34536         [!__ASSUME_32BITUIDS]: Remove conditional code.
34537         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34538         <kernel-features.h>.
34539         [__ASSUME_32BITUIDS]: Make code unconditional.
34540         [!__ASSUME_32BITUIDS]: Remove conditional code.
34541         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34542         <kernel-features.h>.
34543         [__ASSUME_32BITUIDS]: Make code unconditional.
34544         [!__ASSUME_32BITUIDS]: Remove conditional code.
34545         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34546         <kernel-features.h>.
34547         [__ASSUME_32BITUIDS]: Make code unconditional.
34548         [!__ASSUME_32BITUIDS]: Remove conditional code.
34549         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34550         <kernel-features.h>.
34551         [__ASSUME_32BITUIDS]: Make code unconditional.
34552         [!__ASSUME_32BITUIDS]: Remove conditional code.
34553         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34554         <kernel-features.h>.
34555         [__ASSUME_32BITUIDS]: Make code unconditional.
34556         [!__ASSUME_32BITUIDS]: Remove conditional code.
34557         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34558         <kernel-features.h>.
34559         [__ASSUME_32BITUIDS]: Make code unconditional.
34560         [!__ASSUME_32BITUIDS]: Remove conditional code.
34561         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34562         <kernel-features.h>.
34563         [__ASSUME_32BITUIDS]: Make code unconditional.
34564         [!__ASSUME_32BITUIDS]: Remove conditional code.
34565         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34566         <kernel-features.h>.
34567         [__ASSUME_32BITUIDS]: Make code unconditional.
34568         [!__ASSUME_32BITUIDS]: Remove conditional code.
34569         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34570         <kernel-features.h>.
34571         [__NR_setresgid] (__setresgid): Do not declare.
34572         [__ASSUME_32BITUIDS]: Make code unconditional.
34573         [!__ASSUME_32BITUIDS]: Remove conditional code.
34574         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34575         <kernel-features.h>.
34576         [__NR_setresuid] (__setresuid): Do not declare.
34577         [__ASSUME_32BITUIDS]: Make code unconditional.
34578         [!__ASSUME_32BITUIDS]: Remove conditional code.
34579         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
34580         <kernel-features.h>.
34581         [__ASSUME_32BITUIDS]: Make code unconditional.
34582         [!__ASSUME_32BITUIDS]: Remove conditional code.
34583         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
34584         <kernel-features.h>.
34585         [__ASSUME_32BITUIDS]: Make code unconditional.
34586         [!__ASSUME_32BITUIDS]: Remove conditional code.
34587         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
34588         <kernel-features.h>.
34589         [__ASSUME_32BITUIDS]: Make code unconditional.
34590         [!__ASSUME_32BITUIDS]: Remove conditional code.
34591         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
34592         <kernel-features.h>.
34593         [__ASSUME_32BITUIDS]: Make code unconditional.
34594         [!__ASSUME_32BITUIDS]: Remove conditional code.
34595         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
34596         <kernel-features.h>.
34597         [__ASSUME_32BITUIDS]: Make code unconditional.
34598         [!__ASSUME_32BITUIDS]: Remove conditional code.
34599         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34600         <kernel-features.h>.
34601         [__ASSUME_32BITUIDS]: Make code unconditional.
34602         [!__ASSUME_32BITUIDS]: Remove conditional code.
34603         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34604         <kernel-features.h>.
34605         [__ASSUME_32BITUIDS]: Make code unconditional.
34606         [!__ASSUME_32BITUIDS]: Remove conditional code.
34607         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34608         <kernel-features.h>.
34609         [__ASSUME_32BITUIDS]: Make code unconditional.
34610         [!__ASSUME_32BITUIDS]: Remove conditional code.
34611         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34612         <kernel-features.h>.
34613         [__ASSUME_32BITUIDS]: Make code unconditional.
34614         [!__ASSUME_32BITUIDS]: Remove conditional code.
34615         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34616         <kernel-features.h>.
34617         [__ASSUME_32BITUIDS]: Make code unconditional.
34618         [!__ASSUME_32BITUIDS]: Remove conditional code.
34619         * sysdeps/unix/sysv/linux/kernel-features.h
34620         (__ASSUME_SETRESUID_SYSCALL): Remove.
34621         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34622         (__ASSUME_32BITUIDS): Likewise.
34623         (__ASSUME_LDT_WORKS): Likewise.
34624         (__ASSUME_O_DIRECTORY): Likewise.
34625         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34626         architecture but not kernel version.
34627         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34628         (__ASSUME_MMAP2_SYSCALL): Likewise.
34629         (__ASSUME_STAT64_SYSCALL): Likewise.
34630         (__ASSUME_IPC64): Likewise.
34631         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34632         <kernel-features.h>.
34633         [__ASSUME_32BITUIDS]: Make code unconditional.
34634         [!__ASSUME_32BITUIDS]: Remove conditional code.
34635         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34636         <kernel-features.h>.
34637         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34638         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34639         132096]: Remove conditional code.
34640         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34641         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34642         <kernel-features.h>.
34643         [__ASSUME_32BITUIDS]: Make code unconditional.
34644         [!__ASSUME_32BITUIDS]: Remove conditional code.
34645         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34646         <kernel-features.h>.
34647         [__ASSUME_32BITUIDS]: Make code unconditional.
34648         [!__ASSUME_32BITUIDS]: Remove conditional code.
34649         * sysdeps/unix/sysv/linux/setegid.c: Do not include
34650         <kernel-features.h>.
34651         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34652         unconditional.
34653         (__setresgid): Do not declare.
34654         [__ASSUME_32BITUIDS]: Make code unconditional.
34655         [!__ASSUME_32BITUIDS]: Remove conditional code.
34656         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34657         <kernel-features.h>.
34658         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34659         unconditional.
34660         (__setresuid): Do not declare.
34661         [__ASSUME_32BITUIDS]: Make code unconditional.
34662         [!__ASSUME_32BITUIDS]: Remove conditional code.
34663         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34664         <kernel-features.h>.
34665         [__ASSUME_32BITUIDS]: Make code unconditional.
34666         [!__ASSUME_32BITUIDS]: Remove conditional code.
34667         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34668         <kernel-features.h>.
34669         [__ASSUME_32BITUIDS]: Make code unconditional.
34670         [!__ASSUME_32BITUIDS]: Remove conditional code.
34672 2012-05-25  Richard Henderson  <rth@twiddle.net>
34674         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34675         dl_hwcap to ifunc resolver.
34676         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34677         elf_ifunc_invoke.
34678         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34679         dl_hwcap to ifunc resolver.
34680         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34682 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34684         [BZ #14153]
34685         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34686         for |x| <= 2**-26, not 2**-57.
34687         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34688         exception.
34690 2012-05-24  Jeff Law  <law@redhat.com>
34692         * stdio-common/Makefile (tests): Add bug25.
34693         * stdio-common/bug25.c: New test.
34695 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34697         [BZ #13576]
34698         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34699         multiple of MALLOC_ALIGNMENT in size.
34700         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34702 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34704         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34705         Require >= 256.
34706         (FILENAME_MAX): Use macro-int-constant.
34707         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34708         (_IOFBF): Use macro-int-constant.
34709         (_IOLBF): Likewise.
34710         (_IONBF): Likewise.
34711         (SEEK_CUR): Likewise.
34712         (SEEK_END): Likewise.
34713         (SEEK_SET): Likewise.
34714         (TMP_MAX): Likewise.
34715         (EOF): Use macro-int-constant.  Require < 0.
34716         (NULL): Use macro-constant.  Require == 0.
34717         (stdin): Require type to be FILE *.
34718         (stdout): Likewise.
34719         (stderr): Likewise.
34720         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34721         macro-int-constant.
34722         (EXIT_SUCCESS): Likewise.
34723         (NULL): Use macro-constant.  Require == 0.
34724         (RAND_MAX): Use macro-int-constant.
34725         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34726         [C99-based standards] (strtof): Require function.
34727         [C99-based standards] (strtold): Likewise.
34728         [C99-based standards] (strtoll): Likewise.
34729         [C99-based standards] (strtoull): Likewise.
34730         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34731         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34732         [ISO || ISO99 || ISO11] (math.h): Likewise.
34733         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34734         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34735         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34737 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34739         [BZ #14132]
34740         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34741         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34742         * intl/dgettext.c (DCGETTEXT): Likewise.
34743         * intl/gettext.c (DCGETTEXT): Likewise.
34744         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34745         * posix/regex_internal.h (gettext): Likewise.
34746         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34747         Remove declaration.
34748         * include/argz.h (__argz_count_internal)
34749         (__argz_stringify_internal): Remove declaration.
34750         (__argz_count, __argz_stringify): Declare hidden proto.
34751         * intl/dcgettext.c: Remove use of INTDEF.
34752         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34753         * string/argz-stringify.c: Likewise.
34754         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34755         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34756         Declare hidden proto.
34757         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34758         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34759         Declare hidden proto.
34760         * include/stdio.h (__asprintf_internal): Don't declare.
34761         (__asprintf): Don't define as macro.  Declare hidden proto.
34762         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34763         (__fsetlocking): Declare hidden proto.
34764         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34765         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34766         hidden proto.
34767         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34768         (_IO_setlinebuf): Remove use of INTUSE.
34769         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34770         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34771         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34772         Remove declaration.
34773         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34774         (_IO_do_flush): Remove use of INTUSE.
34775         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34776         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34777         (_IO_adjust_column, _IO_least_wmarker)
34778         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34779         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34780         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34781         (_IO_default_doallocate, _IO_wdefault_doallocate)
34782         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34783         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34784         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34785         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34786         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34787         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34788         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34789         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34790         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34791         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34792         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34793         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34794         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34795         proto.
34796         (_IO_flush_all_internal, _IO_adjust_column_internal)
34797         (_IO_default_uflow_internal, _IO_default_finish_internal)
34798         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34799         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34800         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34801         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34802         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34803         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34804         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34805         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34806         (_IO_file_close_internal, _IO_file_close_it_internal)
34807         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34808         (_IO_file_init_internal, _IO_file_attach_internal)
34809         (_IO_file_fopen_internal, _IO_file_read_internal)
34810         (_IO_file_sync_internal, _IO_file_seek_internal)
34811         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34812         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34813         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34814         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34815         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34816         (_IO_list_all_internal, _IO_link_in_internal)
34817         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34818         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34819         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34820         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34821         (_IO_do_write_internal, _IO_padn_internal)
34822         (_IO_getline_info_internal, _IO_getline_internal)
34823         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34824         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34825         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34826         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34827         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34828         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34829         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34830         with libc_hidden_ver, remove use of INTUSE.
34831         * libio/genops.c: Likewise.
34832         * libio/freopen.c: Likewise.
34833         * libio/freopen64.c: Likewise.
34834         * libio/iofclose.c: Likewise.
34835         * libio/iofdopen.c: Likewise.
34836         * libio/iofflush.c: Likewise.
34837         * libio/iofflush_u.c: Likewise.
34838         * libio/iofgets.c: Likewise.
34839         * libio/iofgets_u.c: Likewise.
34840         * libio/iofopen.c: Likewise.
34841         * libio/iofopncook.c: Likewise.
34842         * libio/iofread.c: Likewise.
34843         * libio/iofread_u.c: Likewise.
34844         * libio/ioftell.c: Likewise.
34845         * libio/iofwrite.c: Likewise.
34846         * libio/iogetline.c: Likewise.
34847         * libio/iogets.c: Likewise.
34848         * libio/iogetwline.c: Likewise.
34849         * libio/iopadn.c: Likewise.
34850         * libio/iopopen.c: Likewise.
34851         * libio/ioseekoff.c: Likewise.
34852         * libio/ioseekpos.c: Likewise.
34853         * libio/iosetbuffer.c: Likewise.
34854         * libio/iosetvbuf.c: Likewise.
34855         * libio/ioungetc.c: Likewise.
34856         * libio/ioungetwc.c: Likewise.
34857         * libio/iovdprintf.c: Likewise.
34858         * libio/iovsprintf.c: Likewise.
34859         * libio/iovsscanf.c: Likewise.
34860         * libio/memstream.c: Likewise.
34861         * libio/obprintf.c: Likewise.
34862         * libio/oldfileops.c: Likewise.
34863         * libio/oldiofclose.c: Likewise.
34864         * libio/oldiofdopen.c: Likewise.
34865         * libio/oldiofopen.c: Likewise.
34866         * libio/oldiopopen.c: Likewise.
34867         * libio/oldstdfiles.c: Likewise.
34868         * libio/putc.c: Likewise.
34869         * libio/setbuf.c: Likewise.
34870         * libio/setlinebuf.c: Likewise.
34871         * libio/stdfiles.c: Likewise.
34872         * libio/strops.c: Likewise.
34873         * libio/vasprintf.c: Likewise.
34874         * libio/vscanf.c: Likewise.
34875         * libio/vsnprintf.c: Likewise.
34876         * libio/vswprintf.c: Likewise.
34877         * libio/wfiledoalloc.c: Likewise.
34878         * libio/wfileops.c: Likewise.
34879         * libio/wgenops.c: Likewise.
34880         * libio/wmemstream.c: Likewise.
34881         * libio/wstrops.c: Likewise.
34882         * libio/__fpurge.c: Likewise.
34883         * libio/__fsetlocking.c: Likewise.
34884         * assert/assert.c: Likewise.
34885         * debug/fgets_chk.c: Likewise.
34886         * debug/fgets_u_chk.c: Likewise.
34887         * debug/fread_chk.c: Likewise.
34888         * debug/fread_u_chk.c: Likewise.
34889         * debug/gets_chk.c: Likewise.
34890         * debug/obprintf_chk.c: Likewise.
34891         * debug/vasprintf_chk.c: Likewise.
34892         * debug/vdprintf_chk.c: Likewise.
34893         * debug/vsnprintf_chk.c: Likewise.
34894         * debug/vsprintf_chk.c: Likewise.
34895         * malloc/mtrace.c: Likewise.
34896         * misc/error.c: Likewise.
34897         * misc/syslog.c: Likewise.
34898         * stdio-common/asprintf.c: Likewise.
34899         * stdio-common/fxprintf.c: Likewise.
34900         * stdio-common/getw.c: Likewise.
34901         * stdio-common/isoc99_fscanf.c: Likewise.
34902         * stdio-common/isoc99_scanf.c: Likewise.
34903         * stdio-common/isoc99_vfscanf.c: Likewise.
34904         * stdio-common/isoc99_vscanf.c: Likewise.
34905         * stdio-common/isoc99_vsscanf.c: Likewise.
34906         * stdio-common/printf-prs.c: Likewise.
34907         * stdio-common/printf_fp.c: Likewise.
34908         * stdio-common/printf_fphex.c: Likewise.
34909         * stdio-common/printf_size.c: Likewise.
34910         * stdio-common/putw.c: Likewise.
34911         * stdio-common/scanf.c: Likewise.
34912         * stdio-common/sprintf.c: Likewise.
34913         * stdio-common/tmpfile.c: Likewise.
34914         * stdio-common/vfprintf.c: Likewise.
34915         * stdio-common/vfscanf.c: Likewise.
34916         * stdlib/strfmon_l.c: Likewise.
34917         * sunrpc/openchild.c: Likewise.
34918         * sunrpc/xdr_stdio.c: Likewise.
34919         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34920         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34922 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34924         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34926         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34927         in the third column, to generate for the shared library an IFUNC
34928         that uses _dl_vdso_vsym.
34929         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34930         * Makeconfig (object-suffixes-noshared): New variable.
34932         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34933         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34934         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34935         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34937         [BZ #14132]
34938         * include/sys/time.h (__gettimeofday): Remove macro.
34939         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34940         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34941         Remove INTDEF.
34942         (__gettimeofday): Add libc_hidden_def.
34943         (gettimeofday): Add libc_hidden_weak.
34944         * sysdeps/mach/gettimeofday.c: Likewise.
34945         * sysdeps/posix/gettimeofday.c: Likewise.
34946         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34947         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34948         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34949         (__gettimeofday_internal): Remove strong_alias.
34950         (__gettimeofday): Add libc_hidden_def.
34951         (gettimeofday): Add libc_hidden_weak.
34952         * sysdeps/unix/syscalls.list (gettimeofday):
34953         Remove __gettimeofday_internal alias.
34955 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34956             H.J. Lu  <hongjiu.lu@intel.com>
34958         [BZ #12495]
34959         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34960         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34961         (largebin_index_32_big): New.
34962         (largebin_index): Use it for 16-byte alignment.
34963         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34964         correction with front_misalign.
34966 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34968         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34969         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34970         Likewise.
34971         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34972         Likewise.
34973         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34974         Likewise.
34975         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
34976         Likewise.
34977         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
34978         Likewise.
34979         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
34980         Likewise.
34981         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
34982         Likewise.
34983         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
34984         Likewise.
34985         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
34986         Likewise.
34987         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
34988         Likewise.
34989         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
34990         Likewise.
34991         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
34992         Likewise.
34994         * scripts/data/c++-types-x32-linux-gnu.data: New file.
34995         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
34997 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34999         [BZ #10846]
35000         [BZ #14036]
35001         * math/libm-test.inc (exp_test): Add test from bug 14036.
35002         (pow_test): Add test from bug 10846.
35004         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35005         and other flags.
35006         (special_function): Do not include flags in test name.
35007         (parse_args): Likewise.
35008         * sysdeps/i386/fpu/libm-test-ulps: Update.
35009         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35010         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35011         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35014         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35015         exceptions.
35016         * math/libm-test.inc ("Philosophy"): Update comment about
35017         exception testing.
35018         (UNDERFLOW_EXCEPTION): New macro.
35019         (UNDERFLOW_EXCEPTION_OK): Likewise.
35020         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35021         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35022         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35023         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35024         (INVALID_EXCEPTION_OK): Update value.
35025         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35026         (OVERFLOW_EXCEPTION_OK): Likewise.
35027         (IGNORE_ZERO_INF_SIGN): Likewise.
35028         (test_exceptions): Handle underflow exceptions.
35029         (acos_test): Update for underflow exception expectations.
35030         (cexp_test): Likewise.
35031         (clog_test): Likewise.
35032         (clog10_test): Likewise.
35033         (csqrt_test): Likewise.
35034         (ctan_test): Likewise.
35035         (ctanh_test): Likewise.
35036         (exp_test): Likewise.
35037         (exp10_test): Likewise.
35038         (exp2_test): Likewise.
35039         (expm1_test): Likewise.
35040         (fma_test): Likewise.
35041         (j0_test): Likewise.
35042         (jn_test): Likewise.
35043         (nexttoward_test): Likewise.
35044         (pow_test): Likewise.
35045         (scalbn_test): Likewise.
35046         (scalbln_test): Likewise.
35047         (tan_test): Likewise.
35048         (y1_test): Likewise.
35049         * sysdeps/i386/fpu/libm-test-ulps: Update.
35050         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35052 2012-05-23  David S. Miller  <davem@davemloft.net>
35054         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35055         (__libc_sigaction): Remove unused local variables.
35057 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35059         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35061 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35063         mktime: avoid signed integer overflow
35064         * time/mktime.c (__mktime_internal): Do not mishandle the case
35065         where diff == INT_MIN.
35067         mktime: simplify computation of average
35068         * time/mktime.c (ranged_convert): Use new time_t_avg function
35069         instead of rolling our own (probably-slower) code.
35071         mktime: do not assume signed right shift propagates sign bit
35072         * time/mktime.c (isdst_differ): New static function.
35073         (__mktime_internal): No need to normalize tm_isdst now.
35074         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35075         tm_isdst values.
35077         mktime: merge another wrapv change from gnulib
35078         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35079         from some compilers.
35081         mktime: remove incorrect attempt at unusual arithmetics
35082         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35083         The code didn't really work on such machines anyway.
35084         (TYPE_MINIMUM): Assume two's complement.
35085         (twos_complement_arithmetic): Verify that long_int and time_t
35086         are two's complement (or unsigned, in the latter case).
35088         mktime: check signed shifts on long_int and time_t, too
35089         * time/mktime.c (SHR): Check that shifts work as desired
35090         on the types long_int and time_t too, as SHR is used on
35091         such types.
35093         mktime: do not assume 'long' is wide enough
35094         * time/mktime.c (verify): Move decl up.
35095         (long_int): New type.
35096         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35097         to remove assumption in the code that 'long' is wide enough to
35098         store year values.  This assumption is not true on x32 and on
35099         some non-glibc platforms.
35101         mktime: merge wrapv change from gnulib
35102         * time/mktime.c (WRAPV): New macro.
35103         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35104         (guess_time_tm, __mktime_internal): Do not assume that signed
35105         integer overflow wraps around; modern compilers generate code
35106         where this assumption is no longer valid.
35108 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35110         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35111         Replace "jmp L(pseudo_end)" with "ret".
35112         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35113         Likewise.
35115 2012-05-23  Andreas Jaeger  <aj@suse.de>
35117         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35118         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35120 2012-05-23  Andreas Jaeger  <aj@suse.de>
35121             Maximilian Attems  <max@stro.at>
35123         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35124         New macros.
35126 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35128         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35129         code so that pseudo_end is just ret and the stack pointer is
35130         correct also for static library in error case.
35132 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35134         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35135         move to syscalls.list.
35136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35141         * manual/install.texi (Running make install): Do not mention Linux
35142         kernel version for which pt_chown is not needed.
35143         (Linux): Do not mention problems with nscd with 2.0 kernels.
35144         * INSTALL: Regenerated.
35146 2012-05-23  Andreas Jaeger  <aj@suse.de>
35148         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35149         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35150         macro.
35151         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35152         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35153         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35154         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35155         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35156         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35157         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35158         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35159         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35160         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35161         * sysdeps/unix/sysv/linux/bits/in.h
35162         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35164 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35166         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35167         (PREPARE_VERSION): Just use assert instead, it will be elided
35168         under [NDEBUG] anyway.
35170 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35172         * sysdeps/unix/sysv/linux/Makefile: Include
35173         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35174         (sysdep_routines): Remove sysctl.
35175         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35176         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35177         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35178         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35179         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35181 2012-05-22  Andreas Jaeger  <aj@suse.de>
35183         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35184         that pseudo_end is just ret and the stack pointer is correct also
35185         for static library in error case.
35187 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35189         [BZ #14122]
35190         * nss/nsswitch.c (defconfig_entries): New variable.
35191         (__nss_database_lookup): Don't leak defconfig entries.
35192         (nss_parse_service_list): Don't leak on error paths.
35193         (free_database_entries): New function.
35194         (free_defconfig): New function.
35195         (free_mem): Move common code to free_database_entries.
35197 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35199         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35200         Add arch_prctl.
35201         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35203         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35204         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35205         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35206         New macro.
35207         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35208         (INTERNAL_SYSCALL_TYPES): Likewise.
35209         (LOAD_ARGS_TYPES_[1-6]): Likewise.
35210         (LOAD_REGS_TYPES_[1-6]): Likewise.
35211         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35212         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35214 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35216         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35217         copysignl for GLIBC_2_0.
35218         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35219         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35220         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35221         logbl for GLIBC_2_0.
35222         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35223         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35225 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35227         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35228         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35230         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35231         Use "neg %eax".
35233         * time/mktime.c: Update copyright years.
35235 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35237         mktime: merge comment-quoting-style change from gnulib
35238         * time/mktime.c: Quote 'like this' in comments.
35239         The GNU coding standards suggest that we no longer quote `like this',
35240         as "`" and "'" are typically rendered asymmetrically nowadays.
35241         The typical gnulib style is to quote 'like this' when quoting
35242         code, and "like this" when quoting English.
35244         * time/mktime.c (compile-command): Add "-I.".
35246         mktime: merge mktime-internal.h change from gnulib
35247         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35249         mktime: merge time_r change from gnulib
35250         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35252         mktime: merge DEBUG change from gnulib
35253         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35254         case system <time.h> has a #define.
35256         mktime: merge <sys/types.h> change from gnulib
35257         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35258         since <time.t> is now guaranteed to define time_t.
35260         mktime: merge HAVE_CONFIG_H change from gnulib
35261         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35263 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35265         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35266         Use "neg %eax".
35268         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35269         __rlim_t cast.
35270         (struct rusage): Use anonymous union to pad each field to
35271         __syscall_slong_t.
35273 2012-05-21  David S. Miller  <davem@davemloft.net>
35275         * Makefules (o-iterator): Remove .s cases.
35276         (compile-command.s): Delete.
35277         (COMPILE.s): Delete.
35278         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35280 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
35282         * configure.in (libc_cv_predef_stack_protector): Only consider
35283         "foobar" and "__stack_chk_fail" lines in libc_undefs.
35284         * configure: Regenerated.
35286 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35288         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35289         New macro.  Use R*LP on int and pointer.
35290         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
35291         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
35292         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
35293         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
35295         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
35296         [__WORDSIZE_TIME64_COMPAT32] instead of
35297         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35298         (struct utmp): Likewise.
35299         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35300         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35301         Renamed to ...
35302         (__WORDSIZE_TIME64_COMPAT32): This.
35303         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35304         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35305         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35306         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35307         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35308         (__WORDSIZE_TIME64_COMPAT32): New macro.
35310 2012-05-21  Andreas Jaeger  <aj@suse.de>
35312         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35313         only if [SHARED]. Add prototype for __wcschr_ia32.
35315 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35317         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35318         of %rbp unmolested in the jmp_buf while mangling the low bits.
35319         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35320         unmolested high bits of %rbp while demangling the low bits.
35321         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35323 2012-05-21  Andreas Jaeger  <aj@suse.de>
35325         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35326         * sunrpc/svc_simple.c: Use it for registerrpc.
35327         * sunrpc/xcrypt.c: Use it for passwd2des.
35329         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35331 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35333         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35334         Don't define if [__SYSCALL_WORDSIZE != 32].
35335         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35336         New macro.
35338 2012-05-21  Bruno Haible  <bruno@clisp.org>
35339             Andreas Jaeger  <aj@suse.de>
35341         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35342         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35343         inptr and inend for must_buffer_ch.
35344         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35345         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35346         * stdio-common/Makefile (tests): Remove bug15.
35347         (bug15-ENV): Remove macro.
35348         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35349         anymore.
35351 2012-05-19  Andreas Jaeger  <aj@suse.de>
35352             Roland McGrath  <roland@hack.frob.com>
35354         * manual/contrib.texi: Completely rewritten. It contains now an
35355         alphabetical list of contributors and their contributions.
35357 2012-05-21  Richard Henderson  <rth@twiddle.net>
35359         * misc/getauxval.c (__getauxval): Use unsigned long int.
35360         * misc/sys/auxv.h: Include <sys/cdefs.h>.
35361         (getauxval): Use unsigned long int.
35363 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35365         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35367 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35369         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35370         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35371         __alignof__ (long double).
35373 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35375         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35377 2012-05-20  Richard Henderson  <rth@twiddle.net>
35379         * misc/getauxval.c: New file.
35380         * misc/sys/auxv.h: New file.
35381         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35382         (routines): Add getauxval.
35383         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35384         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35385         * elf/dl-sysdep.c (_dl_auxv): Remove.
35386         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35387         * elf/dl-support.c (_dl_auxv): New variable.
35388         (_dl_aux_init): Initialize it.
35389         * manual/startup.texi (Auxiliary Vector): New node.
35390         * sysdeps/generic/bits/hwcap.h: New file.
35391         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35392         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
35393         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35394         * sysdeps/sparc/sysdep.h: ... here.  Include it.
35395         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35396         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
35397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35398         Update.
35399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35400         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35401         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35402         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35403         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35404         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35405         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35406         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35408 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35410         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35412 2012-05-19  David S. Miller  <davem@davemloft.net>
35414         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35416 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35418         [BZ #14123]
35419         * math/s_ccosh.c: Include <float.h>
35420         (__ccosh): Avoid internal overflow calculating sinh and cosh
35421         values before multiplying by sin and cos values.
35422         * math/s_ccoshf.c: Likewise.
35423         * math/s_ccoshl.c: Likewise.
35424         * math/s_csin.c: Likewise.
35425         * math/s_csinf.c: Likewise.
35426         * math/s_csinl.c: Likewise.
35427         * math/s_csinh.c: Likewise.
35428         * math/s_csinhf.c: Likewise.
35429         * math/s_csinhl.c: Likewise.
35430         * math/libm-test.inc (ccos_test): Add more tests.
35431         (ccosh_test): Likewise.
35432         (csin_test): Likewise.
35433         (csinh_test): Likewise.
35434         * sysdeps/i386/fpu/libm-test-ulps: Update.
35435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35437 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35439         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35440         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35442         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35444 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35446         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35447         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35448         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35449         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35450         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35451         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35452         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35453         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35454         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35455         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35456         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35457         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35458         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35459         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35460         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35461         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35462         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35463         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35464         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35465         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35466         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35467         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35468         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35469         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35470         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35471         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35472         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35473         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35474         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35475         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35476         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35478 2012-05-18  Andreas Jaeger  <aj@suse.de>
35480         * csu/.gitignore: Delete.
35482 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35484         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35485         (timex): Use __syscall_slong_t.
35487 2012-05-18  Andreas Jaeger  <aj@suse.de>
35488             Carlos O'Donell  <carlos_odonell@mentor.com>
35490         * manual/install.texi (Configuring and compiling): Update
35491         description about files modified in the source directory.
35492         * INSTALL: Regenerated.
35494 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35496         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35497         value.  Use "or" to set return value to -1.
35498         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35499         negate return value.
35501 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35503         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35504         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35505         failure if the compiler has Graphite support disabled.
35506         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35507         Likewise.
35508         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35509         (CFLAGS-memmove.c): Likewise.
35510         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35511         Likewise.
35513 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35515         * sysdeps/x86_64/x32/_itoa.h: New file.
35517         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35518         getdents system call only if kernel and user dirents have the
35519         same d_ino and d_off.
35521         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35522         LLONG_MAX != LONG_MAX.
35523         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35524         (_fitoa_word): Likewise.
35526         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35527         years.
35528         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35529         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35530         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35532         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35533         include <bits/wordsize.h>.  Check __x86_64__ instead of
35534         __WORDSIZE.
35535         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35536         if __x86_64__ is defined.  Use anonymous union on fpstate.
35538         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35539         anonymous union.
35541 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35543         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35544         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35545         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35546         Refer to _rtld_local_ro instead of _rtld_global_ro.
35547         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35548         Likewise.
35549         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35550         Likewise.
35551         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35552         Likewise.
35553         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35554         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35555         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35557         * sysdeps/powerpc/powerpc32/dl-machine.c
35558         (__elf_machine_runtime_setup) [PROF]: Don't reference
35559         _dl_prof_resolve.
35561 2012-05-18  Andreas Jaeger  <aj@suse.de>
35563         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35564         function only available for GCCs before 3.4 since GCC 3.4
35565         introduced a builtin.
35566         (lrint): Likewise.
35567         (llrintf): Likewise.
35568         (llrint): Likewise.
35569         (fmaxf): Likewise.
35570         (fmax): Likewise.
35571         (fminf): Likewise.
35572         (fmin): Likewise.
35573         (rint): Likewise.
35574         (rintf): Likewise.
35575         (nearbyint): Likewise.
35576         (nearbyintf): Likewise.
35577         (ceil): Likewise.
35578         (ceilf): Likewise.
35579         (floor): Likewise.
35580         (floorf): Likewise.
35582 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35584         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35585         on both fields and cast pointer to __syscall_ulong_t.
35587         * bits/types.h (__fsword_t): New type.
35588         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35589         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35590         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35591         (__FSWORD_T_TYPE): Likewise.
35592         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35593         (__FSWORD_T_TYPE): Likewise.
35594         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35595         (__FSWORD_T_TYPE): Likewise.
35596         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35597         (__FSWORD_T_TYPE): Likewise.
35598         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35599         __SWORD_TYPE with __fsword_t.
35600         (statfs64): Likewise.
35602 2012-05-17  David S. Miller  <davem@davemloft.net>
35604         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35606 2012-05-17  Andreas Jaeger  <aj@suse.de>
35608         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35609         warning.
35611 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35613         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35615 2012-05-17  Andreas Jaeger  <aj@suse.de>
35617         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35618         when it is used.
35620 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35622         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35624 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35626         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35627         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35629 2012-05-17  Andreas Jaeger  <aj@suse.de>
35630             Carlos O'Donell  <carlos_odonell@mentor.com>
35632         [BZ #14059]
35633         * sysdeps/x86_64/multiarch/init-arch.h
35634         (bit_YMM_Usable): Rename to...
35635         (bit_AVX_Usable): ... this.
35636         (bit_FMA4_Usable): New macro.
35637         (bit_XMM_state): New macro.
35638         (bit_YMM_state): New macro.
35639         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35640         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35641         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35642         (CPUID_OSXSAVE): New macro.
35643         (CPUID_AVX): New macro.
35644         (CPUID_FMA4): New macro.
35645         (index_YMM_Usable): Rename to...
35646         (index_AVX_Usable): ... this.
35647         (HAS_AVX): Use HAS_ARCH_FEATURE.
35648         (HAS_FMA4): Likewise.
35649         (HAS_YMM_USABLE): Remove.
35650         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35651         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35652         are present.
35653         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35654         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35655         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35656         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35657         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35659 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35661         * math/libm-test.c: Support platforms without multiple rounding modes.
35662         * math/bug-nextafter.c: Support platforms without FP exceptions.
35663         * math/bug-nexttoward.c: Likewise.
35664         * math/test-fenv.c: Likewise.
35665         * math/test-misc.c: Likewise.
35666         * stdlib/bug-getcontext.c: Likewise.
35668 2012-05-17  Andreas Jaeger  <aj@suse.de>
35670         * manual/examples/search.c (critter_cmp): Change signature to
35671         avoid warnings.
35672         * manual/string.texi (Collation Functions): Likewise.
35674 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35676         * bits/types.h: Fold copyright years.
35677         * bits/typesizes.h: Likewise.
35678         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35679         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35680         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35681         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35682         * time/time.h: Likewise.
35684 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35686         [BZ #208]
35687         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35688         in instead of returning them.  Return void.
35689         (__libc_mallinfo): Accumulate over all arenas.
35690         (__malloc_stats): Adjust for change in int_mallinfo interface.
35692 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35694         [BZ #10375]
35695         * configure.in (NM): Add AC_CHECK_TOOL for it.
35696         (libc_extra_cflags): New substituted variable.
35697         Check for -fstack-protector being used implicitly.
35698         * configure: Regenerated.
35699         * config.make.in (config-extra-cflags): New variable,
35700         gets @libc_extra_cflags@.
35701         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35703         [BZ #10375]
35704         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35705         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35706         * configure: Regenerated.
35707         * config.make.in (CPPUNDEFS): New substituted variable.
35708         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35709         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35710         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35712 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35714         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35715         (mq_attr): Use __syscall_slong_t.
35717 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35719         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35720         Check __x86_64__ instead of __WORDSIZE.
35721         (_STAT_VER_LINUX): Likewise.
35722         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35723         __syscall_ulong_t and __syscall_slong_t.
35724         (stat64): Likewise.
35726 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35728         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35730 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35732         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35734 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35736         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35737         __syscall_ulong_t.
35739         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35740         include <bits/wordsize.h>.  Check __x86_64__ instead of
35741         __WORDSIZE.
35742         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35743         defined.
35744         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35746         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35747         include <bits/wordsize.h>.  Check __x86_64__ instead of
35748         __WORDSIZE.
35749         (user_regs_struct): Use "__extension__ unsigned long long"
35750         instead of "unsigned long" if __x86_64__ is defined.
35751         (user): Likewise.  Pad after pointer field if __ILP32__ is
35752         defined.
35754 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35756         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35757         versions 5 to 9.
35758         * configure: Regenerated.
35759         * manual/install.texi (texinfo): Increase version requirement to
35760         4.5 or later.
35761         * INSTALL: Regenerated.
35763         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35765 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35767         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35769         * sysdeps/x86_64/x32/ffs.c: New file.
35771         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35772         __syscall_ulong_t.
35773         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35774         defined.  Use __syscall_ulong_t.
35775         (shminfo): Use __syscall_ulong_t.
35776         (shm_info): Likewise.
35778         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35779         __syscall_ulong_t.
35781         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35782         <bits/wordsize.h>.
35783         (msgqnum_t): Use __syscall_ulong_t.
35784         (msglen_t): Likewise.
35785         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35786         __syscall_ulong_t.
35788         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35789         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35791         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35793         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35794         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35796         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35797         __syscall_slong_t.
35799         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35800         include <bits/wordsize.h>.  Check __x86_64__ instead of
35801         __WORDSIZE.
35803         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35804         "unsigned long long int" if __x86_64__ is defined.
35805         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35807         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35808         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35809         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35811         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35812         <stdint.h>.
35813         (GET_PC): Cast to uintptr_t first.
35814         (GET_FRAME): Likewise.
35815         (GET_STACK): Likewise.
35817         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35818         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35819         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35820         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35821         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35822         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35823         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35824         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35825         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35826         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35827         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35828         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35829         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35830         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35831         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35832         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35833         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35834         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35835         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35836         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35837         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35838         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35839         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35840         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35841         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35842         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35843         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35844         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35845         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35847 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35849         * Makerules (+depfiles): Also collect depfiles from .oS in
35850         $(extra-objs).
35851         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35852         .oS, $(libnldbl-routines)).
35854         * Makerules (native-compile-mkdep-flags): Define.
35855         * sunrpc/Makefile (extra-objs): Add $(addprefix
35856         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35857         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35858         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35859         calling $(make-target-directory).
35861 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35863         * bits/types.h (__snseconds_t): Removed.
35864         * time/time.h (struct timespec): Replace __snseconds_t with
35865         __syscall_slong_t.
35866         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35867         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35868         Likewise.
35869         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35870         (__SNSECONDS_T_TYPE): Likewise.
35871         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35872         (__SNSECONDS_T_TYPE): Likewise.
35873         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35874         (__SNSECONDS_T_TYPE): Likewise.
35876 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35878         * sysdeps/mach/hurd/bits/typesizes.h
35879         (__SYSCALL_SLONG_TYPE): New macro.
35880         (__SYSCALL_ULONG_TYPE): Likewise.
35882 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35884         * bits/types.h (__syscall_slong_t): New type.
35885         (__syscall_ulong_t): Likewise.
35887         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35888         (__SYSCALL_ULONG_TYPE): Likewise.
35889         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35890         (__SYSCALL_SLONG_TYPE): Likewise.
35891         (__SYSCALL_ULONG_TYPE): Likewise.
35892         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35893         (__SYSCALL_SLONG_TYPE): Likewise.
35894         (__SYSCALL_ULONG_TYPE): Likewise.
35895         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35896         (__SYSCALL_SLONG_TYPE): Likewise.
35897         (__SYSCALL_ULONG_TYPE): Likewise.
35899 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35901         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35902         Add sigaltstack-offsets.sym.
35903         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35904         <sigaltstack-offsets.h>.
35905         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35906         longjmp_msg pointer.
35907         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35908         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35909         signal stack.
35910         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35912 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35914         * elf/stackguard-macros.h: Remove file.
35915         * sysdeps/generic/stackguard-macros.h: New file.
35916         * sysdeps/i386/stackguard-macros.h: Likewise.
35917         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35918         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35919         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35920         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35921         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35922         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35923         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35924         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35925         <elf/stackguard-macros.h>.
35927         [BZ #14109]
35928         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35929         __aligned__ in attribute.
35930         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35931         (gregset_t): Likewise.
35933 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35935         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35936         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35937         * sysdeps/x86_64/x32/Implies-after: New file.
35939 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35941         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35942         and access return value for _dl_profile_fixup.  Use R10_LP to
35943         load frame size.
35945 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35947         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35949 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35951         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35952         * sysdeps/x86_64/x32/sysdep.h: New file.
35954 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35956         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35957         * sysdeps/x86_64/setjmp.S: Likewise.
35959 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35961         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35962         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35963         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35964         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35965         remove unused global constant.
35967 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35969         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35970         include of <not-cancel.h>.
35972 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35974         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
35976 2012-05-15  Jeff Law  <law@redhat.com>
35977             Andreas Jaeger  <aj@suse.de>
35979         [BZ #13594]
35980         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
35981         out from...
35982         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
35983         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
35984         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
35985         code changing __hst_map_handle.map.
35987 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35989         * configure.in (sysnames): Look for Implies-before and Implies-after
35990         files.
35991         * configure: Regenerated.
35993 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35995         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
35996         8-byte data alignment with LP_SIZE alignment.
35998 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36000         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36001         into R10_LP.
36003 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36005         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36007 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36009         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36010         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36011         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36012         Likewise.
36013         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36015 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36017         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36018         (stackinfo_sub_sp): Likewise.
36020 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36022         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36023         RAX_LP.
36025 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36027         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36028         into R*_LP.
36030 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36032         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36033         sizes into R*_LP.
36035 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36037         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36039 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36041         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36042         into R11_LP and load __x86_64_shared_cache_size_half into
36043         R8_LP.
36045 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36047         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36048         R8_LP.
36050 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36052         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36053         logb for POWER7.
36054         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36055         logbf for POWER7.
36056         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36057         logbl for POWER7.
36058         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36059         powerpc32/power7/fpu/s_logb.c via #include.
36060         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36061         powerpc32/power7/fpu/s_logbf.c via #include.
36062         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36063         powerpc32/power7/fpu/s_logbl.c via #include.
36065 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36067         * README.libm: Remove file.
36069 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36071         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36072         count for x32.  Use R*_LP and omit operand-size suffix.
36074 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36076         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36077         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36078         * sysdeps/x86_64/x32/shlib-versions: New file.
36080 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36082         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36083         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36084         Use _dl_fatal_printf instead.
36086 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36088         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36089         set if not set by the user.  Do not allow for being unset.
36090         * sysdeps/unix/sysv/linux/configure: Regenerated.
36092 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36094         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36095         the `q' suffix from lea and replace .quad with ASM_ADDR.
36097 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36099         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36100         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36101         instead of $17.
36102         (PTR_DEMANGLE): Likewise.
36104 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36106         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36107         (LP_OP): Likewise.
36108         (ASM_ADDR): Likewise.
36109         (RAX_LP): Likewise.
36110         (RBP_LP): Likewise.
36111         (RBX_LP): Likewise.
36112         (RCX_LP): Likewise.
36113         (RDI_LP): Likewise.
36114         (RSI_LP): Likewise.
36115         (RSP_LP): Likewise.
36116         (R8_LP): Likewise.
36117         (R9_LP): Likewise.
36118         (R10_LP): Likewise.
36119         (R10_LP): Likewise.
36120         (R11_LP): Likewise.
36121         (R12_LP): Likewise.
36122         (R13_LP): Likewise.
36123         (R14_LP): Likewise.
36124         (R15_LP): Likewise.
36126 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36128         * sysdeps/x86_64/x32/dl-machine.h: New file.
36130 2012-05-14  Andreas Jaeger  <aj@suse.de>
36132         * manual/Makefile (subdir): Remove export of subdir.
36133         (all): Remove target.
36134         (.PHONY): Remove all from list.
36135         (mkinstalldirs): Remove.
36136         (.PHONY): Remove installdirs from list.
36137         ($(inst_infodir)/libc.info): Use make-target-directory.
36138         (installdirs): Remove.
36139         (subdir_%): Remove.
36140         (glibc-targets): Remove.
36141         (lib): Remove.
36142         (stubs): Remove.
36143         ($(objpfx)stubs ../po/manual.pot): Remove.
36144         ($(objpfx)stamp%): Remove.
36145         (make-target-directory): Remove.
36146         (subdir_install): Remove.
36147         (routines): Remove.
36148         (aux): Remove.
36149         (sources): Remove.
36150         (objects): Remove.
36151         (headers): Remove.
36153         [BZ #13750]
36154         * manual/.gitignore: Remove, it's not needed anymore.
36155         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36156         all files in it.
36157         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36158         directory.
36159         (texis): Renamed to $(objpfx)texis.
36160         (texis-path): New, contains path to generated files.
36161         (chapters.%): Use texis-path for complete path, add extra argument
36162         libc-texinfo.sh.
36163         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36164         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36165         (summary,texi, stamp-summary): Use complete path of
36166         files. Generate files in build dir.
36167         (dir-add.texi): Build in build dir.
36168         (libm-err.texi,stamp-libm-err): Likewise.
36169         (version.texi, stamp-version): Likewise.
36170         (.%c.texi): Likewise.
36171         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36172         (mostlyclean): Remove target.
36173         (realclean): Remove target.
36174         (generated): Add new variable with contents from mostlyclean and
36175         realclean, remove entries duplicated in common-mostlyclean, add
36176         stamp-libm-err and stamp-version.
36177         (generated-dirs): Add libc directory.
36178         ($(inst_infodir)/libc.info): Install files from build dir.
36180         * manual/install.texi (Configuring and compiling): Adjust since
36181         the info files are not part of the tar ball anymore.
36183 2012-05-14  Andreas Jaeger  <aj@suse.de>
36185         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36186         variable.
36188 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36190         [BZ #13717]
36191         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36192         to 2.2.0 where earlier.
36193         * sysdeps/unix/sysv/linux/configure: Regenerated.
36194         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36195         Remove conditional code.
36196         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36197         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36198         Remove conditional code.
36199         [!__NR_lchown]: Likewise.
36200         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36201         [__NR_lchown]: Likewise.
36202         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36203         comment referencing __ASSUME_LCHOWN_SYSCALL.
36204         * sysdeps/unix/sysv/linux/i386/sigaction.c
36205         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36206         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36207         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36208         Remove conditional code.
36209         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36210         (__protocol_available): Remove #if 0 code.
36211         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36212         conditional code.
36213         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36214         * sysdeps/unix/sysv/linux/kernel-features.h
36215         (__ASSUME_GETCWD_SYSCALL): Don't define.
36216         (__ASSUME_REALTIME_SIGNALS): Likewise.
36217         (__ASSUME_PREAD_SYSCALL): Likewise.
36218         (__ASSUME_PWRITE_SYSCALL): Likewise.
36219         (__ASSUME_POLL_SYSCALL): Likewise.
36220         (__ASSUME_LCHOWN_SYSCALL): Likewise.
36221         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36222         non-SPARC.
36223         (__ASSUME_SIOCGIFNAME): Don't define.
36224         (__ASSUME_MSG_NOSIGNAL): Likewise.
36225         (__ASSUME_SENDFILE): Define unconditionally.
36226         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36227         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36228         conditional code.
36229         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36230         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36231         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36232         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36233         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36234         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36235         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36237         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36238         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36240         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36241         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36243         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36244         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36246         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36247         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36249         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36250         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36252         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36253         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36255         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36256         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36258         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36259         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36260         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36261         Remove conditional code.
36262         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36263         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36264         Remove conditional code.
36265         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36266         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36267         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36268         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36269         Remove conditional code.
36270         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36271         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36272         Remove conditional code.
36273         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36274         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36275         Remove conditional code.
36276         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36277         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36278         Remove conditional code.
36279         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36280         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36281         Remove conditional code.
36282         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36283         * sysdeps/unix/sysv/linux/sh/pwrite64.c
36284         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36285         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36286         * sysdeps/unix/sysv/linux/sigaction.c
36287         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36288         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36289         * sysdeps/unix/sysv/linux/sigpending.c
36290         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36291         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36292         * sysdeps/unix/sysv/linux/sigprocmask.c
36293         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36294         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36295         * sysdeps/unix/sysv/linux/sigsuspend.c
36296         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36297         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36298         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36299         (__libc_missing_rt_sigs): Remove.
36300         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36301         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36302         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36303         Remove conditional code.
36304         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36305         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36306         return 1.
36307         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36308         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36309         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36310         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36312 2012-05-14  Andreas Jaeger  <aj@suse.de>
36314         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36315         it's not used in glibc.
36316         (__coshm1): Likewise.
36317         (__acosh1p): Likewise.
36318         (__sgn): Likewise.
36320         * manual/string.texi (Copying and Concatenation): Add missing
36321         variable in concat example.
36322         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36324 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36326         [BZ #14103]
36327         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36328         __builtin_clzl with __builtin_clzll.
36330 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36332         [BZ #14104]
36333         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36334         libc_freeres_ptr.
36336 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36338         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36339         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36340         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36341         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36343 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
36345         * NEWS: Update ia64 info.
36347 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
36349         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36350         used as bcopy.
36352 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
36354         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36355         * sysdeps/unix/syscalls.list (dup3): Likewise.
36356         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36357         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36359 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36361         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36362         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36364 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36366         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36367         thread pointer.
36368         (TLS_IE): Use mov/add instead of movq/addq to load thread
36369         pointer.
36370         (TLS_GD_PREFIX): New.
36371         (TLS_GD): Use it.
36373 2012-05-11  David S. Miller  <davem@davemloft.net>
36375         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36376         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36377         (_FPU_SETCW): Likewise.
36379 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36381         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36382         is 32-byte aligned.
36384 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
36386         [BZ #11837]
36387         * iconvdata/gb18030.c: Update tables.
36388         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
36389         characters specially.
36390         (BODY for TO_LOOP): Add encoding of missing ranges.
36392 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
36394         [BZ #13673]
36395         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36396         * sysdeps/mach/hurd/dup3.c: Likewise.
36397         * sysdeps/mach/hurd/readlinkat.c: Likewise.
36398         * sysdeps/powerpc/memmove.c:: Likewise.
36400 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36402         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36403         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36405 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36407         * elf/elf.h (R_X86_64_RELATIVE64): New.
36408         (R_X86_64_NUM): Updated.
36409         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36410         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
36411         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36412         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36413         tst-quad1pie tst-quad2pie
36414         (modules-names): Add tst-quadmod1 tst-quadmod2.
36415         ($(objpfx)tst-quad1): New dependency.
36416         ($(objpfx)tst-quad2): Likewise.
36417         ($(objpfx)tst-quad1pie): Likewise.
36418         ($(objpfx)tst-quad2pie): Likewise.
36419         * sysdeps/x86_64/tst-quad1.c: New file.
36420         * sysdeps/x86_64/tst-quad1pie.c: New file.
36421         * sysdeps/x86_64/tst-quad2.c: Likewise.
36422         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36423         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36424         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36425         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36426         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36428 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36430         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36431         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36432         * streams/stropts.h (t_scalar_t): Define type.
36434         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36435         (_PATH_PRESERVE): Set to "/var/lib".
36436         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36438         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36439         instead of int.
36441         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36442         if __dir_mkfile succeeded.
36444         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36445         checking for _hurd_dtablesize.  Unlock it right after having
36446         finished _hurd_dtable allocation.
36448 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36450         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36451         * sysdeps/mach/hurd/configure: Regenerated.
36452         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36453         special-casing to...
36454         * sysdeps/gnu/configure.in: ... this new file.
36455         * sysdeps/unix/sysv/linux/configure: Regenerated.
36456         * sysdeps/gnu/configure: New generated file.
36458         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36459         for Linux: use nsec instead of usec, as well as:
36460         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36461         members of type struct timespec.
36462         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36463         New macros.
36464         (struct stat64): Likewise.
36465         (_STATBUF_ST_NSEC): New macro.
36466         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36468         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36469         __strtoul_internal rather than strtoul.
36471 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36473         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36474         and reject them.
36476 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36478         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36479         which preserves existing values.
36480         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36482 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36484         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36485         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36486         greater than FD_SETSIZE.
36488 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36490         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36491         allocated, call __vm_protect to finish enabling the existing space, and
36492         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36493         allocate the remainder.
36495 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36497         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36498         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36500 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36502         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36503         sysdeps/mach/hurd/readlink.c.
36505         * posix/tst-sysconf.c (posix_options): Only use
36506         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36507         _POSIX_SYNCHRONIZED_IO when they are defined
36508         * sysdeps/mach/hurd/bits/posix_opt.h:
36509         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36510         (_XOPEN_REALTIME): Undefine macro.
36511         (_XOPEN_REALTIME_THREADS): Undefine macro.
36512         (_XOPEN_SHM): Undefine macro.
36513         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36514         macro to -1.
36515         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36516         macro to -1.
36517         (_POSIX_ASYNC_IO): Undefine macro.
36518         (_POSIX_PRIORITIZED_IO): Undefine macro.
36519         (_POSIX_SPIN_LOCKS): Define macro to -1.
36521         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36522         SA_NODEFER, SA_RESETHAND.
36523         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36524         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36525         F_DUPFD_CLOEXEC.
36527 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36529         * elf/Makefile (pldd-modules): Define unconditionally.
36531 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36533         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36535 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36537         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36538         Return ENOENT when name is empty.
36539         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36541 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36543         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36545         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36547 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36549         Fix mlock in all cases except non-readable pages.
36550         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36551         instead of VM_PROT_ALL as parameter to __vm_wire function.
36553         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36554         (__mkdir): When path is `/', just fail with EEXIST.
36555         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36557 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36559         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36560         <sys/uio.h> (for writev).
36561         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36562         and <sys/param.h> (for MIN).
36564 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36566         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36567         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36568         if interrupted.
36570 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36572         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36573         Depend on against $(link-rpcuserlibs).
36575 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36577         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36578         (__libc_stack_end): Do not use attribute_relro.
36579         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36580         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36581         to libthread-provided value.
36582         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36583         attribute_relro.
36585 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36587         [BZ #3748]
36588         * bits/libc-lock.h (__libc_once_get): New macro.
36589         * sysdeps/mach/bits/libc-lock.h: Likewise.
36590         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36591         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36592         instead of using implementation details.
36594         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36595         * libio/freopen.c: Likewise.
36596         * libio/freopen64.c: Likewise.
36597         * misc/syslog.c: Likewise.
36598         * nscd/connections.c: Likewise.
36599         * nscd/netgroupcache.c: Likewise.
36600         * sysdeps/posix/getcwd.c: Likewise.
36602 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36604         * math/w_ilogbf.c: Add #include <limits.h>.
36606 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36608         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36609         path instead of returning without unlocking.
36611         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36612         immediate-write ioctls.
36613         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36615 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36617         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36618         __builtin_frame_address instead of making assumptions about the
36619         location of the return address relative to DATA.  Force early load of
36620         the return address.
36621         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36622         __builtin_frame_address.
36624         dup3 for GNU Hurd.
36625         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36626         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36627         implement dup3 and do some further code clean-ups.
36628         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36629         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36631 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36633         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36635         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36636         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36637         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36638         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36639         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36640         d->port.lock.
36642         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36643         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36644         when handler == SIG_ERR, not when handler != SIG_ERR.
36646 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36648         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36649         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36650         definitions.
36652         accept4 for GNU Hurd.
36653         * include/sys/socket.h (__libc_accept4): New prototype.
36654         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36655         to implement __libc_accept4.
36656         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36657         __libc_accept4.
36658         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36660         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36661         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36662         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36663         signal-defines.sym.
36665 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36667         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36669 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36671         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36672         assertion on O_CLOEXEC flag.
36673         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36674         * hurd/intern-fd.c: Likewise.
36675         * hurd/port2fd.c: Likewise.
36677 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36679         [BZ #3906]
36680         * bits/in.h (IPV6_PKTINFO): Define new macro.
36681         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36683 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36685         [BZ #13954]
36686         [BZ #13955]
36687         [BZ #13956]
36688         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36689         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36690         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36691         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36692         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36693         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36694         * math/libm-test.inc (logb_test) : Additional logb tests.
36696 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36697             Andreas Jaeger  <aj@suse.de>
36699         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36700         * configure: Regenerated.
36701         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36702         * config.make.in (link-obsolete-rpc): New substituted variable.
36703         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36704         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36705         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36706         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36707         so that libc.a contains the symbols.
36708         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36709         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36710         * sunrpc/auth_none.c: Likewise.
36711         * sunrpc/auth_unix.c: Likewise.
36712         * sunrpc/authdes_prot.c: Likewise.
36713         * sunrpc/authuxprot.c: Likewise.
36714         * sunrpc/clnt_gen.c: Likewise.
36715         * sunrpc/clnt_perr.c: Likewise.
36716         * sunrpc/clnt_raw.c: Likewise.
36717         * sunrpc/clnt_simp.c: Likewise.
36718         * sunrpc/clnt_tcp.c: Likewise.
36719         * sunrpc/clnt_udp.c: Likewise.
36720         * sunrpc/clnt_unix.c: Likewise.
36721         * sunrpc/des_crypt.c: Likewise.
36722         * sunrpc/des_soft.c: Likewise.
36723         * sunrpc/get_myaddr.c: Likewise.
36724         * sunrpc/key_call.c: Likewise.
36725         * sunrpc/key_prot.c: Likewise.
36726         * sunrpc/netname.c: Likewise.
36727         * sunrpc/pm_getmaps.c: Likewise.
36728         * sunrpc/pm_getport.c: Likewise.
36729         * sunrpc/pmap_clnt.c: Likewise.
36730         * sunrpc/pmap_prot.c: Likewise.
36731         * sunrpc/pmap_prot2.c: Likewise.
36732         * sunrpc/pmap_rmt.c: Likewise.
36733         * sunrpc/publickey.c: Likewise.
36734         * sunrpc/rpc_cmsg.c: Likewise.
36735         * sunrpc/rpc_common.c: Likewise.
36736         * sunrpc/rpc_dtable.c: Likewise.
36737         * sunrpc/rpc_prot.c: Likewise.
36738         * sunrpc/rpc_thread.c: Likewise.
36739         * sunrpc/rtime.c: Likewise.
36740         * sunrpc/svc.c: Likewise.
36741         * sunrpc/svc_auth.c: Likewise.
36742         * sunrpc/svc_raw.c: Likewise.
36743         * sunrpc/svc_run.c: Likewise.
36744         * sunrpc/svc_tcp.c: Likewise.
36745         * sunrpc/svc_udp.c: Likewise.
36746         * sunrpc/svc_unix.c: Likewise.
36747         * sunrpc/svcauth_des.c: Likewise.
36748         * sunrpc/xcrypt.c: Likewise.
36749         * sunrpc/xdr.c: Likewise.
36750         * sunrpc/xdr_array.c: Likewise.
36751         * sunrpc/xdr_float.c: Likewise.
36752         * sunrpc/xdr_intXX_t.c: Likewise.
36753         * sunrpc/xdr_mem.c: Likewise.
36754         * sunrpc/xdr_rec.c: Likewise.
36755         * sunrpc/xdr_ref.c: Likewise.
36756         * sunrpc/xdr_sizeof.c: Likewise.
36757         * sunrpc/xdr_stdio.c: Likewise.
36759 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36761         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36762         change.  Update copyright years.
36764 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36766         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36768 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36769             Joseph Myers  <joseph@codesourcery.com>
36770             Paul Pluzhnikov  <ppluzhnikov@google.com>
36772         [BZ #14012]
36773         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36774         requiring rpcgen.
36775         [cross-compiling] (extra-libs): Likewise.
36776         [cross-compiling] (extra-libs-others): Likewise.
36777         [cross-compiling] (librpcsvc-routines): Likewise.
36778         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36779         [cross-compiling] (omit-deps): Likewise.
36780         (sunrpc-CPPFLAGS): New variable.
36781         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36782         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36783         (cross-rpcgen-objs): New variable.
36784         (extra-objs): Append $(cross-rpcgen-objs).
36785         ($(cross-rpcgen-objs)): New rule.
36786         ($(objpfx)cross-rpcgen): Likewise.
36787         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36788         comment.
36789         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36790         ($(objpfx)x%.stmp): Likewise.
36791         * sunrpc/proto.h [IS_IN_build] (_): Define.
36792         [IS_IN_build] (_libc_intl_domainname): Likewise.
36794 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36796         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36797         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36798         and R_X86_64_TPOFF64.
36800 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36802         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36803         sysdeps/unix/sysv/syscalls.list.
36804         (stime): Likewise.
36805         (utime): Likewise.
36806         * sysdeps/unix/sysv/syscalls.list: Remove file.
36808 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36810         [BZ #3440]
36811         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36812         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36813         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36814         (__LC_IDENTIFICATION): Make these macros useful in #if
36815         expressions, as required by C99.
36817 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36819         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36820         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36821         after this.
36823 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36825         * stdlib/longlong.h: Updated from GCC.
36827 2012-05-09  Andreas Jaeger  <aj@suse.de>
36829         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36830         default is first entry.
36831         (run_mode): Set type.
36832         (main): Remove informal message about syslog.
36833         (options): Fix typo.
36835         [BZ #14053]
36836         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36837         to asm.
36838         (lrint): Likewise.
36839         (llrintf): Likewise.
36840         (llrint): Likewise.
36841         (rint): Likewise.
36842         (rintf): Likewise.
36843         (nearbyint): Likewise.
36844         (nearbyintf): Likewise.
36846 2012-05-09  Andreas Jaeger  <aj@suse.de>
36847             Pedro Alves  <palves@redhat.com>
36849         * nscd/nscd.c (run_mode): Use enum.
36850         (main): Cleanup coding style issue.
36852 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36853             Andreas Jaeger  <aj@suse.de>
36855         * nscd/nscd.c (go_background): Replaced with...
36856         (run_mode): ... this.
36857         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36858         (options): Add -F --foreground.
36859         (main): Implement it.
36860         (parse_opt): Parse it.
36862 2012-05-09  Andreas Jaeger  <aj@suse.de>
36864         [BZ #14083]
36865         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36866         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36867         -Wconversion warning.
36868         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36869         Likewise.
36871 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36873         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36874         == 0.
36875         (LC_ALL): Use macro-int-constant.
36876         (LC_COLLATE): Likewise.
36877         (LC_CTYPE): Likewise.
36878         (LC_MESSAGES): Likewise.
36879         (LC_MONETARY): Likewise.
36880         (LC_NUMERIC): Likewise.
36881         (LC_TIME): Likewise.
36882         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36883         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36884         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36885         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36886         Specify type.
36887         [C99-based standards] (float_t): Expect type.
36888         [C99-based standards] (double_t): Expect type.
36889         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36890         type.
36891         [C99-based standards] (HUGE_VALL): Likewise.
36892         [C99-based standards] (INFINITY): Likewise.
36893         [C99-based standards] (NAN): Likewise.
36894         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36895         [C99-based standards] (FP_NAN): Likewise.
36896         [C99-based standards] (FP_NORMAL): Likewise.
36897         [C99-based standards] (FP_SUBNORMAL): Likewise.
36898         [C99-based standards] (FP_ZERO): Likewise.
36899         [C99-based standards] (FP_FAST_FMA): Use
36900         optional-macro-int-constant.  Specify type.  Require == 1.
36901         [C99-based standards] (FP_FAST_FMAF): Likewise.
36902         [C99-based standards] (FP_FAST_FMAL): Likewise.
36903         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36904         [C99-based standards] (FP_ILOGBNAN): Likewise.
36905         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36906         Specify type.
36907         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36908         [C99-based standards] (math_errhandling): Specify type.
36909         [ISO99 || ISO11] (signgam): Do not allow.
36910         [non-C99-based standards] (copysignf): Do not allow.
36911         [non-C99-based standards] (exp2f): Likewise.
36912         [non-C99-based standards] (log2f): Likewise.
36913         [non-C99-based standards] (modff): Allow.
36914         [non-C99-based standards] (erff): Do not allow.
36915         [non-C99-based standards] (erfcf): Likewise.
36916         [non-C99-based standards] (gammaf): Likewise.
36917         [non-C99-based standards] (hypotf): Likewise.
36918         [non-C99-based standards] (j0f): Likewise.
36919         [non-C99-based standards] (j1f): Likewise.
36920         [non-C99-based standards] (jnf): Likewise.
36921         [non-C99-based standards] (lgammaf): Likewise.
36922         [non-C99-based standards] (tgammaf): Likewise.
36923         [non-C99-based standards] (y0f): Likewise.
36924         [non-C99-based standards] (y1f): Likewise.
36925         [non-C99-based standards] (ynf): Likewise.
36926         [non-C99-based standards] (isnanf): Likewise.
36927         [non-C99-based standards] (acoshf): Likewise.
36928         [non-C99-based standards] (asinhf): Likewise.
36929         [non-C99-based standards] (atanhf): Likewise.
36930         [non-C99-based standards] (cbrtf): Likewise.
36931         [non-C99-based standards] (expm1f): Likewise.
36932         [non-C99-based standards] (ilogbf): Likewise.
36933         [non-C99-based standards] (log1pf): Likewise.
36934         [non-C99-based standards] (logbf): Likewise.
36935         [non-C99-based standards] (nextafterf): Likewise.
36936         [non-C99-based standards] (remainderf): Likewise.
36937         [non-C99-based standards] (rintf): Likewise.
36938         [non-C99-based standards] (scalbf): Likewise.
36939         [non-C99-based standards] (copysignl): Likewise.
36940         [non-C99-based standards] (exp2l): Likewise.
36941         [non-C99-based standards] (log2l): Likewise.
36942         [non-C99-based standards] (modfl): Allow.
36943         [non-C99-based standards] (erfl): Do not allow.
36944         [non-C99-based standards] (erfcl): Likewise.
36945         [non-C99-based standards] (gammal): Likewise.
36946         [non-C99-based standards] (hypotl): Likewise.
36947         [non-C99-based standards] (j0l): Likewise.
36948         [non-C99-based standards] (j1l): Likewise.
36949         [non-C99-based standards] (jnl): Likewise.
36950         [non-C99-based standards] (lgammal): Likewise.
36951         [non-C99-based standards] (tgammal): Likewise.
36952         [non-C99-based standards] (y0l): Likewise.
36953         [non-C99-based standards] (y1l): Likewise.
36954         [non-C99-based standards] (ynl): Likewise.
36955         [non-C99-based standards] (isnanl): Likewise.
36956         [non-C99-based standards] (acoshl): Likewise.
36957         [non-C99-based standards] (asinhl): Likewise.
36958         [non-C99-based standards] (atanhl): Likewise.
36959         [non-C99-based standards] (cbrtl): Likewise.
36960         [non-C99-based standards] (expm1l): Likewise.
36961         [non-C99-based standards] (ilogbl): Likewise.
36962         [non-C99-based standards] (log1pl): Likewise.
36963         [non-C99-based standards] (logbl): Likewise.
36964         [non-C99-based standards] (nextafterl): Likewise.
36965         [non-C99-based standards] (remainderl): Likewise.
36966         [non-C99-based standards] (rintl): Likewise.
36967         [non-C99-based standards] (scalbl): Likewise.
36968         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36969         [non-C99-based standards] (FP_*): Do not allow.
36970         [C99-based standards] (FP_*): Change to
36971         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36972         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36973         allow.
36974         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
36975         (SIG_ERR): Likewise.
36976         [X/Open-based standards] (SIG_HOLD): Likewise.
36977         (SIG_IGN): Likewise.
36978         (SIGABRT): Use macro-int-constant.  Specify type.  Require
36979         positive value.
36980         (SIGFPE): Likewise.
36981         (SIGILL): Likewise.
36982         (SIGINT): Likewise.
36983         (SIGSEGV): Likewise.
36984         (SIGTER): Likewise.
36985         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
36986         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
36987         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
36988         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
36989         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
36990         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
36991         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
36992         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
36993         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
36994         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
36995         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
36996         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
36997         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
36998         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
36999         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37000         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37001         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37002         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37003         [X/Open-based standards] (SIGTRAP): Likewise.
37004         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37005         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37006         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37007         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37008         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37009         allow.
37011 2012-05-08  Ian Wienand  <ianw@vmware.com>
37013         [BZ #14080]
37014         * time/tzset.c (__tzset_parse_tz): Update default rules for
37015         daylight time changes in the Energy Policy Act of 2005.
37017 2012-05-09  Andreas Jaeger  <aj@suse.de>
37019         [BZ #13983]
37020         * elf/ldconfig.c (parse_conf): Change string to make clear that
37021         ldconfig only issued a warning if ld.so.conf does not exist.
37023 2012-05-08  David S. Miller  <davem@davemloft.net>
37025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37026         movxtod instead of popping the value on the stack.
37028         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37030 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37032         * config.h.in: Add HAVE_ARM_PCS_VFP.
37034 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37036         [BZ #13979]
37037         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37038         checking but the checks are disabled for any reason.
37040 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37042         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37043         and ELF64_R_TYPE with ELFW(R_TYPE).
37045 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37047         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37048         (ulimit): Likewise.
37050         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37051         (settimeofday): Likewise.
37053 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37055         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37056         a struct th_u2 inside the union, and move tu_block/tu_code into
37057         a new th_u3 union of tu_block/tu_code inside of that.  Move
37058         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37059         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37060         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37061         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37062         (th_stuff): Change to th_u1.tu_stuff.
37063         (th_data): Define.
37064         (th_msg): Change to th_u1.th_u2.tu_data.
37066 2012-05-07  David S. Miller  <davem@davemloft.net>
37068         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37070         [BZ #14074]
37071         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37072         (SETUP_PIC_REG): Use it.
37073         (SETUP_PIC_REG_LEAF): Use it.
37075 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37077         [BZ #13885]
37078         [BZ #13923]
37079         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37080         USE_AS_EXPM1L.
37081         (EXPL_FINITE): Likewise.
37082         (FLDLOG): Likewise.
37083         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37084         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37085         e_expl.S.
37086         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37087         USE_AS_EXPM1L.
37088         (EXPL_FINITE): Likewise.
37089         (FLDLOG): Likewise.
37090         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37091         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37092         e_expl.S.
37093         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37094         test of -max_value argument for long double.
37095         * sysdeps/i386/fpu/libm-test-ulps: Update.
37096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37098 2012-05-06  David S. Miller  <davem@davemloft.net>
37100         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37101         quad soft-float symbols whose references which are compiler
37102         generated.
37103         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37105 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37107         [BZ #13884]
37108         [BZ #13914]
37109         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37110         USE_AS_EXP10L.
37111         (EXPL_FINITE): Likewise.
37112         (FLDLOG): Likewise.
37113         (c0): Likewise.
37114         (c1): Likewise.
37115         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37116         Adjust comments for base varying.
37117         (__expl_finite): Change alias to EXPL_FINITE.
37118         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37119         e_expl.S.
37120         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37121         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37122         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37123         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37124         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37125         USE_AS_EXP10L.
37126         (EXPL_FINITE): Likewise.
37127         (FLDLOG): Likewise.
37128         (c0): Likewise.
37129         (c1): Likewise.
37130         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37131         Adjust comments for base varying.
37132         (__expl_finite): Change alias to EXPL_FINITE.
37133         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37134         tests for bugs.
37135         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37137         [BZ #14064]
37138         * math/libm-test.inc (check_float_internal): Correct ulp
37139         calculation for subnormal expected results.
37141 2012-05-06  Andreas Jaeger  <aj@suse.de>
37143         * Makeconfig (+math-flags): New, set to -frounding-math.
37144         (+cflags): Add +math-flags so that all of glibc gets compiled with
37145         it.
37147         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37149 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37151         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37152         Disable one test.
37154         [BZ #13787]
37155         [BZ #13922]
37156         [BZ #14036]
37157         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37158         (__ieee754_expl): Allow for and saturate large arguments.
37159         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37160         (u_threshold): Likewise.
37161         (__exp): Call __ieee754_exp before checking for overflow and
37162         underflow.
37163         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37164         (u_threshold): Likewise.
37165         (__expf): Call __ieee754_expf before checking for overflow and
37166         underflow.
37167         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37168         (u_threshold): Likewise.
37169         (__expl): Call __ieee754_expl before checking for overflow and
37170         underflow.
37171         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37172         (__ieee754_expl): Allow for and saturate large arguments.
37173         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37174         missing overflow exception on overflow.
37175         (expm1_test): Do not allow missing overflow exception on overflow.
37177         * sysdeps/i386/fpu/e_expl.c: Move to ...
37178         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37179         rather than using inline asm.
37180         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37181         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37182         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37184         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37185         (nice): Likewise.
37186         (poll): Likewise.
37187         (signal): Likewise.
37188         (time): Likewise.
37189         (times): Likewise.
37191 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37193         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37194         sysdeps/unix/common/syscalls.list.
37195         (fchmod): Likewise.
37196         (fchown): Likewise.
37197         (ftruncate): Likewise.
37198         (getrusage): Likewise.
37199         (gettimeofday): Likewise.
37200         (setpgid): Likewise.
37201         (setregid): Likewise.
37202         (setreuid): Likewise.
37203         (sigaction): Likewise.
37204         (truncate): Likewise.
37205         (vhangup): Likewise.
37206         * sysdeps/unix/common/syscalls.list: Remove file.
37207         * sysdeps/unix/bsd/Implies: Don't include unix/common.
37208         * sysdeps/unix/sysv/linux/Implies: Likewise.
37210 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
37212         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37213         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37214         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37215         Moved to ...
37216         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37217         Here.
37218         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37219         to ...
37220         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37221         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37222         to ...
37223         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37224         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37225         to ...
37226         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37227         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37228         to ...
37229         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37230         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37231         to ...
37232         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37233         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37234         to ...
37235         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37236         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37237         to ...
37238         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37239         Here.
37240         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37241         to ...
37242         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37243         Here.
37244         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37245         to ...
37246         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37247         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37248         Moved to ...
37249         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37250         Here.
37251         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37252         to ...
37253         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37255 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37257         * sysdeps/unix/common/bits/dirent.h: Remove file.
37258         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37260         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37261         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37262         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37263         * sysdeps/unix/bsd/isatty.c: Likewise.
37264         * sysdeps/unix/bsd/tcdrain.c: Likewise.
37265         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37266         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37268 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37270         [BZ #13563]
37271         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37272         long double comparison inaccuracies.
37273         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37274         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37276 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
37278         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37279         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37281 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37283         [BZ #14049]
37284         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
37285         nonzero digits before rounding a hex value.
37286         * stdlib/tst-strtod.c (tests): Add another test.
37288 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37290         * sysdeps/s390/fpu/libm-test-ulps: Update.
37292 2012-05-03  Andreas Jaeger  <aj@suse.de>
37294         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
37295         does not get optimized out.
37296         (malloc_opt_barrier): New.
37298 2012-05-03  Andreas Jaeger  <aj@suse.de>
37299             Roland McGrath  <roland@hack.frob.com>
37301         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
37302         intermediate file deletion.
37303         (generated): Add .symlist files.
37305 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37307         [BZ #13775]
37308         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37309         Redirect under this condition.
37310         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37311         [__USE_GNU] (__dprintf_chk): Not under this condition.
37312         [__USE_GNU] (__vdprintf_chk): Likewise.
37313         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37314         under this condition.
37315         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37316         [__USE_XOPEN2K8] (dprintf): Define under this condition.
37317         [__USE_XOPEN2K8] (vdprintf): Likewise.
37318         [__USE_GNU] (__dprintf_chk): Not under this condition.
37319         [__USE_GNU] (__vdprintf_chk): Likewise.
37320         [__USE_GNU] (dprintf): Likewise.
37321         [__USE_GNU] (vdprintf): Likewise.
37323 2012-05-03  Roland McGrath  <roland@hack.frob.com>
37325         * elf/Makefile (common-generated): Set this instead of generated for
37326         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
37327         $(all-built-dso)-derived lists.
37329 2012-05-03  Andreas Jaeger  <aj@suse.de>
37331         * sysdeps/i386/fpu/libm-test-ulps: Update.
37333         * FAQ: Removed.
37334         * FAQ.in: Likewise.
37335         * scripts/gen-FAQ.pl: Likewise.
37336         * manual/install.texi (Installation): Point to online location of
37337         FAQ.
37338         * Makefile (files-for-dist): Remove FAQ.
37339         (FAQ): Remove.
37341 2012-05-02  Allan McRae  <allan@archlinux.org>
37343         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37344         (LDFLAGS-reldepmod5.so): Likewise.
37345         (LDFLAGS-reldep6mod1.so): Likewise.
37346         (LDFLAGS-reldep6mod4.so): Likewise.
37347         (LDFLAGS-reldep8mod3.so): Likewise.
37348         (LDFLAGS-unload4mod1.so): Likewise.
37349         (LDFLAGS-unload4mod2.so): Likewise.
37350         (LDFLAGS-tst-initorder): Likewise.
37351         (LDFLAGS-tst-initordera2.so): Likewise.
37352         (LDFLAGS-tst-initordera3.so): Likewise.
37353         (LDFLAGS-tst-initordera4.so): Likewise.
37354         (LDFLAGS-tst-initorderb2.so): Likewise.
37355         (LDFLAGS-noload): Likewise.
37356         (LDFLAGS-next): Likewise.
37357         (LDFLAGS-order2mod1.so): Likewise.
37358         (LDFLAGS-order2mod2.so): Likewise.
37359         (LDFLAGS-tst-initorder2): Likewise.
37360         (LDFLAGS-tst-initorder2a.so): Likewise.
37361         (LDFLAGS-tst-initorder2b.so): Likewise.
37362         (LDFLAGS-tst-initorder2c.so): Likewise.
37363         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37365 2012-05-02  David S. Miller  <davem@davemloft.net>
37367         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37369 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
37371         [BZ #14055]
37372         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37374 2012-05-02  Andreas Jaeger  <aj@suse.de>
37376         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37377         since we manipulate rounding mode.
37378         (CPPFLAGS-test-idouble.c): Likewise.
37379         (CPPFLAGS-test-ifloat.c): Likewise.
37380         (CFLAGS-test-ldouble.c): Likewise.
37381         (CFLAGS-test-double.c): Likewise.
37382         (CFLAGS-test-float.c): Likewise.
37383         (CFLAGS-test-misc.c): Likewise.
37384         (CFLAGS-test-test-fenv.c): Likewise.
37386 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37388         [BZ #2550]
37389         [BZ #2570]
37390         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37391         comparisons to determine direction to adjust input.
37393 2012-05-01  Roland McGrath  <roland@hack.frob.com>
37395         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37396         output to the target.
37398         * scripts/localplt.awk: New file.
37399         * elf/Makefile ($(objpfx)check-localplt): Target removed.
37400         (check-localplt-CFLAGS): Variable removed.
37401         ($(all-built-dso:=.jmprel)): New static pattern rule.
37402         (generated): Add those targets.
37403         (localplt-built-dso): New variable.
37404         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37406         * elf/check-localplt.c: File removed.
37408         * scripts/check-execstack.awk: New file.
37409         * elf/Makefile ($(objpfx)check-execstack): Target removed.
37410         (check-execstack-CFLAGS): Variable removed.
37411         ($(objpfx)check-execstack.h): Target removed.
37412         ($(objpfx)execstack-default): New target.
37413         (generated): Add that instead of check-execstack.h.
37414         ($(all-built-dso:=.phdr)): New static pattern rule.
37415         (generated): Add those targets.
37416         * elf/check-execstack.c: File removed.
37418         * scripts/check-textrel.awk: New file.
37419         * elf/Makefile ($(objpfx)check-textrel): Target removed.
37420         (check-textrel-CFLAGS): Variable removed.
37421         (all-built-dso): Use := to define.o
37422         ($(all-built-dso:=.dyn)): New static pattern rule.
37423         (generated): Add those targets.
37424         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37425         * config.make.in (READELF): New substituted variable.
37426         * elf/check-textrel.c: File removed.
37428 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37430         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37431         allow.
37432         * conform/data/ctype.h-data [C99-based standards] (isblank):
37433         Expect function.
37434         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37435         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37436         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37437         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37438         Specify type.  Require positive value.
37439         (EILSEQ): Likewise.
37440         (ERANGE): Likewise.
37441         [ISO || POSIX] (EILSEQ): Do not expect.
37442         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37443         Specify type.  Require positive value.
37444         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37445         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37446         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37447         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37448         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37449         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37450         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37451         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37452         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37453         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37454         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37455         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37456         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37457         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37458         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37459         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37460         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37461         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37462         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37463         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37464         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37465         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37466         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37467         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37468         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37469         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37470         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37471         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37472         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37473         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37474         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37475         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37476         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37477         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37478         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37479         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37480         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37481         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37482         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37483         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37484         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37485         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37486         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37487         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37488         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37489         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37490         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37491         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37492         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37493         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37494         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37495         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37496         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37497         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37498         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37499         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37500         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37501         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37502         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37503         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37504         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37505         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37506         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37507         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37508         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37509         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37510         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37511         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37512         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37513         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37514         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37515         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37516         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37517         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37518         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37519         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37520         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37521         Require >= 2.
37522         (FLT_ROUNDS): Expect as macro, not constant.
37523         (FLT_MANT_DIG): Use macro-int-constant.
37524         (DBL_MANT_DIG): Likewise.
37525         (LDBL_MANT_DIG): Likewise.
37526         (FLT_DIG): Likewise.
37527         (DBL_DIG): Likewise.
37528         (LDBL_DIG): Likewise.
37529         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37530         (DBL_MIN_EXP): Likewise.
37531         (LDBL_MIN_EXP): Likewise.
37532         (FLT_MAX_EXP): Use macro-int-constant.
37533         (DBL_MAX_EXP): Likewise.
37534         (LDBL_MAX_EXP): Likewise.
37535         (FLT_MAX_10_EXP): Likewise.
37536         (DBL_MAX_10_EXP): Likewise.
37537         (LDBL_MAX_10_EXP): Likewise.
37538         (FLT_MAX): Use macro-constant.
37539         (DBL_MAX): Likewise.
37540         (LDBL_MAX): Likewise.
37541         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37542         (DBL_EPSILON): Likewise.
37543         (LDBL_EPSILON): Likewise.
37544         (FLT_MIN): Likewise.
37545         (DBL_MIN): Likewise.
37546         (LDBL_MIN): Likewise.
37547         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37548         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37549         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37550         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37551         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37552         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37553         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37554         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37555         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37556         [ISO11] (FLT_TRUE_MIN): Likewise.
37557         [ISO11] (LDBL_TRUE_MIN): Likewise.
37558         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37559         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37560         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37561         (SCHAR_MAX): Likewise.
37562         (UCHAR_MAX): Likewise.
37563         (CHAR_MIN): Likewise.
37564         (CHAR_MAX): Likewise.
37565         (MB_LEN_MAX): Use macro-int-constant.
37566         (SHRT_MIN): Use macro-int-constant.  Specify type.
37567         (SHRT_MAX): Likewise.
37568         (USHRT_MAX): Likewise.
37569         (INT_MAX): Likewise.
37570         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37571         bound negative.
37572         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37573         bound with "U".
37574         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37575         bound with "L".
37576         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37577         bound negative.  Suffix upper bound with "L".
37578         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37579         bound with "UL".
37580         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37581         Specify type.
37582         [C99-based standards] (LLONG_MAX): Likewise.
37583         [C99-based standards] (ULLONG_MAX): Likewise.
37584         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37585         == 0.
37586         [ISO11] (max_align_t): Require type.
37587         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37589         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37590         from $CFLAGS, without defining away __attribute__ calls.
37591         (checknamespace): Use $CFLAGS_namespace.
37593         * conform/conformtest.pl (@keywords): Only include C99 keywords
37594         for standards based on C99 or C11.
37596         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37597         Disable tests.
37598         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37599         UNIX98]: Likewise.
37601         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37602         usability of symbols in #if.
37604         * conform/conformtest.pl: If macro or constant types start
37605         "promoted:", expect the symbol to be of the following type
37606         promoted by the integer promotions.
37608         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37609         in one place.  Also handle "macro-constant".
37611         * conform/conformtest.pl: Only accept expected macro values with
37612         "==".  Parse all "macro" lines in one place.
37613         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37615         * conform/conformtest.pl: Handle braced types on "constant" lines
37616         instead of handling "typed-constant".
37617         * conform/data/signal.h-data: Use "constant" instead of
37618         "typed-constant".
37620         * conform/conformtest.pl: Handle "optional-" at start of lines in
37621         one place rather than duplicating several cases.  Handle each
37622         format of "macro" line with initial "optional-".
37624         * conform/conformtest.pl: Only accept expected constant or
37625         optional-constant values with "==".  Parse all "constant" lines in
37626         one place.  Parse all "optional-constant" lines in one place.
37627         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37628         * conform/data/fmtmsg.h-data: Likewise.
37629         * conform/data/netinet/in.h-data: Likewise.
37630         * conform/data/tar.h-data: Likewise.
37631         * conform/data/limits.h-data: Use "==" form on "constant" and
37632         "optional-constant" lines.
37634         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37635         Use -std=c99 for XOPEN2K.
37636         (@knownproblems): Remove.
37637         (newtoken): Don't check %isknown.
37639         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37640         Do not expect macro.
37641         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37642         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37643         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37644         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37645         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37646         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37647         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37648         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37649         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37650         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37651         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37652         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37653         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37654         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37655         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37656         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37657         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37658         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37659         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37660         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37661         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37662         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37663         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37664         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37665         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37666         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37667         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37668         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37669         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37670         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37671         [XPG3] (acosh): Likewise.
37672         [XPG3] (asinh): Likewise.
37673         [XPG3] (atanh): Likewise.
37674         [XPG3] (cbrt): Likewise.
37675         [XPG3] (expm1): Likewise.
37676         [XPG3] (ilogb): Likewise.
37677         [XPG3] (log1p): Likewise.
37678         [XPG3] (logb): Likewise.
37679         [XPG3] (nextafter): Likewise.
37680         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37681         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37682         [XPG3] (remainder): Likewise.
37683         [XPG3] (rint): Likewise.
37684         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37685         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37686         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37687         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37688         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37689         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37690         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37691         [UNIX98 || XOPEN2K] (scalb): Expect.
37692         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37693         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37694         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37695         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37696         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37697         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37698         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37699         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37700         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37701         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37702         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37703         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37704         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37705         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37706         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37707         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37708         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37709         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37710         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37711         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37712         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37713         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37714         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37715         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37716         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37717         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37718         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37719         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37720         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37721         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37722         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37723         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37724         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37725         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37726         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37727         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37728         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37729         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37730         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37731         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37732         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37733         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37734         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37735         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37736         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37737         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37738         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37739         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37740         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37741         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37742         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37743         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37744         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37745         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37746         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37747         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37748         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37749         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37750         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37751         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37752         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37753         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37754         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37755         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37756         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37757         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37758         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37759         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37760         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37761         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37762         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37763         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37764         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37765         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37766         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37767         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37768         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37769         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37770         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37771         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37772         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37773         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37774         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37775         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37776         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37777         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37778         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37779         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37780         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37781         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37782         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37783         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37784         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37785         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37786         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37787         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37788         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37789         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37790         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37791         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37792         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37793         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37794         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37795         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37796         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37797         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37798         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37799         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37800         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37801         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37802         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37803         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37804         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37805         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37806         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37807         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37808         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37809         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37810         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37811         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37812         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37813         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37814         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37815         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37816         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37817         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37818         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37819         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37820         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37821         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37822         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37823         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37824         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37825         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37826         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37827         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37828         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37830         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37831         _XOPEN_SOURCE_EXTENDED for XPG4.
37833         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37835         * Makeconfig (localtime): Remove variable.
37836         (inst_localtime-file): Likewise.
37838 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37841         Update.
37842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37843         Update.
37844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37845         Update.
37846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37847         Update.
37848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37849         Update.
37850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37851         Update.
37852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37853         Update.
37854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37855         Update.
37856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37857         Update.
37859 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37861         [BZ #2550]
37862         [BZ #2570]
37863         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37864         comparisons to determine direction to adjust input.
37865         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37866         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37867         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37868         Likewise.
37869         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37870         Likewise.
37871         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37872         Likewise.
37873         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37874         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37875         Likewise.
37876         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37877         Likewise.
37878         * math/libm-test.inc (nexttoward_test): Add more tests.
37880 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37882         [BZ #14040]
37883         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37884         in version GLIBC_2.1, not GLIBC_2.0.
37885         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37886         Likewise.
37888 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37890         [BZ #13942]
37891         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37892         (1 - x) * (1 + x).
37893         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37894         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37895         * math/libm-test.inc (acos_test): Add more tests.
37896         (asin_test): Likewise.
37897         * sysdeps/i386/fpu/libm-test-ulps: Update.
37898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37900         [BZ #14034]
37901         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37902         of square root.
37903         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37904         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37905         * math/libm-test.inc (acos_test_tonearest): New function.
37906         (acos_test_towardzero): Likewise.
37907         (acos_test_downward): Likewise.
37908         (acos_test_upward): Likewise.
37909         (asin_test_tonearest): Likewise.
37910         (asin_test_towardzero): Likewise.
37911         (asin_test_downward): Likewise.
37912         (asin_test_upward): Likewise.
37913         (main): Call the new functions.
37914         * sysdeps/i386/fpu/libm-test-ulps: Update.
37915         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37917         [BZ #13884]
37918         [BZ #13924]
37919         * math/e_exp10.c: Include <float.h>.
37920         (__ieee754_exp10): Handle underflow here rather than multiplying
37921         large negative argument by M_LN10.
37922         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37923         of __ieee754_expf.
37924         * math/e_exp10l.c: Include <float.h>.
37925         (__ieee754_exp10l): Handle underflow here rather than multiplying
37926         large negative argument by M_LN10l.
37927         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37928         spurious overflow exception on underflow.
37930 2012-04-29  Marek Polacek  <polacek@redhat.com>
37932         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37933         (__fortify_function): New macro.
37934         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37935         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37936         __extern_always_inline.
37937         * libio/bits/stdio2.h: Likewise.
37938         * libio/bits/stdio.h: Likewise.
37939         * string/string.h: Likewise.
37940         * string/bits/string3.h: Likewise.
37941         * include/stdio.h: Likewise.
37942         * stdlib/bits/stdlib.h: Likewise.
37943         * stdlib/stdlib.h: Likewise.
37944         * rt/bits/mqueue2.h: Likewise.
37945         * rt/mqueue.h: Likewise.
37946         * posix/bits/unistd.h: Likewise.
37947         * posix/unistd.h: Likewise.
37948         * io/bits/poll2.h: Likewise.
37949         * io/bits/fcntl2.h: Likewise.
37950         * io/fcntl.h: Likewise.
37951         * io/sys/poll.h: Likewise.
37952         * misc/bits/syslog.h: Likewise.
37953         * misc/bits/syslog-ldbl.h: Likewise.
37954         * misc/sys/syslog.h: Likewise.
37955         * socket/bits/socket2.h: Likewise.
37956         * socket/sys/socket.h: Likewise.
37957         * debug/tst-chk1.c: Likewise.
37958         * wcsmbs/bits/wchar2.h: Likewise.
37959         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37960         * wcsmbs/wchar.h: Likewise.
37962 2012-04-29  Andreas Jaeger  <aj@suse.de>
37964         * Makerules (tests): Remove enable-check-abi protection.
37965         (check-abi-warn): Remove.
37966         (check-abi-%): Remove check-abi-warn usage.
37968         * configure.in: Remove check-abi configure option.
37969         * configure: Regenerated.
37970         * config.make.in (enable-check-abi): Remove.
37972 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
37974         [BZ #14033]
37975         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
37976         double functions to double *_finite functions.
37978         [BZ #13941]
37979         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
37980         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
37981         LDBL_MIN_EXP.
37982         * stdio-common/Makefile (tests): Add tst-sprintf3.
37983         * stdio-common/tst-sprintf3.c: New file.
37985         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
37986         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
37988 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37990         * conform/conformtest.pl: Remove duplicate typed-constant
37991         handling.
37993 2012-04-28  David S. Miller  <davem@davemloft.net>
37995         * Makerules (%.abilist): Add vpath on sysdep_dirs.
37996         (check-abi-%): Remove AWK script prerequisite and explicit
37997         abilist directory.
37998         (check-abi): Rewrite to just diff the symlist with the abilist.
37999         (config-tls, config-abi-config): Delete, no longer used.
38000         (update-abi-%): Remove AWK script and explicit abilist directory.
38001         (update-abi): Rewrite to simply compare and conditionally copy the
38002         symlist and the sysdep abilist file.  Remove update-abi-config
38003         checks.
38004         * abilist/ld.abilist: Remove.
38005         * abilist/libBrokenLocale.abilist: Remove.
38006         * abilist/libanl.abilist: Remove.
38007         * abilist/libcrypt.abilist: Remove.
38008         * abilist/libdl.abilist: Remove.
38009         * abilist/librt.abilist: Remove.
38010         * abilist/libthread_db.abilist: Remove.
38011         * abilist/libutil.abilist: Remove.
38012         * scripts/extract-abilist.awk: Remove.
38013         * scripts/merge-abilist.awk: Remove.
38014         * sysdeps/generic/libcidn.abilist: New file.
38015         * sysdeps/generic/libnss_compat.abilist: New file.
38016         * sysdeps/generic/libnss_db.abilist: New file.
38017         * sysdeps/generic/libnss_dns.abilist: New file.
38018         * sysdeps/generic/libnss_files.abilist: New file.
38019         * sysdeps/generic/libnss_hesiod.abilist: New file.
38020         * sysdeps/generic/libnss_nis.abilist: New file.
38021         * sysdeps/generic/libnss_nisplus.abilist: New file.
38022         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38023         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38024         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38025         file.
38026         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38027         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38028         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38029         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38030         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38031         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38032         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38033         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38034         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38035         file.
38036         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38037         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38038         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38039         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38040         file.
38041         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38042         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38043         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38044         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38045         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38046         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38047         file.
38048         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38049         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38050         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38051         file.
38052         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38053         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38054         New file.
38055         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38056         New file.
38057         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38058         New file.
38059         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38060         New file.
38061         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38062         New file.
38063         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38064         New file.
38065         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38066         New file.
38067         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38068         New file.
38069         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38070         New file.
38071         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38072         New file.
38073         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38074         New file.
38075         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38076         New file.
38077         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38078         New file.
38079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38080         file.
38081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38082         New file.
38083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38084         New file.
38085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38086         file.
38087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38088         New file.
38089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38090         New file.
38091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38092         file.
38093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38094         New file.
38095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38096         New file.
38097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38098         New file.
38099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38100         New file.
38101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38102         New file.
38103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38104         New file.
38105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38106         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38107         file.
38108         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38109         New file.
38110         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38111         file.
38112         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38113         file.
38114         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38115         file.
38116         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38117         file.
38118         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38119         file.
38120         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38121         New file.
38122         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38123         file.
38124         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38125         file.
38126         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38127         New file.
38128         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38129         file.
38130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38131         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38132         file.
38133         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38134         New file.
38135         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38136         file.
38137         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38138         file.
38139         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38140         file.
38141         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38142         file.
38143         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38144         file.
38145         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38146         New file.
38147         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38148         file.
38149         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38150         file.
38151         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38152         New file.
38153         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38154         file.
38155         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38156         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38157         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38158         file.
38159         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38160         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38161         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38162         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38163         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38164         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38165         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38166         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38167         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38168         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38169         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38170         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38171         file.
38172         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38173         New file.
38174         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38175         file.
38176         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38177         file.
38178         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38179         file.
38180         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38181         file.
38182         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38183         file.
38184         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38185         New file.
38186         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38187         New file.
38188         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38189         file.
38190         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38191         New file.
38192         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38193         file.
38194         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38195         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38196         file.
38197         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38198         New file.
38199         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38200         file.
38201         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38202         file.
38203         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38204         file.
38205         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38206         file.
38207         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38208         file.
38209         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38210         New file.
38211         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38212         New file.
38213         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38214         file.
38215         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38216         New file.
38217         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38218         file.
38220 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38222         * conform/conformtest.pl: Fix typo in handling typed-constant from
38223         allow-header.
38225 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38227         * README: Cut down references to pre-2.6 Linux kernels and
38228         Linuxthreads.  Update lists of configurations in libc and ports
38229         and sort alphabetically.  Say "or newer" with Linux kernel version
38230         requirements.
38232         * config.h.in [IS_IN_build]: Allow compiling without optimization.
38234 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
38236         [BZ #887]
38237         * math/libm-test.inc (logb_test_downward): New test to expose
38238         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38239         rounding mode.
38241 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38243         [BZ #14027]
38244         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38245         to be done.
38246         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38247         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38249 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
38251         * sysdeps/unix/i386/brk.S: Remove file.
38252         * sysdeps/unix/i386/dl-brk.S: Likewise.
38253         * sysdeps/unix/i386/pipe.S: Likewise.
38254         * sysdeps/unix/i386/sigreturn.S: Likewise.
38255         * sysdeps/unix/i386/syscall.S: Likewise.
38256         * sysdeps/unix/i386/vfork.S: Likewise.
38257         * sysdeps/unix/i386/wait.S: Likewise.
38259         * sysdeps/unix/common/tcsendbrk.c: Move to ...
38260         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38262         * configure.in (arm*-none*): Do not allow without
38263         --enable-hacker-mode.
38264         (netbsd*): Remove case setting base_os.
38265         (386bsd*): Likewise.
38266         (freebsd*): Likewise.
38267         (bsdi*): Likewise.
38268         (osf*): Likewise.
38269         (sunos*): Likewise.
38270         (ultrix*): Likewise.
38271         (newsos*): Likewise.
38272         (dynix*): Likewise.
38273         (*bsd*): Likewise.
38274         (sysv*): Likewise.
38275         (isc*): Likewise.
38276         (esix*): Likewise.
38277         (sco*): Likewise.
38278         (minix*): Likewise.
38279         (irix4*): Likewise.
38280         (irix6*): Likewise.
38281         (solaris[2-9]*): Likewise.
38282         (none): Likewise.
38283         * configure: Regenerated.
38285 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38287         [BZ #11521]
38288         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
38289         overflow or cancellation in calculating denominator.
38290         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
38291         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
38292         down expression to avoid unexpected rounding in newer GCCs.
38293         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
38295 2012-04-26  David S. Miller  <davem@davemloft.net>
38297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38298         long-double compat symbols.
38299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38304         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38305         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38307         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38308         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38309         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38310         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38311         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38313 2012-04-25  David S. Miller  <davem@davemloft.net>
38315         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38316         HWCAP_* values only after the memory barriers have been defined.
38317         (atomic_full_barrier): Define.
38318         (atomic_read_barrier): Define.
38319         (atomic_write_barrier): Define.
38321 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38323         * shlib-versions: Add libgcc_s version information.
38324         * sysdeps/generic/libgcc_s.h: Remove.
38325         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38326         libgcc_s.h.
38327         * sysdeps/gnu/unwind-resume.c: Likewise.
38328         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38330 2012-04-25  David S. Miller  <davem@davemloft.net>
38332         * sysdeps/unix/sparc/brk.S: Delete.
38333         * sysdeps/unix/sparc/dl-brk.S: Delete.
38334         * sysdeps/unix/sparc/pipe.S: Delete.
38335         * sysdeps/unix/sparc/sysdep.S: Delete.
38336         * sysdeps/unix/sparc/sysdep.h: Delete.
38337         * sysdeps/unix/sparc/vfork.S: Delete.
38338         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38339         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38340         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38341         (ret_ERRVAL, r0, r1, MOVE): Define.
38342         (JUMPTARGET): Remove.
38343         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38344         sysdeps/unix/sparc/sysdep.h
38345         (ENTRY, END): Remove.
38346         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38348 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
38350         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38351         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38352         -DIS_IN_build.
38354         * timezone/README: Update upstream location and email address for
38355         tzcode and tzdata.
38356         * timezone/zdump.c: Update from tzcode 2012b.
38357         * timezone/zic.c: Likewise.
38359         * configure.in (libc_cv_as_needed): Remove test.
38360         * configure: Regenerated.
38361         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38362         conditional definition.
38363         [$(have-as-needed) != yes] (no-as-needed): Likewise.
38364         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38365         * config.make.in (have-as-needed): Remove variable.
38367 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38368             Paul Pluzhnikov  <ppluzhnikov@google.com>
38370         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38371         strings correctly.
38373 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
38375         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38376         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38377         * sysdeps/sh/strlen.S: Likewise.
38379 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38381         * sysdeps/unix/fork.S: Remove file.
38382         * sysdeps/unix/i386/fork.S: Likewise.
38383         * sysdeps/unix/sparc/fork.S: Likewise.
38385         * sysdeps/unix/system.c: Remove file.
38386         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38388         * sysdeps/unix/getegid.S: Remove file.
38389         * sysdeps/unix/geteuid.S: Likewise.
38391 2012-04-24  Roland McGrath  <roland@hack.frob.com>
38393         * scripts/check-localplt.awk: New file.
38394         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38395         of diff.
38396         * scripts/data/localplt-generic.data: Add a comment.
38398         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38399         NODE when __dir_mkfile failed.
38400         * sysdeps/mach/hurd/symlinkat.c: Likewise.
38401         Reported by Ludovic Courtès <ludo@gnu.org>.
38403 2012-04-24  Andreas Jaeger  <aj@suse.de>
38405         * Makerules (common-clean): Also remove gen-as-const-headers
38406         files.
38408 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38410         * Makerules (native-compile): Do not change working directory for
38411         build.  Use $(OUTPUT_OPTION) in command.
38412         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38414 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38416         [BZ #13886]
38417         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38418         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38419         * math/libm-test.inc (floor_test): Add more tests.
38420         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38422 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38424         * sysdeps/unix/getdents.c: Remove file.
38425         * sysdeps/unix/sysv/getdents.c: Likewise.
38426         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38428         * sysdeps/unix/syscalls.list (madvise): Add syscall from
38429         sysdeps/unix/mman/syscalls.list.
38430         (mmap): Likewise.
38431         (mprotect): Likewise.
38432         (msync): Likewise.
38433         (munmap): Likewise.
38434         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38435         * sysdeps/unix/mman/syscalls.list: Remove.
38436         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38438         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38439         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38440         * configure: Regenerated.
38441         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38442         $(libgcc_s_suffix).
38443         * config.make.in (libgcc_s_suffix): Remove variable.
38445 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38447         * sysdeps/unix/sysv/gethostname.c: Move to ...
38448         * sysdeps/posix/gethostname.c: ... here.
38450         * sysdeps/unix/execve.S: Remove file.
38452         * sysdeps/unix/_exit.S: Remove file.
38454 2012-04-23  Andreas Jaeger  <aj@suse.de>
38456         [BZ #13739]
38457         * manual/Makefile: Remove make dist support, there's no
38458         need for a stand-alone documentation tar ball.
38459         (TEXI2DVI): Define always, it's not in Makeconfig.
38460         (dist): Removed.
38461         (tar-it): Removed.
38462         (edition): Removed.
38463         (glibc-doc-$(edition).tar): Removed
38464         (%.Z): Removed.
38465         (%.gz): Removed.
38466         (%.uu): Removed.
38467         (ETAGS): Remove, it's in Makeconfig.
38468         (move-if-change): Remove, it's in Makeconfig.
38470 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38472         [BZ #13970]
38473         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38474         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38475         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38476         (strtod_l, strtof_l, strtold_l): Remove __wur.
38477         It is not necessarily an error to ignore strtol's return value.
38478         One can reliably look at the stored endptr to decide whether
38479         the number had valid syntax.
38481 2012-04-21  Andreas Jaeger  <aj@suse.de>
38483         [BZ #13739]
38484         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38486 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38488         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38489         * sysdeps/unix/sysv/Versions: Remove file.
38491 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38493         [BZ #13927]
38494         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38496 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38498         [BZ #7064]
38499         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38500         version from __vm86.
38502 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38504         * sysdeps/unix/common/lxstat.c: Remove file.
38505         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38507         * sysdeps/unix/sysv/Makefile: Remove file.
38509         * sysdeps/unix/sysv/direct.h: Remove file.
38511         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38512         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38513         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38514         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38515         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38516         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38517         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38519         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38521         * sysdeps/unix/xmknod.c: Remove file.
38522         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38524         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38526         * sysdeps/unix/sysv/i386/time.S: Remove file.
38528         * sysdeps/unix/fxstat.c: Remove file.
38529         * sysdeps/unix/xstat.c: Likewise.
38530         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38532         * sysdeps/unix/sysv/sigaction.c: Remove file.
38534         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38535         (sysdep_headers): Remove variable.
38536         [termio.h not in sysdep_headers] (generated): Likewise.
38537         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38538         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38539         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38540         * sysdeps/unix/sysv/tcflow.c: Likewise.
38541         * sysdeps/unix/sysv/tcflush.c: Likewise.
38542         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38543         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38544         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38545         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38546         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38548         * sysdeps/unix/siglist.c: Remove file.
38550         * sysdeps/unix/getppid.S: Remove file.
38552         * sysdeps/unix/mkdir.c: Remove file.
38553         * sysdeps/unix/rmdir.c: Likewise.
38555 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38557         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38558         ERR_MAX value.
38559         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38560         errlist-compat value.
38562 2012-04-18  David S. Miller  <davem@davemloft.net>
38564         * sysdeps/generic/memcopy.h (reg_char): Delete.
38565         * debug/strcat_chk.c: Use char, not reg_char.
38566         * debug/strcpy_chk.c: Likewise.
38567         * debug/strncat_chk.c: Likewise.
38568         * debug/strncpy_chk.c: Likewise.
38569         * string/memchr.c: Likewise.
38570         * string/memrchr.c: Likewise.
38571         * string/rawmemchr.c: Likewise.
38572         * string/strcat.c: Likewise.
38573         * string/strchr.c: Likewise.
38574         * string/strchrnul.c: Likewise.
38575         * string/strcmp.c: Likewise.
38576         * string/strcpy.c: Likewise.
38577         * string/strncat.c: Likewise.
38578         * string/strncmp.c: Likewise.
38579         * string/strncpy.c: Likewise.
38581 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38583         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38584         __builtin_memcopy is called when src and dest ranges are known to not
38585         overlap.
38587 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38589         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38590         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38591         fwd_align_merge macro call.
38592         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38593         bwd_align_merge macro call.
38594         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38596 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38598         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38599         bwd_align_merge macros.
38600         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38601         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38602         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38604 2012-04-18  David S. Miller  <davem@davemloft.net>
38606         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38608 2012-04-18  Andreas Jaeger  <aj@suse.de>
38610         [BZ# 6794]
38611         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38612         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38613         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38615         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38616         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38617         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38619         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38620         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38621         Adjust for changed ldbl-128 files.
38623         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38624         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38625         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38627 2012-04-17  David S. Miller  <davem@davemloft.net>
38629         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38631 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38633         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38634         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38635         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38636         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38637         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38638         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38640 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38642         [BZ #6794]
38643         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38644         * math/libm-test.inc: Add ilogb errno and exception tests.
38645         * math/w_ilogb.c: New file: ilogb wrapper.
38646         * math/w_ilogbf.c: New file: ilogbf wrapper.
38647         * math/w_ilogbl.c: New file: ilogbl wrapper.
38648         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38649         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38650         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38651         exception being thrown with 0.0 as argument.
38652         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38653         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38654         exception being thrown with 0.0 as argument.
38655         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38656         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38657         exception being thrown with 0.0 as argument.
38658         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38659         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38660         exception being thrown with 0.0 as argument.
38661         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38662         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38663         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38664         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38665         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38666         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38667         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38668         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38669         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38671 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38673         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38674         with altivec.
38676 2012-04-16  Marek Polacek  <polacek@redhat.com>
38678         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38680 2012-04-16  Marek Polacek  <polacek@redhat.com>
38682         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38683         operands of fdivp instruction.
38685 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38687         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38688         * elf/tst-auditmod3b.c: Likewise.
38689         * elf/tst-auditmod4b.c: Likewise.
38690         * elf/tst-auditmod5b.c: Likewise.
38691         * elf/tst-auditmod6b.c: Likewise.
38692         * elf/tst-auditmod6c.c: Likewise.
38693         * elf/tst-auditmod7b.c: Likewise.
38694         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38695         * sysdeps/x86_64/preconfigure.in: Likewise.
38696         * sysdeps/x86_64/preconfigure: Regenerated.
38698 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38700         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38701         __ILP32__.
38703 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38705         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38706         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38708 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38710         [BZ #13973]
38711         * locale/iso-639.def: Fix gl language name. Spotted by
38712         Yaron Shahrabani.
38714 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38716         [BZ #2074]
38717         * libio/libio.h (__io_write_fn): Update comment.
38719 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38721         [BZ #2074]
38722         * stdio.texi (Hook Functions): The user provided writer function
38723         is not allowed to return -1.
38725 2012-04-11  David S. Miller  <davem@davemloft.net>
38727         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38729 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38731         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38732         Add a leading slash to rtkaio.
38734 2012-04-11  Jim Meyering  <meyering@redhat.com>
38736         [BZ #11959]
38737         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38738         It is not necessarily an error to ignore fwrite's return
38739         value.  One can reliably use ferror to test for errors after
38740         the fact.
38742 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38744         * bits/types.h (__snseconds_t): New type.
38745         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38747         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38748         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38749         (__SNSECONDS_T_TYPE): Likewise.
38750         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38751         (__SNSECONDS_T_TYPE): Likewise.
38752         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38753         (__SNSECONDS_T_TYPE): Likewise.
38755 2012-04-10  Andreas Jaeger  <aj@suse.de>
38757         [BZ #2636]
38758         * manual/time.texi (Processor Time): Return type of times is
38759         elapsed real time since an arbitrary point in the past.
38760         (CPU Time): Move CLK_TCK from here...
38761         (Processor Time): ...to here.  Correct description.
38762         * manual/conf.texi (Constants for Sysconf): Correct description of
38763         _SC_CLK_TCK.
38765 2012-04-10  David S. Miller  <davem@davemloft.net>
38767         [BZ #13967]
38768         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38769         where the is a gap between DT_REL(A) and DT_JMPREL.
38771 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38773         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38774         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38775         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38777 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38779         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38780         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38781         (dl_main): Handle --inhibit-cache.
38782         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38783         _dl_inhibit_cache.
38784         * elf/dl-load.c (_dl_map_object): Use it.
38785         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38787 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38789         [BZ #13872]
38790         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38791         (__ieee754_powl): Saturate large exponents rather than testing for
38792         overflow of y*log2(x).
38793         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38794         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38795         exceptions.
38797         [BZ #11521]
38798         * math/s_ctan.c: Include <float.h>.
38799         (__ctan): Avoid internal overflow or cancellation in calculating
38800         denominator.
38801         * math/s_ctanf.c: Likewise.
38802         * math/s_ctanl.c: Likewise.
38803         * math/s_ctanh.c: Likewise.
38804         * math/s_ctanhf.c: Likewise.
38805         * math/s_ctanhl.c: Likewise.
38806         * math/libm-test.inc (ctan_test): Add more tests.
38807         (ctanh_test): Likewise.
38808         * sysdeps/i386/fpu/libm-test-ulps: Update.
38809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38811 2012-04-09  Andreas Jaeger  <aj@suse.de>
38813         [BZ #6894]
38814         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38815         is an optional BSD extension.
38817         [BZ #10254]
38818         * manual/stdio.texi (Opening Streams): Document additional fopen
38819         parameters.
38821 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38823         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38824         %eax without telling the compiler.
38826 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38828         [BZ # 13963]
38829         * manual/install.texi: Use sourceware.org.
38831 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38833         [BZ #13873]
38834         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38835         (__ieee754_pow): Generate overflow and underflow using huge*huge
38836         and tiny*tiny rather than just returning constant infinity or zero
38837         for large exponents.
38838         * math/libm-test.inc (pow_test): Require overflow exceptions for
38839         applicable cases of large exponents.
38841         [BZ #706]
38842         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38843         (__ieee754_pow): Use iterative multiplication algorithm only for
38844         integer exponents with absolute value below 1024.  Check for odd
38845         integer exponents when using algorithm for real exponents.
38846         * math/libm-test.inc (pow_test): Add more tests.
38847         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38849 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38851         [BZ #13705]
38852         * math/libm-test.inc (exp_test): Do not allow overflow exception
38853         on underflow test.
38855 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38857         [BZ #13705]
38858         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38859         instead of __kernel_standard_f.
38861 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38863         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38864         * sysdeps/x86_64/memset_chk.S: Likewise.
38866 2012-04-08  Andreas Jaeger  <aj@suse.de>
38868         [BZ #10153]
38869         * manual/startup.texi (Environment Access): Describe return value
38870         for putenv and setenv.
38872         [BZ #6895]
38873         * manual/filesys.texi (Directory Entries): Add description for
38874         DT_LNK.
38876         [BZ #6890]
38877         * manual/filesys.texi (Directory Entries): Clarify that it's file
38878         system not operating system in the description of DT_UNKNOWN.
38880         [BZ #6578]
38881         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38883 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38885         [BZ #6649]
38886         * manual/llio.texi (Opening and Closing Files): Add cross
38887         reference to explain mode argument.
38889 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38891         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38892         * sysdeps/x86_64/memset_chk.S: Likewise.
38894 2012-04-07  David S. Miller  <davem@davemloft.net>
38896         * elf/elf.h (R_SPARC_WDISP10): Define.
38897         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38898         R_SPARC_SIZE32.
38899         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38900         R_SPARC_SIZE64 and R_SPARC_H34.
38902 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38904         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38905         conditions and remove no longer applicable assertion.
38907 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38909         * bits/byteswap.h: Include <features.h>.
38910         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38911         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38913 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38915         * bits/byteswap.h (__bswap_16): Removed.
38916         Include <bits/byteswap-16.h> to get __bswap_16.
38917         * sysdeps/i386/bits/byteswap.h: Likewise.
38918         * sysdeps/s390/bits/byteswap.h: Likewise.
38919         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38920         * bits/byteswap-16.h: New file.
38921         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38922         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38923         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38924         * string/Makefile (headers): Add bits/byteswap-16.h.
38926 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38928         [BZ #13895]
38929         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38930         extra indirection.
38931         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38932         * nss/tst-nss-static.c: New.
38934 2012-04-06  Robert Millan  <rmh@gnu.org>
38936         [BZ #6486]
38937         * manual/llio.texi (File Position Primitive): lseek
38938         refers to WHENCE when it really means OFFSET.
38940 2012-04-06  Andreas Jaeger  <aj@suse.de>
38942         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38943         strncmp declarations.
38945         * abilist/libc.abilist: Add __poll and __ppoll.
38947 2012-04-05  David S. Miller  <davem@davemloft.net>
38949         * scripts/check-local-headers.sh: Accept a host triplet in the
38950         path matched by the exclude regexp.
38952         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38953         definition.
38954         * sysdeps/powerpc/powerpc32/dl-machine.h
38955         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38956         * sysdeps/s390/s390-32/dl-machine.h
38957         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38958         * sysdeps/sparc/sparc32/dl-machine.h
38959         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38960         * sysdeps/sparc/sparc64/dl-machine.h
38961         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38963         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38964         lazy binding.
38965         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38966         undefined symbol errors.
38968         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38969         DT_NEEDED entries.
38971 2012-04-05  Michael Matz  <matz@suse.de>
38973         [BZ #13592]
38974         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
38976 2012-04-05  Andreas Jaeger  <aj@suse.de>
38978         [BZ #13908]
38979         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
38980         comment.
38982 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38984         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
38985         which ROUND is no valid rounding mode.
38987 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38989         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
38990         read again.
38991         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
38993 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38995         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
38996         an exception using FPU order intentionally.
38998 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39000         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39001         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39002         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39003         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39005 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39007         [BZ #12340]
39008         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39009         EINVAL when BUFLEN is too smal.
39011 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39013         [BZ #13553]
39014         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39015         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39017 2012-04-03  Andreas Jaeger  <aj@suse.de>
39019         [BZ #13938]
39020         * manual/setjmp.texi (System V contexts): Fix sentence.
39022         [BZ #13926]
39023         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39024         New macro for this case.
39025         [!__GNUC__] (__bswap_64): New inline function for this case.
39026         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39027         * bits/byteswap.h: Likewise.
39028         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39029         ull, guard with __GLIBC_HAVE_LONG_LONG.
39031         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39032         __GLIBC_HAVE_LONG_LONG.
39034         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39035         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39037 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39039         [BZ #13691]
39040         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39041         inptr and inend, rather than using last_ch.
39043 2012-04-02  David S. Miller  <davem@davemloft.net>
39045         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39046         * stdio-common/printf-parse.h (read_int): Change return type to
39047         'int', return -1 on INT_MAX overflow.
39048         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39049         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39050         overflows INT_MAX.  Check for overflow of in-format-string precision
39051         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39052         SIZE_MAX not INT_MAX for integer overflow test.
39053         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39054         skip the construct in the format string but do not record anything.
39055         * stdio-common/bug22.c: Adjust to test both width/prevision
39056         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39057         explicitly for proper errno values.
39059 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39061         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39062         CHAR_MAX.
39063         * string/test-strcmp.c [! WIDE]: Likewise.
39064         * time/tst-mktime2.c: Likewise for INT_MAX.
39065         * string/test-string.h: #include <sys/param.h> for MIN.
39067         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39068         * sysdeps/i386/init-first.c (init): Likewise.
39069         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39070         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39071         * sysdeps/sh/init-first.c (init): Likewise.
39073 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39075         * po/ru.po: Update from translation team.
39076         * po/vi.po: Likewise.
39078 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39080         * resolv/nss_dns/dns-host.c: Merge copyright years.
39082 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39084         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39085         Optimize memcpy with prefetch if
39086         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39087         src, dst pointers have unequal 16 byte alignments.
39089 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39091         [BZ #13928]
39092         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39093         from a CNAME entry and return the minimum ttl for the query.
39094         (gaih_getanswer_slice): Likewise.
39096 2012-03-30  Jeff Law  <law@redhat.com>
39098         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39099         due to long keys.
39100         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39101         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39103         * resolv/nss_dns/dns-host.c: Update copyright year.
39105 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39107         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39108         requests to save a system call.  Fix check that all bytes are sent.
39110         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39111         comments for sendmmsg.
39113 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39115         [BZ #13691]
39116         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39117         with only 1 character between 0x0041 and 0x01b0.
39118         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39119         * wcsmbs/tst-mbsnrtowcs.c: New file.
39121 2012-03-29  David S. Miller  <davem@davemloft.net>
39123         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39124         small copies by hand.
39126 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39128         [BZ #13761]
39129         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39130         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39131         group memberships.
39133 2012-03-28  David S. Miller  <davem@davemloft.net>
39135         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39136         that branches into memcpy.
39137         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39138         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39139         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39140         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39141         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39142         bits.
39143         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39144         implementation too.
39145         * sysdeps/sparc/mempcpy.S: New file.
39147         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39148         the IFUNC routine in the libc case.
39149         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39151         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39152         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39153         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39154         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39155         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39156         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39157         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39158         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39160         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39161         loop to 256 bytes instead of 64 bytes and fix test signedness.
39163         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39164         * sysdeps/sparc/sparc32/Makefile: rather than here...
39165         * sysdeps/sparc/sparc64/Makefile: and here.
39167 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39169         * malloc/mallocbug.c: Avoid warnings about unused variables.
39171 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39173         [BZ #13760]
39174         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39175         in the right place. Discard and retry query if response is
39176         larger than input buffer size.
39178 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39180         [BZ #369]
39181         [BZ #2678]
39182         [BZ #3866]
39183         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39184         x for large integer exponent.
39185         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39186         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39187         sign of result as needed afterwards.
39188         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39189         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39190         result for underflowing pow the same as for overflow.
39191         (__kernel_standard_l): Handle powl overflow and underflow here
39192         rather than calling __kernel_standard.
39193         * math/libm-test.inc (pow_test): Add more tests.
39195         [BZ #3868]
39196         [BZ #13879]
39197         [BZ #13910]
39198         [BZ #13911]
39199         [BZ #13912]
39200         [BZ #13913]
39201         [BZ #13915]
39202         [BZ #13916]
39203         [BZ #13917]
39204         [BZ #13918]
39205         [BZ #13919]
39206         [BZ #13920]
39207         [BZ #13921]
39208         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39209         * sysdeps/ieee754/k_standard.c: Include <float.h>.
39210         (__kernel_standard_l): New function.
39211         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39212         __kernel_standard.
39213         * math/w_acosl.c (__acosl): Likewise.
39214         * math/w_asinl.c (__asinl): Likewise.
39215         * math/w_atan2l.c (__atan2l): Likewise.
39216         * math/w_atanhl.c (__atanhl): Likewise.
39217         * math/w_coshl.c (__coshl): Likewise.
39218         * math/w_exp10l.c (__exp10l): Likewise.
39219         * math/w_exp2l.c (__exp2l): Likewise.
39220         * math/w_fmodl.c (__fmodl): Likewise.
39221         * math/w_hypotl.c (__hypotl): Likewise.
39222         * math/w_j0l.c (__j0l, __y0l): Likewise.
39223         * math/w_j1l.c (__j1l, __y1l): Likewise.
39224         * math/w_jnl.c (__jnl, __ynl): Likewise.
39225         * math/w_lgammal.c (__lgammal): Likewise.
39226         * math/w_log10l.c (__log10l): Likewise.
39227         * math/w_log2l.c (__log2l): Likewise.
39228         * math/w_logl.c (__logl): Likewise.
39229         * math/w_powl.c (__powl): Likewise.
39230         * math/w_remainderl.c (__remainderl): Likewise.
39231         * math/w_scalbl.c (sysv_scalbl): Likewise.
39232         * math/w_sinhl.c (__sinhl): Likewise.
39233         * math/w_sqrtl.c (__sqrtl): Likewise.
39234         * math/w_tgammal.c (__tgammal): Likewise.
39235         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39236         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39237         * math/libm-test.inc (acos_test): Add more tests.
39238         (acosh_test): Likewise.
39239         (asin_test): Likewise.
39240         (atanh_test): Likewise.
39241         (exp_test): Likewise.
39242         (exp10_test): Likewise.
39243         (exp2_test): Likewise.
39244         (expm1_test): Likewise.
39245         (lgamma_test): Likewise.
39246         (log_test): Likewise.
39247         (log10_test): Likewise.
39248         (log1p_test): Likewise.
39249         (log2_test): Likewise.
39250         (pow_test): Do not allow some spurious overflow exceptions.
39251         (sqrt_test): Add more tests.
39252         (tgamma_test): Likewise.
39253         (y0_test): Likewise.
39254         (y1_test): Likewise.
39255         (yn_test): Likewise.
39257 2012-03-27  Anton Blanchard  <anton@samba.org>
39259         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39260         MAP_HUGETLB.
39261         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39262         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39263         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39265 2012-03-27  David S. Miller  <davem@davemloft.net>
39267         * conform/Makefile: Run run-conformtest.sh using $(BASH).
39269         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39270         have-as-vis3 check.
39272 2012-03-27  Andreas Jaeger  <aj@suse.de>
39274         * sysdeps/x86_64/elf/configure.in: Moved to ...
39275         * sysdeps/x86_64/configure.in: ... here.
39276         * sysdeps/x86_64/elf/start.S: Moved to ...
39277         * sysdeps/x86_64/start.S: ... here.
39278         * sysdeps/x86_64/elf/configure: Delete.
39280         * sysdeps/x86_64/configure.in: Merge contents from
39281         sysdeps/i386/configure.in (without i686 check).
39283         * sysdeps/i386/elf/Versions: Merge into ...
39284         * sysdeps/i386/Versions: ... this.
39285         * sysdeps/i386/elf/Versions: Delete file.
39286         * sysdeps/i386/elf/start.S: Moved to ...
39287         * sysdeps/i386/start.S: ...here.
39288         * sysdeps/i386/elf/configure.in: Merge into...
39289         * sysdeps/i386/configure.in: ...here.
39290         * sysdeps/i386/elf/configure.in: Delete file.
39291         * sysdeps/i386/elf/configure: Delete file.
39293         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
39294         * debug/backtracesyms.c: ... here.
39295         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
39296         * debug/backtracesymsfd.c: ... here.
39297         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39298         * sysdeps/generic/ifunc-sel.h: ... here.
39300         * sysdeps/unix/i386/start.c: Delete file.
39301         * sysdeps/unix/sparc/start.c: Delete file.
39302         * sysdeps/unix/start.c: Delete file.
39304         * sysdeps/sh/elf/configure.in: Moved to ...
39305         * sysdeps/sh/configure.in: ... here.
39306         * sysdeps/sh/elf/start.S: Moved to ...
39307         * sysdeps/sh/start.S: ... here.
39308         * sysdeps/sh/elf/configure: Delete file.
39310         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39311         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39312         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39313         * sysdeps/powerpc/powerpc64/entry.h: ... here.
39314         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39315         * sysdeps/powerpc/powerpc64/start.S: here.
39316         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39317         * sysdeps/powerpc/powerpc64/Makefile: ... this.
39318         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39319         * sysdeps/powerpc/powerpc64/configure.in: ... this.
39320         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39322         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39323         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39324         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39325         * sysdeps/powerpc/powerpc32/start.S: ... here.
39326         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39327         * sysdeps/powerpc/powerpc32/configure.in: ... this.
39328         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39330         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39331         * sysdeps/powerpc/ifunc-sel.h: ... here.
39332         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39333         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39335         * sysdeps/sparc/elf/configure.in: Moved to ...
39336         * sysdeps/sparc/configure.in: ... here.
39337         * sysdeps/sparc/elf/configure: Delete file.
39338         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39339         * sysdeps/sparc/sparc32/start.S: ... here.
39340         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39341         * sysdeps/sparc/sparc64/start.S: ... here.
39342         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39343         * sysdeps/sparc/sparc32/Makefile: ... this.
39344         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39345         * sysdeps/sparc/sparc64/Makefile: ... this.
39347         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39348         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39349         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39350         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39351         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39352         * sysdeps/s390/s390-32/setjmp.S: ... here.
39353         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39354         * sysdeps/s390/s390-32/configure.in: ... here.
39355         * sysdeps/s390/s390-32/elf/configure: Delete file.
39356         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39357         * sysdeps/s390/s390-32/start.S: ... here.
39359         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39360         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39361         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39362         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39363         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39364         * sysdeps/s390/s390-64/setjmp.S: ... here.
39365         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39366         * sysdeps/s390/s390-64/configure.in: ... here
39367         * sysdeps/s390/s390-64/elf/configure: Delete file.
39368         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39369         * sysdeps/s390/s390-64/start.S: ... here.
39370         * sysdeps/s390/s390-64/elf/configure: Delete.
39372         * configure.in: Remove support for elf directories in sysdeps.
39374         * configure: Regenerated.
39375         * sysdeps/i386/configure: Regenerated.
39376         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39377         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39378         * sysdeps/s390/s390-32/configure: Regenerated.
39379         * sysdeps/s390/s390-64/configure: Regenerated.
39380         * sysdeps/sh/configure: Regenerated.
39381         * sysdeps/sparc/configure: Regenerated.
39382         * sysdeps/x86_64/configure: Regenerated.
39384 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
39386         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39388         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39389         denormal result into account.
39391 2012-03-25  Roland McGrath  <roland@hack.frob.com>
39393         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39394         Reported by Allan McRae <allan@archlinux.org>.
39396 2012-03-23  Jeff Law  <law@redhat.com>
39398         * nss/getnssent.c (__nss_getent): Fix typo.
39400 2012-03-23  David S. Miller  <davem@davemloft.net>
39402         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39404 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
39406         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39407         to pad to uint64_t for each field.
39408         (dl_tls_index): Replace unsigned long with uint64_t.
39410 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
39411         Paul Pluzhnikov  <ppluzhnikov@google.com>
39413         [BZ #6528]
39414         * grp/Makefile (otherlibs): Don't set it.
39415         * inet/Makefile (otherlibs): Likewise.
39416         * login/Makefile (otherlibs): Likewise.
39417         * nscd/Makefile (otherlibs): Likewise.
39418         * posix/Makefile (otherlibs): Likewise.
39419         * pwd/Makefile (otherlibs): Likewise.
39420         * rt/Makefile (otherlibs): Likewise.
39421         * sunrpc/Makefile (otherlibs): Likewise.
39422         * nss/Makefile (otherlibs): Likewise.
39423         Add libnss_files to routines and static-only-routines.
39424         ($(objpfx)getent): Remove rule.
39425         * resolv/Makefile: Add libnss_dns and libresolv to routines and
39426         static-only-routines.
39428 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39430         [BZ #13892]
39431         * math/s_cexp.c: Include <float.h>.
39432         (__cexp): Handle exp result overflowing not necessarily
39433         overflowing both real and imaginary parts of result.
39434         * math/s_cexpf.c: Likewise.
39435         * math/s_cexpl.c: Likewise.
39436         * math/libm-test.inc (cexp_test): Add more tests.
39437         * sysdeps/i386/fpu/libm-test-ulps: Update.
39438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39440 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39442         * include/link.h (ELFW): New macro.
39443         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39444         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39446 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39448         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39449         with uint64_t.
39451 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39453         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39454         declaration.
39455         (struct La_x32_retval): Likewise.
39457 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39459         * sysdeps/x86_64/preconfigure.in: New file.
39460         * sysdeps/x86_64/preconfigure: New generated file.
39462 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39464         [BZ #13824]
39465         * math/e_exp2l.c: Include <float.h>.
39466         (__ieee754_exp2l): Handle overflow and underflow cases
39467         separately.  Only pass fractional part of argument to
39468         __ieee754_expl.
39469         * math/libm-test.inc (exp2_test): Add more tests.
39471         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39472         negating x to take absolute value.
39473         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39474         Likewise.
39475         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39476         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39477         Likewise.
39478         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39479         computing low part if x was negated.
39480         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39482 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39484         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39485         la_x32_gnu_pltexit.
39486         (pltexit): Cast int_retval to ptrdiff_t.
39487         * elf/tst-auditmod3b.c: Likewise.
39488         * elf/tst-auditmod4b.c: Likewise.
39489         * elf/tst-auditmod5b.c: Likewise.
39490         * elf/tst-auditmod6b.c: Likewise.
39491         * elf/tst-auditmod6c.c: Likewise.
39492         * elf/tst-auditmod7b.c: Likewise.
39494         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39495         and x32_gnu_pltexit.
39497         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39498         __ELF_NATIVE_CLASS.
39499         (La_x32_regs): New macro.
39500         (La_x32_retval): Likewise.
39501         (la_x32_gnu_pltenter): New function prototype.
39502         (la_x32_gnu_pltexit): Likewise.
39504 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39506         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39507         exponent.
39509         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39511         * configure.in (libc_cv_cc_nofma): Check for option to disable
39512         generation of FMA instructions.
39513         * configure: Regenerate.
39514         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39515         * sysdeps/ieee754/dbl-64/Makefile: New file.
39516         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39517         Remove brandred-fma4.
39518         (CFLAGS-brandred-fma4.c): Remove.
39519         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39520         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39521         define.
39522         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39523         define.
39525 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39527         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39528         LLONG_MAX != LONG_MAX.
39529         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39530         (_fitoa_word): Likewise.
39531         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39532         LLONG_MAX != LONG_MAX.
39533         * stdio-common/_itowa.h: Include <_itoa.h>.
39534         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39535         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39536         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39537         only if not defined.
39538         (_ITOA_WORD_TYPE): Likewise.
39539         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39540         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39542 2012-03-21  David S. Miller  <davem@davemloft.net>
39544         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39546 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39548         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39549         of x86_64 when setting libc_cv_slibdir, libdir and
39550         libc_cv_localedir.
39551         * sysdeps/unix/sysv/linux/configure: Regenerated.
39553 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39555         * manual/lang.texi (Old Varargs): Remove section.
39556         (How Variadic): Update menu.
39557         (va_start): Do not mention varargs.h.
39559 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39560             Joseph Myers  <joseph@codesourcery.com>
39562         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39563         link test.
39564         * configure: Regenerated.
39566 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39568         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39569         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39570         conformtest.pl
39572 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39574         * NOTES: Remove.
39575         * Makefile (files-for-dist): Remove NOTES.
39576         (NOTES): Remove rule.
39577         * README: Don't refer to NOTES.
39578         * manual/creature.texi: Don't include macros.texi.
39579         * manual/intro.texi (creature.texi): Remove comment referring to
39580         NOTES.
39582         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39583         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39584         * configure: Regenerated.
39585         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39586         LIBC_TRY_CC_OPTION.
39587         (libc_cv_as_i686): Likewise.
39588         (libc_cv_cc_avx): Likewise.
39589         (libc_cv_cc_sse2avx): Likewise.
39590         (libc_cv_cc_fma4): Likewise.
39591         (libc_cv_cc_novzeroupper): Likewise.
39592         * sysdeps/i386/configure: Regenerated.
39594         [BZ #13883]
39595         * sysdeps/i386/fpu/s_cexp.S: Remove.
39596         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39597         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39598         * math/libm-test.inc (cexp_test): Add more tests.
39599         * sysdeps/i386/fpu/libm-test-ulps: Update.
39600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39602 2012-03-21  Allan McRae  <allan@archlinux.org>
39604         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39606 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39608         [BZ #13871]
39609         * math/w_exp2.c: Do not include <float.h>.
39610         (o_threshold, u_threshold): Remove.
39611         (__exp2): Calculate result before checking finiteness and calling
39612         __kernel_standard.
39613         * math/w_exp2f.c: Likewise.
39614         * math/w_exp2l.c: Likewise.
39615         * math/libm-test.inc (exp2_test): Require overflow exception for
39616         1e6 input.
39618         [BZ #3866]
39619         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39620         range of signed 64-bit integers before using fistpll.  Remove
39621         checks for whether integers fit in mantissa bits.
39622         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39623         the range of signed 32-bit integers before using fistpl.  Remove
39624         checks for whether integers fit in mantissa bits.
39625         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39626         (__ieee754_powl): Test for y outside the range of signed 64-bit
39627         integers before using fistpll.  Reduce 64-bit values to 63-bit
39628         ones as needed.
39629         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39630         divide-by-zero is raised for zero to large negative powers.
39631         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39632         (__ieee754_powl): Test for y outside the range of signed 64-bit
39633         integers before using fistpll.  Reduce 64-bit values to 63-bit
39634         ones as needed.
39635         * math/libm-test.inc (pow_test): Add more tests.
39637 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39639         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39640         <stdio-common/_itoa.h>.
39641         * debug/segfault.c: Likewise.
39642         * elf/dl-cache.c: Likewise.
39643         * elf/dl-minimal.c: Likewise.
39644         * elf/dl-misc.c: Likewise.
39645         * elf/dl-sysdep.c: Likewise.
39646         * elf/dl-version.c: Likewise.
39647         * elf/rtld.c: Likewise.
39648         * hurd/hurdsock.c: Likewise.
39649         * hurd/lookup-retry.c: Likewise.
39650         * malloc/malloc.c: Likewise.
39651         * malloc/mtrace.c: Likewise.
39652         * nscd/nscd_getgr_r.c: Likewise.
39653         * nscd/nscd_getpw_r.c: Likewise.
39654         * nscd/nscd_getserv_r.c: Likewise.
39655         * posix/getopt_init.c: Likewise.
39656         * posix/wordexp.c: Likewise.
39657         * stdio-common/_itoa.c: Likewise.
39658         * stdio-common/printf_fphex.c: Likewise.
39659         * stdio-common/vfprintf.c: Likewise.
39660         * string/_strerror.c: Likewise.
39661         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39662         * sysdeps/i386/i686/hp-timing.h: Likewise.
39663         * sysdeps/mach/_strerror.c: Likewise.
39664         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39665         * sysdeps/mach/hurd/sethostid.c: Likewise.
39666         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39667         * sysdeps/mach/xpg-strerror.c: Likewise.
39668         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39669         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39670         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39671         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39672         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39673         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39674         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39675         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39676         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39677         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39678         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39679         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39680         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39681         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39682         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39683         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39684         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39685         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39686         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39687         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39688         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39690         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39692         * stdio-common/_itoa.h: Moved to ...
39693         * sysdeps/generic/_itoa.h: Here.
39695         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39697         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39698         instead of "_itoa.h" and "_itowa.h".
39699         * stdio-common/vfprintf.: Likewise.
39701 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39703         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39704         <bits/wordsize.h>.
39705         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39706         (__signbit): Likwise.
39707         (llrintf): Likwise.
39708         (llrint): Likwise.
39710 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39712         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39713         __WORDSIZE != 64.
39715 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39717         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39718         OVERFLOW_EXCEPTION_OK.
39719         * math/libm-test.inc ("Philosophy"): Update comment about
39720         exception testing.
39721         (OVERFLOW_EXCEPTION): Define.
39722         (OVERFLOW_EXCEPTION_OK): Likewise.
39723         (INVALID_EXCEPTION_OK): Renumber.
39724         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39725         (IGNORE_ZERO_INF_SIGN): Likewise.
39726         (test_exceptions): Handle FE_OVERFLOW.
39727         (exp10_test): Expect overflow exceptions.
39728         (exp2_test): Likewise.
39729         (expm1_test): Likewise.
39730         (nextafter_test): Likewise.
39731         (pow_test): Likewise.
39732         (scalbn_test): Likewise.
39733         (scalbln_test): Likewise.
39735 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39737         * sysdeps/x86_64/bits/atomic.h
39738         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39739         64bit integer.
39740         (atomic_exchange_acq): Likewise.
39741         (__arch_exchange_and_add_body): Likewise.
39742         (__arch_add_body): Likewise.
39743         (atomic_add_negative): Likewise.
39744         (atomic_add_zero): Likewise.
39746 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39748         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39749         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39751 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39753         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39754         Check __x86_64__ instead of __WORDSIZE.
39756 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39758         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39760 2012-03-19  David S. Miller  <davem@davemloft.net>
39762         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39764         * sysdeps/sparc/fpu/fenv_private.h: New file.
39765         * sysdeps/sparc/fpu/math_private.h: Use it.
39766         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39767         Remove.
39768         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39769         (libc_feholdexcept_setroundl): Remove.
39770         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39771         Remove.
39772         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39773         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39775 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39777         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39778         int64_t instead of long int.
39779         (INSERT_WORDS64): Likwise.
39781 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39783         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39784         _Unwind_GetCFA return to _Unwind_Ptr first.
39786 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39788         [BZ #13629]
39789         * math/s_clog.c: Include <float.h>.
39790         (__clog): Scale large or subnormal inputs.
39791         * math/s_clogf.c: Likewise.
39792         * math/s_clogl.c: Likewise.
39793         * math/s_clog10.c: Include <float.h>.
39794         (M_LOG10_2): Define.
39795         (__clog10): Scale large or subnormal inputs.
39796         * math/s_clog10f.c: Likewise.
39797         * math/s_clog10l.c: Likewise.
39798         * math/libm-test.inc (clog_test): Add more tests.
39799         (clog10_test): Likewise.
39800         * sysdeps/i386/fpu/libm-test-ulps: Update.
39801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39803         [BZ #11451]
39804         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39805         x and y.
39806         * math/libm-test.inc (atan2_test): Add another test.
39808         * Makerules (common-objdir-compile): Remove.
39809         * sysdeps/unix/Makefile (config-generated): Do not add
39810         $(unix-generated) to variable.
39811         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39812         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39813         Remove rule.
39814         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39815         Likewise.
39816         [generic bits/local_lim.h] (before-compile): Do not append to
39817         variable.
39818         [generic bits/local_lim.h] (common-generated): Likewise.
39819         [generic sys/param.h] (before-compile): Do not append to variable.
39820         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39821         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39822         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39823         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39824         include.
39825         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39826         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39827         [generic sys/param.h] ($(addprefix
39828         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39829         [generic sys/param.h] (common-generated): Do not append to
39830         variable.
39831         [generic sys/param.h] (sysdep_headers): Likewise.
39832         [generic bits/errno.h] (before-compile): Do not append to
39833         variable.
39834         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39835         rule.
39836         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39837         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39838         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39839         [generic bits/errno.h] (common-generated): Do not append to
39840         variable.
39841         [generic bits/ioctls.h] (before-compile): Do not append to
39842         variable.
39843         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39844         rule.
39845         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39846         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39847         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39848         rule.
39849         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39850         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39851         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39852         [generic bits/ioctls.h] (common-generated): Do not append to
39853         variable.
39854         [generic sys/syscall.h] (syscall.h): Remove variable.
39855         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39856         rule.
39857         [generic sys/syscall.h] (before-compile): Do not append to
39858         variable.
39859         [generic sys/syscall.h] (common-generated): Likewise.
39860         * sysdeps/unix/errnos-tmpl.c: Remove file.
39861         * sysdeps/unix/errnos.awk: Likewise.
39862         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39863         * sysdeps/unix/ioctls.awk: Likewise.
39864         * sysdeps/unix/mk-local_lim.c: Likewise.
39865         * sysdeps/unix/snarf-ioctls: Likewise.
39867 2012-03-19  Richard Henderson  <rth@twiddle.net>
39869         * sysdeps/i386/fpu/fenv_private.h: New file.
39870         * sysdeps/i386/fpu/math_private.h: Use it.
39871         (math_opt_barrier, math_force_eval): Remove.
39872         (libc_feholdexcept_setround_53bit): Remove.
39873         (libc_feupdateenv_53bit): Remove.
39874         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39875         (math_opt_barrier, math_force_eval): Remove.
39876         (libc_feholdexcept): Remove.
39877         (libc_feholdexcept_setround): Remove.
39878         (libc_fetestexcept, libc_fesetenv): Remove.
39879         (libc_feupdateenv_test): Remove.
39880         (libc_feupdateenv, libc_feholdsetround): Remove.
39881         (libc_feresetround): Remove.
39883         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39884         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39886         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39887         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39888         (libc_feupdateenv_testl): New.
39889         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39890         (libc_feupdateenv_testf): New.
39891         (libc_feupdateenv): Use libc_feupdateenv_test.
39892         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39893         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39895         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39896         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39897         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39898         (libc_feresetround_noex): New.
39899         (libc_feresetround_noexf): New.
39900         (libc_feresetround_noexl): New.
39901         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39902         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39903         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39904         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39905         SET_RESTORE_ROUND.
39906         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39907         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39908         (__cos): Likewise.
39909         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39910         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39911         SET_RESTORE_ROUND_NOEX.
39912         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39913         SET_RESTORE_ROUND_NOEXF.
39914         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39915         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39916         (libc_feholdsetroundf): New.
39917         (libc_feresetround, libc_feresetroundf): New.
39919         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39920         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39921         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39923         * sysdeps/generic/math_private.h: Include <fenv.h>.
39924         (default_libc_feholdexcept): New.
39925         (default_libc_feholdexcept_setround): New.
39926         (default_libc_fesetenv, default_libc_feupdateenv): New.
39927         (libc_feholdexcept): Only define if undefined.
39928         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39929         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39930         (libc_feholdexcept_setroundl): Likewise.
39931         (libc_feholdexcept_setround_53bit): Likewise.
39932         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39933         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39934         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39935         (libc_feupdateenv_53bit): Likewise.
39936         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39937         (libc_feholdexcept): Convert from macro to inline function.
39938         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39939         (libc_fesetenv, libc_feupdateenv): Likewise.
39941         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39942         not previously defined.
39943         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39944         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39945         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39946         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39947         * sysdeps/ieee754/flt-32/math_private.h: New file.
39948         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39949         math_private.h below SET_FLOAT_WORD.
39950         (__isnan, __isinf_ns, __finite): Remove.
39951         (__isnanf, __isinf_nsf, __finitef): Remove.
39953 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39955         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39957 2012-03-17  David S. Miller  <davem@davemloft.net>
39959         [BZ #6471]
39960         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39961         for 2.16.
39963 2012-03-16  David S. Miller  <davem@davemloft.net>
39965         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39966         warnings.
39968         [BZ #6471]
39969         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39970         properly.
39971         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39972         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
39973         sysdep_routines when subdir is sysvipc.
39974         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
39975         __getshmlba helper.
39977         * sysdeps/sparc/fpu/libm-test/ulps: Update.
39979 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39981         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
39982         [__LP64__].
39984 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39986         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
39987         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
39988         (__lround): Renamed to ...
39989         (__llround): This.  Replace long int with long long int.
39990         Define lround functions as aliases of llround functions.
39991         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
39993 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39995         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
39996         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
39997         adresses to uintptr_t.  Replace "long int" and "unsigned long
39998         int" with "greg_t" on va_arg.
40000 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40002         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40003         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40005         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40006         Move e_machine check before EI_CLASS check.  Handle x32
40007         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40008         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40009         SKIP_EM_IA_64 and include
40010         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40012         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40013         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40014         (add_system_dir): New macro.
40016         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40017         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40019 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40021         [BZ #2551]
40022         [BZ #2552]
40023         [BZ #2553]
40024         [BZ #2554]
40025         [BZ #2562]
40026         [BZ #2563]
40027         [BZ #2565]
40028         [BZ #2566]
40029         [BZ #2576]
40030         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40031         (y0): Likewise.
40032         * math/w_j0f.c (j0f): Likewise.
40033         (y0f): Likewise.
40034         * math/w_j0l.c (__j0l): Likewise.
40035         (__y0l): Likewise.
40036         * math/w_j1.c (j1): Likewise.
40037         (y1): Likewise.
40038         * math/w_j1f.c (j1f): Likewise.
40039         (y1f): Likewise.
40040         * math/w_j1l.c (__j1l): Likewise.
40041         (__y1l): Likewise.
40042         * math/w_jn.c (jn): Likewise.
40043         (yn): Likewise.
40044         * math/w_jnf.c (jnf): Likewise.
40045         (ynf): Likewise.
40046         * math/w_jnl.c (__jnl): Likewise.
40047         (__ynl): Likewise.
40048         * math/libm-test.inc (j0_test): Add more tests.
40049         (j1_test): Likewise.
40050         (jn_test): Likewise.  Add trailing semicolon to existing test.
40051         (y0_test): Likewise.
40052         (y1_test): Likewise.
40053         * sysdeps/i386/fpu/libm-test-ulps: Update.
40054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40056         [BZ #13851]
40057         [BZ #13854]
40058         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40059         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40060         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40061         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40062         (__tanl): Set errno for infinite argument.
40063         * sysdeps/i386/fpu/mptan.c: Remove.
40064         * sysdeps/i386/fpu/s_tan.S: Likewise.
40065         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40066         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40067         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40068         * math/libm-test.inc (tan_test): Add more tests and enable more
40069         tests for double and long double.
40070         * sysdeps/i386/fpu/libm-test-ulps: Update.
40071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40073 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40075         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40076         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40078 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40080         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40081         * configure.in: Use it for both main tree and add-ons.
40082         * configure: Regenerated.
40084 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40086         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40088 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40090         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40091         in comment.
40093         [BZ #13851]
40094         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40095         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40096         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40097         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40098         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40099         infinite argument.
40100         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40101         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40102         != 0 for prec == 2.
40103         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40104         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40105         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40106         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40107         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40108         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40109         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40110         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40111         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40112         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40113         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40114         * math/libm-test.inc (cos_test): Add more tests and enable more
40115         tests for long double.
40116         (sin_test): Likewise.
40117         (sincos_test): Likewise.
40118         * sysdeps/i386/fpu/libm-test-ulps: Update.
40119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40121 2012-03-16  David S. Miller  <davem@davemloft.net>
40123         * sysdeps/sparc/fpu/math_private.h: New file.
40125 2012-03-15  David S. Miller  <davem@davemloft.net>
40127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40128         file.
40129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40131         file.
40132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40133         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40134         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40135         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40136         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40137         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40138         sysdep routines.
40139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40141         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40142         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40144         * sysdeps/sparc/sparc-ifunc.h: New file.
40145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40146         sparc-ifunc.h
40147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40149         Likewise.
40150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40151         Likewise.
40152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40156         Likewise.
40157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40162         Likewise.
40163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40164         Likewise.
40165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40169         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40170         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40171         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40172         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40173         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40174         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40175         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40176         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40177         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40178         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40179         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40180         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40181         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40182         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40183         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40184         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40185         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40186         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40187         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40188         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40190 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40192         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40193         scaling.
40194         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40196 2012-03-15  Andreas Jaeger  <aj@suse.de>
40198         [BZ #13852]
40199         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40200         ieee754/flt-32 implementation for sin, cos and sincos.
40201         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40202         * sysdeps/i386/fpu/s_cosf.S: Likewise.
40203         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40204         * sysdeps/i386/fpu/s_sinf.S: Likewise.
40205         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40206         ieee754/flt-32 implementation for tan.
40208         * math/libm-test.inc (cos_test): Enable some large input tests for
40209         float as well
40210         (sin_test): Likewise.
40211         (sincos_test): Likewise.
40212         (tan_test): Add tests for large input.
40214         * sysdeps/i386/fpu/libm-test-ulps: Update.
40216 2012-03-15  Andreas Jaeger  <aj@suse.de>
40218         [BZ #13658]
40219         * math/libm-test.inc (cos_test): Add more test cases.
40220         (sin_test): Likewise.
40221         (sincos_test): Likewise.
40223 2012-03-15  Andreas Jaeger  <aj@suse.de>
40225         [BZ #13837]
40226         * math/libm-test.inc (cos_test): Add a test case for large input
40227         value.
40228         (sin_test): Likewise.
40229         (sincos_test): Likewise.
40231 2012-03-15  Andreas Jaeger  <aj@suse.de>
40232             Joseph Myers  <joseph@codesourcery.com>
40234         [BZ #13658]
40235         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
40236         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40237         * sysdeps/i386/fpu/branred.c: Likewise.
40238         * sysdeps/i386/fpu/dosincos.c: Likewise.
40239         * sysdeps/i386/fpu/mpa.c: Likewise.
40240         * sysdeps/i386/fpu/s_cos.S: Likewise.
40241         * sysdeps/i386/fpu/s_sin.S: Likewise.
40242         * sysdeps/i386/fpu/s_sincos.S: Likewise.
40243         * sysdeps/i386/fpu/sincos32.c: Likewise.
40245         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40246         Define.
40247         (libc_feupdateenv_53bit): Define.
40248         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40249         Define.
40250         (libc_feupdateenv_53bit): Define.
40252         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40253         53 bit (without extend i386 double precision).
40255         * math/libm-test.inc (sincos_test): Add tests for large input.
40256         (sin): Likewise.
40257         (cos): Likewise.
40259         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40261 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40263         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40265 2012-03-15  David S. Miller  <davem@davemloft.net>
40267         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40268         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40269         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40270         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40271         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40272         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40273         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40274         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40275         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40276         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40277         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40278         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40279         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40280         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40281         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
40282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
40283         file.
40284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
40285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
40286         file.
40287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
40288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
40289         file.
40290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
40291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
40292         file.
40293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
40294         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
40295         fmin/fmax sysdep routines.
40296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40298 2012-03-14  David S. Miller  <davem@davemloft.net>
40300         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40301         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40302         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40303         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40304         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40305         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40306         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40307         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40308         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40309         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40310         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40311         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40312         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40313         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40314         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40315         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40316         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40317         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40318         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40319         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40320         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40321         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40322         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40323         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40324         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40325         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40326         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40327         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
40328         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40329         routines.
40330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40331         file.
40332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
40333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40334         file.
40335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
40336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40337         file.
40338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
40339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40340         file.
40341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
40342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40343         file.
40344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
40345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40346         file.
40347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40348         file.
40349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40350         file.
40351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40352         file.
40353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40354         New file.
40355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40356         file.
40357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40358         file.
40359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
40360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40361         file.
40362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
40363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40364         file.
40365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
40366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40367         file.
40368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
40369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40370         VIS3 routines.
40372         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40373         New file.
40375         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40377         * sysdeps/sparc/configure.in: New file.
40378         * sysdeps/sparc/configure: Generate.
40379         * configure.in (libc_cv_sparc_as_vis3): Substitute.
40380         * configure: Regenerate.
40381         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40382         * config.make.in (have-as-vis3): New.
40383         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40384         available use -Av9d instead of -Av9a.
40385         * sysdeps/sparc/sparc64/Makefile: Likewise.
40386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
40387         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40388         New file.
40389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40390         file.
40391         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40392         New file.
40393         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40394         file.
40395         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40396         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40397         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40398         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40399         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40401         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40402         fzeros/fnegs to load 0x80000000 into a float register instead of
40403         using the stack.
40404         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40406 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40408         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40409         bits/syscall.h.
40410         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40411         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40412         ($(inst_includedir)/bits/syscall.h): Remove rule.
40413         ($(objpfx)bits/syscall.d): Include instead of
40414         $(objpfx)syscall-list.d.
40415         (generated): Change syscall-list.h and syscall-list.d to
40416         bits/syscall.h and bits/syscall.d.
40418 2012-03-14  Roland McGrath  <roland@hack.frob.com>
40420         [BZ #13846]
40421         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40423 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40425         [BZ #13841]
40426         * math/s_csqrt.c: Include <float.h>.
40427         (__csqrt): Scale large or subnormal inputs.
40428         * math/s_csqrtf.c: Likewise.
40429         * math/s_csqrtl.c: Likewise.
40430         * math/libm-test.inc (csqrt_test): Add more tests.
40431         * sysdeps/i386/fpu/libm-test-ulps: Update.
40432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40434         [BZ #13840]
40435         * math/libm-test.inc (hypot_test): Add more tests.
40437 2012-03-13  David S. Miller  <davem@davemloft.net>
40439         [BZ #13840]
40440         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40441         double-precision for the calculation instead of scaling.
40443 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40445         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40446         manipulate bits before adding and subtracting TWO52[sx].
40447         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40448         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40449         Likewise.
40450         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40452 2012-03-13  David S. Miller  <davem@davemloft.net>
40454         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40455         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40456         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40457         rtld-global-offsets.h
40458         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40460         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40461         large parameters.
40463         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40465         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40466         'err' in the ifdef scope in which it is actually used.
40468         * nss/nss_db/db-init.c: Include string.h
40470 2012-03-12  David S. Miller  <davem@davemloft.net>
40472         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40473         masking out of the most significant byte of random value used.
40474         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40475         Fix coding style in previous change.
40477         * sysdeps/unix/sysv/linux/kernel-features.h
40478         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40479         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40480         expression.
40481         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40482         later.
40484 2012-03-11  David S. Miller  <davem@davemloft.net>
40486         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40487         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40488         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40489         for 'resultvar' otherwise things get truncated on 64-bit.
40491         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40492         Fix masking out of the most significant byte of random value used.
40494         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40496 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40498         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40500 2012-03-09  David S. Miller  <davem@davemloft.net>
40502         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40503         variables with appropriate CPP guards.
40504         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40505         from the frame pointer, not the stack pointer.  Correct layout
40506         comments.  Fix test on resulting framesize and the management of
40507         the outregs buffer for pltexit.  Preserve floating point return
40508         values across _dl_call_pltexit call.
40509         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40510         framesize and the management of the outregs buffer for pltexit.
40511         Preserve floating point return values across _dl_call_pltexit
40512         call.
40513         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40514         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40515         (la_sparc64_gnu_pltexit): New functions.
40516         (print_exit): Fix format string for return register value.
40518 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40520         * sunrpc/Makefile (others): Add rpcgen.
40521         ($(objpfx)rpcgen): Remove special build rule and dependency on
40522         libc.
40523         * sunrpc/rpcgen.c: New file.
40525 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40527         [BZ #13673]
40528         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40529         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40530         * sysdeps/i386/crti.S: Likewise.
40531         * sysdeps/i386/crtn.S: Likewise.
40532         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40533         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40534         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40535         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40536         * sysdeps/sh/crti.S: Likewise.
40537         * sysdeps/sh/crtn.S: Likewise.
40538         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40540         [BZ #13673]
40541         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40542         with URL.
40543         * locale/programs/locfile-kw.gperf: Likewise.
40544         * locale/programs/charmap-kw.h: Regenerated.
40545         * locale/programs/locfile-kw.h: Likewise.
40547         [BZ #13673]
40548         * intl/plural.y: Replace FSF snail mail address with URL.
40549         * intl/plural.c: Regenerated.
40551 2012-03-09  Richard Henderson  <rth@twiddle.net>
40553         * include/math_private.h: Remove file.
40554         * math/math_private.h: Move file ...
40555         * sysdeps/generic/math_private.h: ... here.
40557         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40558         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40559         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40561         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40562         and <math_private.h>.
40563         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40564         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40565         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40566         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40567         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40568         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40569         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40570         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40571         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40572         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40573         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40574         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40575         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40576         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40577         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40578         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40579         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40580         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40581         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40582         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40583         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40584         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40585         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40586         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40587         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40588         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40589         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40590         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40591         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40592         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40593         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40594         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40595         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40596         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40597         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40598         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40599         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40600         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40601         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40602         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40603         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40604         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40605         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40606         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40607         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40608         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40609         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40610         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40611         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40612         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40613         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40614         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40615         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40616         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40617         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40618         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40619         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40620         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40621         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40622         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40623         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40624         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40625         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40626         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40627         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40628         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40629         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40630         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40631         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40632         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40633         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40634         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40635         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40636         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40637         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40638         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40639         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40640         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40641         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40642         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40643         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40644         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40645         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40646         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40647         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40648         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40649         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40650         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40651         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40652         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40653         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40654         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40655         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40656         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40657         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40658         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40659         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40660         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40661         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40662         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40663         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40664         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40665         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40666         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40667         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40668         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40669         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40670         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40671         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40672         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40673         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40674         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40675         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40676         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40677         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40678         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40679         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40680         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40681         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40682         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40683         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40684         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40685         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40686         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40687         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40688         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40689         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40690         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40691         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40692         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40693         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40694         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40695         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40696         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40697         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40698         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40699         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40700         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40701         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40702         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40703         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40704         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40705         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40706         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40707         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40708         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40709         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40710         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40711         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40712         * sysdeps/ieee754/k_standard.c: Likewise.
40713         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40714         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40715         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40716         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40717         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40718         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40719         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40720         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40721         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40722         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40723         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40724         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40725         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40726         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40727         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40728         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40729         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40730         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40731         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40732         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40733         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40734         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40735         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40736         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40737         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40738         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40739         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40740         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40741         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40742         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40743         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40744         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40745         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40746         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40747         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40748         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40749         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40750         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40751         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40752         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40753         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40754         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40755         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40756         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40757         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40758         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40759         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40760         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40761         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40762         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40763         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40764         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40765         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40766         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40767         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40768         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40769         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40770         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40771         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40772         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40773         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40774         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40775         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40776         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40777         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40778         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40779         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40780         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40781         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40782         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40783         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40784         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40785         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40786         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40787         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40788         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40789         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40790         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40791         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40792         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40793         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40794         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40795         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40796         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40797         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40798         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40799         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40800         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40801         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40802         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40803         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40804         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40805         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40806         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40807         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40808         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40809         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40810         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40811         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40812         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40813         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40814         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40815         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40816         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40817         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40818         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40819         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40820         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40821         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40822         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40823         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40824         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40825         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40826         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40827         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40828         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40829         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40830         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40831         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40832         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40833         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40834         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40835         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40836         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40837         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40838         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40839         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40840         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40841         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40842         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40843         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40844         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40845         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40846         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40847         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40848         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40849         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40850         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40851         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40852         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40853         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40854         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40855         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40856         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40857         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40858         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40859         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40860         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40861         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40862         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40863         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40864         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40865         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40866         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40867         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40868         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40869         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40870         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40871         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40872         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40873         * sysdeps/ieee754/s_lib_version.c: Likewise.
40874         * sysdeps/ieee754/s_matherr.c: Likewise.
40875         * sysdeps/ieee754/s_signgam.c: Likewise.
40876         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40877         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40878         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40879         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40880         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40881         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40882         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40883         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40884         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40885         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40886         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40887         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40888         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40889         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40890         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40891         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40892         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40893         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40894         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40895         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40896         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40898 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40900         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40901         * sunrpc/rpc_main.c: Likewise.
40902         * sunrpc/rpc_svcout.c: Likewise.
40904 2012-03-09  David S. Miller  <davem@davemloft.net>
40906         * include/math_private.h: New file.
40908 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40910         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40911         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40912         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40913         from <bits/socket_type.h>.
40914         (enum __socket_type): Don't define here.
40915         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40916         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40917         bits/socket_type.h.
40919         [BZ #13566]
40920         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40921         checking __USE_GNU.
40923         * Makerules ($(inst_includedir)/%.h): New rule.
40924         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40925         (install-others): Remove variable setting.
40926         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40928 2012-03-08  Richard Henderson  <rth@twiddle.net>
40930         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40931         from macro to inline function; merge with the
40932         !__LIBC_INTERNAL_MATH_INLINES version.
40933         (__ieee754_sqrtf): Likewise.
40935         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40936         to inline function.
40937         (__rintf, __floor, __floorf): Likewise.
40939         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40940         macro to inline function.
40941         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40943         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40944         not <math/math_private.h>.
40946 2012-03-08  David S. Miller  <davem@davemloft.net>
40948         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40949         copyright year.
40950         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40952 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40954         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40955         normalization.
40956         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40957         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40959 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40961         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40962         be defined individually, they must be defined as a block.  Define
40963         S for printing a string instead of hidint the different by using a
40964         macro for adding the 'l'.
40965         * stdio-common/tst-fphex-wide.c: Adjust.
40967 2012-03-07  Marek Polacek  <polacek@redhat.com>
40969         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40971 2012-03-08  Marek Polacek  <polacek@redhat.com>
40973         [BZ #13806]
40974         * stdio-common/Makefile (tests): Add tst-fphex-wide.
40975         * stdio-common/tst-fphex.c: Define a few macros to make the
40976         test reusable.  Use them.
40977         * stdio-common/tst-fphex-wide.c: New file.
40979 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
40981         [BZ #6911]
40982         * manual/macros.texi (gnusystems): New macro.
40983         (nongnusystems): Likewise.
40984         (gnulinuxhurdsystems): Likewise.
40985         (gnuhurdsystems): Likewise..
40986         (gnulinuxsystems): Likewise.
40987         * manual/charset.texi: Use new macros or @theglibc{} to refer to
40988         variants of the GNU system, not "GNU system".
40989         * manual/conf.texi: Likewise.
40990         * manual/errno.texi: Likewise.  Update example of errno macro
40991         expansion.
40992         * manual/filesys.texi: Likewise.
40993         (getumask): Document as specific to GNU/Hurd.
40994         * manual/install.texi: Likewise.  Reword some references to
40995         GNU/Linux.
40996         * manual/intro.texi: Likewise.
40997         * manual/io.texi: Likewise.
40998         (File Name Portability): Detail which constraints are inapplicable
40999         to all GNU systems and which are only inapplicable to GNU/Hurd.
41000         * manual/job.texi: Likewise.
41001         * manual/llio.texi: Likewise.
41002         (O_NOCTTY): Document as present on GNU/Linux.
41003         * manual/maint.texi: Likewise.
41004         * manual/memory.texi: Likewise.
41005         * manual/pattern.texi: Likewise.
41006         * manual/pipe.texi: Likewise.
41007         * manual/process.texi: Likewise.
41008         * manual/resource.texi: Likewise.
41009         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41010         child on GNU/Hurd.
41011         * manual/setjmp.texi: Likewise.
41012         * manual/signal.texi: Likewise.
41013         * manual/startup.texi: Likewise.
41014         * manual/stdio.texi: Likewise.
41015         * manual/terminal.texi: Likewise.
41016         (ONLCR): Document as POSIX.
41017         (OXTABS): Document availability on GNU/Linux as XTABS.
41018         (ONOEOT): Document availability separately from other bits.
41019         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41020         * manual/time.texi: Likewise.
41021         * manual/users.texi: Likewise.
41022         * INSTALL: Regenerated.
41023         * sysdeps/gnu/errlist.c: Regenerated.
41025         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41026         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41027         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41028         puts.
41029         * configure: Regenerated.
41031 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41033         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41034         default includes instead of AC_HEADER_CHECK.
41035         * sysdeps/i386/configure: Regenerated.
41037         [BZ #10716]
41038         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41039         * math/s_cacoshf.c (__cacoshf): Likewise.
41040         * math/s_cacoshl.c (__cacoshl): Likewise.
41041         * math/s_casinh.c (__casinh): Set signs of result from argument.
41042         * math/s_casinhf.c (__casinhf): Likewise.
41043         * math/s_casinhl.c (__casinhl): Likewise.
41044         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41045         (casinh_test): Add more tests.
41046         * sysdeps/i386/fpu/libm-test-ulps: Update.
41047         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41049 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41051         * po/zh_TW.po: Update from translation team.
41053         * login/Makefile (distribute): Remove variable.
41054         * catgets/Makefile: Likewise.
41055         * mach/Makefile: Likewise.
41056         * malloc/Makefile: Likewise.
41057         * misc/Makefile: Likewise.
41058         * iconv/Makefile: Likewise.
41059         * nscd/Makefile: Likewise.
41060         * hurd/Makefile: Likewise.
41061         * manual/Makefile: Likewise.
41062         * locale/Makefile: Likewise.
41063         * intl/Makefile: Likewise.
41064         * conform/Makefile: Likewise.
41065         * nss/Makefile: Likewise.
41066         * time/Makefile: Likewise.
41067         * soft-fp/Makefile: Likewise.
41068         * dirent/Makefile: Likewise.
41069         * gmon/Makefile: Likewise.
41070         * po/Makefile: Likewise.
41071         * rt/Makefile: Likewise.
41072         * socket/Makefile: Likewise.
41073         * math/Makefile: Likewise.
41074         * signal/Makefile: Likewise.
41075         * debug/Makefile: Likewise.
41076         * elf/Makefile: Likewise.
41077         * timezone/Makefile: Likewise.
41078         * stdlib/Makefile: Likewise.
41079         * iconvdata/Makefile: Likewise.
41080         * sunrpc/Makefile: Likewise.
41081         * io/Makefile: Likewise.
41082         * argp/Makefile: Likewise.
41083         * inet/Makefile: Likewise.
41084         * hesiod/Makefile: Likewise.
41085         * grp/Makefile: Likewise.
41086         * csu/Makefile: Likewise.
41087         * wctype/Makefile: Likewise.
41088         * crypt/Makefile: Likewise.
41089         * libio/Makefile: Likewise.
41090         * string/Makefile: Likewise.
41091         * nis/Makefile: Likewise.
41092         * resolv/Makefile: Likewise.
41093         * stdio-common/Makefile: Likewise.
41094         * wcsmbs/Makefile: Likewise.
41095         * dlfcn/Makefile: Likewise.
41096         * posix/Makefile: Likewise.
41098         [BZ #6959]
41099         * timezone/Makefile: Don't install timezone files, just the programs
41100         and scripts.
41102 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41104         * nss/databases.def: Add missing gshadow entry.
41106         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41108 2012-03-06  Marek Polacek  <polacek@redhat.com>
41110         [BZ #13726]
41111         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41112         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41113         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41114         * stdio-common/tst-long-dbl-fphex.c: New file.
41116 2012-03-06  David S. Miller  <davem@davemloft.net>
41118         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41119         (set_obp_int): New function.
41120         (get_obp_int): New function.
41121         (__get_clockfreq_via_dev_openprom): Likewise.
41122         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41123         Avoid unused variable warnings on 'val' and use builtin_expect.
41124         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41125         __builtin_expect.
41126         (INLINE_CLONE_SYSCALL): Likewise.
41128 2012-03-05  David S. Miller  <davem@davemloft.net>
41130         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41132 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41136         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41137         only for |x| >= 40.
41138         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41140 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41142         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41143         Replace gettimeofday with __vdso_gettimeofday.
41145         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41146         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41147         __vdso_clock_gettime and __vdso_getcpu.
41149         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41150         time with __vdso_time.
41152 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41154         * manual/lang.texi (size_t): Note types to which size_t may be
41155         equivalent with the GNU C Library, but do not describe when
41156         differences between them are significant.
41158 2012-03-05  Andreas Jaeger  <aj@suse.de>
41160         * sysdeps/i386/fpu/libm-test-ulps: Update.
41162 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41164         [BZ #3976]
41165         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41166         (__ieee754_pow): Save and restore rounding mode and use
41167         round-to-nearest for main computations.
41168         * math/libm-test.inc (pow_test_tonearest): New function.
41169         (pow_test_towardzero): Likewise.
41170         (pow_test_downward): Likewise.
41171         (pow_test_upward): Likewise.
41172         (main): Call the new functions.
41173         * sysdeps/i386/fpu/libm-test-ulps: Update.
41174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41176         [BZ #3976]
41177         * math/libm-test.inc (cosh_test_tonearest): New function.
41178         (cosh_test_towardzero): Likewise.
41179         (cosh_test_downward): Likewise.
41180         (cosh_test_upward): Likewise.
41181         (sinh_test_tonearest): Likewise.
41182         (sinh_test_towardzero): Likewise.
41183         (sinh_test_downward): Likewise.
41184         (sinh_test_upward): Likewise.
41185         (main): Call the new functions.
41186         * sysdeps/i386/fpu/libm-test-ulps: Update.
41187         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41189 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41191         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41192         default stack guard is set in last bytes.
41193         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41195 2012-03-05  Kees Cook  <keescook@chromium.org>
41197         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
41199         [BZ #13656]
41200         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41201         possibly allocate from heap instead of stack.
41202         * stdio-common/bug-vfprintf-nargs.c: New file.
41203         * stdio-common/Makefile (tests): Add nargs overflow test.
41205 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
41207         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41209 2012-03-03  Marek Polacek  <polacek@redhat.com>
41211         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41212         * math/math_private.h: Likewise.
41213         * stdlib/tst-strtod.c: Likewise.
41214         * sysdeps/i386/i486/bits/atomic.h: Likewise.
41215         * sysdeps/x86_64/bits/atomic.h: Likewise.
41217 2012-03-02  David S. Miller  <davem@davemloft.net>
41219         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41220         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41221         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41222         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41223         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41224         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41225         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41226         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41228 2012-03-02  Roland McGrath  <roland@hack.frob.com>
41230         [BZ #13792]
41231         * manual/examples/README: New file, says the example source files
41232         can be used under GPL>=2.
41233         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41234         line containing just "*/".
41235         * manual/examples/add.c: Add copyright header (GPL>=2).
41236         * manual/examples/argp-ex1.c: Likewise.
41237         * manual/examples/argp-ex2.c: Likewise.
41238         * manual/examples/argp-ex3.c: Likewise.
41239         * manual/examples/argp-ex4.c: Likewise.
41240         * manual/examples/atexit.c: Likewise.
41241         * manual/examples/db.c: Likewise.
41242         * manual/examples/dir.c: Likewise.
41243         * manual/examples/dir2.c: Likewise.
41244         * manual/examples/execinfo.c: Likewise.
41245         * manual/examples/filecli.c: Likewise.
41246         * manual/examples/filesrv.c: Likewise.
41247         * manual/examples/fmtmsgexpl.c: Likewise.
41248         * manual/examples/genpass.c: Likewise.
41249         * manual/examples/inetcli.c: Likewise.
41250         * manual/examples/inetsrv.c: Likewise.
41251         * manual/examples/isockad.c: Likewise.
41252         * manual/examples/longopt.c: Likewise.
41253         * manual/examples/memopen.c: Likewise.
41254         * manual/examples/memstrm.c: Likewise.
41255         * manual/examples/mkfsock.c: Likewise.
41256         * manual/examples/mkisock.c: Likewise.
41257         * manual/examples/mygetpass.c: Likewise.
41258         * manual/examples/pipe.c: Likewise.
41259         * manual/examples/popen.c: Likewise.
41260         * manual/examples/rprintf.c: Likewise.
41261         * manual/examples/search.c: Likewise.
41262         * manual/examples/select.c: Likewise.
41263         * manual/examples/setjmp.c: Likewise.
41264         * manual/examples/sigh1.c: Likewise.
41265         * manual/examples/sigusr.c: Likewise.
41266         * manual/examples/stpcpy.c: Likewise.
41267         * manual/examples/strdupa.c: Likewise.
41268         * manual/examples/strftim.c: Likewise.
41269         * manual/examples/strncat.c: Likewise.
41270         * manual/examples/subopt.c: Likewise.
41271         * manual/examples/swapcontext.c: Likewise.
41272         * manual/examples/termios.c: Likewise.
41273         * manual/examples/testopt.c: Likewise.
41274         * manual/examples/testpass.c: Likewise.
41275         * manual/examples/timeval_subtract.c: Likewise.
41277         [BZ #13792]
41278         * manual/time.texi (Elapsed Time): Move timeval_subtract example
41279         function to ...
41280         * manual/timeval_subtract.c.texi: ... here, new file.
41282 2012-03-02  David S. Miller  <davem@davemloft.net>
41284         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
41286 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
41288         [BZ #3976]
41289         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
41290         (__sin): Save and restore rounding mode and use round-to-nearest
41291         for all computations.
41292         (__cos): Save and restore rounding mode and use round-to-nearest
41293         for all computations.
41294         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
41295         <fenv.h>.
41296         (tan): Save and restore rounding mode and use round-to-nearest for
41297         all computations.
41298         * math/libm-test.inc (cos_test_tonearest): New function.
41299         (cos_test_towardzero): Likewise.
41300         (cos_test_downward): Likewise.
41301         (cos_test_upward): Likewise.
41302         (sin_test_tonearest): Likewise.
41303         (sin_test_towardzero): Likewise.
41304         (sin_test_downward): Likewise.
41305         (sin_test_upward): Likewise.
41306         (tan_test_tonearest): Likewise.
41307         (tan_test_towardzero): Likewise.
41308         (tan_test_downward): Likewise.
41309         (tan_test_upward): Likewise.
41310         (main): Call the new functions.
41311         * sysdeps/i386/fpu/libm-test-ulps: Update.
41312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41314         [BZ #10135]
41315         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41316         small n, then large n, before computing and testing k+n.
41317         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41318         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41319         Likewise.
41320         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41321         Likewise.
41322         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41323         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41324         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41325         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41326         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41327         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41328         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41329         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41330         * math/libm-test.inc (scalbn_test): Add more tests.
41331         (scalbln_test): Likewise.
41333         * manual/filesys.texi (mode_t): Describe constraints on size and
41334         signedness, not exact equivalence to a particular type.
41335         (ino_t): Likewise.
41336         (ino64_t): Likewise.
41337         (dev_t): Likewise.
41338         (nlink_t): Likewise.
41339         (blkcnt_t): Likewise.
41340         (blkcnt64_t): Likewise.
41341         * manual/llio.texi (off_t): Likewise.
41343         [BZ #3976]
41344         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41345         (__ieee754_exp): Save and restore rounding mode and use
41346         round-to-nearest for all computations.
41347         * math/libm-test.inc (exp_test_tonearest): New function.
41348         (exp_test_towardzero): Likewise.
41349         (exp_test_downward): Likewise.
41350         (exp_test_upward): Likewise.
41351         (main): Call the new functions.
41352         * sysdeps/i386/fpu/libm-test-ulps: Update.
41353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41355 2012-03-01  Chris Demetriou  <cgd@google.com>
41357         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41358         have predictable order.
41360 2012-03-01  David S. Miller  <davem@davemloft.net>
41362         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41364         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41365         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41366         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41367         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41369         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41370         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41371         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41372         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41373         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41374         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41375         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41376         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41377         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41379         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41381         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41382         * sysdeps/sparc/fpu/libm-test-ulps: to here.
41383         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41385         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41386         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41387         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41388         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41389         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41390         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41391         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41392         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41393         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41394         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41395         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41396         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41397         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41398         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41399         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41400         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41401         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41402         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41403         * sysdeps/sparc/elf/configure: Regenerated.
41405 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
41407         * configure.in (AS, LD): Require binutils 2.20 or later.
41408         * configure: Regenerated.
41409         * manual/install.texi (Tools for Compilation): Give binutils 2.20
41410         as required minimum version.
41411         * INSTALL: Regenerated.
41413         [BZ #2541]
41414         [BZ #4108]
41415         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41416         before squaring exponent.
41417         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41418         bottom long double and 27 bits of top long double before squaring
41419         exponent.
41420         * math/libm-test.inc (erfc_test): Add more tests.
41421         * sysdeps/i386/fpu/libm-test-ulps: Update.
41422         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41425 2012-03-01  Kai Tietz  <ktietz@redhat.com>
41427         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41428         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41429         containing bit-fields.
41430         * soft-fp/extended.h (_FP_UNION_E): Likewise.
41431         * soft-fp/single.h (_FP_UNION_S): Likewise.
41432         * soft-fp/double.h (_FP_UNION_D): Likewise.
41434 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41436         [BZ #13786]
41437         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41438         not include ../strcmp.S.
41439         [USE_AS_STRNCASECMP_L]: Likewise.
41440         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41441         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41442         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41443         (__strncasecmp_l_ia32): Define as alias to
41444         __strncasecmp_l_nonascii.
41446         [BZ #5794]
41447         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41448         * sysdeps/i386/fpu/libm-test-ulps: Update.
41449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41451         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41454 2012-02-29  Jeff Law  <law@redhat.com>
41456         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41457         out of bounds read.
41459 2012-02-29  Marek Polacek  <polacek@redhat.com>
41461         [BZ #13706]
41462         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41463         * elf/Makefile: Add rules to run tst-unused-dep.out.
41465 2012-02-28  David S. Miller  <davem@davemloft.net>
41467         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41468         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41469         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41470         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41471         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41472         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41474 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41476         * math/libm-test.inc (llround_test): Move one test from
41477         lround_test.  Use TEST_f_L in moved test.
41478         (lround_test): Move misplaced test to llround_test.  Add testcase
41479         from bug 2561.
41481 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41483         * sysdeps/x86_64/fpu/e_expf.S: New file.
41484         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41486 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41488         [BZ #13637]
41489         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41490         of remain_len that may cause incomplete multi-byte character and
41491         false match.
41492         * posix/bug-regex33.c: New file.
41493         * posix/Makefile (tests): Add bug-regex33.
41495 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41497         * manual/macros.texi: New file.
41498         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41499         * manual/libc.texinfo: Include macros.texi.
41500         * manual/creatute.texi: Likewise.
41501         * manual/install.texi: Likewise.
41502         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41503         @glibcadj{} in references to the GNU C Library.
41504         * manual/charset.texi: Likewise.
41505         * manual/conf.texi: Likewise.
41506         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41507         when not using those macros.
41508         * manual/creature.texi: Likewise.
41509         * manual/crypt.texi: Likewise.
41510         * manual/errno.texi: Likewise.
41511         * manual/filesys.texi: Likewise.
41512         * manual/header.texi: Likewise.
41513         * manual/install.texi: Likewise.
41514         * manual/intro.texi: Likewise.
41515         * manual/io.texi: Likewise.
41516         * manual/job.texi: Likewise.
41517         * manual/lang.texi: Likewise.
41518         * manual/libc.texiinfo: Likewise.
41519         * manual/llio.texi: Likewise.
41520         * manual/locale.texi: Likewise.
41521         * manual/maint.texi: Likewise.
41522         * manual/math.texi: Likewise.
41523         * manual/memory.texi: Likewise.
41524         * manual/message.texi: Likewise.
41525         * manual/nss.texi: Likewise.
41526         * manual/pattern.texi: Likewise.
41527         * manual/process.texi: Likewise.
41528         * manual/resource.texi: Likewise.
41529         * manual/search.texi: Likewise.
41530         * manual/setjmp.texi: Likewise.
41531         * manual/signal.texi: Likewise.
41532         * manual/socket.texi: Likewise.
41533         * manual/startup.texi: Likewise.
41534         * manual/stdio.texi: Likewise.
41535         * manual/string.texi: Likewise.
41536         * manual/sysinfo.texi: Likewise.
41537         * manual/syslog.texi: Likewise.
41538         * manual/terminal.texi: Likewise.
41539         * manual/time.texi: Likewise.
41540         * manual/users.texi: Likewise.
41541         * INSTALL: Regenerated.
41542         * NOTES: Regenerated.
41543         * sysdeps/gnu/errlist.c: Regenerated.
41545 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41547         * include/dirent.h: Include <dirstream.h> before
41548         <dirent/dirent.h>.
41550 2012-02-28  David S. Miller  <davem@davemloft.net>
41552         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41553         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41554         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41555         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41557 2012-02-27  David S. Miller  <davem@davemloft.net>
41559         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41560         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41561         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41562         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41565         frame pointer instead of stack pointer relative arg slot.
41566         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41567         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41568         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41570 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41572         [BZ #3992]
41573         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41575 2012-02-27  David S. Miller  <davem@davemloft.net>
41577         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41578         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41579         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41580         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41581         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41582         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41583         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41584         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41586 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41588         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41589         later.  Allow versions 5-9.
41590         * configure: Regenerated.
41591         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41592         required minimum version and 4.6 as recommended version.  Do not
41593         mention bugs in GCC 2.7 and 2.8.
41594         * INSTALL: Regenerated.
41596 2012-02-27  David S. Miller  <davem@davemloft.net>
41598         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41599         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41600         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41601         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41602         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41603         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41604         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41605         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41607         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41608         manipulate bits before adding and subtracting TWO112[sx].
41609         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41611 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41613         [BZ #13775]
41614         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41615         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41616         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41617         being in POSIX, because they are in 1003.1-2008.
41619         * rt/tst-aio.c: Include <fcntl.h>.
41620         * rt/tst-aio7.c: Likewise.
41621         * rt/tst-aio64.c: Likewise.
41623         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41625 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41627         * manual/install.texi (--with-headers): Describe headers as
41628         interface headers, not private headers.
41629         (Specific advice for GNU/Linux systems): Describe use of headers
41630         from "make headers_install", not private headers from older
41631         kernels.
41632         * INSTALL: Regenerated.
41633         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41634         Change to 2.6.19.
41635         * sysdeps/unix/sysv/linux/configure: Regenerated.
41637         * manual/llio.texi (fclean): Remove documentation.
41639         * manual/Makefile (libc-texi-generated): New variable.  Include
41640         version.texi.
41641         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41642         $(libc-texi-generated), not duplicated list of files.
41643         (version.texi, stamp-version): New rules.
41644         (realclean): Remove $(libc-texi-generated), not individual files
41645         from that list.  Do not remove dir-add.texinfo.
41646         * manual/libc.texinfo: Comment out uses of edition numbers and
41647         references to printed manual.  Remove last-updated dates.
41648         (EDITION): Comment out.
41649         (ISBN): Likewise.
41650         (VERSION, UPDATED): Remove.
41651         (version.texi): Include.
41653 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41655         * sysdeps/posix/spawni.c: Include <signal.h>.
41656         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41657         * sysdeps/pthread/aio_fsync.c: Likewise.
41659 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41661         * conform/Makefile (tests): Run only when not cross-compiling and
41662         when fast-check is not defined.
41664         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41665         * conform/data/limits.h-data: Fixes for POSIX2008.
41666         * conform/run-conformtest.sh: Run all tests.
41667         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41668         headers.
41669         * include/bits/dlfcn.h: Likewise.
41670         * include/langinfo.h: Likewise.
41671         * include/monetary.h: Likewise.
41672         * include/sys/poll.h: Likewise.
41674         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41675         for __USE_GNU.
41676         * posix/spawn.h: Define __need_sigset_t.
41677         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41678         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41679         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41680         to get sigevent_t only.
41681         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41682         only for __USE_GNU.
41683         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41684         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41685         process_vm_writev only for __USE_GNU.
41686         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41688         * conform/Makefile: For now ignore errors from run-conformtest.
41689         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41690         POSIX to avoid namespace pollution.  Don't prepend headers.
41691         * conform/data/aio.h-data: Fixes for POSIX testing.
41692         * conform/data/fcntl.h-data: Likewise.
41693         * conform/data/glob.h-data: Likewise.
41694         * conform/data/grp.h-data: Likewise.
41695         * conform/data/pthread.h-data: Likewise.
41696         * conform/data/pwd.h-data: Likewise.
41697         * conform/data/signal.h-data: Likewise.
41698         * conform/data/spawn.h-data: Likewise.
41699         * conform/data/stdio.h-data: Likewise.
41700         * conform/data/stdlib.h-data: Likewise.
41701         * conform/data/stropts.h-data: Likewise.
41702         * conform/data/sys/mman.h-data: Likewise.
41703         * conform/data/sys/stat.h-data: Likewise.
41704         * conform/data/sys/types.h-data: Likewise.
41705         * conform/data/sys/wait.h-data: Likewise.
41706         * conform/data/time.h-data: Likewise.
41707         * conform/data/unistd.h-data: Likewise.
41708         * conform/data/utime.h-data: Likewise.
41710         * io/sys/stat.h: fchmod was always in POSIX.
41711         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41712         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41713         * rt/aio.h: Define __need_timespec before including <time.h>.
41714         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41715         struct.  Add forward declaration of pthread_attr_t and use it in
41716         sigevent.
41717         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41718         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41719         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41720         always remove CLK_TCK definition.
41722 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41724         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41726 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41728         * conform/run-conformtest.sh: New file.
41729         * conform/Makefile: Run run-conformtest for tests.
41730         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41731         support.
41733         * conform/data/uchar.h-data: New file.
41734         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41735         * conform/data/arpa/inet.h-data: Likewise.
41736         * conform/data/assert.h-data: Likewise.
41737         * conform/data/complex.h-data: Likewise.
41738         * conform/data/cpio.h-data: Likewise.
41739         * conform/data/ctype.h-data: Likewise.
41740         * conform/data/dirent.h-data: Likewise.
41741         * conform/data/dlfcn.h-data: Likewise.
41742         * conform/data/errno.h-data: Likewise.
41743         * conform/data/fcntl.h-data: Likewise.
41744         * conform/data/float.h-data: Likewise.
41745         * conform/data/fmtmsg.h-data: Likewise.
41746         * conform/data/fnmatch.h-data: Likewise.
41747         * conform/data/ftw.h-data: Likewise.
41748         * conform/data/glob.h-data: Likewise.
41749         * conform/data/grp.h-data: Likewise.
41750         * conform/data/iconv.h-data: Likewise.
41751         * conform/data/inttypes.h-data: Likewise.
41752         * conform/data/langinfo.h-data: Likewise.
41753         * conform/data/libgen.h-data: Likewise.
41754         * conform/data/limits.h-data: Likewise.
41755         * conform/data/locale.h-data: Likewise.
41756         * conform/data/math.h-data: Likewise.
41757         * conform/data/monetary.h-data: Likewise.
41758         * conform/data/mqueue.h-data: Likewise.
41759         * conform/data/ndbm.h-data: Likewise.
41760         * conform/data/net/if.h-data: Likewise.
41761         * conform/data/netdb.h-data: Likewise.
41762         * conform/data/netinet/in.h-data: Likewise.
41763         * conform/data/nl_types.h-data: Likewise.
41764         * conform/data/poll.h-data: Likewise.
41765         * conform/data/pthread.h-data: Likewise.
41766         * conform/data/pwd.h-data: Likewise.
41767         * conform/data/regex.h-data: Likewise.
41768         * conform/data/sched.h-data: Likewise.
41769         * conform/data/search.h-data: Likewise.
41770         * conform/data/semaphore.h-data: Likewise.
41771         * conform/data/setjmp.h-data: Likewise.
41772         * conform/data/signal.h-data: Likewise.
41773         * conform/data/spawn.h-data: Likewise.
41774         * conform/data/stdarg.h-data: Likewise.
41775         * conform/data/stdio.h-data: Likewise.
41776         * conform/data/stdlib.h-data: Likewise.
41777         * conform/data/string.h-data: Likewise.
41778         * conform/data/strings.h-data: Likewise.
41779         * conform/data/stropts.h-data: Likewise.
41780         * conform/data/sys/ipc.h-data: Likewise.
41781         * conform/data/sys/mman.h-data: Likewise.
41782         * conform/data/sys/msg.h-data: Likewise.
41783         * conform/data/sys/resource.h-data: Likewise.
41784         * conform/data/sys/select.h-data: Likewise.
41785         * conform/data/sys/sem.h-data: Likewise.
41786         * conform/data/sys/shm.h-data: Likewise.
41787         * conform/data/sys/socket.h-data: Likewise.
41788         * conform/data/sys/stat.h-data: Likewise.
41789         * conform/data/sys/statvfs.h-data: Likewise.
41790         * conform/data/sys/time.h-data: Likewise.
41791         * conform/data/sys/timeb.h-data: Likewise.
41792         * conform/data/sys/times.h-data: Likewise.
41793         * conform/data/sys/types.h-data: Likewise.
41794         * conform/data/sys/uio.h-data: Likewise.
41795         * conform/data/sys/un.h-data: Likewise.
41796         * conform/data/sys/utsname.h-data: Likewise.
41797         * conform/data/sys/wait.h-data: Likewise.
41798         * conform/data/syslog.h-data: Likewise.
41799         * conform/data/tar.h-data: Likewise.
41800         * conform/data/termios.h-data: Likewise.
41801         * conform/data/utime.h-data: Likewise.
41802         * conform/data/utmpx.h-data: Likewise.
41803         * conform/data/varargs.h-data: Likewise.
41804         * conform/data/wchar.h-data: Likewise.
41805         * conform/data/wctype.h-data: Likewise.
41806         * conform/data/wordexp.h-data: Likewise.
41808         * include/stropts.h: New file.
41809         * include/uchar.h: New file.
41810         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41811         * include/assert.h: Likewise.
41812         * include/ctype.h: Likewise.
41813         * include/dirent.h: Likewise.
41814         * include/dlfcn.h: Likewise.
41815         * include/fcntl.h: Likewise.
41816         * include/fnmatch.h: Likewise.
41817         * include/glob.h: Likewise.
41818         * include/grp.h: Likewise.
41819         * include/libio.h: Likewise.
41820         * include/locale.h: Likewise.
41821         * include/math.h: Likewise.
41822         * include/net/if.h: Likewise.
41823         * include/netdb.h: Likewise.
41824         * include/netinet/in.h: Likewise.
41825         * include/pthread.h: Likewise.
41826         * include/pwd.h: Likewise.
41827         * include/regex.h: Likewise.
41828         * include/sched.h: Likewise.
41829         * include/search.h: Likewise.
41830         * include/setjmp.h: Likewise.
41831         * include/signal.h: Likewise.
41832         * include/stdio.h: Likewise.
41833         * include/stdlib.h: Likewise.
41834         * include/string.h: Likewise.
41835         * include/sys/cdefs.h: Likewise.
41836         * include/sys/mman.h: Likewise.
41837         * include/sys/msg.h: Likewise.
41838         * include/sys/resource.h: Likewise.
41839         * include/sys/select.h: Likewise.
41840         * include/sys/socket.h: Likewise.
41841         * include/sys/stat.h: Likewise.
41842         * include/sys/statvfs.h: Likewise.
41843         * include/sys/time.h: Likewise.
41844         * include/sys/times.h: Likewise.
41845         * include/sys/uio.h: Likewise.
41846         * include/sys/utsname.h: Likewise.
41847         * include/sys/wait.h: Likewise.
41848         * include/termios.h: Likewise.
41849         * include/time.h: Likewise.
41850         * include/ulimit.h: Likewise.
41851         * include/unistd.h: Likewise.
41852         * include/utime.h: Likewise.
41853         * include/wchar.h: Likewise.
41854         * include/wctype.h: Likewise.
41855         * include/wordexp.h: Likewise.
41857         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41859         * time/time.h: TIME_UTC must be a macro.
41860         Make timespec_get available for ISO C11 only as well.
41862 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41864         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41865         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41867 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41869         * configure.in: Use -o not -a in test for unsupported multi-arch.
41871 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41873         * manual/texinfo.tex: Update to version 2012-01-19.16.
41875 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41877         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41879 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41881         [BZ #13738]
41882         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41883         * manual/fdl-1.3.texi: New file.
41884         * manual/fdl-1.1.texi: File removed.
41886         [BZ #13738]
41887         * manual/libc.texinfo (FDL_VERSION): New @set.
41888         Use it for mention of FDL in cover text.
41889         (Documentation License): Use it in @include file name.
41891 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41892             Roland McGrath  <roland@hack.frob.com>
41894         [BZ #5461]
41895         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41896         (not LONG_LONG_MAX and LONG_LONG_MIN.
41897         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41898         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41899         name.
41900         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41902 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41904         [BZ #2547]
41905         [BZ #11365]
41906         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41907         manipulate bits before adding and subtracting TWO23[sx].
41908         * math/libm-test.inc (nearbyint_test): Add more tests.
41910 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41912         [BZ #2548]
41913         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41914         bits before adding and subtracting TWO23[sx].
41915         * math/libm-test.inc (rint_test): Add more tests.
41916         (rint_test_tonearest): Likewise.
41917         (rint_test_towardzero): Likewise.
41918         (rint_test_downward): Likewise.
41919         (rint_test_upward: Likewise.
41921 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41923         [BZ #10110]
41924         * include/stdc-predef.h: New file.  Extracted from features.h.
41925         * include/features.h: Include stdc-predef.h.
41926         * Makefile (headers): Add stdc-predef.h.
41927         * CONFORMANCE (Compiler limitations): Update.
41929 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41931         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41933 2012-02-21  David S. Miller  <davem@davemloft.net>
41935         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41936         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41938 2012-02-20  David S. Miller  <davem@davemloft.net>
41940         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41941         using a normal save/restore sequence, rather than allocating a
41942         dummy stack frame just to store a frame pointer and restore.
41943         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41945 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41947         * manual/install.texi: Fix stray word in line-wrapped comment.
41949 2012-02-20  David S. Miller  <davem@davemloft.net>
41951         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41952         both binutils and gcc support GOTDATA.
41954         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41955         "rd %pc" in the PIC register setup sequences.
41957         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41958         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41959         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41960         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41961         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41962         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41963         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41964         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41965         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41966         (SYSCALL_ERROR_HANDLER): Likewise.
41967         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41968         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41969         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41970         (SYSCALL_ERROR_HANDLER): Likewise.
41972         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
41973         (HAVE_GCC_GOTDATA): New.
41974         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
41975         relocation support in both binutils and gcc.
41976         * sysdeps/sparc/elf/configure: Regenerate.
41978         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
41979         * sysdeps/sparc/sparc32/elf/configure: Delete.
41980         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
41981         * sysdeps/sparc/sparc64/elf/configure: Delete.
41982         * sysdeps/sparc/elf/configure.in: New file.
41983         * sysdeps/sparc/elf/configure: Generate.
41985         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
41986         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
41987         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
41988         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
41989         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
41991 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41993         * manual/install.texi: Do not mention specific glibc version
41994         numbers.
41995         * manual/libc.texinfo (VERSION, UPDATED): Update.
41996         (@copying): Use @copyright{} and range of years.
41998 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42000         [BZ #13695]
42001         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42002         [crti.S not in sysdirs] (generated): Do not append.
42003         [crti.S not in sysdirs] (omit-deps): Likewise.
42004         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42005         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42006         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42007         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42008         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42009         Likewise.
42010         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42011         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42012         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42013         * csu/defs.awk: Remove file.
42014         * sysdeps/generic/initfini.c: Likewise.
42015         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42016         variable.
42017         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42018         Likewise.
42020 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42022         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42023         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42024         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42025         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42026         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42027         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42028         <bits/epoll.h>.
42029         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42030         (__EPOLL_PACKED): Define to empty if not defined by
42031         <bits/epoll.h>.
42032         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42033         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42034         bits/epoll.h.
42036 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42038         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42039         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42040         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42041         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42042         <bits/timerfd.h>.
42043         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42044         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42045         bits/timerfd.h.
42047 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42049         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42050         in C locale.
42051         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42052         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42053         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42056 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42058         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42059         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42061 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42063         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42064         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42065         defined.
42066         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42067         Likewise.
42068         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42069         entry for 2.16.
42071 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42073         * math/w_acos.c: Use non-signaling floating-point comparisons.
42074         * math/w_acosf.c: Likewise.
42075         * math/w_acosh.c: Likewise.
42076         * math/w_acoshf.c: Likewise.
42077         * math/w_acoshl.c: Likewise.
42078         * math/w_acosl.c: Likewise.
42079         * math/w_asin.c: Likewise.
42080         * math/w_asinf.c: Likewise.
42081         * math/w_asinl.c: Likewise.
42082         * math/w_atanh.c: Likewise.
42083         * math/w_atanhf.c: Likewise.
42084         * math/w_atanhl.c: Likewise.
42085         * math/w_exp2.c: Likewise.
42086         * math/w_exp2f.c: Likewise.
42087         * math/w_exp2l.c: Likewise.
42088         * math/w_j0.c: Likewise.
42089         * math/w_j0f.c: Likewise.
42090         * math/w_j0l.c: Likewise.
42091         * math/w_j1.c: Likewise.
42092         * math/w_j1f.c: Likewise.
42093         * math/w_j1l.c: Likewise.
42094         * math/w_jn.c: Likewise.
42095         * math/w_jnf.c: Likewise.
42096         * math/w_log.c: Likewise.
42097         * math/w_log10.c: Likewise.
42098         * math/w_log10f.c: Likewise.
42099         * math/w_log10l.c: Likewise.
42100         * math/w_log2.c: Likewise.
42101         * math/w_log2f.c: Likewise.
42102         * math/w_log2l.c: Likewise.
42103         * math/w_logf.c: Likewise.
42104         * math/w_logl.c: Likewise.
42105         * math/w_sqrt.c: Likewise.
42106         * math/w_sqrtf.c: Likewise.
42107         * math/w_sqrtl.c: Likewise.
42108         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42109         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42110         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42111         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42112         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42114 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42116         [BZ #9739]
42117         * manual/string.texi (strnlen): Use correct parameter name in
42118         equivalent expression.
42120 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42122         [BZ #11174]
42123         * manual/users.texi (seteuid): Consistently use neweuid for
42124         argument name.
42126 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42128         [BZ #13704]
42129         * manual/nss.texi (Services in the NSS configuration): Correct
42130         list of services in example configuration file.
42132 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42134         [BZ #11322]
42135         * manual/arith.texi: Remove statements about negative zero
42136         behaving identically to zero.
42138 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42140         [BZ #5993]
42141         * manual/install.texi: Do not document upgrading from libc5.
42143 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42145         [BZ #4596]
42146         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42148 2012-02-18  David S. Miller  <davem@davemloft.net>
42150         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42151         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42152         %o7 across the call.
42153         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42154         instead.
42155         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42156         SETUP_PIC_REG_LEAF.
42157         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42158         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42159         * sysdeps/sparc/crtn.S: Likewise.
42161 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42163         * aout/Makefile: Remove.
42165 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42167         [BZ #13058]
42168         * manual/examples/argp-ex1.c (main): Format definition in GNU
42169         style.
42170         * manual/examples/argp-ex2.c (main): Likewise.
42171         * manual/examples/argp-ex3.c (main): Likewise.
42172         * manual/examples/argp-ex4.c (main): Likewise.
42173         * manual/examples/longopt.c (main): Use new-style prototype
42174         definition.
42175         * manual/examples/strncat.c (main): Specify return type and use
42176         (void) for arguments.
42177         * manual/examples/subopt.c (main): Use char **argv argument.
42179 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42181         [BZ #5077]
42182         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42183         rounding modes.
42185 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42187         [BZ #6907]
42188         * manual/string.texi (strchr): Change when strchrnul is
42189         recommended.
42191 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42193         [BZ #174]
42194         * manual/locale.texi (setlocale): Document LOCPATH.
42196 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42198         [BZ #10210]
42199         * manual/process.texi (execle): Move @dots{} before last argument.
42201 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
42203         [BZ #12047]
42204         * manual/charset.texi (Generic Charset Conversion): Fix typo
42205         (LC_TYPE -> LC_CTYPE).
42207 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
42209         [BZ #5805]
42210         * manual/arith.texi (scalbn): Use @var{} on parameter names.
42211         (scalbnf): Likewise.
42212         (scalbnl): Likewise.
42213         (scalbln): Likewise.
42214         (scalblnf): Likewise.
42215         (scalblnl): Likewise.
42216         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42217         (vwarnx): Likewise.
42218         (verr): Likewise.
42219         (verrx): Likewise.
42220         * manual/filesys.texi (telldir): Use braces around return type.
42221         * manual/llio.texi (mmap): Add space after comma.
42222         (mmap64): Likewise.
42223         * manual/math.texi (jn): Use @var{} on parameter names.
42224         (jnf): Likewise.
42225         (jnl): Likewise.
42226         (yn): Likewise.
42227         (ynf): Likewise.
42228         (ynl): Likewise.
42229         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42230         line.
42231         * manual/resource.texi (ulimit): Use @dots{} instead of literal
42232         "...".
42233         (sched_get_priority_min): Remove semicolon on @deftypefun line.
42234         (sched_get_priority_max): Likewise.
42235         * manual/signal.texi (sigvec): Add space after comma.
42236         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42237         names.
42238         (if_indextoname): Likewise.
42239         (if_freenameindex): Likewise.
42240         (sendto): Use ',' instead of '.' in prototype.
42241         * manual/startup.texi (syscall): Use @dots{} instead of literal
42242         "...".
42243         * manual/stdio.texi (__fpending): Separate initial words of
42244         paragraph from @deftypefun line.
42245         * manual/syslog.texi (syslog): Use @dots{} instead of literal
42246         "...".
42247         (vsyslog): Use @var{} on parameter names.
42248         * manual/terminal.texi (stty): Use @var{} on parameter names.
42249         * manual/users.texi (getutmp): Use @var{} on parameter names.
42250         (getutmpx): Likewise.
42252 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42254         [BZ #6884]
42255         * manual/stdio.texi (fopen): Fix typos in description of
42256         ",ccs=STRING".
42258 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42260         [BZ #4026]
42261         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42262         get clock_id definition.
42264 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
42266         [BZ #4822]
42267         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42268         (madvise): Cast every argument to void on its own.
42270 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42272         [BZ #9902]
42273         * manual/startup.texi (Exit Status): Fix typo.
42275 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42277         [BZ #10140]
42278         * manual/examples/argp-ex1.c: Include <stdlib.h>.
42279         * manual/examples/argp-ex2.c: Likewise.
42280         * manual/examples/argp-ex3.c: Likewise.
42282 2012-02-16  Richard Henderson  <rth@redhat.com>
42284         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
42285         * sysdeps/s390/s390-32/initfini.c: Remove.
42286         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
42287         * sysdeps/s390/s390-64/initfini.c: Remove.
42289 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42291         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
42292         compiler output for sysdeps/generic/initfini.c.
42293         * sysdeps/sh/elf/initfini.c: Remove file.
42295 2012-02-16  David S. Miller  <davem@davemloft.net>
42297         [BZ #11494]
42298         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42300         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42301         * sysdeps/sparc/crti.S: New file.
42302         * sysdeps/sparc/crtn.S: New file.
42303         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42304         * sysdeps/sparc/sparc64/Makefile: Likewise.
42306 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42308         [BZ #3335]
42309         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42311 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42313         [BZ #4822]
42314         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42316         * mach/devstream.c (cookie_io_functions_t): Macro removed.
42317         (write, read, close): Likewise.
42318         Patch by Aurelien Jarno <aurelien@aurel32.net>.
42320 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
42322         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42323         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42324         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42325         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42326         <bits/signalfd.h>.
42327         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42328         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42329         bits/signalfd.h.
42331 2012-02-14  Marek Polacek  <polacek@redhat.com>
42333         * sysdeps/x86_64/crti.S: New file.
42334         * sysdeps/x86_64/crtn.S: New file.
42335         * sysdeps/x86_64/elf/initfini.c: Remove file.
42337 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42339         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42340         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42341         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42342         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42343         <bits/inotify.h>.
42344         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42345         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42346         bits/inotify.h.
42348 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42350         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42351         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42352         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42353         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42354         <bits/eventfd.h>.
42355         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42356         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42357         bits/eventfd.h.
42359 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
42361         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42362         __feraiseexcept instead of feraiseexcept.
42364         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42365         nanosleep invocations.
42366         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42367         strings, and add error checking for a nanosleep invocations.
42369 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
42371         Replace FSF snail mail address with URLs, as per GNU coding standards.
42372         Most of the snail mail addresses were wrong anyway, and omitting
42373         them makes the source code easier to maintain.  Almost all of the
42374         changes are to license notices and to locale LC_IDENTIFICATION
42375         addresses, except for this one:
42376         * manual/libc.texinfo: In "Published by", give the FSF's URL,
42377         not its snail mail address.
42379 2012-02-09  Richard Henderson  <rth@twiddle.net>
42381         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42382         of kernel-features.h.
42384         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42386 2012-02-08  Marek Polacek  <polacek@redhat.com>
42388         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42389         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42390         * sysdeps/gnu/_G_config.h: Likewise.
42391         * sysdeps/generic/_G_config.h: Likewise.
42393 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
42395         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42396         tests.
42397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42399         * sysdeps/powerpc/powerpc32/crti.S: New file.
42400         * sysdeps/powerpc/powerpc32/crtn.S: New file.
42401         * sysdeps/powerpc/powerpc64/crti.S: New file.
42402         * sysdeps/powerpc/powerpc64/crtn.S: New file.
42404         * Makeconfig (have-initfini): Don't set.
42405         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42406         * configure.in (nopic_initfini): Don't substitute.
42407         * config.h.in (HAVE_INITFINI): Don't #undef.
42408         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42409         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42411 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
42413         Support crti.S and crtn.S provided directly by architectures.
42414         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42415         [crti.S in sysdirs] (omit-deps): Likewise.
42416         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42417         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42418         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42419         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42420         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42421         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42422         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42423         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42424         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42425         compiler output for sysdeps/generic/initfini.c.
42426         * sysdeps/i386/elf/Makefile: Remove file.
42427         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42429 2012-02-07  Marek Polacek  <polacek@redhat.com>
42431         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42432         * sysdeps/gnu/_G_config.h: Likewise.
42433         * sysdeps/mach/hurd/_G_config.h: Likewise.
42435 2012-02-07  Marek Polacek  <polacek@redhat.com>
42437         * math/Makefile (tests): Add tst-CMPLX2.
42438         * math/tst-CMPLX2.c: New file.
42440 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42442         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42444         * math/libm-test.inc (jn_test): Add missing L suffix.
42446 2012-02-06  Marek Polacek  <polacek@redhat.com>
42448         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42449         * sysdeps/i386/fpu/e_powf.S: Likewise.
42450         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42451         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42452         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42453         * sysdeps/i386/fpu/e_pow.S: Likewise.
42454         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42455         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42456         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42457         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42458         * sysdeps/i386/fpu/e_log2.S: Likewise.
42459         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42460         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42461         * sysdeps/i386/fpu/e_powl.S: Likewise.
42462         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42463         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42464         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42465         * sysdeps/i386/fpu/e_logl.S: Likewise.
42466         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42467         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42468         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42469         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42470         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42471         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42472         * sysdeps/i386/fpu/e_log.S: Likewise.
42473         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42474         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42475         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42476         * sysdeps/i386/fpu/e_logf.S: Likewise.
42477         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42478         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42479         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42480         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42481         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42482         * sysdeps/i386/fpu/e_log10.S: Likewise.
42483         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42484         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42485         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42486         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42487         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42488         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42489         * sysdeps/i386/asm-syntax.h: Likewise.
42490         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42491         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42492         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42493         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42494         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42495         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42496         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42497         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42498         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42499         * sysdeps/powerpc/sysdep.h: Likewise.
42500         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42501         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42503 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42505         [BZ #411]
42506         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42508 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42510         * sysdeps/i386/sysdep.h: Include <features.h>.
42511         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42512         version.
42514 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42516         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42517         Define.
42518         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42519         LOAD_PIC_REG_STR.
42521 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42523         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42524         (SETUP_PIC_REG): Use GET_PC_THUNK.
42525         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42526         macro.
42528 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42530         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42531         for non-PIC compilation.
42532         (SETUP_PIC_REG): Add .p2align directive.
42533         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42534         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42535         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42536         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42537         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42538         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42539         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42540         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42541         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42542         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42543         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42544         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42545         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42546         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42547         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42548         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42549         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42550         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42551         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42552         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42553         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42554         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42555         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42556         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42557         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42558         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42559         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42560         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42561         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42562         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42563         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42564         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42565         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42566         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42567         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42568         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42569         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42570         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42571         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42572         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42573         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42575 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42577         * math/tst-CMPLX.c: Include <stdio.h>.
42579 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42581         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42582         float.
42583         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42584         * sysdeps/sparc/bits/mathdef.h: Likewise.
42586 2012-01-31  Marek Polacek  <polacek@redhat.com>
42588         * libio/libio.h: Don't define _PARAMS.
42589         * locale/programs/config.h: Don't define PARAMS.
42590         * stdlib/strtol_l.c: Likewise.
42591         (__strtol_l): Remove PARAMS from the prototype.
42593 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42595         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42596         names.  Just use the correct names.  Remove unnecessary wrapper
42597         functions.
42598         * malloc/arena.c: Likewise.
42599         * malloc/hooks.c: Likewise.
42601         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42602         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42603         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42605 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42607         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42608         into tail calls.
42609         (update_get_addr): New function.
42610         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42611         GET_ADDR_MODULE parameter.
42613 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42615         * crypt/cert.c: Remove __STDC__ conditionals.
42616         * crypt/crypt-entry.c: Likewise.
42617         * crypt/crypt_util.c: Likewise.
42618         * libio/filedoalloc.c: Likewise.
42619         * libio/fileops.c: Likewise.
42620         * libio/genops.c: Likewise.
42621         * libio/iofclose.c: Likewise.
42622         * libio/iofdopen.c: Likewise.
42623         * libio/iofopen.c: Likewise.
42624         * libio/iofopen64.c: Likewise.
42625         * libio/iogetdelim.c: Likewise.
42626         * libio/iopopen.c: Likewise.
42627         * libio/obprintf.c: Likewise.
42628         * libio/oldfileops.c: Likewise.
42629         * libio/oldiofclose.c: Likewise.
42630         * libio/oldiofdopen.c: Likewise.
42631         * libio/oldiofopen.c: Likewise.
42632         * libio/oldiopopen.c: Likewise.
42633         * libio/wfiledoalloc.c: Likewise.
42634         * libio/wgenops.c: Likewise.
42635         * locale/programs/xmalloc.c: Likewise.
42636         * misc/syslog.c: Likewise.
42637         * stdio-common/xbug.c: Likewise.
42638         * string/memchr.c: Likewise.
42639         * string/memcmp.c: Likewise.
42640         * string/memrchr.c: Likewise.
42641         * string/rawmemchr.c: Likewise.
42642         * sysdeps/posix/getcwd.c: Likewise.
42643         * time/strftime_l.c: Likewise.
42645 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42647         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42648         * config.make.in (config-cflags-sse2avx): Define.
42649         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42650         Fix typo.
42652 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42654         * scripts/config.guess: Update from upstream config git repository.
42655         * scripts/config.sub: Likewise.
42657 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42659         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42660         (EM_NUM): Update.
42661         (R_TILEPRO_*, R_TILEGX_*): New macros.
42663         * scripts/firstversions.awk: Fix bug in version range handling.
42665         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42667         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42669         * include/sys/epoll.h: New file.
42670         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42671         libc_hidden_def.
42673 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42675         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42676         Avoid unnecessary __WORDSIZE == 64 test.
42677         (fmaxf): Use VEX format if possible.
42678         (fmax): Likewise.
42679         (fminf): Likewise.
42680         (fmin): Likewise.
42682         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42683         * math/math_private.h: Remove libc_fegetround* and
42684         libc_fesetround*.
42685         * sysdeps/i386/configure.in: Check for -msse2avx.
42686         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42687         also if SSE2AVX is defined.
42688         Remove libc_fegetround* and libc_fesetround*.
42689         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42690         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42691         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42692         of HAS_YMM_USABLE.
42693         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42694         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42695         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42696         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42697         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42699         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42701 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42703         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42704         size is not set.
42705         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42707 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42709         [BZ #13618]
42710         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42711         relocation.
42712         * Makeconfig (libm): Define.
42713         * elf/Makefile: Add rules to build and run tst-relsort1.
42714         * elf/tst-relsort1.c: New file.
42715         * elf/tst-relsort1mod1.c: New file.
42716         * elf/tst-relsort1mod2.c: New file.
42718 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42720         * math/s_ldexp.c: Remove __STDC__ conditionals.
42721         * math/s_ldexpf.c: Likewise.
42722         * math/s_ldexpl.c: Likewise.
42723         * math/s_nextafter.c: Likewise.
42724         * math/s_nexttowardf.c: Likewise.
42725         * math/s_significand.c: Likewise.
42726         * math/s_significandf.c: Likewise.
42727         * math/s_significandl.c: Likewise.
42728         * math/w_jnl.c: Likewise.
42729         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42730         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42731         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42732         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42733         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42734         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42735         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42736         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42737         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42738         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42739         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42740         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42741         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42742         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42743         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42744         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42745         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42746         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42747         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42748         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42749         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42750         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42751         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42752         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42753         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42754         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42755         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42756         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42757         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42758         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42759         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42760         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42761         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42762         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42763         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42764         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42765         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42766         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42767         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42768         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42769         * sysdeps/ieee754/k_standard.c: Likewise.
42770         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42771         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42772         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42773         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42774         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42775         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42776         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42777         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42778         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42779         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42780         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42781         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42782         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42783         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42784         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42785         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42786         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42787         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42788         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42789         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42790         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42791         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42792         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42793         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42794         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42795         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42796         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42797         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42798         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42799         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42800         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42801         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42802         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42803         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42804         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42805         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42806         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42807         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42808         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42809         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42810         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42811         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42812         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42813         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42814         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42815         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42816         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42817         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42818         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42819         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42820         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42821         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42822         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42823         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42824         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42825         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42826         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42827         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42828         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42829         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42830         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42831         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42832         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42833         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42834         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42835         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42836         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42837         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42838         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42839         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42840         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42841         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42842         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42843         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42844         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42845         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42846         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42847         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42848         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42849         * sysdeps/ieee754/s_matherr.c: Likewise.
42850         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42851         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42852         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42853         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42855 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42857         * crypt/md5.h: Remove __STDC__ conditionals.
42858         * libio/libioP.h: Likewise.
42859         * locale/programs/config.h: Likewise.
42860         * sysdeps/generic/sysdep.h: Likewise.
42861         * sysdeps/i386/asm-syntax.h: Likewise.
42862         * sysdeps/s390/asm-syntax.h: Likewise.
42863         * sysdeps/unix/sysdep.h: Likewise.
42864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42867 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42869         * libio/libio.h: Remove __STDC__ conditionals.
42870         * malloc/obstack.h: Likewise.
42871         * math/complex.h: Likewise.
42872         * math/math.h: Likewise.
42873         * sysdeps/generic/_G_config.h: Likewise.
42874         * sysdeps/gnu/_G_config.h: Likewise.
42875         * sysdeps/mach/hurd/_G_config.h: Likewise.
42876         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42877         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42878         * sysdeps/sparc/bits/mathdef.h: Likewise.
42880 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42882         [BZ #13583]
42883         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42884         Clean up HAS_* macros.
42885         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42886         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42887         possible.
42888         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42889         HAS_AVX.
42890         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42891         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42892         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42893         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42894         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42896 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42898         * elf/tst-unique3.cc (gets): Remove declaration.
42899         * elf/tst-unique3lib.cc (gets): Likewise.
42900         * elf/tst-unique3lib2.cc (gets): Likewise.
42901         * elf/tst-unique4.cc (gets): Likewise.
42903 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42905         * include/stdio.h: Add C++ protection.  Add gets declarations and
42906         definitions.
42907         * debug/tst-chk1.c: Don't declare gets here.
42908         * stdio-common/tst-gets.c: Likewise.
42910 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42912         * posix/glob: Remove directory.
42914 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42916         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42918 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42920         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42921         of the non-standard EPFNOSUPPORT.
42923 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42925         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42926         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42927         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42929 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42931         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42933 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42935         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42936         transient errors.
42937         * nscd/grpcache.c (cache_addgr): Likewise.
42938         * nscd/hstcache.c (cache_addhst): Likewise.
42939         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42940         * nscd/pwdcache.c (cache_addpw): Likewise.
42941         * nscd/servicescache.c (cache_addserv): Likewise.
42943 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42945         * malloc/malloc.c: Various cleanups.
42946         * malloc/hooks.c: Likewise.
42948         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42949         * stdlib/bug-fmtmsg1.c: New file.
42951         * stdlib/fmtmsg.c (init): Add missing unlock.
42952         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42954 2012-01-12  Marek Polacek  <polacek@redhat.com>
42956         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42957         and _GNU_SOURCE.
42959 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42961         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42962         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42963         macro to ensure uniqueness of label name.
42964         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42965         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42967 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42969         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42971         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42972         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42973         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42974         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
42976 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
42978         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
42980         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
42981         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42982         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42984         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
42986         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
42987         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42988         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42989         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
42991         * math/bits/math-finite.h: Add ldexp support.
42993 2012-01-10  Marek Polacek  <polacek@redhat.com>
42995         * locale/programs/localedef.h (show_archive_content): Add noreturn
42996         attribute.
42998 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43000         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43002 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43004         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43006         * io/Makefile (headers): Add bits/poll2.h.
43008 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43011         typo #include statement.
43013 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43015         * include/sys/cdefs.h: Define __attribute_alloc_size.
43016         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43017         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43018         * elf/pldd.c: Likewise.
43019         * iconv/iconv_charmap.c: Likewise.
43020         * iconv/iconvconfig.c: Likewise.
43021         * iconv/strtab.c: Likewise.
43022         * locale/programs/locale.c: Likewise.
43023         * locale/programs/localedef.h: Likewise.
43024         * locale/programs/simple-hash.c: Likewise.
43025         * nscd/nscd.h: Likewise.
43026         * nss/makedb.c: Likewise.
43027         * sysdeps/generic/ldconfig.h: Likewise.
43028         * locale/programs/localedef.c: Remove xmalloc prototype.
43029         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43031 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43033         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43034         appropriate.
43036 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43038         * math/Makefile (tests): Add tst-CMPLX.
43039         * math/tst-CMPLX.c: New file.
43041         * math/complex.h (CMPLXL): Fix typo.
43043         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43044         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43045         GLIBC_2.16.
43046         * debug/tst-chk1.c: Add poll and ppoll tests.
43047         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43048         * include/sys/poll.h: Add hidden proto for ppoll.
43049         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43050         * sysdeps/mach/hurd/ppoll.c: Likewise.
43051         * io/ppoll.c: Likewise.
43052         * debug/poll_chk.c: New file.
43053         * debug/ppoll_chk.c: New file.
43054         * include/bits/poll2.h: New file.
43055         * io/bits/poll2.h: New file.
43057         [BZ #1350]
43058         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43060         * configure.in: static is always set to yes.  Remove.
43061         * config.make.in: Don't set build-static.
43062         * Makeconfig: Remove use of build-static.
43063         * dlfcn/Makefile: Likewise.
43064         * elf/Makefile: Likewise.
43065         * math/Makefile: Likewise.
43066         * misc/Makefile: Likewise.
43067         * nptl/Makefile: Likewise.
43068         * sysdeps/mach/hurd/Makefile: Likewise.
43070         * configure.in: PWD_P is not used anymore.
43071         * config.make.in: Remove PWD_P entry.
43073         * configure.in: Remove last remnants of RANLIB.
43074         No need to check for signed size_t anymore.
43075         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43076         and IA-64.
43077         Remove __builtin_expect test because we require at least gcc 3.4.
43078         * aclocal.m4: Likewise.
43080         * wcsmbs/mbrtoc16.c: Implement using towc function.
43081         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43082         * wcsmbs/wcsmbsload.c: Likewise.
43083         * iconv/gconv_simple.c: Likewise.
43084         * iconv/gconv_int.h: Likewise.
43085         * iconv/gconv_builtin.h: Likewise.
43086         * iconv/iconv_prog.c: Remove CHAR16 handling.
43088         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43090         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43092         * configure.in: Remove --with-elf and --enable-bounded options.
43093         Dont set base_machine for ia64.  More non-ELF conditions removed.
43094         Remove testing and setting of leading underscore information.
43095         * config.make.in (build-bounded): Set to no.
43096         * config.h.in: Remove NO_UNDERSCORES entry.
43097         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43098         them.
43099         * csu/start.c: Remove !NO_UNDERSCORE code.
43100         * locale/localeinfo.h: Likewise.
43101         * sysdeps/generic/machine-gmon.h: Likewise.
43102         * sysdeps/generic/sysdep.h: Likewise.
43103         * sysdeps/i386/sysdep.h: Likewise.
43104         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43105         * sysdeps/mach/sysdep.h: Likewise.
43106         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43107         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43108         * sysdeps/sh/sysdep.h: Likewise.
43109         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43110         * sysdeps/unix/i386/sysdep.S: Likewise.
43111         * sysdeps/unix/sparc/start.c: Likewise.
43112         * sysdeps/unix/sparc/sysdep.S: Likewise.
43113         * sysdeps/unix/sparc/sysdep.h: Likewise.
43114         * sysdeps/unix/start.c: Likewise.
43115         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43116         * sysdeps/x86_64/sysdep.h: Likewise.
43118 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43120         [BZ #13553]
43121         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43122         for non-gcc.
43123         * argp/argp-fmtstream.h: Use const instead __const.
43124         * argp/argp.h: Likewise.
43125         * assert/assert.h: Likewise.
43126         * bits/fenv.h: Likewise.
43127         * bits/sched.h: Likewise.
43128         * bits/sigset.h: Likewise.
43129         * bits/sigthread.h: Likewise.
43130         * catgets/nl_types.h: Likewise.
43131         * conform/data/pthread.h-data: Likewise.
43132         * crypt/crypt-private.h: Likewise.
43133         * crypt/crypt.h: Likewise.
43134         * crypt/crypt_util.c: Likewise.
43135         * ctype/ctype.h: Likewise.
43136         * debug/execinfo.h: Likewise.
43137         * debug/mbsnrtowcs_chk.c: Likewise.
43138         * debug/mbsrtowcs_chk.c: Likewise.
43139         * debug/wcsnrtombs_chk.c: Likewise.
43140         * debug/wcsrtombs_chk.c: Likewise.
43141         * debug/wcstombs_chk.c: Likewise.
43142         * dirent/dirent.h: Likewise.
43143         * dlfcn/dlfcn.h: Likewise.
43144         * elf/neededtest4.c: Likewise.
43145         * grp/grp.h: Likewise.
43146         * gshadow/gshadow.h: Likewise.
43147         * iconv/gconv.h: Likewise.
43148         * iconv/gconv_int.h: Likewise.
43149         * iconv/gconv_simple.c: Likewise.
43150         * iconv/iconv.h: Likewise.
43151         * iconv/loop.c: Likewise.
43152         * iconv/skeleton.c: Likewise.
43153         * include/aio.h: Likewise.
43154         * include/aliases.h: Likewise.
43155         * include/argz.h: Likewise.
43156         * include/arpa/inet.h: Likewise.
43157         * include/assert.h: Likewise.
43158         * include/dirent.h: Likewise.
43159         * include/dlfcn.h: Likewise.
43160         * include/execinfo.h: Likewise.
43161         * include/fcntl.h: Likewise.
43162         * include/fenv.h: Likewise.
43163         * include/glob.h: Likewise.
43164         * include/grp.h: Likewise.
43165         * include/libintl.h: Likewise.
43166         * include/mntent.h: Likewise.
43167         * include/netdb.h: Likewise.
43168         * include/pwd.h: Likewise.
43169         * include/rpc/netdb.h: Likewise.
43170         * include/sched.h: Likewise.
43171         * include/search.h: Likewise.
43172         * include/shadow.h: Likewise.
43173         * include/signal.h: Likewise.
43174         * include/stdio.h: Likewise.
43175         * include/stdlib.h: Likewise.
43176         * include/string.h: Likewise.
43177         * include/sys/socket.h: Likewise.
43178         * include/sys/stat.h: Likewise.
43179         * include/sys/statfs.h: Likewise.
43180         * include/sys/statvfs.h: Likewise.
43181         * include/sys/syslog.h: Likewise.
43182         * include/sys/time.h: Likewise.
43183         * include/sys/uio.h: Likewise.
43184         * include/time.h: Likewise.
43185         * include/unistd.h: Likewise.
43186         * include/utmp.h: Likewise.
43187         * include/wchar.h: Likewise.
43188         * include/wctype.h: Likewise.
43189         * inet/aliases.h: Likewise.
43190         * inet/arpa/inet.h: Likewise.
43191         * inet/netinet/ether.h: Likewise.
43192         * inet/netinet/in.h: Likewise.
43193         * intl/libintl.h: Likewise.
43194         * io/bits/fcntl2.h: Likewise.
43195         * io/fcntl.h: Likewise.
43196         * io/ftw.h: Likewise.
43197         * io/sys/poll.h: Likewise.
43198         * io/sys/stat.h: Likewise.
43199         * io/sys/statfs.h: Likewise.
43200         * io/sys/statvfs.h: Likewise.
43201         * io/utime.h: Likewise.
43202         * libio/bits/stdio.h: Likewise.
43203         * libio/bits/stdio2.h: Likewise.
43204         * libio/libio.h: Likewise.
43205         * libio/libioP.h: Likewise.
43206         * libio/stdio.h: Likewise.
43207         * locale/lc-ctype.c: Likewise.
43208         * locale/locale.h: Likewise.
43209         * login/utmp.h: Likewise.
43210         * malloc/arena.c: Likewise.
43211         * malloc/malloc.c: Likewise.
43212         * malloc/malloc.h: Likewise.
43213         * malloc/mcheck.c: Likewise.
43214         * malloc/mtrace.c: Likewise.
43215         * math/bits/mathcalls.h: Likewise.
43216         * math/fenv.h: Likewise.
43217         * math/math_private.h: Likewise.
43218         * misc/bits/error.h: Likewise.
43219         * misc/bits/syslog.h: Likewise.
43220         * misc/err.h: Likewise.
43221         * misc/error.h: Likewise.
43222         * misc/fstab.h: Likewise.
43223         * misc/mntent.h: Likewise.
43224         * misc/regexp.h: Likewise.
43225         * misc/search.h: Likewise.
43226         * misc/sgtty.h: Likewise.
43227         * misc/sys/mman.h: Likewise.
43228         * misc/sys/syslog.h: Likewise.
43229         * misc/sys/uio.h: Likewise.
43230         * misc/sys/xattr.h: Likewise.
43231         * misc/ttyent.h: Likewise.
43232         * nis/rpcsvc/ypclnt.h: Likewise.
43233         * nss/nss.h: Likewise.
43234         * posix/bits/unistd.h: Likewise.
43235         * posix/fnmatch.h: Likewise.
43236         * posix/glob.h: Likewise.
43237         * posix/sched.h: Likewise.
43238         * posix/spawn.h: Likewise.
43239         * posix/sys/wait.h: Likewise.
43240         * posix/unistd.h: Likewise.
43241         * posix/wordexp.h: Likewise.
43242         * pwd/pwd.h: Likewise.
43243         * resolv/netdb.h: Likewise.
43244         * resource/sys/resource.h: Likewise.
43245         * rt/aio.h: Likewise.
43246         * rt/bits/mqueue2.h: Likewise.
43247         * rt/mqueue.h: Likewise.
43248         * shadow/shadow.h: Likewise.
43249         * signal/signal.h: Likewise.
43250         * socket/send.c: Likewise.
43251         * socket/sendto.c: Likewise.
43252         * socket/sys/socket.h: Likewise.
43253         * stdio-common/printf.h: Likewise.
43254         * stdlib/bits/stdlib.h: Likewise.
43255         * stdlib/fmtmsg.h: Likewise.
43256         * stdlib/monetary.h: Likewise.
43257         * stdlib/stdlib.h: Likewise.
43258         * stdlib/ucontext.h: Likewise.
43259         * streams/stropts.h: Likewise.
43260         * string/argz.h: Likewise.
43261         * string/bits/string2.h: Likewise.
43262         * string/string.h: Likewise.
43263         * string/strings.h: Likewise.
43264         * sunrpc/rpc/auth.h: Likewise.
43265         * sunrpc/rpc/auth_des.h: Likewise.
43266         * sunrpc/rpc/clnt.h: Likewise.
43267         * sunrpc/rpc/netdb.h: Likewise.
43268         * sunrpc/rpc/pmap_clnt.h: Likewise.
43269         * sunrpc/rpc/xdr.h: Likewise.
43270         * sysdeps/generic/inttypes.h: Likewise.
43271         * sysdeps/generic/net/if.h: Likewise.
43272         * sysdeps/generic/sys/swap.h: Likewise.
43273         * sysdeps/gnu/net/if.h: Likewise.
43274         * sysdeps/gnu/utmpx.h: Likewise.
43275         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43276         * sysdeps/i386/i486/bits/string.h: Likewise.
43277         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43278         * sysdeps/s390/bits/string.h: Likewise.
43279         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43280         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43281         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
43282         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
43283         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
43284         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
43285         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
43286         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
43287         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
43288         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
43289         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
43290         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
43291         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
43292         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
43293         * sysdeps/unix/sysv/linux/readv.c: Likewise.
43294         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
43295         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
43296         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43297         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43298         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43299         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43300         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43301         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43302         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43303         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43304         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43305         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43306         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43307         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43308         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43309         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43310         * sysvipc/sys/ipc.h: Likewise.
43311         * sysvipc/sys/msg.h: Likewise.
43312         * sysvipc/sys/sem.h: Likewise.
43313         * sysvipc/sys/shm.h: Likewise.
43314         * termios/termios.h: Likewise.
43315         * time/sys/time.h: Likewise.
43316         * time/time.h: Likewise.
43317         * wcsmbs/bits/wchar2.h: Likewise.
43318         * wcsmbs/uchar.h: Likewise.
43319         * wcsmbs/wchar.h: Likewise.
43320         * wctype/wctype.h: Likewise.
43322         [BZ #13551]
43323         * Makeconfig: Remove all but ELF support including AIX support.
43324         * Makerules: Likewise.
43325         * config.h.in: Likewise.
43326         * config.make.in: Likewise.
43327         * configure: Likewise.
43328         * configure.in: Likewise.
43329         * csu/Makefile: Likewise.
43330         * csu/version.c: Likewise.
43331         * debug/Makefile: Likewise.
43332         * dlfcn/Makefile: Likewise.
43333         * elf/Makefile: Likewise.
43334         * extra-lib.mk: Likewise.
43335         * iconv/Makefile: Likewise.
43336         * include/libc-symbols.h: Likewise.
43337         * include/shlib-compat.h: Likewise.
43338         * resolv/Makefile: Likewise.
43339         * resolv/res_libc.c: Likewise.
43340         * rt/Makefile: Likewise.
43341         * sysdeps/i386/asm-syntax.h: Likewise.
43342         * sysdeps/i386/sysdep.h: Likewise.
43343         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43344         * sysdeps/mach/sysdep.h: Likewise.
43345         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43346         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43347         * sysdeps/s390/asm-syntax.h: Likewise.
43348         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43349         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43350         * sysdeps/sh/sysdep.h: Likewise.
43351         * sysdeps/unix/sparc/sysdep.h: Likewise.
43352         * sysdeps/wordsize-32/divdi3.c: Likewise.
43353         * sysdeps/x86_64/sysdep.h: Likewise.
43355         * argp/Versions: Remove _argp_unlock_xxx.
43357         [BZ #13559]
43358         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
43359         * abilist/libBrokenLocale.abilist: Likewise.
43360         * abilist/libanl.abilist: Likewise.
43361         * abilist/libc.abilist: Likewise.
43362         * abilist/libcrypt.abilist: Likewise.
43363         * abilist/libdl.abilist: Likewise.
43364         * abilist/libm.abilist: Likewise.
43365         * abilist/libnsl.abilist: Likewise.
43366         * abilist/libpthread.abilist: Likewise.
43367         * abilist/libresolv.abilist: Likewise.
43368         * abilist/librt.abilist: Likewise.
43369         * abilist/libthread_db.abilist: Likewise.
43370         * abilist/libutil.abilist: Likewise.
43371         * abilist/libnss_db.abilist: New file.
43373         * scripts/abilist.awk: Add support for indirect functions.
43375         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43377         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43379         * shlib-versions: Remove entries for ports architectures.
43381         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
43382         files in ports.
43383         * elf/stackguard-macros.h: Remove support for IA-64.
43384         * elf/tst-auditmod1.c: Likewise.
43385         * sysdeps/generic/ldsodefs.h: Likewise.
43387         * sysdeps/unix/sysv/linux/configure.in: Ports should define
43388         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43389         configure files.
43391         [BZ #13552]
43392         * configure.in: Remove --enable-omitfp support.
43393         * FAQ.in: Adjust.
43394         * config.make.in: Likewise.
43395         * Makeconfig: Likewise.
43396         * manual/install.texi: Likewise.
43398         In case anyone cares, the IA-64 architecture could move to ports.
43399         * sysdeps/ia64/*: Removed.
43400         * sysdeps/unix/sysv/linux/ia64/*: Removed.
43401         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
43403         [BZ #13555]
43404         * configure.in: Remove entries for unsupported architectures.
43406         [BZ #13533]
43407         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43408         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
43409         routines.
43410         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43411         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43412         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
43413         fall back to using wcrtomb.
43414         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43415         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
43416         renaming.
43417         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43418         * wcsmbs/tst-c16c32-1.c: New file.
43420         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43421         local variable.
43423         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43425         * elf/tst-unique3.cc: Add explicit declaration of gets.
43426         * elf/tst-unique3lib.cc: Likewise.
43427         * elf/tst-unique3lib2.cc: Likewise.
43428         * elf/tst-unique4.cc: Likewise.
43430         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43432 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43434         [BZ #13566]
43435         * assert/assert.h (static_assert): Don't define for C++.
43436         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43437         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43439 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43441         * iconv/loop.c (single loop): Fix assertion in storing of
43442         remaining bytes.
43444         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43446 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43448         * posix/getconf.c: Update copyright year.
43449         * nss/getent.c: Likewise.
43450         * nss/makedb.c: Likewise.
43451         * iconv/iconvconfig.c: Likewise.
43452         * iconv/iconv_prog.c: Likewise.
43453         * elf/ldconfig.c: Likewise.
43454         * elf/pldd.c: Likewise.
43455         * elf/sotruss.ksh: Likewise.
43456         * catgets/gencat.c: Likewise.
43457         * csu/version.c: Likewise.
43458         * elf/ldd.bash.in: Likewise.
43459         * elf/sprof.c (print_version): Likewise.
43460         * locale/programs/locale.c: Likewise.
43461         * locale/programs/localedef.c: Likewise.
43462         * login/programs/pt_chown.c: Likewise.
43463         * nscd/nscd.c (print_version): Likewise.
43464         * debug/xtrace.sh: Likewise.
43465         * malloc/memusage.sh: Likewise.
43466         * malloc/mtrace.pl: Likewise.
43467         * debug/catchsegv.sh: Likewise.
43469 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43471         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43472         pure attribute.
43474 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43476         [BZ #13533]
43477         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43478         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43479         transformations.
43480         * iconv/gconv_int.h: Likewise.
43481         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43482         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43483         from libc for GLIBC_2.16.
43484         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43485         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43486         * wcsmbs/uchar.h: Really define mbstate_t.
43487         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43488         * wcsmbs/c16rtomb.c: New file.
43489         * wcsmbs/mbrtoc16.c: New file.
43490         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43491         for C/POSIX locale.
43492         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43493         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43495         * wcsmbs/wchar.h: Add missing __restrict.
43497 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43499         [BZ #13532]
43500         * time/Makefile (routines): Add timespec_get.
43501         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43502         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43503         timespec for ISO C11.
43504         * time/timespec_get.c: New file.
43505         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43506         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43508         [BZ #13531]
43509         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43510         * stdlib/stdlib.h: Declare aligned_alloc.
43511         * Versions.def: Add GLIBC_2.16 for libc.
43512         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43514         [BZ 13527]
43515         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43516         ISO C11.
43518         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43519         code.
43521         [BZ #13528]
43522         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43524         [BZ #13529]
43525         * assert/assert.h (static_assert): Define.
43527         * version.h: Update for 2.16 development version.
43529         [BZ #13526]
43530         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43531         _ISOC11_SOURCE.
43533         * version.h (RELEASE): Bump for 2.15 release.
43534         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43536         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43537         Patch by Marek Polacek <mpolacek@redhat.com>.
43539         * bits/byteswap.h: Protect long long constants with __extension__.
43540         * sysdeps/i386/bits/byteswap.h: Likewise.
43541         * sysdeps/ia64/bits/byteswap.h: Likewise.
43542         * sysdeps/s390/bits/byteswap.h: Likewise.
43543         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43545 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43547         [BZ #13540]
43548         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43549         destination buffer.
43550         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43552 2011-12-23  Marek Polacek  <polacek@redhat.com>
43554         * elf/dl-addr.c (determine_info): Add inline keyword.
43555         * elf/tst-auditmod4b.c (check_avx): Likewise.
43556         * elf/tst-auditmod6b.c (check_avx): Likewise.
43557         * elf/tst-auditmod6c.c (check_avx): Likewise.
43558         * elf/tst-auditmod7b.c (check_avx): Likewise.
43560 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43562         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43563         !__SSE_MATH__.
43565 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43567         [BZ #13540]
43568         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43569         processing for last bytes.
43571 2011-08-06  Bruno Haible  <bruno@clisp.org>
43573         [BZ #13061]
43574         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43575         U+0385, not to U+1FEE.
43577         [BZ #13062]
43578         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43579         entry for U+00A5 U+0301.
43581 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43583         [BZ #13166]
43584         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43585         buffer for the output is too small.
43587         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43588         optimization.
43590         [BZ #13185]
43591         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43592         SSE flags if possible.
43594 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43596         [BZ #13540]
43597         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43598         processing for last bytes.
43600 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43602         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43603         (syscall-list-default-options, syscall-list-default-condition)
43604         (syscall-list-includes): Define.
43605         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43606         list of ABIs and options and #if conditions for each ABI.  Do not
43607         handle common syscalls between ABIs specially.
43608         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43609         Remove.
43610         (syscall-list-variants, syscall-list-32bit-options)
43611         (syscall-list-32bit-condition, syscall-list-64bit-options)
43612         (syscall-list-64bit-condition): Define.
43613         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43614         (syscall-list-variants, syscall-list-32bit-options)
43615         (syscall-list-32bit-condition, syscall-list-64bit-options)
43616         (syscall-list-64bit-condition): Define.
43617         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43618         Remove.
43619         (syscall-list-variants, syscall-list-32bit-options)
43620         (syscall-list-32bit-condition, syscall-list-64bit-options)
43621         (syscall-list-64bit-condition): Define.
43622         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43623         Remove.
43624         (syscall-list-variants, syscall-list-32bit-options)
43625         (syscall-list-32bit-condition, syscall-list-64bit-options)
43626         (syscall-list-64bit-condition): Define.
43628 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43630         * locale/iso-639.def: Add brx entry.
43632         [BZ #13328]
43633         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43634         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43636         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43637         __feraiseexcept_renamed.
43639 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43641         [BZ #13538]
43642         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43643         EPOLLET with unsigned values.
43644         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43645         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43647         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43648         to large cancellation.
43649         * math/s_cacoshf.c: Likewise.
43650         * math/s_cacoshl.c: Likewise.
43652 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43654         [BZ #13305]
43655         [BZ #12786]
43656         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43657         * math/s_cacoshf.c: Likewise.
43658         * math/s_cacoshl.c: Likewise.
43660 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43662         [BZ #13439]
43663         * iconv/gconv.h: Define __GCONV_SWAP.
43664         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43665         * iconvdata/utf-16.c: Likewise.
43666         * iconvdata/utf-32.c: Likewise.
43668 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43670         [BZ #13524]
43671         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43672         numerator after shifting it by one limb.
43674 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43676         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43677         under [__USE_EXTERN_INLINES].
43679 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43681         [BZ #13446]
43682         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43684 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43686         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43687         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43688         optimized code.
43689         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43690         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43691         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43692         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43693         for strncasecmp/strncasecmp_l compilation.
43694         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43695         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43697 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43699         [BZ #13484]
43700         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43701         of __asm__.
43703 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43705         [BZ #13506]
43706         * time/tzfile.c (__tzfile_read): Check values from file header.
43708 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43710         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43711         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43712         * powerpc/powerpc32/dl-start.S: Likewise.
43713         * powerpc/powerpc32/elf/start.S: Likewise.
43714         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43715         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43716         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43717         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43718         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43719         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43720         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43721         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43722         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43723         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43724         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43725         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43726         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43727         * powerpc/powerpc32/memset.S: Likewise.
43728         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43729         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43730         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43731         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43732         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43733         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43734         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43735         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43736         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43737         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43738         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43739         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43740         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43742 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43744         * math/libm-test.inc: Added more nearbyint tests.
43745         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43746         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43747         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43748         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43750 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43752         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43753         FD_CLOEXEC.
43755 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43757         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43758         Add wcscpy-ssse3 wcscpy-c.
43759         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43760         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43761         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43762         * sysdeps/x86_64/wcschr.S: New file.
43763         * sysdeps/x86_64/wcsrchr.S: New file.
43764         * string/test-strcmp.c: Remove checking of wcscmp function for
43765         wrong alignments.
43766         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43767         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43768         wcsrchr-sse2 wcsrchr-c.
43769         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43770         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43771         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43772         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43773         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43774         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43775         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43776         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43777         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43778         * wcsmbc/wcschr.c (WCSCHR): New macro.
43780 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43782         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43783         * wcsmbs/test-wcsrchr.c: New file.
43784         * string/test-strrchr.c: Add wcsrchr support.
43785         (WIDE): New macro.
43786         * wcsmbs/test-wcscpy.c: New file.
43787         * string/test-strcpy.c: Add wcscpy support.
43788         (WIDE): New macro.
43790 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43792         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43793         the inner loop.
43795 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43797         [BZ #13472]
43798         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43800 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43802         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43803         Minor optimizations.
43805         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43806         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43807         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43809 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43811         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43812         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43813         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43814         for gcc to avoid warnings.
43815         * inet/Makefile (tests): Add tst-checks.
43816         * inet/tst-checks.c: New file.
43818         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43819         warning.
43821         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43822         __wmemcmp_sse2.
43824         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43825         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43827         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43829 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43831         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43832         problem.
43834         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43836 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43838         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43839         conditional on GCC version.
43840         (__arch_compare_and_exchange_val_8_acq)
43841         (__arch_compare_and_exchange_val_16_acq)
43842         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43843         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43844         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43846 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43848         * sysdeps/sh/backtrace.c: New file.
43850 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43852         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43853         parenthesis.
43855 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43857         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43858         falling back to utime.
43860 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43862         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43863         expectations for float.
43865 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43867         * locale/weight.h (findidx): Add parameter len.
43868         * locale/weightwc.h (findidx): Likewise.
43869         * posix/fnmatch_loop.c (FCT): Adjust caller.
43870         * posix/regcomp.c (build_equiv_class): Likewise.
43871         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43872         * posix/regexec.c (check_node_accept_bytes): Likewise.
43873         * string/strcoll_l.c (STRCOLL): Likewise.
43874         * string/strxfrm_l.c (STRXFRM): Likewise.
43876 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43878         * Makefile.in: Remove CVSOPT handling.
43879         * configure.in: Remove use of AC_REVISION.
43880         * iconvdata/Makefile (distribute): No need to filter out CVS.
43881         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43882         handling.
43884 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43886         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43887         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43888         [USE_AS_STRNCASECMP_L]: Likewise.
43889         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43890         NO_TLS_DIRECT_SEG_REFS.
43891         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43892         Fix argument offsets for non-PIC.
43893         [USE_AS_STRNCASECMP_L]: Likewise.
43894         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43895         NO_TLS_DIRECT_SEG_REFS.
43897 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43899         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43900         O_CLOEXEC.
43901         * locale/loadlocale.c (_nl_load_locale): Likewise.
43903 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43905         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43906         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43907         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43908         (SYSCALL_GETTIME): Set errno on error.
43910         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43911         count references to noai6ai_cached.
43913 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43915         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43917         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43918         FD_CLOEXEC for /proc/self/maps.
43920         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43921         FD_CLOEXEC for /proc/meminfo.
43923         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43924         gai.conf.
43926         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43927         FD_CLOEXEC for given file.
43929         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43931         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43932         FD_CLOEXEC for /etc/hosts.
43933         (_gethtent): Likewise.
43935         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43937         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43938         cancellation and set FD_CLOEXEC for /etc/netgroup.
43940         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43941         reading /etc/publickey.
43943         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43944         allow cancellation when reading /etc/group.
43946         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43947         cancellation.
43948         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43950         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43951         when using data file.
43953         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43955         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43956         (write_nis_obj): Use "c" and "e" in fopen.
43958         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43960         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43962         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43964         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43966         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43967         locale.alias.
43969         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43971         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43973         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
43975         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
43976         file parsing and set FD_CLOEXEC.
43978 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43980         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
43982 2011-11-14  Andreas Schwab  <schwab@redhat.com>
43984         * malloc/arena.c (arena_get2): Don't call reused_arena when
43985         _int_new_arena failed.
43987 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43989         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
43990         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
43991         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
43992         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43993         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43994         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
43995         to compile strcasecmp and strncasecmp.
43996         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
43997         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
43999         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44001 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44003         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44004         locale-defines.sym to gen-as-const-headers.
44005         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44006         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44007         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44008         to compile strcasecmp and strncasecmp.
44009         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44010         strcasecmp_l and strncasecmp_l.
44011         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44012         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44013         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44014         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44015         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44016         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44017         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44018         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44019         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44020         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44021         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44023 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44025         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44026         result of SYSDEP_GETTIME_CPU to retval.
44027         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44028         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44030         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44031         variable.
44033         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44034         mantissa words.
44035         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44037         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44038         from unused variable.
44040         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44041         DWARF definitions.
44042         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44043         for assembling.
44045         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44046         over namespaces.
44048         * sunrpc/rpc_prot.c (rejected): Fix case value.
44050         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44051         unsigned long long int to avoid warnings in shift.
44053         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44054         of use of trans.
44055         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44056         variable tmp.
44058         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44059         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44060         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44062         * nis/nis_table.c (nis_list): Use variable of correct type for
44063         result of __follow_path call.
44065 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44067         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44068         of math functions ceil, trunc, floor, round, and sqrt, when
44069         avaliable on the platform.
44070         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44071         name clash.
44072         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44073         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44074         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44076 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44078         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44079         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44081 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44083         * include/unistd.h: Fix __readlink return type.
44084         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44086 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44088         * stdlib/ucontext.h: Undo last change for makecontext.
44090 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44092         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44094         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44095         * setjmp/setjmp.h: Mark functions as non-leaf.
44096         * setjmp/bits/setjmp2.h: Likewise.
44097         * stdlib/ucontext.h: Likewise.
44099 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44101         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44102         (reused_arena): Don't check arena limit.
44103         (arena_get2): Atomically check arena limit.
44105 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44107         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44108         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44110         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44111         instructions.
44113 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44115         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44116         handler when locking.
44118         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44119         Fix size of allocated buffer.
44121 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44123         [BZ #10103]
44124         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44125         declarations for long double functions.
44126         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44128         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44130 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44132         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44133         installed.
44135         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44136         is disabled.
44138 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44140         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44142 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44144         * include/alloca.h (stackinfo_alloca_round): Define.
44145         (extend_alloca): Use it.
44146         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44147         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44148         here.
44150         * scripts/check-local-headers.sh: Ignore libaudit.h.
44152         * nscd/Makefile (extra-objs): Make recursively expanded.
44154 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44156         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44157         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44159         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44160         * posix/tst-rfc3484-2.c: Likewise.
44161         * posix/tst-rfc3484-3.c: Likewise.
44163         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44164         process_vm_writev.
44165         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44166         process_vm_writev.
44167         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44168         process_vm_writev from libc using GLIBC_2.15 version.
44170         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44172 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44174         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44175         stack usage.
44177 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44179         [BZ #13367]
44180         * nss/getent.c (initgroups_keys): Show error message in case no group
44181         names are given.
44183         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44184         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44185         __bump_nl_timestamp.
44186         * nscd/connections (nscd_init): When host database is served open
44187         netlink socket and request notification about configuration changes.
44188         (main_loop_poll): Track netlink file descriptor and bump timestamp
44189         in case data becomes available.
44190         (main_loop_epoll): Likewise.
44191         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44192         (database_pers_head): Add extra_data fileds.
44193         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44194         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44195         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44196         Adjust caller.
44197         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44198         in6ai data, call __free_in6ai.
44199         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44200         Add -DHAVE_NETLINK.
44201         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
44202         interface information.  Reuse previous data if netlink timestamp
44203         is not changed.
44204         (__bump_nl_timestamp): New function.
44205         (__free_in6ai): New function.
44207 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
44209         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44210         close_not_cancel_no_status here.
44211         (__check_pf): Reorganize code a bit to not call close twice if OOM.
44213 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44215         [BZ #13276]
44216         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44217         return value.
44219         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
44220         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44221         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44223 2011-07-03  Andreas Jaeger  <aj@suse.de>
44225         [BZ #10709]
44226         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44227         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44228         * math/libm-test.inc (sin_test): Add test case.
44230 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44232         [BZ #13337]
44233         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44234         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44236         * elf/chroot_canon.c (chroot_canon): Cleanups.
44238         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44240         [BZ #13335]
44241         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44242         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44244         * string/test-strchr.c: Make usable for strchrnul testing.
44245         * string/test-strchrnul.c: New file.
44246         * string/Makefile (strop-tests): Add strchrnul.
44248         * po/it.po: Update from translation team.
44249         * po/es.po: Likewise.
44251 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44253         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44254         the three constants needed as parameters.  Drop the others.
44255         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44256         __m128i_strloadu_tolower.
44257         Create and initialize variable zero and use it in all the places
44258         where _mm_setzero_si128 was used.
44260         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44261         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44262         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44263         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44264         anymore.
44265         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44266         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44267         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44268         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44269         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44270         __mpranred, __mptan.
44271         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44272         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44273         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44274         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44275         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44276         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44277         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44278         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44279         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44281 2011-10-28  Andreas Schwab  <schwab@redhat.com>
44283         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
44284         redefine if SHARED.
44285         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
44287         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
44288         wide char related routines to wcsmbs subdir.
44290 2011-10-27  Andreas Schwab  <schwab@redhat.com>
44292         [BZ #13344]
44293         * misc/sys/cdefs.h (__THROWNL): Define.
44294         * posix/unistd.h: Use __THREADNL instead of __THREAD
44295         for memory synchronization functions.
44297 2011-10-26  Roland McGrath  <roland@hack.frob.com>
44299         [BZ #13349]
44300         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44301         doesn't exist.
44302         * manual/stdio.texi (Obstack Streams): Node removed.
44304 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44306         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44307         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44308         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44310         * math/math_private.h (math_force_eval): Allow non-addressable
44311         arguments.
44312         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44314 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44316         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44317         file is not needed.
44319         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44320         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44321         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44322         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44323         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44324         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44325         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44326         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44327         Add AVX variants.
44328         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44329         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44330         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44331         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44332         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44333         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44334         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44335         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44336         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44337         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44338         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44339         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44340         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44341         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44342         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44343         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44344         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44345         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44346         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44348         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44349         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
44351         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44352         place.  Use VEX encoding when compiling for AVX.
44354 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44356         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44357         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44359         * string/test-strchr.c (do_test): Don't generate NUL bytes.
44361 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44363         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
44364         useless if() expression.
44365         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44366         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44367         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44368         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44369         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44370         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44371         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44372         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44373         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44374         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44375         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44376         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44377         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44378         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44379         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44380         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44381         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44382         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44383         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44385         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44387 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44389         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44390         condition.
44391         * elf/dl-fini.c (_dl_sort_fini): Likewise.
44393 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44395         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44396         .text section.  Avoid duplicate constants.
44397         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44398         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44399         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44400         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44401         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44402         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44403         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44404         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44405         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44406         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44407         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44408         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44409         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44410         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44411         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44412         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44413         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44414         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44415         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44416         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44417         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44418         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44419         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44420         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44421         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44422         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44423         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44424         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44425         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44426         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44427         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44428         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44429         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44430         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44431         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44432         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44433         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44434         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44435         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44436         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44437         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44438         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44439         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44440         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44441         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44443 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44445         * sysdeps/x86_64/dla.h: Move to ...
44446         * sysdeps/x86_64/fpu/dla.h: ...here.
44447         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44448         situations.  Use __builtin_fma only for gcc 4.6 and up.
44450         * config.make.in: Add have-mfma4 entry.
44451         * configure.in: Substitute libc_cv_cc_fma4.
44452         * math/Makefile (dbl-only-routines): Add sincostab.
44453         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44454         Use __sincostab not sincos.
44455         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44456         name is a macro.
44457         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44458         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44459         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44460         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44461         using __copysign.
44462         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44463         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44464         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44465         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44466         and __inv.
44467         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44468         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44469         __copysign.
44470         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44471         define aliases when function name is a macro.
44472         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44473         sysdeps/ieee754/dbl-64/sincos.tbl.
44474         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44475         fma4-enabled routines.
44476         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44477         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44478         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44479         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44480         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44481         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44482         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44483         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44484         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44485         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44486         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44487         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44488         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44489         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44490         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44491         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44492         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44493         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44494         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44495         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44496         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44497         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44498         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44499         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44500         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44501         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44502         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44503         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44504         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44505         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44507         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44508         rename.
44509         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44510         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44511         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44512         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44513         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44514         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44515         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44516         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44518 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44520         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44522 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44524         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44526         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44527         prediction.
44528         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44530         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44531         Remove unused variable magic_bits.
44532         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44534         * string/strnlen.c: Define and use STRNLEN macro.
44535         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44536         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44537         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44538         * wcsmbs/wcslen.c: Define and use WCSLEN.
44539         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44540         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44541         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44542         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44543         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44544         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44545         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44547 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44549         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44550         strnlen-sse2-no-bsf.
44551         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44552         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44553         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44554         Add strnlen support.
44555         (USE_AS_STRNLEN): New macro.
44556         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44557         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44558         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44559         * sysdeps/x86_64/wcslen.S: New file.
44561 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44563         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44564         XMM-moves are used for copying on small sizes.
44566 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44568         * wcsmbs/Makefile (strop-tests): Add wcschr.
44569         * wcsmbs/test-wcschr.c: New file.
44570         * string/test-strchr.c: Update.
44571         Add wcschr support.
44572         (WIDE): New macro.
44574 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44576         * wcsmbs/Makefile (strop-tests): Add wcslen.
44577         * wcsmbs/test-wcslen.c: New file.
44578         * string/test-strlen.c: Update.
44579         Add wcslen support.
44580         (WIDE): New macro.
44582 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44584         * po/it.po: Update from translation team.
44586 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44588         * sysdeps/x86_64/wcscmp.S: Update.
44589         Fix wrong comparison semantics.
44590         wcscmp shall use signed comparison not unsigned.
44591         Don't use substraction to avoid overflow bug.
44592         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44593         * wcsmbc/wcscmp.c: Likewise.
44594         * string/test-strcmp.c: Likewise.
44595         Add new tests to check cases with negative values.
44597 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44599         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44600         * sysdeps/x86_64/dla.h: ...here.  New file.
44601         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44602         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44603         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44604         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44605         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44606         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44607         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44608         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44609         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44611 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44613         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44614         __ynl_finite aliases.
44616 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44618         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44620         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44621         define DLA_FMA.
44622         [DLA_FMA] (EMULV): Use DLA_FMA.
44623         [DLA_FMA] (MUL12): Use EMULV.
44624         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44625         that are not needed.
44626         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44627         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44628         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44629         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44630         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44631         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44632         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44634 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44636         * math/s_nan.c: Undef __nan.
44637         * math/s_nanf.c: Undef __nanf.
44638         * math/s_nanl.c: Undef __nanl.
44639         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44640         "math_private.h".
44642 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44644         * math/s_catan.c: Add branch predictions.
44645         * math/s_catanf.c: Likewise.
44646         * math/s_catanh.c: Likewise.
44647         * math/s_catanhf.c: Likewise.
44648         * math/s_catanhl.c: Likewise.
44649         * math/s_catanl.c: Likewise.
44650         * math/s_cexp.c: Likewise.
44651         * math/s_cexpf.c: Likewise.
44652         * math/s_cexpl.c: Likewise.
44653         * math/s_clog.c: Likewise.
44654         * math/s_clog10.c: Likewise.
44655         * math/s_clog10f.c: Likewise.
44656         * math/s_clog10l.c: Likewise.
44657         * math/s_clogf.c: Likewise.
44658         * math/s_clogl.c: Likewise.
44659         * math/s_csqrt.c: Likewise.
44660         * math/s_csqrtf.c: Likewise.
44661         * math/s_csqrtl.c: Likewise.
44662         * math/s_ctanf.c: Likewise.
44663         * math/s_ctanh.c: Likewise.
44664         * math/s_ctanhf.c: Likewise.
44665         * math/s_ctanhl.c: Likewise.
44666         * math/s_ctanl.c: Likewise.
44668         * math/math_private.h: Define __nan, __nanf, __nanl.
44669         * math/s_cacosh.c: Include <math_private.h>.
44670         * math/s_cacoshl.c: Likewise.
44671         * math/s_casinh.c: Likewise.
44672         * math/s_casinhf.c: Likewise.
44673         * math/s_casinhl.c: Likewise.
44674         * math/s_ccos.c: Rely entire on ccosh.
44675         * math/s_ccosf.c: Rely entire on ccoshf.
44676         * math/s_ccosl.c: Rely entirely on ccoshl.
44677         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44678         Remove tests for FE_INVALID.
44679         * math/s_ccoshf.c: Likewise.
44680         * math/s_ccoshl.c: Likewise.
44681         * math/s_csin.c: Likewise.
44682         * math/s_csinf.c: Likewise.
44683         * math/s_csinh.c Likewise.
44684         * math/s_csinhf.c: Likewise.
44685         * math/s_csinhl.c: Likewise.
44686         * math/s_csinl.c: Likewise.
44687         * math/s_ctan.c: Likewise.
44688         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44689         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44690         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44692 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44694         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44695         compilation problems.
44697         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44698         __builtin_expect.
44700 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44702         * sysdeps/i386/configure.in: Test for -mfma4 option.
44703         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44704         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44705         COMMON_CPUID_INDEX_80000001.
44706         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44707         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44708         use it if FMA3 is not supported.
44709         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44711         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44712         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44714 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44716         [BZ #12892]
44717         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44718         it would create a cycle with a link time dependency.
44720 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44722         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44723         instruction.
44724         * string/Makefile (strop-tests): Add rawmemchr.
44725         * string/test-rawmemchr.c: New file.
44727         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44728         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44729         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44730         when compiling str{,n}casecmp and when AVX is available.  Hook up
44731         new optimized code in initializers.
44733 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44735         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44736         __feraiseexcept instead of feraiseexcept.
44738 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44740         * math/math_private.h: Define defaults for libc_fetestexcept and
44741         libc_feupdateenv.
44742         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44743         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44744         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44745         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44746         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44747         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44748         libc_fetestexcept and libc_feupdateenv.
44750         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44751         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44752         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44753         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44754         libc_feholdexcept_setround.
44756         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44757         Add s_nearbyint-c and s_nearbyintf-c.
44758         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44759         nearbyintf inlines.
44760         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44761         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44762         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44763         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44765         * math/math_private.h: Define defaults for libc_fegetround,
44766         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44767         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44768         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44769         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44770         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44771         standard functions.
44772         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44773         Remove comments and hacks for old compiler versions.
44774         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44775         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44776         libc_feholdexceptl.
44778 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44780         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44781         (__feraiseexcept_renamed): Add __NTH.
44782         (feraiseexcept): Add __NTH.  Rename local variables to fix
44783         namespace violations.
44785 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44787         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44789         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44791         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44792         recently added interfaces.
44793         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44795         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44796         about macro parameter expansion.
44798         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44799         __NO_MATH_INLINES is defined.  Cleanups.
44801         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44802         and __floorf is target has SSE4.1.
44803         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44804         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44805         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44806         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44808         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44809         name.
44810         (floorf): Likewise.
44812         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44814 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44816         * misc/sys/cdefs.h: Fix last change.
44818         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44819         database lookup.
44821 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44823         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44825         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44826         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44827         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44828         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44829         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44830         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44831         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44832         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44833         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44834         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44835         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44836         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44837         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44838         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44839         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44840         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44841         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44842         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44843         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44844         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44845         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44846         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44848         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44849         ceil, ceilf, floor, floorf.
44851         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44852         Perform IRELATIVE relocations last.
44854         * elf/do-rel.h: Add another parameter nrelative, replacing the
44855         local variable with the same name.  Change name of the function
44856         to end in Rel or Rela (uppercase).
44857         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44858         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44859         elf_dynamic_do_##reloc function.
44861 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44863         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44864         is sufficient, at least on modern CPUs.
44866         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44868         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44869         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44871         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44872         __expl_finite.
44873         * math/bits/math-finite.h: Add entries for exp.
44874         * math/e_expl.c: Add __*_finite alias.
44875         * sysdeps/i386/fpu/e_exp.S: Likewise.
44876         * sysdeps/i386/fpu/e_expf.S: Likewise.
44877         * sysdeps/i386/fpu/e_expl.c: Likewise.
44878         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44879         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44880         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44881         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44882         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44883         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44884         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44886         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44887         is sufficient, at least on modern CPUs.
44889         * ctype/ctype-info.c (__ctype_init): Define.
44890         * include/ctype.h (__ctype_init): Declare.
44891         (__ctype_b_loc): The variable is always initialized.
44892         (__ctype_toupper_loc): Likewise.
44893         (__ctype_tolower_loc): Likewise.
44894         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44895         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44897 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44899         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44901         * configure.in: Also look in $cxxmachine/include for C++ system
44902         headers.
44904 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44906         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44907         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44908         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44909         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44910         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44911         (USE_AS_WMEMCMP): New macro.
44912         Fixing indents.
44913         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44914         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44915         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44916         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44917         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44918         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44919         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44920         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44921         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44922         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44923         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44924         (USE_AS_WMEMCMP): New macro.
44925         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44926         * sysdeps/string/test-memcmp.c: Update.
44927         Fix simple_wmemcmp.
44928         Add new tests.
44929         * wcsmbs/wmemcmp.c: Update.
44930         (WMEMCMP): New macro.
44931         Fix overflow bug.
44933 2011-10-12  Andreas Jaeger  <aj@suse.de>
44935         [BZ #13268]
44936         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44938 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44940         * libio/iofwide.c (do_length): Avoid warning.
44942         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44944 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44946         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44948         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44949         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44950         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44951         * sysdeps/i386/i686/fpu/e_log.S: New file.
44952         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44953         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44955         * ctype/ctype.h: Add support for inlined isXXX functions when
44956         compiling C++ code.
44958 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44960         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44962         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44964 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44966         [BZ #13291]
44967         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44969 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44971         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44972         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
44973         feraiseexcept.
44975         * sysdeps/x86_64/memrchr.S: Check for zero size.
44977         * string/stratcliff.c: Add memrchr tests.
44979 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44981         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44982         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
44983         rawmemchr-sse2 rawmemchr-sse2-bsf.
44984         * sysdeps/i386/i686/multiarch/memchr.S: New file.
44985         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
44986         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
44987         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
44988         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
44989         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
44990         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
44991         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
44992         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
44993         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
44994         * string/memrchr.c (MEMRCHR): New macro.
44996 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
44998         Add integration with gcc's -ffinite-math-only and optimize wrapper
44999         functions in libm.
45000         * Versions.def: Define GLIBC_2.15 version for libm.
45001         * math/Makefile (headers): Add bits/math-finite.h.
45002         * math/bits/math-finite.h: New file.
45003         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45004         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45005         * math/e_acoshl.c: Add __*_finite alias.
45006         * math/e_acosl.c: Likewise.
45007         * math/e_asinl.c: Likewise.
45008         * math/e_atan2l.c: Likewise.
45009         * math/e_atanhl.c: Likewise.
45010         * math/e_coshl.c: Likewise.
45011         * math/e_exp10.c: Likewise.
45012         * math/e_exp10f.c: Likewise.
45013         * math/e_exp10l.c: Likewise.
45014         * math/e_exp2l.c: Likewise.
45015         * math/e_fmodl.c: Likewise.
45016         * math/e_gammal_r.c: Likewise.
45017         * math/e_hypotl.c: Likewise.
45018         * math/e_j0l.c: Likewise.
45019         * math/e_j1l.c: Likewise.
45020         * math/e_jnl.c: Likewise.
45021         * math/e_lgammal_r.c: Likewise.
45022         * math/e_log10l.c: Likewise.
45023         * math/e_log2l.c: Likewise.
45024         * math/e_logl.c: Likewise.
45025         * math/e_powl.c: Likewise.
45026         * math/e_sinhl.c: Likewise.
45027         * math/e_sqrtl.c: Likewise.
45028         * math/e_scalb.c: Completely rewritten and optimized.
45029         * math/e_scalbf.c: Likewise.
45030         * math/e_scalbl.c: Likewise.
45031         * math/w_acos.c: Likewise.
45032         * math/w_acosf.c: Likewise.
45033         * math/w_acosl.c: Likewise.
45034         * math/w_acosh.c: Likewise.
45035         * math/w_acoshf.c: Likewise.
45036         * math/w_acoshl.c: Likewise.
45037         * math/w_asin.c: Likewise.
45038         * math/w_asinf.c: Likewise.
45039         * math/w_asinl.c: Likewise.
45040         * math/w_atan2.c: Likewise.
45041         * math/w_atan2f.c: Likewise.
45042         * math/w_atan2l.c: Likewise.
45043         * math/w_atanh.c: Likewise.
45044         * math/w_atanhf.c: Likewise.
45045         * math/w_atanhl.c: Likewise.
45046         * math/w_exp10.c: Likewise.
45047         * math/w_exp10f.c: Likewise.
45048         * math/w_exp10l.c: Likewise.
45049         * math/w_fmod.c: Likewise.
45050         * math/w_fmodf.c: Likewise.
45051         * math/w_fmodl.c: Likewise.
45052         * math/w_j0.c: Likewise.
45053         * math/w_j0f.c: Likewise.
45054         * math/w_j0l.c: Likewise.
45055         * math/w_j1.c: Likewise.
45056         * math/w_j1f.c: Likewise.
45057         * math/w_j1l.c: Likewise.
45058         * math/w_jn.c: Likewise.
45059         * math/w_jnf.c: Likewise.
45060         * math/w_log.c: Likewise.
45061         * math/w_logf.c: Likewise.
45062         * math/w_logl.c: Likewise.
45063         * math/w_log10.c: Likewise.
45064         * math/w_log10f.c: Likewise.
45065         * math/w_log10l.c: Likewise.
45066         * math/w_log2.c: Likewise.
45067         * math/w_log2f.c: Likewise.
45068         * math/w_log2l.c: Likewise.
45069         * math/w_pow.c: Likewise.
45070         * math/w_powf.c: Likewise.
45071         * math/w_powl.c: Likewise.
45072         * math/w_remainder.c: Likewise.
45073         * math/w_remainderf.c: Likewise.
45074         * math/w_remainderl.c: Likewise.
45075         * math/w_scalb.c: Likewise.
45076         * math/w_scalbf.c: Likewise.
45077         * math/w_scalbl.c: Likewise.
45078         * math/w_sqrt.c: Likewise.
45079         * math/w_sqrtf.c: Likewise.
45080         * math/w_sqrtl.c: Likewise.
45081         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45082         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45083         used.
45084         * math/math_private.h: Declare __kernel_standard_f.
45085         * math/w_cosh.c: Remove cruft and optimize a bit.
45086         * math/w_coshf.c: Likewise.
45087         * math/w_coshl.c: Likewise.
45088         * math/w_exp2.c: Likewise.
45089         * math/w_exp2f.c: Likewise.
45090         * math/w_exp2l.c: Likewise.
45091         * math/w_hypot.c: Likewise.
45092         * math/w_hypotf.c: Likewise.
45093         * math/w_hypotl.c: Likewise.
45094         * math/w_lgamma.c: Likewise.
45095         * math/w_lgamma_r.c: Likewise.
45096         * math/w_lgammaf.c: Likewise.
45097         * math/w_lgammaf_r.c: Likewise.
45098         * math/w_lgammal.c: Likewise.
45099         * math/w_lgammal_r.c: Likewise.
45100         * math/w_sinh.c: Likewise.
45101         * math/w_sinhf.c: Likewise.
45102         * math/w_sinhl.c: Likewise.
45103         * math/w_tgamma.c: Likewise.
45104         * math/w_tgammaf.c: Likewise.
45105         * math/w_tgammal.c: Likewise.
45106         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45107         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45108         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45109         Minor optimizations.  Pretty printing.  Remove cruft.
45110         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45111         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45112         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45113         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45114         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45115         * sysdeps/i386/fpu/e_asin.S: Likewise.
45116         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45117         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45118         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45119         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45120         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45121         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45122         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45123         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45124         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45125         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45126         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45127         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45128         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45129         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45130         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45131         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45132         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45133         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45134         * sysdeps/i386/fpu/e_log.S: Likewise.
45135         * sysdeps/i386/fpu/e_log10.S: Likewise.
45136         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45137         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45138         * sysdeps/i386/fpu/e_log2.S: Likewise.
45139         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45140         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45141         * sysdeps/i386/fpu/e_logf.S: Likewise.
45142         * sysdeps/i386/fpu/e_logl.S: Likewise.
45143         * sysdeps/i386/fpu/e_pow.S: Likewise.
45144         * sysdeps/i386/fpu/e_powf.S: Likewise.
45145         * sysdeps/i386/fpu/e_powl.S: Likewise.
45146         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45147         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45148         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45149         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45150         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45151         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45152         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45153         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45154         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45155         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45156         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45157         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45158         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45159         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45160         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45161         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45162         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45163         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45164         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45165         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45166         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45167         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45168         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45169         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45170         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45171         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45172         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45173         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45174         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45175         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45176         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45177         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45178         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45179         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45180         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45181         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45182         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45183         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45184         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45185         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45186         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45187         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45188         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45189         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45190         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45191         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45192         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45193         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45194         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45195         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45196         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45197         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45198         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45199         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45200         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45201         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45202         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45203         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45204         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45205         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45206         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45207         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45208         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45209         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45210         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45211         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45212         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45213         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45214         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45215         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45216         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45217         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45218         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45219         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45220         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45221         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45222         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45223         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45224         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45225         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45226         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45227         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45228         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45229         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45230         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45231         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45232         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45233         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45234         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45235         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45236         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45237         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45238         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45239         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45240         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45241         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45242         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45243         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45244         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45245         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45246         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45247         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45248         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45249         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45250         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45251         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45252         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45253         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45254         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45255         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45256         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45257         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45258         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45259         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45260         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45261         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45262         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45263         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45264         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45265         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
45266         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45267         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45268         (__isnanf): Likewise.
45269         (__isinf_ns): Likewise.
45270         (__isinf_nsf): Likewise.
45271         (__finite): Likewise.
45272         (__finitef): Likewise.
45273         (__ieee754_sqrt): Define as macro.
45274         (__ieee754_sqrtf): Define as macro.
45275         (__ieee754_sqrtl): Define as macro.
45276         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45277         inlined copy.
45278         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45279         __FINITE_MATH_ONLY__ consistent.
45280         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45282 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
45284         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
45285         of rawmemchr.
45287         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
45289 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
45291         * po/ja.po: Update from translation team.
45293 2011-10-08  Roland McGrath  <roland@hack.frob.com>
45295         * locale/programs/locarchive.c (prepare_address_space): New function.
45296         (create_archive, enlarge_archive, open_archive): Use it.
45298         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45299         inside [SHARED], where it is used.
45301         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45303         * nss/getent.c (netgroup_keys): Remove unused variable.
45304         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45306 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45308         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45309         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45310         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45311         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45312         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45313         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45314         * math/Makefile (libm-calls): Add s_isinf_ns.
45315         * math/divtc3.c: Use __isinf_nsl instead of isinf.
45316         * math/multc3.c: Likewise.
45317         * math/s_casin.c: Likewise.
45318         * math/s_casinf.c: Likewise.
45319         * math/s_casinl.c: Likewise.
45320         * math/s_ccos.c: Likewise.
45321         * math/s_ccosf.c: Likewise.
45322         * math/s_ccosl.c: Likewise.
45323         * math/s_ctan.c: Likewise.
45324         * math/s_ctanf.c: Likewise.
45325         * math/s_ctanh.c: Likewise.
45326         * math/s_ctanhf.c: Likewise.
45327         * math/s_ctanhl.c: Likewise.
45328         * math/s_ctanl.c: Likewise.
45329         * math/w_fmod.c: Likewise.
45330         * math/w_fmodf.c: Likewise.
45331         * math/w_fmodl.c: Likewise.
45332         * math/w_remainder.c: Likewise.
45333         * math/w_remainderf.c: Likewise.
45334         * math/w_remainderl.c: Likewise.
45335         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45336         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45337         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45338         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45339         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45340         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45341         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45342         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45344         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45345         of the number.
45346         * stdio-common/printf_fphex.c: Likewise.
45347         * stdio-common/printf_size.c: Likewise.
45349         * math/e_exp10.c: Include math_private.h using <...> not "...".
45350         * math/e_exp10f.c: Likewise.
45351         * math/e_exp10l.c: Likewise.
45352         * math/e_exp2l.c: Likewise.
45353         * math/e_j0l.c: Likewise.
45354         * math/e_j1l.c: Likewise.
45355         * math/e_jnl.c: Likewise.
45356         * math/e_lgammal_r.c: Likewise.
45357         * math/e_rem_pio2l.c: Likewise.
45358         * math/e_scalb.c: Likewise.
45359         * math/e_scalbf.c: Likewise.
45360         * math/e_scalbl.c: Likewise.
45361         * math/k_cosl.c: Likewise.
45362         * math/k_sinl.c: Likewise.
45363         * math/k_tanl.c: Likewise.
45364         * math/s_cacoshf.c: Likewise.
45365         * math/s_catan.c: Likewise.
45366         * math/s_catanf.c: Likewise.
45367         * math/s_catanh.c: Likewise.
45368         * math/s_catanhf.c: Likewise.
45369         * math/s_catanhl.c: Likewise.
45370         * math/s_catanl.c: Likewise.
45371         * math/s_ccosh.c: Likewise.
45372         * math/s_ccoshf.c: Likewise.
45373         * math/s_ccoshl.c: Likewise.
45374         * math/s_cexp.c: Likewise.
45375         * math/s_cexpf.c: Likewise.
45376         * math/s_cexpl.c: Likewise.
45377         * math/s_clog.c: Likewise.
45378         * math/s_clog10.c: Likewise.
45379         * math/s_clog10f.c: Likewise.
45380         * math/s_clog10l.c: Likewise.
45381         * math/s_clogf.c: Likewise.
45382         * math/s_clogl.c: Likewise.
45383         * math/s_csin.c: Likewise.
45384         * math/s_csinf.c: Likewise.
45385         * math/s_csinh.c: Likewise.
45386         * math/s_csinhf.c: Likewise.
45387         * math/s_csinhl.c: Likewise.
45388         * math/s_csinl.c: Likewise.
45389         * math/s_csqrt.c: Likewise.
45390         * math/s_csqrtf.c: Likewise.
45391         * math/s_csqrtl.c: Likewise.
45392         * math/s_ctan.c: Likewise.
45393         * math/s_ctanf.c: Likewise.
45394         * math/s_ctanh.c: Likewise.
45395         * math/s_ctanhf.c: Likewise.
45396         * math/s_ctanhl.c: Likewise.
45397         * math/s_ctanl.c: Likewise.
45398         * math/s_ldexp.c: Likewise.
45399         * math/s_ldexpf.c: Likewise.
45400         * math/s_ldexpl.c: Likewise.
45401         * math/s_significand.c: Likewise.
45402         * math/s_significandf.c: Likewise.
45403         * math/s_significandl.c: Likewise.
45404         * math/w_acos.c: Likewise.
45405         * math/w_acosf.c: Likewise.
45406         * math/w_acosh.c: Likewise.
45407         * math/w_acoshf.c: Likewise.
45408         * math/w_acoshl.c: Likewise.
45409         * math/w_acosl.c: Likewise.
45410         * math/w_asin.c: Likewise.
45411         * math/w_asinf.c: Likewise.
45412         * math/w_asinl.c: Likewise.
45413         * math/w_atan2.c: Likewise.
45414         * math/w_atan2f.c: Likewise.
45415         * math/w_atan2l.c: Likewise.
45416         * math/w_atanh.c: Likewise.
45417         * math/w_atanhf.c: Likewise.
45418         * math/w_atanhl.c: Likewise.
45419         * math/w_cosh.c: Likewise.
45420         * math/w_coshf.c: Likewise.
45421         * math/w_coshl.c: Likewise.
45422         * math/w_dremf.c: Likewise.
45423         * math/w_exp10.c: Likewise.
45424         * math/w_exp10f.c: Likewise.
45425         * math/w_exp10l.c: Likewise.
45426         * math/w_exp2.c: Likewise.
45427         * math/w_exp2f.c: Likewise.
45428         * math/w_fmod.c: Likewise.
45429         * math/w_fmodf.c: Likewise.
45430         * math/w_fmodl.c: Likewise.
45431         * math/w_hypot.c: Likewise.
45432         * math/w_hypotf.c: Likewise.
45433         * math/w_hypotl.c: Likewise.
45434         * math/w_j0.c: Likewise.
45435         * math/w_j0f.c: Likewise.
45436         * math/w_j0l.c: Likewise.
45437         * math/w_j1.c: Likewise.
45438         * math/w_j1f.c: Likewise.
45439         * math/w_j1l.c: Likewise.
45440         * math/w_jn.c: Likewise.
45441         * math/w_jnf.c: Likewise.
45442         * math/w_jnl.c: Likewise.
45443         * math/w_lgamma.c: Likewise.
45444         * math/w_lgamma_r.c: Likewise.
45445         * math/w_lgammaf.c: Likewise.
45446         * math/w_lgammaf_r.c: Likewise.
45447         * math/w_lgammal.c: Likewise.
45448         * math/w_lgammal_r.c: Likewise.
45449         * math/w_log.c: Likewise.
45450         * math/w_log10.c: Likewise.
45451         * math/w_log10f.c: Likewise.
45452         * math/w_log10l.c: Likewise.
45453         * math/w_log2.c: Likewise.
45454         * math/w_log2f.c: Likewise.
45455         * math/w_log2l.c: Likewise.
45456         * math/w_logf.c: Likewise.
45457         * math/w_logl.c: Likewise.
45458         * math/w_pow.c: Likewise.
45459         * math/w_powf.c: Likewise.
45460         * math/w_powl.c: Likewise.
45461         * math/w_remainder.c: Likewise.
45462         * math/w_remainderf.c: Likewise.
45463         * math/w_remainderl.c: Likewise.
45464         * math/w_scalb.c: Likewise.
45465         * math/w_scalbf.c: Likewise.
45466         * math/w_scalbl.c: Likewise.
45467         * math/w_sinh.c: Likewise.
45468         * math/w_sinhf.c: Likewise.
45469         * math/w_sinhl.c: Likewise.
45470         * math/w_sqrt.c: Likewise.
45471         * math/w_sqrtf.c: Likewise.
45472         * math/w_sqrtl.c: Likewise.
45473         * math/w_tgamma.c: Likewise.
45474         * math/w_tgammaf.c: Likewise.
45475         * math/w_tgammal.c: Likewise.
45477         * po/ja.po: Update from translation team.
45479 2011-09-29  Andreas Jaeger  <aj@suse.de>
45481         [BZ #13179]
45482         * sunrpc/netname.c (netname2host): Fix logic.
45484         [BZ #6779]
45485         [BZ #6783]
45486         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45487         correctly.
45488         * math/w_remainder.c (__remainder): Likewise.
45489         * math/w_remainderf.c (__remainderf): Likewise.
45490         * math/libm-test.inc (remainder_test): Add test cases.
45492 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45494         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45495         sdiv_qrnnd.
45497 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45499         * string/test-memcmp.c: Avoid unncessary #defines.
45500         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45502 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45504         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45505         Use new sse2 version for core i3 - i7 as it's faster
45506         than sse42 version.
45507         (bit_Prefer_PMINUB_for_stringop): New.
45508         * sysdeps/x86_64/rawmemchr.S: Update.
45509         Replace with faster SSE2 version.
45510         * sysdeps/x86_64/memrchr.S: New file.
45511         * sysdeps/x86_64/memchr.S: Update.
45512         Replace with faster SSE2 version.
45514 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45516         * elf/dl-load.c (lose): Add cast to avoid warning.
45518 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45520         * po/ca.po: Update from translation team.
45522         * inet/getnetgrent_r.c: Hook up nscd.
45523         * nscd/Makefile (routines): Add nscd_netgroup.
45524         (nscd-modules): Add netgroupcache.
45525         (CFLAGS-netgroupcache.c): Define.
45526         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45527         (cache_search): Add const to second parameter.
45528         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45529         INNETGR.
45530         (dbs): Add netgrdb entry.
45531         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45532         (verify_persistent_db): Handle netgrdb.
45533         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45534         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45535         GETFDNETGR.
45536         (netgroup_response_header): Define.
45537         (innetgroup_response_header): Define.
45538         (datahead): Add netgroup_response_header and innetgroup_response_header
45539         elements.
45540         * nscd/nscd.conf: Add entries for netgroup cache.
45541         * nscd/nscd.h (dbtype): Add netgrdb.
45542         (_PATH_NSCD_NETGROUP_DB): Define.
45543         (netgroup_iov_disabled): Declare.
45544         (xmalloc, xcalloc, xrealloc): Move declarations here.
45545         (cache_search): Adjust prototype.
45546         Add netgroup-related prototypes.
45547         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45548         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45549         (__nscd_innetgr): Declare.
45550         * nscd/selinux.c (perms): Use access_vector_t as element type and
45551         add netgroup-related initializers.
45552         * nscd/netgroupcache.c: New file.
45553         * nscd/nscd_netgroup.c: New file.
45554         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45555         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45556         For four parameters use innetgr.
45557         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45558         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45559         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45560         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45562         * nscd/connections.c (register_traced_file): Don't register file
45563         for disabled databases.
45565 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45567         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45569         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45570         from tree and freeing node.
45572 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45574         * nss/nsswitch.c (__nss_database_lookup): Handle
45575         nss_parse_service_list out of memory case.
45577 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45579         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45580         out of memory case.
45582 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45584         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45585         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45586         pass it down.
45587         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45588         elf_machine_rela, elf_machine_lazy_rel.
45589         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45590         (ELF_DYNAMIC_DO_REL): Likewise.
45591         (ELF_DYNAMIC_DO_RELA): Likewise.
45592         (ELF_DYNAMIC_RELOCATE): Likewise.
45593         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45594         to ELF_DYNAMIC_DO_REL.
45595         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45596         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45597         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45598         elf_machine_rela.
45599         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45600         skip_ifunc, don't call ifunc function if non-zero.
45601         (elf_machine_rela): Likewise.
45602         (elf_machine_lazy_rel): Likewise.
45603         (elf_machine_lazy_rela): Likewise.
45604         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45605         (elf_machine_lazy_rel): Likewise.
45606         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45607         Likewise.
45608         (elf_machine_lazy_rel): Likewise.
45609         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45610         Likewise.
45611         (elf_machine_lazy_rel): Likewise.
45612         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45613         (elf_machine_lazy_rel): Likewise.
45614         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45615         (elf_machine_lazy_rel): Likewise.
45616         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45617         (elf_machine_lazy_rel): Likewise.
45618         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45619         (elf_machine_lazy_rel): Likewise.
45620         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45621         (elf_machine_lazy_rel): Likewise.
45622         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45623         (elf_machine_lazy_rel): Likewise.
45625 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45627         * nss/nss_files/files-init.c (_nss_files_init): Use static
45628         initialization for all the *_traced_file variables.
45630 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45632         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45634 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45636         [BZ #13226]
45637         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45639 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45641         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45642         Reread the line before reparsing it.
45644 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45646         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45648 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45649             Maxim Kuvyrkov  <maxim@codesourcery.com>
45650             Joseph Myers  <joseph@codesourcery.com>
45652         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45653         if needed for __stack_chk_guard.
45655 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45657         * sysdeps/posix/spawni.c (script_execute): Always define it.
45658         It will be optimized away if unused.
45659         (maybe_script_execute): New function.
45660         (__spawni): Call it.
45662         * Makerules: Don't include tls.make.
45663         (config-tls): Always set to thread.
45664         * tls.make.c: File removed.
45666 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45668         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45669         * config.make.in (CPPFLAGS-config): New substituted variable.
45671 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45673         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45675         [BZ #13192]
45676         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45677         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45679 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45681         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45682         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45683         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45684         (CALL_FAIL): Likewise.
45685         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45686         (CALL_FAIL): Macro removed.
45687         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45689 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45691         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45692         for __FINITE_MATH_ONLY__ == 1.
45694 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45696         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45697         __ieee754_sqrt instead of sqrt.
45698         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45699         __ieee754_sqrtf instead of sqrtf.
45700         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45701         __floorf instead of floorf.
45702         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45703         __floorf, __truncf instead of floorf, truncf.
45705 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45707         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45709         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45710         __extern_always_inline.
45711         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45712         32-bit.
45714 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45716         * elf/rtld.c (dl_main): Also relocate in dependency order when
45717         doing symbol dependency testing.
45719 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45721         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45722         Always define `refsym'.
45724 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45726         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45727         (__FD_ELT): Renamed from __FDELT.
45728         * misc/bits/select2.h (__FD_ELT): Likewise.
45729         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45730         __FD_MASK instead of __FDELT, __FDMASK.
45731         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45732         Likewise.
45733         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45734         Likewise.
45736         * elf/Makefile (gen-ldd): Fix pattern.
45738         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45739         (init_tls): Likewise.
45741 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45743         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45745 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45747         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45748         `struct cmsghdr *' instead of `void *'.
45749         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45750         Likewise.
45752 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45754         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45755         if non-absolute.
45756         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45757         ldd_rewrite_script.
45759 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45761         * configure.in: Remove --with-tls option.
45762         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45763         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45764         out in case it is missing.
45765         * sysdeps/ia64/elf/configure.in: Likewise.
45766         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45767         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45768         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45769         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45770         * sysdeps/sh/elf/configure.in: Likewise.
45771         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45772         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45773         * sysdeps/x86_64/elf/configure.in: Likewise.
45774         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45775         * sysdeps/mach/hurd/tls.h: Likewise.
45777         [BZ #13067]
45778         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45780         [BZ #13090]
45781         * configure.in: Fix use of AC_INIT.
45783         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45785 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45787         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45788         __set_errno.
45789         * malloc/hooks.c: Likewise.
45791         [BZ #11929]
45792         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45793         variables statically.
45794         (narenas): Initialize.
45795         (list_lock): Initialize.
45796         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45797         initializtion of main_arena and list_lock.  Small cleanups.
45798         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45799         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45800         Add initializers to main_arena and mp_.
45801         (malloc_state): Remove pagesize member.  Change all users to use
45802         GLRO(dl_pagesize).
45804         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45805         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45806         is always initialized.
45808         * malloc/malloc.c: Removed unused configurations and dead code.
45809         * malloc/arena.c: Likewise.
45810         * malloc/hooks.c: Likewise.
45811         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45813         * include/tls.h: Removed.  USE___THREAD must always be defined.
45814         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45815         * elf/dl-libc.c: Likewise.
45816         * elf/dl-tsd.c: Likewise.
45817         * include/errno.h: Likewise.
45818         * include/netdb.h: Likewise.
45819         * include/resolv.h: Likewise.
45820         * inet/herrno-loc.c: Likewise.
45821         * inet/herrno.c: Likewise.
45822         * malloc/arena.c: Likewise.
45823         * malloc/hooks.c: Likewise.
45824         * malloc/malloc.c: Likewise.
45825         * resolv/res-state.c: Likewise.
45826         * resolv/res_libc.c: Likewise.
45827         * sysdeps/i386/dl-machine.h: Likewise.
45828         * sysdeps/ia64/dl-machine.h: Likewise.
45829         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45830         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45831         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45832         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45833         * sysdeps/sh/dl-machine.h: Likewise.
45834         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45835         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45836         * sysdeps/unix/i386/sysdep.S: Likewise.
45837         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45838         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45839         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45840         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45841         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45842         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45843         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45844         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45845         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45846         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45847         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45848         * sysdeps/x86_64/dl-machine.h: Likewise.
45849         * tls.make.c: Likewise.
45851         * configure.in: Remove --with-__thread option.  Make tests for
45852         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45853         tls_model attribute fail if no support is available.  Remove
45854         USE_IN_LIBIO.
45855         * Makeconfig: Adjust for dropped configure option.  All features are
45856         now mandatory.
45857         * Makerules: Likewise.
45858         * Versions.def: Likewise.
45859         * argp/argp-fmtstream.c: Likewise.
45860         * argp/argp-fmtstream.h: Likewise.
45861         * argp/argp-help.c: Likewise.
45862         * assert/assert.c: Likewise.
45863         * config.h.in: Likewise.
45864         * config.make.in: Likewise.
45865         * configure: Likewise.
45866         * configure.in: Likewise.
45867         * csu/Versions: Likewise.
45868         * csu/init.c: Likewise.
45869         * elf/tst-audit2.c: Likewise.
45870         * elf/tst-tls10.c: Likewise.
45871         * elf/tst-tls10.h: Likewise.
45872         * elf/tst-tls11.c: Likewise.
45873         * elf/tst-tls12.c: Likewise.
45874         * elf/tst-tls14.c: Likewise.
45875         * elf/tst-tlsmod11.c: Likewise.
45876         * elf/tst-tlsmod12.c: Likewise.
45877         * elf/tst-tlsmod13.c: Likewise.
45878         * elf/tst-tlsmod13a.c: Likewise.
45879         * elf/tst-tlsmod14a.c: Likewise.
45880         * elf/tst-tlsmod15b.c: Likewise.
45881         * elf/tst-tlsmod16a.c: Likewise.
45882         * elf/tst-tlsmod16b.c: Likewise.
45883         * elf/tst-tlsmod7.c: Likewise.
45884         * elf/tst-tlsmod8.c: Likewise.
45885         * elf/tst-tlsmod9.c: Likewise.
45886         * gmon/gmon.c: Likewise.
45887         * grp/fgetgrent_r.c: Likewise.
45888         * grp/putgrent.c: Likewise.
45889         * hurd/fopenport.c: Likewise.
45890         * include/libc-symbols.h: Likewise.
45891         * include/tls.h: Likewise.
45892         * intl/gettextP.h: Likewise.
45893         * intl/loadinfo.h: Likewise.
45894         * locale/global-locale.c: Likewise.
45895         * locale/localeinfo.h: Likewise.
45896         * mach/devstream.c: Likewise.
45897         * malloc/arena.c: Likewise.
45898         * malloc/set-freeres.c: Likewise.
45899         * misc/err.c: Likewise.
45900         * misc/getttyent.c: Likewise.
45901         * misc/mntent_r.c: Likewise.
45902         * posix/getopt.c: Likewise.
45903         * posix/wordexp.c: Likewise.
45904         * pwd/fgetpwent_r.c: Likewise.
45905         * resolv/Versions: Likewise.
45906         * resolv/res_hconf.c: Likewise.
45907         * shadow/fgetspent_r.c: Likewise.
45908         * shadow/putspent.c: Likewise.
45909         * stdio-common/printf_fphex.c: Likewise.
45910         * stdio-common/tmpfile.c: Likewise.
45911         * stdlib/abort.c: Likewise.
45912         * stdlib/fmtmsg.c: Likewise.
45913         * sunrpc/auth_unix.c: Likewise.
45914         * sunrpc/clnt_perr.c: Likewise.
45915         * sunrpc/clnt_tcp.c: Likewise.
45916         * sunrpc/clnt_udp.c: Likewise.
45917         * sunrpc/clnt_unix.c: Likewise.
45918         * sunrpc/openchild.c: Likewise.
45919         * sunrpc/svc_simple.c: Likewise.
45920         * sunrpc/svc_tcp.c: Likewise.
45921         * sunrpc/svc_udp.c: Likewise.
45922         * sunrpc/svc_unix.c: Likewise.
45923         * sunrpc/xdr.c: Likewise.
45924         * sunrpc/xdr_array.c: Likewise.
45925         * sunrpc/xdr_rec.c: Likewise.
45926         * sunrpc/xdr_ref.c: Likewise.
45927         * sunrpc/xdr_stdio.c: Likewise.
45929 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45931         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45933 2011-07-03  Andreas Jaeger  <aj@suse.de>
45935         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45936         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45937         regenerate with gen-libm-tests.pl.
45939 2010-05-12  Petr Baudis  <pasky@suse.cz>
45941         [BZ #11589]
45942         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45943         around j0() zero points by switching to j1().
45944         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45945         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45946         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45947         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45949 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45951         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45952         instead of 0.
45953         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45954         instead of 0.
45955         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45956         Patch in part by Pavel Roskin <proski@gnu.org>.
45958         [BZ #13138]
45959         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45960         realloc.
45961         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45962         Free memory block if necessary.
45964         [BZ #12847]
45965         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45966         be NULL.  Don't lock in this case.
45968 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45970         * elf/elf.h (ELFOSABI_GNU): New macro.
45971         (ELFOSABI_LINUX): Define to that.
45973 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
45975         * string/strncat.c (strncat): Undef the symbol in case it has been
45976         defined in bits/string.h.
45978 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45980         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
45982         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
45983         link map.
45985 2011-08-17  Andreas Jaeger  <aj@suse.de>
45987         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
45989 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
45990             Ian Lance Taylor  <iant@google.com>
45992         * math/libm-test.inc (lround_test): New testcase.
45993         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
45995 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
45997         * Makefile: Remove support for automatic cvs check-ins.
45998         * Makerules: Likewise.
45999         * config.make.in: Likewise.
46000         * configure.in: Likewise.
46001         * intl/Makefile: Likewise.
46002         * locale/Makefile: Likewise.
46003         * po/Makefile: Likewise.
46004         * posix/Makefile: Likewise.
46005         * sysdeps/gnu/Makefile: Likewise.
46006         * sysdeps/mach/hurd/Makefile: Likewise.
46007         * sysdeps/sparc/sparc32/Makefile: Likewise.
46009         [BZ #13118]
46010         * posix/Makefile (bug-regex32-ENV): Define.
46011         Patch by John Stanley <jpsinthemix@verizon.net>.
46013         * misc/Makefile (headers): Add bits/select2.h.
46014         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46015         * misc/bits/select2.h: New file.
46016         * include/bits/select2.h: New file.
46017         * debug/Makefile (routines): Add fdelt_chk.
46018         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46019         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46020         FD_ISSET.
46021         * debug/fdelt_chk.c: New file.
46023         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46024         * wcsmbs/test-wmemcmp.c: Likewise.
46025         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46026         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46028 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46030         * string/Makefile (strop-tests): Add memcmp.
46031         * string/test-wmemcmp.c: New file.
46032         * string/test-memcmp.c: Add wmemcmp support.
46034 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46036         [BZ #13153]
46037         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46038         2011-07-19 change.
46040         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46041         garbage value in a __mach_port_mod_refs call in the cases of the
46042         task-self and thread-self ports.
46044 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46046         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46048 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46050         * elf/dl-load.c (lose): Check for non-null L.
46052 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46054         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46056         * elf/dl-libc.c (dlerror_run): Pass back error code from
46057         dl_catch_error.
46059         [BZ #13123]
46060         * elf/dl-load.c (lose): Free l_origin if it is valid.
46062         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46063         names.
46064         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46065         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46066         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46067         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46068         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46069         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46071 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46073         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46074         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46075         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46076         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46077         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46078         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46079         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46080         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46081         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46082         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46084 2011-08-15  Alan Modra  <amodra@gmail.com>
46086         [BZ #13092]
46087         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46088         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46089         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46090         ppc_mcount to static-only-routines.
46091         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46092         __mcount_internal.
46093         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46094         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46096 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46098         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46099         for finite and infinity parameters.
46101 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46103         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46104         and add nop instructions for throughput optimization.
46105         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46107 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46109         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46110         aligned copy for power7 with vector-scalar instructions.
46111         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46113 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46115         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46116         AVX check.
46118 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46120         [BZ #13144]
46121         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46122         last change.
46124 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46126         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46127         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46128         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46129         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46130         clock_gettime.
46132 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46134         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46135         Forgot to demangle the pointer.
46137         * sysdeps/i386/sysdep.h: Define atom_text_section.
46138         * sysdeps/x86_64/sysdep.h: Likewise.
46139         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46140         section with atom_text_section.
46141         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46142         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46143         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46144         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46145         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46147         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46148         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46149         already be defined.  Change to take two parameters and don't assign
46150         result to variable.  Adjust all users.
46151         Define INTERNAL_GETTIME if not already defined.
46152         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46153         call.
46154         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46155         HAVE_CLOCK_GETTIME_VSYSCALL.
46156         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46158         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46159         gettimeofday vsyscall, just use time.
46161 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46163         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46164         <errno.h>.
46166 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46168         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46169         syscall on x86-64.
46170         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46171         syscall.
46172         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46173         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46174         syscall if possible.
46176 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46178         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46179         e_ident.  Don't pass to find_mapsXX.
46180         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46182 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46184         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46185         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46186         * sysdeps/x86_64/multiarch/strchr.S: Update.
46187         Check bit_slow_BSF bit.
46188         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46189         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46190         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46192 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46194         [BZ #13134]
46195         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46196         before glibc 2.15.
46197         (tryshell): Define.
46198         (__spawni): Change last parameter to be flag.  Test
46199         SPAWN_XFLAGS_USE_PATH flag to use path or not.
46200         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46201         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46202         * posix/spawni.c: Likewise.
46203         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46204         * posix/spawnp.c: Likewise.  Change normal version to use
46205         SPAWN_XFLAGS_USE_PATH.
46206         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46207         SPAWN_XFLAGS_TRY_SHELL.
46209         [BZ #13150]
46210         * posix/glob.h: Remove gcc 1.x support.
46212         [BZ #13068]
46213         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46215 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46217         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46218         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46219         strrchr-sse2-bsf
46220         * sysdeps/i386/i686/multiarch/strchr.S: New file.
46221         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46222         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46223         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46224         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46225         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46227 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46229         * sysdeps/x86_64/wcscmp.S: New file.
46231         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46232         wcscmp-c wcscmp-sse2
46233         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46234         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46235         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46236         * wcsmbs/wcscmp.c: Allow renaming.
46238 2011-09-05  David S. Miller  <davem@davemloft.net>
46240         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46241         stack slot, rather than the struct return pointer slot.
46242         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46243         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46244         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46245         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46247 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46249         * po/ja.po: Update from translation team.
46251         [BZ #13144]
46252         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46253         kernel in 64-bit binaries.
46255 2011-09-01  David S. Miller  <davem@davemloft.net>
46257         * elf/elf.h (HWCAP_SPARC_*): Move to..
46258         * sysdeps/sparc/sysdep.h: this new file and add new values.
46259         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46260         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46261         _DL_HWCAP_COUNT to 24.
46262         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46263         entries.
46264         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46265         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46266         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46267         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46268         instead of magic constants.
46269         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46271 2011-08-31  David S. Miller  <davem@davemloft.net>
46273         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46274         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46275         Reimplement to do errno handling inline.
46276         (SYSCALL_ERROR_HANDLER): New macro.
46277         (__SYSCALL_STRING): Do not do errno handling in asm.
46278         (__CLONE_SYSCALL_STRING): Delete.
46279         (__INTERNAL_SYSCALL_STRING): Delete.
46280         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46281         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
46282         (PSEUDO): Reimplement to do errno handling inline.
46283         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
46284         (SYSCALL_ERROR_HANDLER): New macro.
46285         (__SYSCALL_STRING): Do not do errno handling in asm.
46286         (__CLONE_SYSCALL_STRING): Delete.
46287         (__INTERNAL_SYSCALL_STRING): Delete.
46288         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
46289         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
46290         i386.
46291         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
46292         (inline_syscall*): Add 'err' argument.
46293         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
46294         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
46295         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
46296         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46298         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46299         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46301 2011-08-30  Andreas Schwab  <schwab@redhat.com>
46303         * elf/rtld.c (dl_main): Relocate objects in dependency order.
46305 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46307         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46308         directive.
46310 2011-08-24  David S. Miller  <davem@davemloft.net>
46312         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46314 2011-08-24  Andreas Schwab  <schwab@redhat.com>
46316         * elf/Makefile: Add rules to build and run unload8 test.
46317         * elf/unload8.c: New file.
46318         * elf/unload8mod1.c: New file.
46319         * elf/unload8mod1x.c: New file.
46320         * elf/unload8mod2.c: New file.
46321         * elf/unload8mod3.c: New file.
46323         * elf/dl-close.c (_dl_close_worker): Reset private search list if
46324         it wasn't used.
46326 2011-08-23  David S. Miller  <davem@davemloft.net>
46328         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46329         subtract stack bias.
46330         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46331         %sp not %fp in calculations.
46332         (_JMPBUF_UNWINDS_ADJ): Likewise.
46334         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46335         (aio_suspend): Call it to force an exception region around the
46336         AIO_MISC_WAIT() invocation.
46338 2011-08-23  Andreas Schwab  <schwab@redhat.com>
46340         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46341         backslash.
46343 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
46345         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46346         protection macro.
46347         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46348         and <dl-machine.h>.
46349         (Elf64_FuncDesc): Remove.
46351 2011-08-22  David S. Miller  <davem@davemloft.net>
46353         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46354         sigaltstack check, add missing cfi directives.
46355         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46356         missing cfi directives, and sigaltstack handling.
46358 2011-08-16  Andreas Schwab  <schwab@redhat.com>
46360         [BZ #11724]
46361         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46362         object is seen twice.
46363         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46365         * elf/Makefile (distribute): Add tst-initorder2.c.
46366         (tests): Add tst-initorder2.
46367         (modules-names): Add tst-initorder2a tst-initorder2b
46368         tst-initorder2c tst-initorder2d.  Add rules to build them.
46369         ($(objpfx)tst-initorder2.out): New rule.
46370         * elf/tst-initorder2.c: New file.
46371         * elf/tst-initorder2.exp: New file.
46373 2011-08-22  Andreas Schwab  <schwab@redhat.com>
46375         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46377         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46378         dependencies back to end of function.
46380         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46381         $(elfobjdir)/ld.so.
46383 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
46385         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46386         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46387         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46388         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46389         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46390         of __vdso_gettimeofday.
46391         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46392         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
46393         attribute_hidden.
46394         (_libc_vdso_platform_setup): Remove initialization of
46395         __vdso_gettimeofday and __vdso_time.
46397 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46399         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46400         and fgetc_unlocked.
46401         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46402         getc_unlocked.
46404         * elf/dl-open.c (add_to_global): Report additions to the global scope
46405         for LD_DEBUG=scopes.
46406         (dl_open_worker): Also print scope of newly loaded dependencies.
46407         (_dl_show_scope): Indicate if there is no scope.
46409         [BZ #13114]
46410         * stdio-common/Makefile (tests): Add bug24.
46411         * stdio-common/bug24.c: New file.
46413 2011-08-19  Andreas Jaeger  <aj@suse.de>
46415         [BZ #13114]
46416         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46417         non-existant file when using close-on-exec mode.
46419 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46421         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46422         the very first instruction.
46424         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46425         the CFI state in the end.
46426         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46427         inclusion of dl-trampoline.h.
46428         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46430 2011-08-19  Andreas Schwab  <schwab@redhat.com>
46432         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46433         expectations for long double.
46435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46436         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46438 2011-08-14  David S. Miller  <davem@davemloft.net>
46440         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46441         artificual limit depends upon the system page size.
46443 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46445         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46446         * resolv/Makefile: Define CFLAGS-libresolv.
46448 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46450         * nss/makedb.c (compute_tables): Make variables used in nested
46451         function static.
46453 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46455         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46456         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46457         if buffer was too small.
46459         * elf/pldd.c (main): Attach to all threads in the process.
46460         Rewrite /proc handling to use *at functions.
46462 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46464         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46465         specifies first scope to show.
46466         (dl_open_worker): Update callers.  Move printing scope of new
46467         object to before the relocation.
46468         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46469         * sysdeps/generic/ldsodefs.h: Update declaration.
46471         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46472         string for the scope number.
46474 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46476         * nscd/servicescache.c (cache_addserv): Make sure written is always
46477         initialized.
46479 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46481         * sysdeps/i386/i486/bits/atomic.h
46482         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46483         statement expression, so as to suppress "set but not used" warning.
46484         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46486         * string/strncat.c (STRNCAT): Use prototype definition.
46488         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46489         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46490         -Iprograms here.
46491         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46492         (localedef-modules): Add localedef.
46493         (locale-modules): Add locale.
46495         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46496         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46497         to avoid a warning.
46499 2011-08-14  David S. Miller  <davem@davemloft.net>
46501         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46502         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46504 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46506         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46507         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46508         * elf/rtld.c (dl_main): Set l_name of vDSO.
46509         Call _dl_show_scope when DL_DEBUG_SCOPES.
46510         (process_dl_debug): Recognize scopes flag and also set it for all.
46511         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46512         Declare _dl_show_scope.
46514         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46515         (do_dlopen): Pass caller_dlopen to dl_open.
46516         (__libc_dlopen_mode): Initialize caller_dlopen.
46518         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46519         of libc.  Make tolower call locale-independent.  Optimize a bit by
46520         using isdigit instead of isalnum.
46521         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46523 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46525         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46526         was a dependency or dynamically loaded.
46528 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46530         * intl/l10nflist.c: Allow architecture-specific pop function.
46531         * sysdeps/x86_64/l10nflist.c: New file.
46533         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46534         classification.
46536 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46538         * include/dirent.h: Add libc_hidden_proto for scandirat and
46539         scandirat64.  Don't declare __scandirat64.
46540         * dirent/scandirat.c: Add libc_hidden_def.
46541         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46542         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46544 2011-08-10  David S. Miller  <davem@davemloft.net>
46546         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46547         enum.
46548         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46549         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46550         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46552 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46554         * Versions.def [libc]: Add GLIBC_2.15.
46555         * dirent/Makefile (routines): Add scandirat and scandirat64.
46556         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46557         GLIBC_2.15.
46558         * dirent/dirent.h: Declare scandirat and scandirat64.
46559         * dirent/scandirat.c: New file.
46560         * dirent/scandirat64.c: New file.
46561         * sysdeps/wordsize-64/scandirat.c: New file.
46562         * sysdeps/wordsize-64/scandirat64.c: New file.
46563         * dirent/opendir.c: Define opendirat.
46564         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46565         using scandirat.
46566         * dirent/scandir64.c: Adjust for scandir.c change.
46567         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46568         __scandirat64, and __scandir_cancel_handler.
46569         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46570         additional parameter and use openat instead of open (outside of ld.so).
46571         Add new __opendir as wrapper around __opendirat.
46572         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46573         here without requiring old scandirat implementation.
46575 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46577         * dirent/scandir.c (cancel_handler): Renamed to
46578         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46579         defined.  Adjust users.
46580         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46581         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46583 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46585         * string/test-string.h (IMPL): Use __STRING to expand name and then
46586         stringify it.
46588         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46589         of cleanups.
46591 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46593         * string/Makefile: Update.
46594         (strop-tests): Append strncat.
46595         * string/test-wcscmp.c: New file.
46596         New comprehensive test for wcscmp.
46597         * string/test-strcmp.c: Update.
46598         (WIDE): New define.
46600 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46602         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46603         line.
46605 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46607         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46608         encoding to ACE if AI_IDN.
46610 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46612         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46613         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46615 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46617         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46618         Fix overflow bug in strncat.
46619         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46621         * string/test-strncat.c: Update.
46622         Add new tests for checking overflow bugs.
46624 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46626         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46627         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46628         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46629         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46630         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46631         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46632         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46633         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46634         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46636         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46637         (USE_AS_STRCAT): Define.
46638         Add strcat and strncat support.
46639         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46641 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46643         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46644         __n bigger than INT_MAX+1.
46645         (__strncmp_g): Likewise.
46647 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46649         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46650         * libio/stido.h: Likewise.
46652         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46653         (AF_NFC): Define.
46654         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46655         (AF_NFC): Define.
46657         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46658         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46659         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46660         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46661         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46663         [BZ #13021]
46664         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46665         installed.
46667         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46668         typo.
46669         (_dl_x86_64_save_sse): Likewise.
46671 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46673         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46674         OSXSAVE.
46675         (_dl_x86_64_save_sse): Likewise.
46677         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46679         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46681 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46683         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46684         change.
46685         (_dl_x86_64_save_sse): Use correct AVX check.
46687 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46689         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46690         bug in strncpy/strncat.
46691         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46693 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46695         * string/tester.c (test_strcat): Add tests for different alignments
46696         of source and destination.
46697         (test_strncat): Likewise.
46699 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46701         [BZ #12852]
46702         * posix/glob.c (glob): Check passed in values before using them in
46703         expressions to avoid some overflows.
46704         (glob_in_dir): Likewise.
46706         [BZ #13007]
46707         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46708         check for AVX enablement so that we don't crash with old kernels and
46709         new hardware.
46710         * elf/tst-audit4.c: Add same checks here.
46711         * elf/tst-audit6.c: Likewise.
46713         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46715 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46717         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46719 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46721         * po/cs.po: Update from translation team.
46722         * po/bg.po: Likewise.
46724 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46726         * misc/sys/cdefs.h: Add support for const attribute.
46727         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46728         to gnu_dev_{major,minor,makedev} functions.
46730 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46732         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46734 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46736         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46737         strlen results.
46739 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46741         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46742         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46743         register in order to avoid conflicts with the soft frame pointer
46744         being held in r11 when necessary.
46745         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46746         (INTERNAL_VSYSCALL_NCS): Likewise.
46748 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46750         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46751         * elf/dl-fini.c (_dl_fini): Adjust caller.
46752         * elf/dl-close.c (_dl_close_worker): Likewise.
46753         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46755 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46757         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46758         "aux_cache->nlibs < 0".
46760         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46761         in the reload-count case.
46763 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46765         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46766         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46767         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46768         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46769         * sysdeps/x86_64/multiarch/strcat.S: New file.
46770         * sysdeps/x86_64/multiarch/strncat.S: New file.
46771         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46772         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46773         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46774         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46775         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46776         (USE_AS_STRCAT): Define.
46777         Add strcat and strncat support.
46778         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46779         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46780         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46781         * string/strncat.c: Update.
46782         (USE_AS_STRNCAT): Define.
46783         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46784         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46785         and i7.
46786         * sysdeps/x86_64/multiarch/init-arch.h
46787         (bit_Prefer_PMINUB_for_stringop): New.
46788         (index_Prefer_PMINUB_for_stringop): Likewise.
46789         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46790         bit_Prefer_PMINUB_for_stringop.
46792 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46794         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46795         buffer64.
46796         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46797         of casting of buffer.
46798         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46799         buffer32 and buffer64.
46800         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46801         writes instead of casting of buffer.
46802         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46803         buffer32.
46804         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46805         casting of buffer.
46807 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46809         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46811 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46813         * nscd/nscd.c (termination_handler): Don't do anything for a database
46814         if it has not yet been initialized.
46816 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46818         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46820 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46822         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46824 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46826         * po/nl.po: Update from translation team.
46827         * po/sv.po: Likewise.
46829 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46831         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46832         now disallowed by GCC.
46834         * configure.in (use-default-link): Default to yes if a test -shared
46835         link meets our qualifications.
46836         * configure: Regenerated.
46838         * config.make.in (output-format): New variable.
46839         * configure.in: Check for ld --print-output-format support.
46840         * configure: Regenerated.
46841         * Makerules ($(common-objpfx)format.lds)
46842         [$(output-format) != unknown]: Just use $(output-format),
46843         instead of the linker-script munging.
46845 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46847         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46848         of $(common-objpfx)shlib.lds.
46849         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46851         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46852         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46854         * configure.in (-z relro check): Adjust test code to add a large
46855         writable data section after it.
46856         * configure: Regenerated.
46858 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46860         * configure.in (-z relro check): Fix test code to make the variable
46861         truly const.
46862         * configure: Regenerated.
46864 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46866         * nscd/nscd.h (struct traced_file): Define.
46867         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46868         elements.  Add traced_files.
46869         (inotify_fd): Declare.
46870         (register_traced_file): Declare.
46871         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46872         (inotify_fd): Export.
46873         (resolv_conf_descr): Remove.
46874         (nscd_init): Move inotify descriptor creation to main.
46875         Don't register files for notification here.
46876         (register_traced_file): New function.
46877         (invalidate_cache): Don't use reset_res to determine whether to call
46878         res_init, go through the list of registered files.
46879         (main_loop_poll): The inotify descriptors are now stored in the
46880         structures for the traced files.
46881         (main_loop_epoll): Likewise
46882         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46883         to __nss_disable_nscd.
46884         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46885         for a database anymore.  Check the records for all the registered
46886         files instead.
46887         * nss/Makefile (libnss_files-routines): Add files-init.
46888         (libnss_db-routines): Add db-init.
46889         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46890         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46891         * nss/nss_db/db-init.c: New file.
46892         * nss/nss_files/files-init.c: New file.
46893         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46894         __nss_lookup_function.
46895         (__nss_lookup_function): Call nss_load_library.
46896         (nss_load_all_libraries): New function.
46897         (__nss_disable_nscd): Take parameter with callback function for files
46898         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46899         used for the cached services.
46900         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46901         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46902         options for features to all the files in nscd.
46904         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46906 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46908         * csu/elf-init.c (__libc_csu_init): Comment typo.
46910 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46912         * po/pl.po: Update from translation team.
46913         * po/ja.po: Likewise.
46914         * po/ru.po: Likewise.
46915         * po/ko.po: Likewise.
46916         * po/fr.po: Likewise.
46918 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46920         * configure.in (.ctors/.dtors header and trailer check):
46921         Use an empirical test on a built program.
46922         * configure: Regenerated.
46924         * configure.in (-z relro check): Use an empirical test on a built DSO.
46925         Detect, but do not require, on ia64.
46926         * configure: Regenerated.
46928         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46929         Update tests that use readelf to use $READELF instead.
46930         * configure: Regenerated.
46932 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46934         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46935         if the result is not used.
46937 2011-07-05  Andreas Jaeger  <aj@suse.de>
46939         [BZ#9696]
46940         * stdlib/tst-strtod.c: Add testcase.
46942 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46944         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46945         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46946         The latter has a higher limit.  Take additional parameter to pass to
46947         the new function.
46948         (__pathconf): Pass file to __statfs_link_max.
46949         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46950         __statfs_link_max.
46951         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46952         __statfs_link_max.
46954         [BZ #12868]
46955         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46956         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46957         Handle Lustre.
46958         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46959         (__statfs_filesize_max): Likewise.
46960         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46962 2011-07-05  Andreas Jaeger  <aj@suse.de>
46964         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46966 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46968         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46969         `status' variable.
46970         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46971         Likewise.
46973 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
46975         * Makefile (strop-tests): Add strncat.
46976         * string/test-strncat.c: New file.
46978 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
46980         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
46982 2011-06-21  Andreas Jaeger  <aj@suse.de>
46984         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
46985         Copy rule from iconvdata/Makefile.
46987 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46989         [BZ #12922]
46990         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
46991         but no long options are defined, just return 'W'.
46993 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
46995         [BZ #9696]
46996         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
46998 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47000         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47001         netgroups to read.
47002         (innetgr): Likewise.
47004 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47006         * config.make.in (install_root): Default to $(DESTDIR).
47008 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47010         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47012 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47014         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47016         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47017         containing directory rather than embedding absolute directory names.
47019         * scripts/check-local-headers.sh: Rewritten using awk.
47020         Match by word, not by line.  Print error messages for matches.
47021         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47023         * Makerules [shlib-lds-flags empty]:
47024         ($(common-objpfx)libc_pic.opts): New target.
47025         ($(common-objpfx)libc_pic.os.clean): New target.
47026         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47028         * config.make.in (OBJCOPY): New variable.
47029         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47030         * configure: Regenerated.
47032         * config.make.in (use-default-link): New variable.
47033         * configure.in (use_default_link): Grok --with-default-link to set it.
47034         * configure: Regenerated.
47035         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47036         (shlib-lds, shlib-lds-flags): Define to empty.
47038         * Makerules (shlib-lds): New variable.
47039         (shlib-lds-flags): New variable.
47040         (build-shlib, build-moduile, build-module-asneeded): Use it.
47041         ($(common-objpfx)libc.so): Use $(shlib-lds).
47042         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47043         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47045         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47046         DT_FLAGS/DT_FLAGS_1 with zero flags.
47048         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47049         linker script munging.
47051 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47053         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47054         as 128-bit value.
47055         * crypt/sha512.c (sha512_process_block): Perform total addition using
47056         128-bit if possible.
47057         (__sha512_finish_ctx): Likewise.
47058         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47059         as 64-bit value.
47060         * crypt/sha256.c (SWAP64): Define.
47061         (sha256_process_block): Perform total addition using 64-bit if
47062         possible.
47063         (__sha256_finish_ctx): Likewise.
47065 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47067         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47068         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47069         * nscd/hstcache.c (cache_addhst): Likewise.
47070         * nscd/grpcache.c (cache_addgr): Likewise.
47071         * nscd/aicache.c (addhstaiX): Likewise
47072         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47074 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47076         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47077         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47078         * nscd/hstcache.c (cache_addhst): Likewise.
47079         * nscd/grpcache.c (cache_addgr): Likewise.
47080         * nscd/aicache.c (addhstaiX): Likewise
47082 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47084         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47085         domain only when needed.
47087 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47089         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47090         is always restored.
47092 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47094         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47095         are re-adding the entry.
47096         * nscd/servicescache.c (cache_addserv): Likewise.
47098 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47100         * sysdeps/generic/dl-irel.h: fix protection against multiple
47101         inclusions.
47102         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47104 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47106         [BZ #12935]
47107         * malloc/memusage.sh: Fix quoting in message.
47108         * debug/xtrace.sh: Likewise.
47110         * configure.in: Remove support for --experimental-malloc option, make
47111         it the default.
47112         * config.make.in: Likewise.
47113         * malloc/Makefile: Likewise.
47115 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47117         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47118         two-byte characters.
47120 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47122         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47123         AC_CACHE_CHECK invocation.
47124         * configure: Regenerated.
47126         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47128 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47130         [BZ #12350]
47131         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47132         bit from old_res_options.
47134         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47136         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47137         value type for setfct.
47139 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47141         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47142         __gettimeofday instead of gettimeofday.
47144 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47146         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47148 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47150         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47152         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47153         info.
47155 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47157         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47158         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47159         strcpy-sse2-unaligned strncpy-sse2-unaligned
47160         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47161         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47162         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47163         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47164         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47165         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47166         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47167         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47168         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47169         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47170         (STRCPY): Support SSE2 and SSSE3 versions.
47172 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47174         [BZ #12874]
47175         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47176         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47177         kernels which artificially limit size of requests.
47179 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47181         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47182         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47183         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47184         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47185         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47186         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47187         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47188         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47189         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47190         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47191         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47192         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47193         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47194         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47195         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47196         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47197         Enable unaligned load optimization for Intel Core i3, i5 and i7
47198         processors.
47199         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47200         Define.
47201         (index_Fast_Unaligned_Load): Define.
47202         (HAS_FAST_UNALIGNED_LOAD): Define.
47204 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
47206         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47208 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47210         [BZ #12907]
47211         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47212         until it is clear that the information is realy needed.
47213         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47215 2011-06-22  Andreas Schwab  <schwab@redhat.com>
47217         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47219 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47221         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47222         /sys/devices/system/cpu/online if it is usable.
47224         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47225         reading the information from the /proc filesystem to once a second.
47227 2011-06-21  Andreas Jaeger  <aj@suse.de>
47229         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47230         NULL after inclusion of kernel headers.
47232 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
47234         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47235         calls to internal_setent.
47237         [BZ #12885]
47238         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47239         addresses using gethostbyname4_r ignore IPv4 addresses.
47241         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47242         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
47244         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47246 2011-06-20  David S. Miller  <davem@davemloft.net>
47248         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47249         inclusions.
47250         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47252         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47253         (elf_irel): Use it.
47254         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47255         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47256         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47257         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47258         * sysdeps/x86_64/dl-irel.h: Likewise.
47260         * elf/dl-runtime.c: Use elf_ifunc_invoke.
47261         * elf/dl-sym.c: Likewise.
47263 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47265         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
47266         need to dereference resplen2.
47268 2011-06-14  Andreas Schwab  <schwab@redhat.com>
47270         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47272 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47274         * Makeconfig: Define vardbdir and inst_vardbdir.
47275         * nss/Makefile: Add rules to install db-Makefile.
47277         * nss/nss_db/db-XXX.c: Cleanup.
47279         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47280         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47281         GLIBC_PRIVATE.
47282         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
47283         * nss/makedb.c: Implement -g option to specify that value strings
47284         are generated and should not be added to table iterated over for
47285         get*ent calls.
47286         * nss/nss_db/db-initgroups.c: New file.
47288         * nss/getent.c: Add support for initgroups lookups through getgrouplist
47289         interface.
47291         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
47292         (internal_getgrouplist): Adjust to name change.
47293         Update use_initgroups_entry if this is not the first call.
47294         * nss/databases.def: Add initgroups entry.
47296         * nss/makedb.c (compute_tables): Check result of multiple hash table
47297         sizes to minimize maximum chain length.
47299 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
47301         * Versions.def: Add entry for libnss_db.
47302         * shlib-versions: Likewise.
47303         * nss/Makefile: Add rules to build libnss_db.
47304         * nss/Versions: Add libnss_db information.  Organize libnss_files
47305         entries better.
47306         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47307         makedb progra.  Some minor improvements to generate smaller files.
47308         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47309         here from...
47310         * nss/makedb.c: ...here.
47311         Improve database format to be smaller and require less memory at
47312         runtime.
47313         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
47314         db anymore.
47315         * nss/nss_db/db-netgrp.c: Likewise.
47316         * nss/nss_db/db-open.c: Likewise.
47317         * nss/nss_files/flies-XXX.x: Adjust comments.
47318         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47319         * nss/nss_files/files-grp.c: Likewise.
47320         * nss/nss_files/files-hosts.c: Likewise.
47321         * nss/nss_files/files-network.c: Likewise.
47322         * nss/nss_files/files-proto.c: Likewise.
47323         * nss/nss_files/files-pwd.c: Likewise.
47324         * nss/nss_files/files-rpc.c: Likewise.
47325         * nss/nss_files/files-service.c: Likewise.
47326         * nss/nss_files/files-sgrp.c: Likewise.
47327         * nss/nss_files/files-spwd.c: Likewise.
47328         * nss/nss_db/db-alias.c: Removed.
47329         * nss/nss_db/dummy-db.h: Removed.
47331 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
47333         * nss/makedb.c: Rewritten to not use database library.
47334         * nss/Makefile: Update to build new makedb program.
47336 2011-06-14  Andreas Jaeger  <aj@suse.de>
47338         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47339         memset declaration.
47341 2011-06-10  Andreas Schwab  <schwab@redhat.com>
47343         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47344         tmpbuf.
47346 2011-06-10  Roland McGrath  <roland@hack.frob.com>
47348         * Makerules (shlib.lds): Fail if the linker script comes out empty.
47349         * elf/Makefile ($(objpfx)ld.so): Likewise.
47351         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47352         Don't list ld.so twice in dependencies.
47354         * posix/bug-regex31.c: Include <stdlib.h>.
47356         * nscd/hstcache.c (cache_addhst): Remove unused variable.
47358         * nis/nss_compat/compat-spwd.c
47359         (getspent_next_nss_netgr): Remove unused variable.
47360         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47362         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47363         nonmembers" output to use the right array.
47365         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47367         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47369         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47370         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47371         * catgets/gencat.c (read_input_file): Likewise.
47372         * locale/programs/locarchive.c (enlarge_archive): Likewise.
47374         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47375         variable definition inside #if's controlling its use.
47377         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47379         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47381         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47383         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47384         unreachable code.
47386         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47388         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47389         * configure: Regenerated.
47391         * Makerules: Revert last change.
47392         * elf/Makefile: Likewise.
47394 2011-06-09  Roland McGrath  <roland@hack.frob.com>
47396         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47397         * elf/Makefile ($(objpfx)librtld.os): Likewise.
47398         (reloc-link): Likewise.
47400 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
47402         * elf/Makefile: Add rules to build pldd.
47403         * elf/pldd.c: New file.
47404         * elf/pldd-xx.c: New file.
47406 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
47408         * version.h: Update for 2.15 development version.
47410 2011-06-07  David S. Miller  <davem@davemloft.net>
47412         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47413         ifuncs.
47414         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47415         elf_machine_lazy_rel): Likewise.
47416         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47417         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47418         elf_machine_lazy_rel): Likewise.
47419         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47420         dl_hwcap via passed in argument.
47421         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47422         Likewise.
47424 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47426         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
47428 2011-06-06  Roland McGrath  <roland@hack.frob.com>
47430         [BZ #12849]
47431         * manual/fdl-1.1.texi: New file, verbatim from:
47432         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47433         * manual/lgpl-2.1.texi: New file, verbatim from:
47434         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47435         * manual/Makefile (licenses): New variable, list those new file names.
47436         (texis): Use it.
47437         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47439         * manual/fdl.texi: File removed.
47440         * manual/lesser.texi: File removed.
47441         * manual/libc.texinfo (Copying, Documentation License):
47442         Use new @include file names, put @appendix directive before @include.
47444 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47446         [BZ #12841]
47447         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47448         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47449         (mq_open): Add __NTH.
47451 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47453         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47454         Assume Intel Core i3/i5/i7 processor if AVX is available.
47456 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47458         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47459         typo.
47461 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47463         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47464         memory.  Use alloca_account.  Fix memory leak when retrying.
47466 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47468         * version.h (RELEASE): Bump for 2.14 release.
47469         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47471         * config.make.in (RANLIB): Remove entry.
47473 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47475         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47476         (libc.pot): Work around missing support for .ksh extension in xgettext.
47478         [BZ #12684]
47479         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47480         if both request failed.
47481         (send_dg): In case of server errors clear resplen or *resplen2.
47483         [BZ #12454]
47484         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47485         when there are multiple maps.
47486         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47487         (_dl_fini): Remove test here.
47489         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47491 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47493         [BZ #12350]
47494         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47495         bit from old_res_options.
47496         (gaih_inet): Likewise.
47498         [BZ #11099]
47499         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47500         as signed.
47502         * resolv/res_init.c (res_setoptions): Make the code more compact.
47504         [BZ #11558]
47505         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47506         set RES_USEVC.
47508         [BZ #11634]
47509         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47511         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47513         [BZ #11781]
47514         * malloc/malloc.h: Declare malloc hook variables as volatile.
47516         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47517         in last patch.
47519         [BZ #11799]
47520         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47521         raise in the comment.
47522         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47523         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47524         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47526 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47528         [BZ #12811]
47529         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47530         grow the buffers more if it already has to be sufficient.
47531         (build_wcs_upper_buffer): Likewise.
47532         * posix/regexec.c (check_matching): Likewise.
47533         (clean_state_log_if_needed): Likewise.
47534         (extend_buffers): Don't enlarge buffers beyond size of the input
47535         buffer.
47536         Patches mostly by Emil Wojak <emil@wojak.eu>.
47537         * posix/bug-regex32.c: New file.
47538         * posix/Makefile (tests): Add bug-regex32.
47540         * locale/findlocale.c (_nl_find_locale): Return right away if
47541         _nl_explode_name failed.
47542         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47544         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47546         * debug/xtrace.sh: Unify messages.
47547         * malloc/memusage.sh: Likewise.
47549         [BZ #12813]
47550         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47551         time symbol from vDSO.  Substitute with vsyscall if not available.
47552         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47553         __vdso_time.
47555         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47556         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47557         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47558         Add sendmmsg and internal_sendmmsg.
47559         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47560         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47561         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47563         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47564         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47565         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47567 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47569         [BZ #12813]
47570         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47571         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47572         available.
47573         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47574         __vdso_getcpu.
47576         [BZ #12814]
47577         * iconvdata/Makefile (tests): Add bug-iconv9.
47578         * iconvdata/bug-iconv9.c: New file.
47580 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47582         [BZ #12814]
47583         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47585 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47587         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47588         (struct user_regs_struct): Change intcs field back to cs.
47590 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47592         * po/ja.po: Update from translation team.
47594 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47596         [BZ #12795]
47597         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47598         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47600 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47602         * stdlib/longlong.h: Update from GCC.
47604 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47606         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47607         parameter name.
47608         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47609         Add parameter name.
47610         (__sysconf): Pass it down.
47612 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47614         [BZ #12671]
47615         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47616         some situations.
47617         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47618         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47619         add in in __libc_use_alloca calls.  Adjust callers.
47620         (glob): Use malloc in some situations.
47622         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47623         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47624         pltexit.
47626 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47628         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47629         and CLOCK_BOOTTIME_ALARM.
47631         [BZ #12782]
47632         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47633         is returned.
47635         * string/_strerror.c (__strerror_r): Print negative errors as signed
47636         numbers.
47638         [BZ #12777]
47639         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47640         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47641         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47643         * configure.in: Fix typo in redirection and correct removal of test
47644         files in two cases.
47646         [BZ #12788]
47647         * locale/setlocale.c (new_composite_name): Fix test to check for
47648         identical name of all categories.
47650         [BZ #12792]
47651         * libio/filedoalloc.c (local_isatty): New function.
47652         (_IO_file_doallocate): Use local_isatty.
47653         * stdio-common/perror.c (perror): In case a new stream is used
47654         forward the stream error.
47655         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47656         error flag.
47658 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47660         [BZ #11869]
47661         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47662         alloca.
47663         * include/alloca.h (extend_alloca_account): Define.
47665         [BZ #11857]
47666         * posix/regex.h: Fix comments with documentation of user-accessible
47667         fields after compilation and describe correct free'ing of pattern
47668         after re_compile_pattern.
47669         Patch by Reuben Thomas <rrt@sc3d.org>.
47671 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47673         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47674         and -mno-altivec to prevent the compiler from using Altivec and/or
47675         VSX instructions when the corresponding registers are not available.
47677 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47679         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47681 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47683         * libio/freopen.c (freopen): Use __dup2, not dup2.
47684         * libio/freopen64.c (freopen64): Likewise.
47686 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47688         [BZ #12775]
47689         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47690         * math/Makefile (tests): Add test-powl.
47691         (CFLAGS-test-powl.c): Define.
47692         * math/test-powl.c: New file.
47694 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47696         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47698 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47700         [BZ #11837]
47701         * iconvdata/gb18030.c: Update to GB18020-2005.
47703 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47705         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47706         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47707         Patch by Aharon Robbins <arnold@skeeve.com>.
47709         [BZ #11892]
47710         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47711         on the stack.
47713         [BZ #11895]
47714         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47715         through underflows.
47717         [BZ #12766]
47718         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47719         point to strings before performing equality test for error_one_per_line
47720         mode.
47722         [BZ #11697]
47723         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47725         [BZ #11820]
47726         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47727         (struct user_fpregs_struct): Avoid __uint*_t types.
47729         [BZ #6420]
47730         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47731         symbol info.  Use it instead of calling _dl_addr locally.
47732         (lock_and_info): New function.
47733         (tr_freehook): Call lock_and_info and pass symbol info as additional
47734         parameter to tr_where.
47735         (tr_mallochook): Likewise.
47736         (tr_reallochook): Likewise.
47737         (tr_memalignhook): Likewise.
47739         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47740         used and couldn't be at all thread-safe.
47742 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47744         * libio/freopen.c (freopen): Don't close old file descriptor
47745         before the new one is opened.  Instead dup the new file descriptor
47746         to the old one after the new stream is created.
47747         * libio/freopen64.c (freopen64): Likewise.
47748         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47749         * libio/fileops.c (_IO_new_file_close_it): Handle new
47750         _IO_FLAGS2_NOCLOSE flag.
47751         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47752         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47753         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47754         _IO_FLAGS2_NOCLOSE flag.
47755         * include/unistd.h: Add hidden_proto for dup3.
47756         Define __have_dup3.
47757         * io/dup3.c: Define hidden symbol.
47758         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47760         [BZ #7101]
47761         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47762         when an incomplete long option is used.
47763         * posix/tst-getopt_long1.c: New file.
47764         * posix/Makefile (tests): Add tst-getopt_long1.
47766         [BZ #10138]
47767         * scripts/config.guess: Update from autoconf-2.68.
47768         * scripts/config.sub: Likewise.
47770         [BZ #10157]
47771         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47772         tests into ...
47773         (has_cpuclock): ...this.  New function.
47774         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47775         macro here based on has_cpuclock code.
47777         [BZ #10149]
47778         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47779         First byte (not low byte) is now always NUL.
47780         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47782         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47783         Use non-cancelable interfaces.
47785         [BZ #9809]
47786         * locale/iso-639.def: Add entry for Sorani.
47788         [BZ #11901]
47789         * include/stdlib.h: Move include protection to the right place.
47790         Define abort_msg_s.  Declare __abort_msg with it.
47791         * stdlib/abort.c (__abort_msg): Adjust type.
47792         * assert/assert.c (__assert_fail_base): New function.  Majority
47793         of code from __assert_fail.  Allocate memory for __abort_msg with
47794         mmap.
47795         (__assert_fail): Now call __assert_fail_base.
47796         * assert/assert-perr.c: Remove bulk of implementation.  Use
47797         __assert_fail_base.
47798         * include/assert.hL Declare __assert_fail_base.
47799         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47800         mmap.
47801         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47803 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47805         [BZ #11952]
47806         [BZ #12453]
47807         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47808         until all modules are registered in the DTV.
47809         * elf/Makefile: Add rules to build and run tst-tls19.
47810         * elf/tst-tls19.c: New file.
47811         * elf/tst-tls19mod1.c: New file.
47812         * elf/tst-tls19mod2.c: New file.
47813         * elf/tst-tls19mod3.c: New file.
47814         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47816         [BZ #12083]
47817         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47818         correctly.
47820         [BZ #12601]
47821         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47822         two-byte sequence errors.
47823         * iconvdata/Makefile (tests): Add bug-iconv8.
47824         * iconvdata/bug-iconv8.c: New file.
47826         [BZ #12626]
47827         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47828         buf2 definition.
47830         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47832         [BZ #12432]
47833         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47834         (dummy_getcfa): New function.
47835         (init): Get _Unwind_GetCFA address, use dummy if not found.
47836         (backtrace_helper): In recursion check, also check whether CFA changes.
47837         (__backtrace): Completely initialize arg.
47839         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47840         storing incomplete byte sequence in state object.  Avoid testing for
47841         guaranteed too small input if we know there is enough data available.
47843 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47845         * Makeconfig (+link-pie): Indent.
47846         * Rules (binaries-pie): Define if $(have-fpie) and
47847         $(build-shared).
47848         (binaries-shared): Also filter out $(binaries-pie).
47849         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47850         * nscd/Makefile (others-pie): Add nscd.
47851         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47852         ($(objpfx)nscd): Remove command override.
47853         * login/Makefile (others-pie): Add pt_chown.
47854         ($(objpfx)pt_chown): Remove command override.
47855         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47856         remove command overrides.
47858 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47860         * libio/tst_putwc.c: Fix error messages.
47862         [BZ #12724]
47863         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47864         currently writing and seek to current position when not.
47865         * libio/Makefile (tests): Add bug-fclose1.
47866         * libio/bug-fclose1.c: New file.
47868 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47870         [BZ #12511]
47871         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47872         don't set DF_1_NODELETE here.
47873         (do_lookup_x): When entering new entry test for copy relocation
47874         and if necessary set DF_1_NODELETE flag.
47875         * elf/tst-unique4.cc: New file.
47876         * elf/tst-unique4.h: New file.
47877         * elf/tst-unique4lib.cc: New file.
47878         * elf/Makefile: Add rules to build and run tst-unique4.
47879         Patch by Piotr Bury <pbury@goahead.com>.
47881 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47883         [BZ #12052]
47884         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47886         [BZ #12625]
47887         * misc/mntent_r.c (addmntent): Flush the stream after the output
47889         [BZ #12393]
47890         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47891         (is_trusted_path_normalize): Skip initial colon.  Append slash
47892         to empty buffer.  Duplicate is_trusted_path code but allow
47893         constructed patch to be prefix.
47894         (is_dst): Allow $ORIGIN followed by /.
47895         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47896         Correct testing of result of is_trusted_path_normalize
47897         (decompose_rpath): Fix warning.
47899 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47901         [BZ #11257]
47902         * grp/initgroups.c (internal_getgrouplist): When we found the service
47903         list through the initgroups entry in nsswitch.conf do not always
47904         continue on a successful lookup.  Don't always use the
47905         __nss_group_database value if it is set.
47906         * nss/nsswitch.conf (initgroups): Change action for successful db
47907         lookup to continue for compatibility.
47909 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47911         [BZ #11532]
47912         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47913         and CP774 modules.
47914         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47915         and CP774 modules.
47916         * iconvdata/tst-tables.sh: Likewise.
47917         * iconvdata/cp770.c: New file.
47918         * iconvdata/cp771.c: New file.
47919         * iconvdata/cp772.c: New file.
47920         * iconvdata/cp773.c: New file.
47921         * iconvdata/cp774.c: New file.
47922         * iconvdata/testdata/CP770: New file.
47923         * iconvdata/testdata/CP770..UTF8: New file.
47924         * iconvdata/testdata/CP771: New file.
47925         * iconvdata/testdata/CP771..UTF8: New file.
47926         * iconvdata/testdata/CP772: New file.
47927         * iconvdata/testdata/CP772..UTF8: New file.
47928         * iconvdata/testdata/CP773: New file.
47929         * iconvdata/testdata/CP773..UTF8: New file.
47930         * iconvdata/testdata/CP774: New file.
47931         * iconvdata/testdata/CP774..UTF8: New file.
47933         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47934         END CHARMAP line.
47935         * iconvdata/gen-8bit-gap.sh: Likewise.
47936         * iconvdata/gen-8bit.sh: Likewise.
47938         * locale/iso-639.def: Add ary entry.
47940         [BZ #11258]
47941         * locale/C-translit.h.in: Add U20A1 transliteration.
47943         [BZ #12178]
47944         * locale/iso-639.def: Add wae entry.
47945         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47947         [BZ #12545]
47948         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47949         for n.
47951         [BZ #12711]
47952         * locale/C-translit.h.in: Add entry for U20B9.
47953         Patch by pravin.d.s@gmail.com.
47955 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47957         [BZ #12713]
47958         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47959         ENAMETOOLONG use generic getcwd.
47960         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47961         in rtld.  Use *stat64.
47962         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47963         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47964         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47965         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47966         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47967         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47968         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47969         __fstatat64 macros.
47970         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47971         * dirent/rewinddir.c: Add libc_hidden_def.
47972         * sysdeps/mach/hurd/rewinddir.c: Likewise.
47973         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
47975         * include/dirent.h (__alloc_dir): Add flags parameter.
47976         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
47977         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
47978         __alloc_dir.
47979         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
47980         from fdopendir if O_CLOEXEC is already set.
47982 2011-03-15  Alan Modra  <amodra@gmail.com>
47984         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
47985         l_tls_firstbyte_offset non-zero.  Save padding offset in
47986         l_tls_firstbyte_offset for later use.
47987         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
47988         freeing static tls block.
47990 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
47992         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
47993         where #ifdef was intended.  The intent is to prevent ARG_MAX from
47994         being defined by the kernel headers.
47996 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
47998         [BZ #12734]
47999         * resolv/resolv.h: Define RES_NOTLDQUERY.
48000         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48001         no-tld-query and set RES_NOTLDQUERY.
48002         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48003         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48004         modern BIND to search name as TLD unless forbidden.
48006 2011-05-07  Petr Baudis  <pasky@suse.cz>
48007             Ulrich Drepper  <drepper@gmail.com>
48009         [BZ #12393]
48010         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48011         (is_trusted_path): ...to here.
48012         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48013         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48014         using is_trusted_path_normalize() in setuid scripts.
48016 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48018         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48019         __BEGIN/__END_DECLS.
48021 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48023         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48024         NSS_STATUS_NOTFOUND if no record was found.
48026 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48028         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48029         (headers-not-in-tirpc): Remove rpc/netdb.h
48030         * resolv/netdb.h: Revert last change.
48032 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48034         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48035         circular dependency between libgcc.a and libc.a.
48037 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48039         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48040         * nis/Makefile: Don't install rpcsvc/*.
48041         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48042         instead of <rpc/types.h>.
48043         (MAXHOSTNAMELEN): Define.
48045 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48047         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48049 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48051         [BZ #12714]
48052         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48053         gethostbyname4_r when IPv6 results are possible.
48055 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48057         [BZ #12723]
48058         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48059         _PC_PIPE_BUF handling.
48061 2011-04-30  Bruno Haible  <bruno@clisp.org>
48063         [BZ #12717]
48064         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48065         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48066         to 'int'.
48067         * inet/getnameinfo.c (getnameinfo): Likewise.
48069 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48071         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48072         to groups setting in database lookup.
48073         * nss/nsswitch.conf: Add initgroups entry.
48075 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48077         [BZ #12685]
48078         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48079         mode string.
48080         Patch by Eric Blake <eblake@redhat.com>.
48082 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48084         * sunrpc/Makefile (need-export-routines): Add svc_run.
48085         (routines): Remove svc_run.
48086         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48087         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48088         * sunrpc/svc_run.c (svc_run): Likewise.
48089         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48091 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48093         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48094         problem in reallocation in last patch.
48096 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48098         * sunrpc/Makefile: Move inclusion of Rules.
48100 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48102         * nss/nss_files/files-initgroups.c: New file.
48103         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48104         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48105         _nss_files_initgroups_dyn.
48107 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48109         * elf/elf.h (R_ARM_IRELATIVE): Define.
48111 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48113         * po/ru.po: Update from translation team.
48115 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48117         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48118         dependencies.
48120 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48122         [BZ #12653]
48123         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48124         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48125         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48126         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48127         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48129 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48131         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48132         differing bytes.
48133         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48134         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48135         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48137 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48139         [BZ #12420]
48140         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48141         storing it.
48142         * stdlib/bug-getcontext.c: New file.
48143         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48145 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48147         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48148         instructions into .machine "z9-109".
48149         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48150         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48152 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48154         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48155         between environment variables and auxiliary vector.
48157 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48159         * Makefile: Add rules to build linkobj/libc.so.
48160         * include/libc-symbols.h: Define libc_hidden_nolink.
48161         * include/rpc/auth.h: Mark functions which are to be hidden.
48162         * include/rpc/auth_des.h: Likewise.
48163         * include/rpc/auth_unix.h: Likewise.
48164         * include/rpc/clnt.h: Likewise.
48165         * include/rpc/des_crypt.h: Likewise.
48166         * include/rpc/key_prot.h: Likewise.
48167         * include/rpc/pmap_clnt.h: Likewise.
48168         * include/rpc/pmap_prot.h: Likewise.
48169         * include/rpc/pmap_rmt.h: Likewise.
48170         * include/rpc/rpc_msg.h: Likewise.
48171         * include/rpc/svc.h: Likewise.
48172         * include/rpc/svc_auth.h: Likewise.
48173         * include/rpc/xdr.h: Likewise.
48174         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48175         * nss/Makefile: Likewise.
48176         * sunrpc/Makefile: Don't install headers.  Build library with normal
48177         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48178         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48179         for the compat linking library.  Remove use of INTDEF/INTUSE.
48180         * sunrpc/auth_none.c: Likewise.
48181         * sunrpc/auth_unix.c: Likewise.
48182         * sunrpc/authdes_prot.c: Likewise.
48183         * sunrpc/authuxprot.c: Likewise.
48184         * sunrpc/clnt_gen.c: Likewise.
48185         * sunrpc/clnt_perr.c: Likewise.
48186         * sunrpc/clnt_raw.c: Likewise.
48187         * sunrpc/clnt_simp.c: Likewise.
48188         * sunrpc/clnt_tcp.c: Likewise.
48189         * sunrpc/clnt_udp.c: Likewise.
48190         * sunrpc/clnt_unix.c: Likewise.
48191         * sunrpc/des_crypt.c: Likewise.
48192         * sunrpc/des_soft.c: Likewise.
48193         * sunrpc/get_myaddr.c: Likewise.
48194         * sunrpc/key_call.c: Likewise.
48195         * sunrpc/key_prot.c: Likewise.
48196         * sunrpc/netname.c: Likewise.
48197         * sunrpc/pm_getmaps.c: Likewise.
48198         * sunrpc/pm_getport.c: Likewise.
48199         * sunrpc/pmap_clnt.c: Likewise.
48200         * sunrpc/pmap_prot.c: Likewise.
48201         * sunrpc/pmap_prot2.c: Likewise.
48202         * sunrpc/pmap_rmt.c: Likewise.
48203         * sunrpc/publickey.c: Likewise.
48204         * sunrpc/rpc_cmsg.c: Likewise.
48205         * sunrpc/rpc_common.c: Likewise.
48206         * sunrpc/rpc_dtable.c: Likewise.
48207         * sunrpc/rpc_prot.c: Likewise.
48208         * sunrpc/rpc_thread.c: Likewise.
48209         * sunrpc/rtime.c: Likewise.
48210         * sunrpc/svc.c: Likewise.
48211         * sunrpc/svc_auth.c: Likewise.
48212         * sunrpc/svc_authux.c: Likewise.
48213         * sunrpc/svc_raw.c: Likewise.
48214         * sunrpc/svc_run.c: Likewise.
48215         * sunrpc/svc_simple.c: Likewise.
48216         * sunrpc/svc_tcp.c: Likewise.
48217         * sunrpc/svc_udp.c: Likewise.
48218         * sunrpc/svc_unix.c: Likewise.
48219         * sunrpc/svcauth_des.c: Likewise.
48220         * sunrpc/xcrypt.c: Likewise.
48221         * sunrpc/xdr.c: Likewise.
48222         * sunrpc/xdr_array.c: Likewise.
48223         * sunrpc/xdr_float.c: Likewise.
48224         * sunrpc/xdr_intXX_t.c: Likewise.
48225         * sunrpc/xdr_mem.c: Likewise.
48226         * sunrpc/xdr_rec.c: Likewise.
48227         * sunrpc/xdr_ref.c: Likewise.
48228         * sunrpc/xdr_sizeof.c: Likewise.
48229         * sunrpc/xdr_stdio.c: Likewise.
48231 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
48233         [BZ #12650]
48234         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48235         * sysdeps/ia64/dl-tls.h: Likewise.
48236         * sysdeps/powerpc/dl-tls.h: Likewise.
48237         * sysdeps/s390/dl-tls.h: Likewise.
48238         * sysdeps/sh/dl-tls.h: Likewise.
48239         * sysdeps/sparc/dl-tls.h: Likewise.
48240         * sysdeps/x86_64/dl-tls.h: Likewise.
48241         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48243 2011-03-14  Andreas Schwab  <schwab@redhat.com>
48245         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48246         rpath element also skip the following colon.
48247         (expand_dynamic_string_token): Add is_path parameter and pass
48248         down to DL_DST_REQUIRED and _dl_dst_substitute.
48249         (decompose_rpath): Call expand_dynamic_string_token with
48250         non-zero is_path.  Ignore empty rpaths.
48251         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48252         with zero is_path.
48254 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48257         Make cancelable.
48259 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
48261         [BZ #12655]
48262         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48263         Patch by Filipe David Manana <fdmanana@apache.org>.
48265 2011-04-07  Andreas Schwab  <schwab@redhat.com>
48267         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48268         Maintain aligned stack.
48269         (CHECK_RSP): Remove unused macro.
48271 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
48273         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48274         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48276 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
48278         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48280         * include/features.h: Mention __USE_XOPEN2K8 in comment.
48282 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
48284         [BZ #12518]
48285         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
48286         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
48287         * sysdeps/x86_64/memmove.c: New file.
48288         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
48289         (memcpy): Renamed to ...
48290         (__new_memcpy): This.
48291         (memcpy): Provide GLIBC_2_14 memcpy.
48292         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
48293         (memcpy): Provide GLIBC_2_2_5 memcpy.
48295 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48297         [BZ #12631]
48298         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48300 2011-03-30  Andreas Schwab  <schwab@redhat.com>
48302         * misc/syncfs.c: New file.
48303         * misc/Makefile (routines): Add syncfs.
48304         * posix/unistd.h: Declare syncfs.
48305         * sysdeps/unix/syscalls.list: Add syncfs.
48307 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48309         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48310         open_by_handle_at.
48311         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48312         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48313         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48314         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48315         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48316         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48317         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48319 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48321         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48322         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48323         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48324         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48325         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48326         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48327         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48329         * io/Makefile: Compile fallocate.c, fallocate64.c, and
48330         sync_file_range.c with -fexceptions.
48331         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48332         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48333         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48334         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48335         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48336         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48337         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
48338         sync_file_range as cancellation point
48339         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
48340         now a wrapper around __call_sync_file_range with cancellation handling.
48341         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48342         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
48343         function name to __call_sync_file_range.
48344         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48345         Add call_sync_file_range.
48347 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48349         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48350         bits/timex.h.
48352 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48354         * iconv/iconv.h: Fix typo in comment.
48355         * io/fcntl.h: Likewise.
48356         * libio/stdio.h: Likewise.
48357         * posix/spawn.h: Likewise.
48358         * posix/unistd.h: Likewise.
48359         * stdlib/stdlib.h: Likewise.
48360         * time/time.h: Likewise.
48361         * wcsmbs/wchar.h: Likewise.
48363         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48364         open_by_handle): Add.
48365         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48366         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
48367         Augment a few comments.
48368         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48369         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48370         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48371         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48372         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48373         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48374         open_by_handle.
48376         * io/fcntl.h (AT_EMPTY_PATH): Define.
48378 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
48380         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48381         * sysdeps/unix/sysv/linux/bits/time.h: New file.
48382         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48383         to...
48384         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
48385         * Versions.def: Add GLIBC_2.14.
48386         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48387         Export.
48389 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
48391         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48392         round counter.
48393         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48395 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48397         [BZ #12597]
48398         * string/test-strncmp.c (do_page_test): New function.
48399         (check2): Likewise.
48400         (test_main): Call check2.
48401         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48403 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
48405         [BZ #12587]
48406         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48407         Handle cache information in CPU leaf 4.
48408         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48410 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
48412         [BZ #12583]
48413         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48414         character representation.
48415         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48417 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
48419         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48420         END(__isnan) to END(__isnanf) to match function entry point/label
48421         EALIGN(__isnanf,...).
48423 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
48425         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48427 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
48429         [BZ #12510]
48430         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48431         copy from the symbol referenced in the relocation to initialize the
48432         used variable.
48433         Patch by Piotr Bury <pbury@goahead.com>.
48434         * elf/Makefile: Add rules to build and tst-unique3.
48435         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48436         * elf/tst-unique3.cc: New file.
48437         * elf/tst-unique3.h: New file.
48438         * elf/tst-unique3lib.cc: New file.
48439         * elf/tst-unique3lib2.cc: New file.
48441         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48443 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48445         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48446         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48447         to _start.
48449 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48451         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48452         to-be-loaded object along a path to loader is ld.so.
48454 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48455             Ulrich Drepper  <drepper@gmail.com>
48457         * sysdeps/x86_64/memset.S: After aligning destination, code
48458         branches to different locations depending on the value of
48459         misalignment, when multiarch is enabled. Fix this.
48461 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48463         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48464         Set _x86_64_preferred_memory_instruction for AMD processsors.
48465         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48466         Set bit_Prefer_SSE_for_memop for AMD processors.
48468 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48470         * libio/fmemopen.c (fmemopen): Optimize a bit.
48472 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48474         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48476 2011-03-03  Roland McGrath  <roland@redhat.com>
48478         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48480 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48482         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48483         __bzero_ultra1 instead of __memset_ultra1.
48485 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48486             Ulrich Drepper  <drepper@gmail.com>
48488         [BZ #12509]
48489         * include/link.h (struct link_map): Add l_orig_initfini.
48490         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48491         returning unsuccessfully.
48492         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48493         close of a file loaded at startup, restore the original l_initfini
48494         list.
48495         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48496         list, store the pointer.
48497         * elf/Makefile ($(objpfx)noload-mem): New rule.
48498         (noload-ENV): Define.
48499         (tests): Add $(objpfx)noload-mem.
48500         * elf/noload.c: Include <memcheck.h>.
48501         (main): Call mtrace.  Close all opened handles.
48503 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48505         [BZ #12454]
48506         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48507         dependencies are missing.
48509 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48511         Fix __if_freereq crash: Unlike the generic version which uses free,
48512         Hurd needs munmap.
48513         * sysdeps/mach/hurd/ifreq.h: New file.
48515 2011-01-27  Petr Baudis  <pasky@suse.cz>
48516             Ulrich Drepper  <drepper@gmail.com>
48518         [BZ 12445]#
48519         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48520         to extend_alloca().
48521         * stdio-common/bug23.c: New file.
48522         * stdio-common/Makefile (tests): Add bug23.
48524 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48525             Ulrich Drepper  <drepper@gmail.com>
48527         [BZ #12489]
48528         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48529         before performing relro protection.  At old place add assertion
48530         to make sure nothing changed.
48532 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48533             Glauber de Oliveira Costa  <glommer@gmail.com>
48535         * elf/elf.h: Add new ARM TLS relocs.
48537 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48540         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48541         cast from r3.
48542         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48543         'tests' variable.
48544         * sysdeps/wordsize-64/tst-writev.c: New file.
48546 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48548         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48549         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48550         insns in _dl_start to prevent a TOC reference before relocs are
48551         resolved.
48553 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48555         [BZ #12469]
48556         * Makeconfig: Remove RANLIB definition.
48557         * Makerules: Don't use RANLIB.
48558         * aclocal.m4: Remove ranlib test.
48559         * configure.in: No need to check for ranlib.
48560         * elf/rtld-Rules: Don't use RANLIB.
48562 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48564         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48565         protection macro.
48566         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48567         inclusion protection macro.
48569         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48570         SIGRTMIN and SIGRTMAX and print information in that case only when
48571         SIGRTMIN is defined.
48573 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48575         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48576         arginfo fn returning -1.
48578         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48579         and thousands string is zero terminated.
48581 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48583         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48584         sysdeps/unix/sysv/linux/bits/socket.h.
48586 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48588         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48589         (__CPU_COUNT): Remove old macros.
48590         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48591         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48592         (__CPU_ALLOC, __CPU_FREE): Add macros.
48593         (__sched_cpualloc, __sched_cpufree): Add declarations.
48595 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48597         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48598         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48599         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48600         (readdhstai): Return value of addhstaiX call.
48601         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48602         (addgrbyX): Return value returned by cache_addgr.
48603         (readdgrbyname): Return value returned by addgrbyX.
48604         (readdgrbygid): Likewise.
48605         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48606         (addpwbyX): Return value returned by cache_addpw.
48607         (readdpwbyname): Return value returned by addhstbyX.
48608         (readdpwbyuid): Likewise.
48609         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48610         (addservbyX): Return value returned by cache_addserv.
48611         (readdservbyname): Return value returned by addservbyX:
48612         (readdservbyport): Likewise.
48613         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48614         (addhstbyX): Return value returned by cache_addhst.
48615         (readdhstbyname): Return value returned by addhstbyX.
48616         (readdhstbyaddr): Likewise.
48617         (readdhstbynamev6): Likewise.
48618         (readdhstbyaddrv6): Likewise.
48619         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48620         (readdinitgroups): Return value returned by addinitgroupsX.
48621         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48622         (prune_cache): Keep track of timeout value of re-added entries.
48623         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48624         * nscd/nscd.h: Adjust prototypes of readd* functions.
48626 2011-02-04  Roland McGrath  <roland@redhat.com>
48628         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48629         (nis_stats): Likewise.
48630         * nis/nis_modify.c (nis_modify): Likewise.
48631         * nis/nis_remove.c (nis_remove): Likewise.
48632         * nis/nis_add.c (nis_add): Likewise.
48634         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48636         * posix/fnmatch_loop.c: Add some consts.
48638         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48640 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48642         [BZ #12460]
48643         * config.make.in (config-cflags-novzeroupper): Define.
48644         * configure.in: Substitute libc_cv_cc_novzeroupper.
48645         * elf/Makefile (AVX-CFLAGS): Define.
48646         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48647         (CFLAGS-tst-auditmod4a.c): Likewise.
48648         (CFLAGS-tst-auditmod4b.c): Likewise.
48649         (CFLAGS-tst-auditmod6b.c): Likewise.
48650         (CFLAGS-tst-auditmod6c.c): Likewise.
48651         (CFLAGS-tst-auditmod7b.c): Likewise.
48652         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48654 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48656         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48657         function to the callback.
48658         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48660 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48662         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48663         of errno.
48665 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48667         [BZ #11724]
48668         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48669         of constructors.
48670         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48671         of destructors.
48672         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48674         [BZ #11724]
48675         * elf/Makefile: Add rules to build and run new test.
48676         * elf/tst-initorder.c: New file.
48677         * elf/tst-initorder.exp: New file.
48678         * elf/tst-initordera1.c: New file.
48679         * elf/tst-initordera2.c: New file.
48680         * elf/tst-initordera3.c: New file.
48681         * elf/tst-initordera4.c: New file.
48682         * elf/tst-initorderb1.c: New file.
48683         * elf/tst-initorderb2.c: New file.
48684         * elf/tst-order-a1.c: New file.
48685         * elf/tst-order-a2.c: New file.
48686         * elf/tst-order-a3.c: New file.
48687         * elf/tst-order-a4.c: New file.
48688         * elf/tst-order-b1.c: New file.
48689         * elf/tst-order-b2.c: New file.
48690         * elf/tst-order-main.c: New file.
48691         New test case by George Gensure <werkt0@gmail.com>.
48693 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48695         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48696         decoding ACE if AI_CANONIDN.
48698 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48700         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48702 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48704         * version.h (RELEASE): Bump for 2.13 release.
48705         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48707         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48709         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48710         MADV_NOHUGEPAGE.
48711         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48712         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48713         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48714         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48715         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48716         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48718         * posix/getconf.c: Update copyright year.
48719         * catgets/gencat.c: Likewise.
48720         * csu/version.c: Likewise.
48721         * debug/catchsegv.sh: Likewise.
48722         * debug/xtrace.sh: Likewise.
48723         * elf/ldconfig.c: Likewise.
48724         * elf/ldd.bash.in: Likewise.
48725         * elf/sprof.c (print_version): Likewise.
48726         * iconv/iconv_prog.c: Likewise.
48727         * iconv/iconvconfig.c: Likewise.
48728         * locale/programs/locale.c: Likewise.
48729         * locale/programs/localedef.c: Likewise.
48730         * malloc/memusage.sh: Likewise.
48731         * malloc/mtrace.pl: Likewise.
48732         * nscd/nscd.c (print_version): Likewise.
48733         * nss/getent.c: Likewise.
48735         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48736         PF_CAIF, and PF_ALG.
48737         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48739 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48741         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48742         (modules-names): Use them.
48743         (ifunc-test-modules, ifunc-pie-tests): Define.
48744         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48745         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48746         (test-extras): Likewise.
48747         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48748         $(compile-command.c).
48749         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48750         (all-built-dso): Define.
48751         (check-textrel.out, check-execstack.out): Depend on it.
48753         * configure.in: Don't override --enable-multi-arch.
48755 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48757         [BZ #6812]
48758         * nscd/hstcache.c (tryagain): Define.
48759         (cache_addhst): Return tryagain not notfound for temporary errors.
48760         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48761         failed.
48763 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48765         [BZ #10563]
48766         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48767         to make the syscall.
48768         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48770         [BZ #12378]
48771         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48772         and fall back to matching as normal character if the string ends before
48773         the matching ']' is found.  This is what POSIX requires.
48774         * posix/testfnm.c: Adjust test result.
48775         * posix/globtest.sh: Adjust test result.  Add new test.
48776         * posix/tst-fnmatch.input: Likewise.
48777         * posix/tst-fnmatch2.c: Add new test.
48779 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48781         * elf/Makefile (check-execstack): Revert last change.  Depend on
48782         check-execstack.h.
48783         (check-execstack.h): New target.
48784         (generated): Add check-execstack.h.
48785         * elf/check-execstack.c: Include "check-execstack.h".
48786         (main): Revert last change.
48787         (handle_file): Return zero if GNU_STACK is absent and
48788         DEFAULT_STACK_PERMS doesn't include PF_X.
48790 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48792         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48793         in child fails because the descriptor is already closed.
48794         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48795         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48796         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48798         [BZ #12397]
48799         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48800         syscall.
48802         [BZ #10484]
48803         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48804         temporary buffer used to handle multi lookups locally.
48805         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48807 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48809         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48810         loader is ld.so.
48812 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48814         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48815         alignment for SSE2.
48817 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48819         [BZ #12394]
48820         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48821         characters.  When rounding increased number of integer digits recompute
48822         number of groups.
48823         * stdio-common/tst-grouping.c: New file.
48824         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48826 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48828         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48829         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48831         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48832         void.
48833         * bits/select.h: Likewise.
48835 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48837         * po/ja.po: Update from translation team.
48839 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48841         [BZ #11155]
48842         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48843         implementation just like for lxstat, fxstatat, et al.
48845 2010-12-27  Jim Meyering  <meyering@redhat.com>
48847         [BZ #12348]
48848         * posix/regexec.c (build_trtable): Return failure indication upon
48849         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48851 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48853         [BZ #12201]
48854         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48855         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48856         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48857         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48859         [BZ #12207]
48860         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48862         [BZ #12204]
48863         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48864         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48866 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48868         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48869         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48870         script has SORT_BY_INIT_PRIORITY.
48871         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48872         NO_CTORS_DTORS_SECTIONS is defined.
48873         * elf/soinit.c: Likewise.
48874         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48875         NO_CTORS_DTORS_SECTIONS is defined.
48876         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48877         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48878         * sysdeps/sh/init-first.c: Likewise.
48879         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48881 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48883         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48884         always use the slow path.
48886 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48888         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48889         similar rule which adds the sysdep directories to the header search in
48890         order to pick up the correct platform stackinfo.h.
48891         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48892         perform test if it is, otherwise return successfully without testing.
48893         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48894         DEFAULT_STACK_PERMS define in stackinfo.h.
48895         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48896         defined in stackinfo.h.
48897         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48898         DEFAULT_STACK_PERMS defined in stackinfo.h.
48899         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48900         * sysdeps/ia64/stackinfo.h: Likewise.
48901         * sysdeps/s390/stackinfo.h: Likewise.
48902         * sysdeps/sh/stackinfo.h: Likewise.
48903         * sysdeps/sparc/stackinfo.h: Likewise.
48904         * sysdeps/x86_64/stackinfo.h: Likewise.
48905         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48906         PF_X for powerpc64.  Retain PF_X for powerpc32.
48908 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48910         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48911         accurately.
48912         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48913         GETDENTS_64BIT_ALIGNED.
48915 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48917         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48919 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48921         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48922         _GNU_SOURCE.
48924         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48925         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48926         Remove __restrict.
48927         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48928         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48930 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48932         [BZ #11655]
48933         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48934         are initialized.
48936 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48938         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48940 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48942         * po/it.po: Update from translation team.
48944 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48946         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48947         unused codes.
48949 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48951         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48953 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48955         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48956         specially.
48957         (gaih_getanswer_slice): Likewise.
48959 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48961         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48963 2010-05-31  Petr Baudis  <pasky@suse.cz>
48965         [BZ #11149]
48966         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48967         silently even in the chroot mode.
48969 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48971         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48972         last patch a bit.  Pretty printing
48974 2010-05-31  Petr Baudis <pasky@suse.cz>
48976         [BZ #10085]
48977         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
48978         initialization of skip_initgroups_dyn.
48980 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
48982         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
48983         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48985 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
48987         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
48989 2010-11-11  Andreas Schwab  <schwab@redhat.com>
48991         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
48992         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
48993         (tst-fnmatch-ENV): Set MALLOC_TRACE.
48994         ($(objpfx)tst-fnmatch-mem): New rule.
48995         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
48996         * posix/tst-fnmatch.c (main): Call mtrace.
48998 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49000         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49001         Support Intel processor model 6 and model 0x2c.
49003 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49005         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49006           signed comparison.
49008 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49010         [BZ #12205]
49011         * string/test-strncasecmp.c (check_result): New function.
49012         (do_one_test): Use it.
49013         (check1): New function.
49014         (test_main): Use it.
49015         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49016         Support strcasecmp and strncasecmp.
49018 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49020         [BZ #12194]
49021         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49022         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49024 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49026         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49027         IFUNC support.
49028         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49029         memset-x86-64.
49030         * sysdeps/x86_64/multiarch/bzero.S: New file.
49031         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49032         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49033         * sysdeps/x86_64/multiarch/memset.S: New file.
49034         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49035         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49036         Set bit_Prefer_SSE_for_memop for Intel processors.
49037         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49038         Define.
49039         (index_Prefer_SSE_for_memop): Define.
49040         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49042 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49044         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49045         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49047 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49049         [BZ #12191]
49050         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49051         (__x86_64_raw_data_cache_size_half): Likewise.
49052         (__x86_64_raw_shared_cache_size): Likewise.
49053         (__x86_64_raw_shared_cache_size_half): Likewise.
49055         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49056         (__x86_64_raw_data_cache_size_half): Likewise.
49057         (__x86_64_raw_shared_cache_size): Likewise.
49058         (__x86_64_raw_shared_cache_size_half): Likewise.
49059         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49060         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49061         and __x86_64_raw_shared_cache_size_half.  Round
49062         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49063         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49064         to multiple of 256 bytes.
49066 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49068         [BZ #12167]
49069         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49070         of inacessible symlinks.  Verify result of symlink before returning it.
49071         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49072         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49074 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49076         * math/math.h (isinf): Fix typo in comment.
49078 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49080         * po/da.po: Update from translation team.
49082 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49084         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49085         is added to the list.
49087 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49088             Ulrich Drepper  <drepper@gmail.com>
49090         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49091         the global list here.  Move code to...
49092         (_dl_add_to_namespace_list): ...here.  New function.
49093         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49094         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49095         * elf/dl-load.c (lose): Don't remove the element from the list.
49096         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49097         (_dl_map_object): Likewise.
49099 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49101         [BZ #12159]
49102         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49103         into all bytes of SSE register.
49104         Patch by Richard Li <richardpku@gmail.com>.
49106 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49108         [BZ #12140]
49109         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49110         perturbing.
49112 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49114         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49115         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49116         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49117         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49119         submachine.
49120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49122 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49124         * include/dlfcn.h (__RTLD_SECURE): Define.
49125         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49126         mode & __RTLD_SECURE instead.
49127         (open_path): Rename preloaded parameter to secure.
49128         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49129         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49130         * elf/dl-deps.c (openaux): Likewise.
49131         * elf/rtld.c (struct map_args): Remove is_preloaded.
49132         (map_doit): Don't use it.
49133         (dl_main): Likewise.
49134         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49135         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49137 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49139         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49140         (sysd-rules-targets): Remove duplicates.
49141         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49142         rtld-%.$o dependency.
49144 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49146         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49147         _dl_map_object do it.
49149 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49151         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49152         fast fma builtins, define the macros in the C99 standard.
49153         (FP_FAST_FMAF): Likewise.
49154         (FP_FAST_FMAL): Likewise.
49155         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49157         * bits/mathdef.h: Update copyright year.
49158         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49160 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49162         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49163         builtins, define the macros in the C99 standard.
49164         (FP_FAST_FMAF): Likewise.
49165         (FP_FAST_FMAL): Likewise.
49166         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49167         multiply/add.
49168         (FP_FAST_FMAF): Likewise.
49170 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49172         [BZ #3268]
49173         * math/libm-test.inc (fma_test): Some new testcases.
49174         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49175         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49176         y and infinite z.  Do multiplication by C already in long double.
49177         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49178         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49179         y and infinite z.  Do bitwise or of inexact bit into u.d.
49180         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49181         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49182         * sysdeps/i386/fpu/s_fma.S: Removed.
49183         * sysdeps/i386/fpu/s_fmal.S: Removed.
49185 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49187         [BZ #3268]
49188         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49189         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49190         computation is not scheduled after fetestexcept.  Fix value
49191         of minimum denormal long double.
49193 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49195         [BZ #3268]
49196         * math/libm-test.inc (fma_test): Add some more tests.
49197         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49198         correctly.
49200 2010-10-15  Andreas Schwab  <schwab@redhat.com>
49202         * scripts/data/localplt-s390-linux-gnu.data: New file.
49203         * scripts/data/localplt-s390x-linux-gnu.data: New file.
49205 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
49207         [BZ #3268]
49208         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49209         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49210         instead of dbl-64.
49211         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49212         inlines.
49213         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49214         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49215         if one of x and y is very large and the other is subnormal.
49216         * sysdeps/s390/fpu/s_fmaf.c: New file.
49217         * sysdeps/s390/fpu/s_fma.c: New file.
49218         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49219         * sysdeps/powerpc/fpu/s_fma.S: New file.
49220         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49221         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49222         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49224 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
49226         [BZ #3268]
49227         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49228         fma tests.
49229         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49230         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49231         * sysdeps/i386/i686/multiarch/s_fma.c: Include
49232         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49233         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49234         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49235         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49237 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
49239         [BZ #12078]
49240         * posix/regcomp.c (parse_branch): One more memory leak plugged.
49241         * posix/bug-regex31.input: Add test case.
49243 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49245         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49246         * posix/bug-regex31.input: New file.
49248         [BZ #12078]
49249         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49250         (parse_sub_exp): Fix last change, use postorder.
49252         * posix/bug-regex31.c: New file.
49253         * posix/Makefile: Add rules to build and run bug-regex31.
49255         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49257         [BZ #12078]
49258         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49260         [BZ #12108]
49261         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49262         to have entries in sys_siglist.
49264         [BZ #12093]
49265         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49266         be NULL.
49268 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
49270         [BZ #3268]
49271         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49272         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49273         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49274         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49275         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49276         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49277         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49278         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49279         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49280         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49281         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
49282         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
49283         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
49284         * math/ftestexcept.c (fetestexcept): Likewise.
49285         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
49286         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
49287         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
49288         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
49289         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
49290         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
49291         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
49293 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49295         [BZ #12107]
49296         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49297         newline.
49299 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
49301         * string/bug-strstr1.c: New file.
49302         * string/Makefile: Add rules to build and run bug-strstr1.
49304 2010-10-05  Eric Blake  <eblake@redhat.com>
49306         [BZ #12092]
49307         * string/str-two-way.h (two_way_long_needle): Always clear memory
49308         when skipping input due to the shift table.
49310 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49312         [BZ #12005]
49313         * malloc/mcheck.c: Handle large requests.
49315         [BZ #12077]
49316         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49317         for strncmp and strncasecmp.
49318         * string/stratcliff.c: Add tests for strcmp and strncmp.
49319         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49321 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
49323         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49324         __set_fpscr.
49326 2010-09-30  Andreas Jaeger  <aj@suse.de>
49328         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49329         (CGROUP_SUPER_MAGIC): Define.
49330         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49331         Handle btrfs and cgroup file systems.
49332         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49333         Likewise.
49335 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
49337         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49338         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49340 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49342         [BZ #12067]
49343         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49344         trying to locate the ELF header.
49346 2010-09-27  Andreas Schwab  <schwab@redhat.com>
49348         [BZ #11611]
49349         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49350         Mask out sign-bit copies when constructing f_fsid.
49352 2010-09-24  Petr Baudis <pasky@suse.cz>
49354         * debug/stack_chk_fail_local.c: Add missing licence exception.
49355         * debug/warning-nop.c: Likewise.
49357 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
49359         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49360         implementing getdents64 using getdents syscall, set d_type if
49361         __ASSUME_GETDENTS32_D_TYPE.
49363 2010-09-16  Andreas Schwab  <schwab@redhat.com>
49365         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49366         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49368 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
49370         [BZ #12037]
49371         * posix/unistd.h: Undo change of feature selection for ftruncate from
49372         2010-01-11.
49374 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
49376         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
49377         detection.
49379 2010-09-20  Andreas Schwab  <schwab@redhat.com>
49381         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49382         fanotify_mark.
49383         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49385 2010-09-14  Andreas Schwab  <schwab@redhat.com>
49387         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49388         variables after CHECK_SP call.
49389         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49391 2010-09-13  Andreas Schwab  <schwab@redhat.com>
49392             Ulrich Drepper  <drepper@redhat.com>
49394         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49395         re-relocationg ld.so.
49396         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49397         _dl_init_paths call.
49398         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
49399         here anymore.
49401 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
49403         * resolv/res_init.c (__res_vinit): Count the default server we added.
49405 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
49406             Ulrich Drepper  <drepper@redhat.com>
49408         [BZ #11968]
49409         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49410         (____longjmp_chk): Use %ebx for saving value across system call.
49411         Add unwind info.
49413 2010-09-06  Andreas Schwab  <schwab@redhat.com>
49415         * manual/Makefile: Don't mix pattern rules with normal rules.
49417 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
49419         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49420         operation.
49421         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49422         * libio/iofopncook.c (_IO_cookie_init): Likewise.
49423         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49424         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49425         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49426         Likewise.
49428 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
49430         [BZ #11979]
49431         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49432         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49434 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49436         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49437         * sysdeps/x86_64/addmul_1.S: Likewise.
49438         * sysdeps/x86_64/lshift.S: Likewise.
49439         * sysdeps/x86_64/mul_1.S: Likewise.
49440         * sysdeps/x86_64/rshift.S: Likewise.
49441         * sysdeps/x86_64/sub_n.S: Likewise.
49442         * sysdeps/x86_64/submul_1.S: Likewise.
49444 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49446         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49447         Define __sched_param instead of SCHED_* and sched_param when
49448         <bits/sched.h> is included with __need_schedparam defined.
49449         * bits/sched.h [__need_schedparam]
49450         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49451         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49452         (__defined_schedparam): Define to 1.
49453         (__sched_param): New structure, identical to sched_param.
49454         (__need_schedparam): Undefine.
49456 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49458         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49459         (epoll_create1): Declare.
49461         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49463 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49465         [BZ #7066]
49466         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49467         shifting retval into place.
49469 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49471         * nis/rpcsvc/nis.h: Update copyright notice.
49472         * nis/rpcsvc/nis.x: Likewise.
49473         * nis/rpcsvc/nis_callback.h: Likewise.
49474         * nis/rpcsvc/nis_callback.x: Likewise.
49475         * nis/rpcsvc/nis_object.x: Likewise.
49476         * nis/rpcsvc/nis_tags.h: Likewise.
49477         * nis/rpcsvc/yp.h: Likewise.
49478         * nis/rpcsvc/yp.x: Likewise.
49479         * nis/rpcsvc/ypupd.h: Likewise.
49480         * nis/yp_xdr.c: Likewise.
49481         * nis/ypupdate_xdr.c: Likewise.
49483         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49484         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49485         (pmap_getport): Use __libc_rpc_getport.
49486         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49487         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49488         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49490 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49493         fanotify_mark.
49495 2010-08-27  Roland McGrath  <roland@redhat.com>
49497         * sysdeps/i386/i686/multiarch/Makefile
49498         (CFLAGS-varshift.c): New variable.
49500 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49502         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49503         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49505         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49507         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49509 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49511         * sysdeps/x86_64/strlen.S: Unroll the loop.
49512         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49513         strlen-sse2 strlen-sse2-bsf.
49514         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49515         __strlen_no_bsf if bit_Slow_BSF is set.
49516         (__strlen_sse42): Removed.
49517         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49518         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49520 2010-08-25  Roland McGrath  <roland@redhat.com>
49522         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49523         * sysdeps/x86_64/multiarch/varshift.c: New file.
49524         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49525         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49526         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49527         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49529 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49531         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49532         strlen-sse2 strlen-sse2-bsf.
49533         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49534         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49535         (__strlen_sse2): Removed.
49536         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49537         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49538         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49539         bit_Slow_BSF for Atom.
49540         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49541         (index_Slow_BSF): Define.
49542         (HAS_SLOW_BSF): Define.
49544 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49546         [BZ #10851]
49547         * resolv/res_init.c (__res_vinit): When no server address at all
49548         is given default to loopback.
49550 2010-08-24  Roland McGrath  <roland@redhat.com>
49552         * configure.in: Remove config-name.h generation.
49553         * configure: Regenerated.
49554         * config-name.in: File removed.
49555         * scripts/config-uname.sh: New file.
49556         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49557         ($(objdir)config-name.h): New target.
49559         * sunrpc/rpc_parse.h: Avoid nested comment.
49561 2010-08-24  Richard Henderson  <rth@redhat.com>
49562             Ulrich Drepper  <drepper@redhat.com>
49563             H.J. Lu  <hongjiu.lu@intel.com>
49565         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49566         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49567         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49568         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49569         _mm_alignr_epi8 with _mm_loadu_si128.
49570         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49571         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49572         (__m128i_shift_right): Removed.
49573         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49574         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49575         * sysdeps/x86_64/multiarch/varshift.h: New file.
49576         * sysdeps/x86_64/multiarch/varshift.S: New file.
49578 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49580         * configure.in: Move assembler checks to before sysdep dir checking.
49582 2010-08-20  Petr Baudis  <pasky@suse.cz>
49584         * LICENSES: Sync the sunrpc license.
49586 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49588         * sunrpc/auth_des.c: Update copyright notice once again.
49589         * sunrpc/auth_none.c: Likewise.
49590         * sunrpc/auth_unix.c: Likewise.
49591         * sunrpc/authdes_prot.c: Likewise.
49592         * sunrpc/authuxprot.c: Likewise.
49593         * sunrpc/bindrsvprt.c: Likewise.
49594         * sunrpc/clnt_gen.c: Likewise.
49595         * sunrpc/clnt_perr.c: Likewise.
49596         * sunrpc/clnt_raw.c: Likewise.
49597         * sunrpc/clnt_simp.c: Likewise.
49598         * sunrpc/clnt_tcp.c: Likewise.
49599         * sunrpc/clnt_udp.c: Likewise.
49600         * sunrpc/clnt_unix.c: Likewise.
49601         * sunrpc/des_crypt.c: Likewise.
49602         * sunrpc/des_soft.c: Likewise.
49603         * sunrpc/get_myaddr.c: Likewise.
49604         * sunrpc/getrpcport.c: Likewise.
49605         * sunrpc/key_call.c: Likewise.
49606         * sunrpc/key_prot.c: Likewise.
49607         * sunrpc/openchild.c: Likewise.
49608         * sunrpc/pm_getmaps.c: Likewise.
49609         * sunrpc/pm_getport.c: Likewise.
49610         * sunrpc/pmap_clnt.c: Likewise.
49611         * sunrpc/pmap_prot.c: Likewise.
49612         * sunrpc/pmap_prot2.c: Likewise.
49613         * sunrpc/pmap_rmt.c: Likewise.
49614         * sunrpc/rpc/auth.h: Likewise.
49615         * sunrpc/rpc/auth_unix.h: Likewise.
49616         * sunrpc/rpc/clnt.h: Likewise.
49617         * sunrpc/rpc/des_crypt.h: Likewise.
49618         * sunrpc/rpc/key_prot.h: Likewise.
49619         * sunrpc/rpc/netdb.h: Likewise.
49620         * sunrpc/rpc/pmap_clnt.h: Likewise.
49621         * sunrpc/rpc/pmap_prot.h: Likewise.
49622         * sunrpc/rpc/pmap_rmt.h: Likewise.
49623         * sunrpc/rpc/rpc.h: Likewise.
49624         * sunrpc/rpc/rpc_des.h: Likewise.
49625         * sunrpc/rpc/rpc_msg.h: Likewise.
49626         * sunrpc/rpc/svc.h: Likewise.
49627         * sunrpc/rpc/svc_auth.h: Likewise.
49628         * sunrpc/rpc/types.h: Likewise.
49629         * sunrpc/rpc/xdr.h: Likewise.
49630         * sunrpc/rpc_clntout.c: Likewise.
49631         * sunrpc/rpc_cmsg.c: Likewise.
49632         * sunrpc/rpc_common.c: Likewise.
49633         * sunrpc/rpc_cout.c: Likewise.
49634         * sunrpc/rpc_dtable.c: Likewise.
49635         * sunrpc/rpc_hout.c: Likewise.
49636         * sunrpc/rpc_main.c: Likewise.
49637         * sunrpc/rpc_parse.c: Likewise.
49638         * sunrpc/rpc_parse.h: Likewise.
49639         * sunrpc/rpc_prot.c: Likewise.
49640         * sunrpc/rpc_sample.c: Likewise.
49641         * sunrpc/rpc_scan.c: Likewise.
49642         * sunrpc/rpc_scan.h: Likewise.
49643         * sunrpc/rpc_svcout.c: Likewise.
49644         * sunrpc/rpc_tblout.c: Likewise.
49645         * sunrpc/rpc_util.c: Likewise.
49646         * sunrpc/rpc_util.h: Likewise.
49647         * sunrpc/rpcinfo.c: Likewise.
49648         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49649         * sunrpc/rpcsvc/key_prot.x: Likewise.
49650         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49651         * sunrpc/rpcsvc/mount.x: Likewise.
49652         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49653         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49654         * sunrpc/rpcsvc/rex.x: Likewise.
49655         * sunrpc/rpcsvc/rstat.x: Likewise.
49656         * sunrpc/rpcsvc/rusers.x: Likewise.
49657         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49658         * sunrpc/rpcsvc/spray.x: Likewise.
49659         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49660         * sunrpc/rtime.c: Likewise.
49661         * sunrpc/svc.c: Likewise.
49662         * sunrpc/svc_auth.c: Likewise.
49663         * sunrpc/svc_authux.c: Likewise.
49664         * sunrpc/svc_raw.c: Likewise.
49665         * sunrpc/svc_run.c: Likewise.
49666         * sunrpc/svc_simple.c: Likewise.
49667         * sunrpc/svc_tcp.c: Likewise.
49668         * sunrpc/svc_udp.c: Likewise.
49669         * sunrpc/svc_unix.c: Likewise.
49670         * sunrpc/svcauth_des.c: Likewise.
49671         * sunrpc/xcrypt.c: Likewise.
49672         * sunrpc/xdr.c: Likewise.
49673         * sunrpc/xdr_array.c: Likewise.
49674         * sunrpc/xdr_float.c: Likewise.
49675         * sunrpc/xdr_mem.c: Likewise.
49676         * sunrpc/xdr_rec.c: Likewise.
49677         * sunrpc/xdr_ref.c: Likewise.
49678         * sunrpc/xdr_sizeof.c: Likewise.
49679         * sunrpc/xdr_stdio.c: Likewise.
49681         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49682         handling.
49684 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49686         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49688 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49690         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49691         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49692         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49693         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49694         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49695         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49696         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49697         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49698         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49699         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49700         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49701         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49702         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49703         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49705 2010-07-26  Anton Blanchard  <anton@samba.org>
49707         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49708         * malloc/arena.c (heap_trim): Likewise.
49710 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49712         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49713         here.  Not...
49714         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49715         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49717 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49719         * sysdeps/i386/elf/Makefile: New file.
49721 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49723         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49724         from fanotify_init.
49725         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49726         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49728 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49730         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49731         of strncasecmp_l.
49732         * sysdeps/multiarch/strcmp.S: Likewise.
49734 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49736         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49737         strncase_l-nonascii.
49738         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49739         Add strncase_l-ssse3.
49740         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49741         * sysdeps/x86_64/strcmp.S: Likewise.
49742         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49743         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49744         * sysdeps/x86_64/strncase.S: New file.
49745         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49746         * sysdeps/x86_64/strncase_l.S: New file.
49747         * string/Makefile (strop-tests): Add strncasecmp.
49748         * string/test-strncasecmp.c: New file.
49750         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49751         warning.
49753         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49754         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49756 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49758         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49760 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49762         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49763         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49764         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49766 2010-05-01  Alan Modra  <amodra@gmail.com>
49768         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49769         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49770         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49771         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49772         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49773         tidying.  Don't tail-call __sigjmp_save for static lib.
49774         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49775         save location.
49776         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49777         (CALL_MCOUNT): Add eh info, and nop after bl.
49778         (TAIL_CALL_SYSCALL_ERROR): New macro.
49779         (PSEUDO_RET): Use it.
49780         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49781         Correct save location of integer regs and cr.
49782         (_dl_profile_resolve): Correct cr save location.  Delete nops
49783         after bl when SHARED.  Reduce cfi size a little by better
49784         placement of cfi directives.
49785         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49786         make a stack frame.  Instead use parm save area as a temp.
49787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49788         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49790         Don't make a stack frame for parent, use parm save area.
49791         Increase child stack frame to 112 bytes.  Don't save unused reg,
49792         and adjust reg usage.  Set up cfi on error recovery and
49793         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49795         (__makecontext): Add dummy nop after jump to exit.
49796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49797         Use correct parm save area and cr save, reduce stack frame.
49798         Correct cfi for possible PSEUDO_RET frame setup.
49799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49800         Branch to local label emitted by PSEUDO_RET rather than
49801         __syscall_error.
49803 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49805         [BZ #11904]
49806         * locale/programs/locale.c (print_assignment): New function.
49807         (show_locale_vars): Use it.
49809 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49811         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49812         field.
49813         (struct statfs64): Likewise.
49814         (_STATFS_F_FLAGS): Define.
49815         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49816         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49817         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49818         (ST_VALID): Define locally.
49819         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49820         __statvfs_getflags, use the provided value.
49821         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49822         __ASSUME_STATFS_F_FLAGS.
49824         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49826         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49827         Add sys/fanotify.h.
49828         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49829         fanotify_mask for GLIBC_2.13.
49830         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49831         fanotify_init and fanotify_mark.
49832         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49833         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49835         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49836         Add prlimit.
49837         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49838         prlimit64 for GLIBC_2.13.
49839         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49840         prlimit64.
49841         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49842         syscall.
49843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49844         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49845         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49846         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49847         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49848         add prlimit alias.
49849         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49851         [BZ #11903]
49852         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49853         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49855         * nss/Makefile: Add rules to build and run tst-nss-test1.
49856         * shlib-versions: Add entry for libnss_test1.
49857         * nss/nss_test1.c: New file.
49858         * nss/tst-nss-test1.c: New file.
49860         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49861         (__nss_configure_lookup): Set appropriate entry in
49862         __nss_configure_lookup to true.
49863         * nss/nsswitch.h: Define enum with indeces of databases in
49864         databases and __nss_database_custom arrays.  Declare
49865         __nss_database_custom.
49866         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49867         to avoid using nscd when custom rules are installed.
49868         * nss/getXXbyYY_r.c: Likewise.
49869         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49871         * nss/nss_files/files-parse.c: Whitespace fixes.
49873 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49875         [BZ #11883]
49876         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49877         * posix/fnmatch_loop.c: Likewise.
49879 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49881         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49882         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49883         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49884         * Versions.def [GLIBC_2.13]: Add.
49886 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49888         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49889         Also fail if tpwd after pwuid call is NULL.
49891 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49893         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49894         when converting to ms.
49896 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49898         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49899         EOPNOTSUPP errors with ENOTTY.
49900         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49901         EOPNOTSUPP errors with ENOTTY.
49903 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49905         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49906         Add strcasecmp_l-ssse3.
49907         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49908         strcasecmp.
49909         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49910         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49911         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49913 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49915         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49917         * string/Makefile (strop-tests): Add strcasecmp.
49918         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49919         strcasecmp_l-nonascii.
49920         (gen-as-const-headers): Add locale-defines.sym.
49921         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49922         * sysdeps/x86_64/strcasecmp.S: New file.
49923         * sysdeps/x86_64/strcasecmp_l.S: New file.
49924         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49925         * sysdeps/x86_64/locale-defines.sym: New file.
49926         * string/test-strcasecmp.c: New file.
49928         * string/test-strcasestr.c: Test both ends of the range of characters.
49929         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49931 2010-07-29  Roland McGrath  <roland@redhat.com>
49933         [BZ #11856]
49934         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49936 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49938         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49939         for ld.so.
49941 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49943         * manual/memory.texi (Malloc Tunable Parameters): Document
49944         M_PERTURB.
49946 2010-07-26  Roland McGrath  <roland@redhat.com>
49948         [BZ #11840]
49949         * configure.in (-fgnu89-inline check): Set and substitute
49950         gnu89_inline, not libc_cv_gnu89_inline.
49951         * configure: Regenerated.
49952         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49954 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49956         * string/test-strnlen.c: New file.
49957         * string/Makefile (strop-tests): Add strnlen.
49958         * string/tester.c (test_strnlen): Add a few more test cases.
49959         * string/tst-strlen.c: Better error reporting.
49961         * sysdeps/x86_64/strnlen.S: New file.
49963 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49965         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49966         lower-latency instructions.
49968 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49970         * string/test-strcasestr.c: New file.
49971         * string/test-strstr.c: New file.
49972         * string/Makefile (strop-tests): Add strstr and strcasestr.
49973         * string/str-two-way.h: Don't undefine MAX.
49974         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
49976 2010-07-21  Andreas Schwab  <schwab@redhat.com>
49978         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49979         strcasestr-nonascii.
49980         (CFLAGS-strcasestr-nonascii.c): Define.
49981         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
49982         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
49983         Remove unused attribute.
49985 2010-07-20  Roland McGrath  <roland@redhat.com>
49987         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
49988         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
49989         ld.so.cache was broken.  With it, there is no way to disable dsocaps
49990         like LD_HWCAP_MASK can disable hwcaps.
49992 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49994         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
49996 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
49998         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
49999         call in strcasestr.
50000         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50001         __strcasestr_sse42_nonascii.
50002         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50003         strcasestr-nonascii.c.
50004         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50006 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50008         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50009         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50010         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50011         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50013 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50015         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50016         fcntl.
50018 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50020         [BZ #11577]
50021         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50022         dl_signal_cerror.
50024 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50026         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50027         _PC_PIPE_BUF using F_GETPIPE_SZ.
50029 2010-07-05  Roland McGrath  <roland@redhat.com>
50031         * manual/arith.texi (Rounding Functions): Fix rint description
50032         implicit in round description.
50034 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50036         * elf/Makefile: Fix linking for a few tests to make recent linker
50037         happy.
50039 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50041         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50042         $(common-objpfx)libc_nonshared.a.
50044 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50046         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50047         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50048         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50049         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50050         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50051         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50052         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50053         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50068         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50069         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50070         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50071         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50072         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50073         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50074         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50075         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50076         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50077         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50078         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50079         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50095 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50097         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50098         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50099         * string/memmove.c (memmove): Renamed to ...
50100         (MEMMOVE): ...this.  Default to memmove.
50101         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50102         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50103         (END_CHK): Define.
50104         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50105         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50106         mempcpy-ssse3-back memmove-ssse3-back.
50107         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50108         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50109         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50110         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50111         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50112         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50113         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50114         * sysdeps/x86_64/multiarch/memmove.c: New file.
50115         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50116         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50117         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50118         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50119         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50120         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50121         Define.
50122         (index_Fast_Copy_Backward): Define.
50123         (HAS_ARCH_FEATURE): Define.
50124         (HAS_FAST_REP_STRING): Define.
50125         (HAS_FAST_COPY_BACKWARD): Define.
50127 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50129         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50130         Restore proper fallback handling.
50132 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50134         [BZ #11701]
50135         * posix/group_member.c (__group_member): Correct checking loop.
50137         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50138         OOM in getpwuid_r correctly.  Return error number when the caller
50139         should return, otherwise -1.
50140         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50141         call returning > 0 value.
50142         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50144 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50146         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50147         libc_nonshared.a from targets in modules-names.
50149 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50151         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50152         requires it.
50154 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50156         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50157         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50158         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50159         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50161 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50163         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50165 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50167         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50168         and F_GETPIPE_SZ.
50169         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50170         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50171         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50172         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50173         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50174         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50176 2010-06-14  Roland McGrath  <roland@redhat.com>
50178         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50180 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50182         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50183         __REDIRECT followed by __THROW.
50184         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50185         * posix/getopt.h (getopt): Likewise.
50187 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50189         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50190         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50191         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50192         in AT_FLAGS.
50193         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50194         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50196 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
50198         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50200 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
50202         [BZ #11640]
50203         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50204         Properly check family and model.
50206 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
50208         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50210 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
50212         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50214 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
50216         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50217         symbol reference.
50219 2010-05-19  Andreas Schwab  <schwab@redhat.com>
50221         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50222         symbol reference.
50224 2010-05-21  Andreas Schwab  <schwab@redhat.com>
50226         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50227         and internal_recvmmsg.
50228         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50229         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50230         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50231         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50233         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50234         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50235         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50237 2010-05-20  Andreas Schwab  <schwab@redhat.com>
50239         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50241 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
50243         POWER7 optimizations.
50244         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50245         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50247 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
50249         * version.h: Update for 2.13 development version.
50251 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50253         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50254         exceptions.  Return 0.
50256 2010-05-07  Roland McGrath  <roland@redhat.com>
50258         * elf/ldconfig.c (main): Add a const.
50260 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
50262         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50263         (args_options): Add no-idn option.
50264         (ahosts_keys_int): Add idn_flags to ai_flags.
50265         (parse_option): Handle 'i' option to clear idn_flags.
50267         * malloc/malloc.c (_int_free): Possible race in the most recently
50268         added check.  Only act on the data if no current modification
50269         happened.
50271 See ChangeLog.17 for earlier changes.